"./sync.test -test.v -test.timeout 1h0m0s -remote TestYandex: -verbose" - Starting (try 1/5) 2026/09/21 03:10:30 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju" 2026/09/21 03:10:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/21 03:10:30 DEBUG : Creating backend with remote "/tmp/rclone3295893723" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/patternNeedsGlob === RUN TestNewLess/patternRejectsEmptyGlob === RUN TestNewLess/patternRejectsBadGlob === RUN TestNewLess/patternOrder === 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/patternNeedsGlob (0.00s) --- PASS: TestNewLess/patternRejectsEmptyGlob (0.00s) --- PASS: TestNewLess/patternRejectsBadGlob (0.00s) --- PASS: TestNewLess/patternOrder (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:17: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestRcCopyReports rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcCopyReports (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:10:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:10:31 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/09/21 03:10:31 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:10:31 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.81s) === RUN TestCopy run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:10:32 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/21 03:10:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:10:32 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:10:32 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:10:34 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:10:34 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:10:34 INFO : sub dir/hello world: Copied (new) 2026/09/21 03:10:36 DEBUG : Yandex rclone-test-sajeloc2roju: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (18.99s) === RUN TestCopyMetadata run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.69s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.94s) === RUN TestCopyMissingDirectory run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:10:52 DEBUG : Creating backend with remote "/non-existing" 2026/09/21 03:10:52 DEBUG : Config file has changed externally - reloading 2026/09/21 03:10:53 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/09/21 03:10:53 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:10:53 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (1.15s) === RUN TestCopyNoTraverse run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:10:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:10:54 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:10:54 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:10:57 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:10:57 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:10:57 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (18.42s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:223: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.57s) === RUN TestCopyCheckFirst run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:11:13 INFO : Yandex rclone-test-sajeloc2roju: Running all checks before starting transfers 2026/09/21 03:11:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:11:13 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:11:13 INFO : Yandex rclone-test-sajeloc2roju: Checks finished, now starting transfers 2026/09/21 03:11:13 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:11:15 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:11:15 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:11:15 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (17.98s) === RUN TestSyncNoTraverse run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:11:31 ERROR : Ignoring --no-traverse with sync 2026/09/21 03:11:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:11:31 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:11:31 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:11:34 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:11:34 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:11:34 INFO : sub dir/hello world: Copied (new) 2026/09/21 03:11:34 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (19.71s) === RUN TestCopyWithDepth run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:11:51 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/09/21 03:11:51 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:11:51 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:11:53 DEBUG : hello world2: size = 12 OK 2026/09/21 03:11:53 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2026/09/21 03:11:53 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (9.50s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:12:00 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/21 03:12:00 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:12:00 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:12:02 DEBUG : potato2: size = 11 OK 2026/09/21 03:12:02 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:12:02 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (9.62s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:12:10 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/21 03:12:10 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:12:10 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:12:12 DEBUG : potato2: size = 11 OK 2026/09/21 03:12:12 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:12:12 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (10.20s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:12:20 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/09/21 03:12:20 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/21 03:12:20 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/09/21 03:12:20 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/21 03:12:20 INFO : sub dir2: Making directory 2026/09/21 03:12:20 INFO : sub dir: Making directory 2026/09/21 03:12:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:12:21 INFO : sub dir2/sub sub dir2: Making directory 2026/09/21 03:12:21 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:12:21 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:12:23 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:12:23 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:12:23 INFO : sub dir/hello world: Copied (new) 2026/09/21 03:12:25 DEBUG : Yandex rclone-test-sajeloc2roju: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (32.70s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:12:52 INFO : sub dir2: Making directory 2026/09/21 03:12:52 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/09/21 03:12:52 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/21 03:12:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:12:52 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:12:52 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:12:55 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:12:55 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:12:55 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (18.10s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:13:10 DEBUG : sub dir2: Making directory with metadata 2026/09/21 03:13:10 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/21 03:13:11 INFO : sub dir2: Making directory 2026/09/21 03:13:11 INFO : sub dir: Making directory 2026/09/21 03:13:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:13:11 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:13:11 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:13:14 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:13:14 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:13:14 INFO : sub dir/hello world: Copied (new) 2026/09/21 03:13:14 INFO : sub dir/hello world: Deleted 2026/09/21 03:13:15 DEBUG : Yandex rclone-test-sajeloc2roju: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/09/21 03:13:15 DEBUG : Yandex rclone-test-sajeloc2roju: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (26.32s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:439: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (1.53s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:13:38 INFO : sub dir2: Making directory 2026/09/21 03:13:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:13:39 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:13:39 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:13:41 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:13:41 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:13:41 INFO : sub dir/hello world: Copied (new) 2026/09/21 03:13:41 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (17.52s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:13:56 DEBUG : sub dir2: Making directory with metadata 2026/09/21 03:13:56 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/21 03:13:56 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/21 03:13:56 INFO : sub dir2: Making directory 2026/09/21 03:13:56 INFO : sub dir: Making directory 2026/09/21 03:13:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:13:57 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:13:57 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:14:00 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:14:00 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:14:00 INFO : sub dir/hello world: Copied (new) 2026/09/21 03:14:00 DEBUG : Waiting for deletions to finish 2026/09/21 03:14:01 DEBUG : Yandex rclone-test-sajeloc2roju: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (26.19s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:538: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.68s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:14:23 INFO : sub dir2: Making directory 2026/09/21 03:14:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:14:23 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:14:23 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:14:25 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:14:25 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:14:25 INFO : sub dir/hello world: Copied (new) 2026/09/21 03:14:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (17.58s) === RUN TestServerSideCopy run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:14:43 DEBUG : Creating backend with remote "TestYandex:rclone-test-zelasin7tami" 2026/09/21 03:14:43 DEBUG : Config file has changed externally - reloading sync_test.go:620: Server side copy (if possible) Yandex rclone-test-sajeloc2roju -> Yandex rclone-test-zelasin7tami 2026/09/21 03:14:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:14:44 DEBUG : Yandex rclone-test-zelasin7tami: Waiting for checks to finish 2026/09/21 03:14:44 DEBUG : Yandex rclone-test-zelasin7tami: Waiting for transfers to finish 2026/09/21 03:14:46 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:14:46 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:14:46 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/21 03:14:48 DEBUG : Yandex rclone-test-zelasin7tami: Purge remote --- PASS: TestServerSideCopy (32.68s) === RUN TestCopyOverSelf run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:15:16 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:15:16 DEBUG : sub dir/hello world: size = 11 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:15:16 DEBUG : sub dir/hello world: Sizes differ 2026/09/21 03:15:16 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:15:16 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:15:19 DEBUG : sub dir/hello world: size = 17 OK 2026/09/21 03:15:19 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2026/09/21 03:15:19 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (23.78s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:15:40 DEBUG : Creating backend with remote "TestYandex:rclone-test-yutusim8fiqa" 2026/09/21 03:15:40 DEBUG : Config file has changed externally - reloading sync_test.go:656: Server side copy (if possible) Yandex rclone-test-sajeloc2roju -> Yandex rclone-test-yutusim8fiqa 2026/09/21 03:15:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:15:41 DEBUG : Yandex rclone-test-yutusim8fiqa: Waiting for checks to finish 2026/09/21 03:15:41 DEBUG : Yandex rclone-test-yutusim8fiqa: Waiting for transfers to finish 2026/09/21 03:15:43 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:15:43 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:15:43 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/21 03:15:49 DEBUG : sub dir/hello world: size = 17 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:15:49 DEBUG : sub dir/hello world: size = 11 (Yandex rclone-test-yutusim8fiqa) 2026/09/21 03:15:49 DEBUG : Yandex rclone-test-yutusim8fiqa: Waiting for checks to finish 2026/09/21 03:15:49 DEBUG : sub dir/hello world: Sizes differ 2026/09/21 03:15:49 DEBUG : Yandex rclone-test-yutusim8fiqa: Waiting for transfers to finish 2026/09/21 03:15:50 DEBUG : sub dir/hello world: server side copy: renaming existing object to "sub dir/hello world.moqadal1" before starting 2026/09/21 03:15:51 DEBUG : sub dir/hello world.moqadal1: server side copy: removing renamed existing file after operation 2026/09/21 03:15:57 DEBUG : sub dir/hello world: size = 17 OK 2026/09/21 03:15:57 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2026/09/21 03:15:57 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/21 03:15:58 DEBUG : Yandex rclone-test-yutusim8fiqa: Purge remote --- PASS: TestServerSideCopyOverSelf (45.82s) === RUN TestMoveOverSelf run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:16:26 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:16:27 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:16:27 DEBUG : sub dir/hello world: size = 11 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:16:27 DEBUG : sub dir/hello world: Sizes differ 2026/09/21 03:16:27 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:16:29 DEBUG : sub dir/hello world: size = 17 OK 2026/09/21 03:16:29 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2026/09/21 03:16:29 INFO : sub dir/hello world: Copied (replaced existing) 2026/09/21 03:16:29 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (22.46s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:16:48 DEBUG : Creating backend with remote "TestYandex:rclone-test-wafofoh7yibo" 2026/09/21 03:16:48 DEBUG : Config file has changed externally - reloading sync_test.go:701: Server side copy (if possible) Yandex rclone-test-sajeloc2roju -> Yandex rclone-test-wafofoh7yibo 2026/09/21 03:16:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:16:49 DEBUG : Yandex rclone-test-wafofoh7yibo: Waiting for checks to finish 2026/09/21 03:16:49 DEBUG : Yandex rclone-test-wafofoh7yibo: Waiting for transfers to finish 2026/09/21 03:16:52 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:16:52 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:16:52 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/21 03:16:56 DEBUG : Yandex rclone-test-wafofoh7yibo: Using server-side directory move 2026/09/21 03:16:56 INFO : Yandex rclone-test-wafofoh7yibo: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/09/21 03:16:57 DEBUG : sub dir/hello world: size = 17 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:16:57 DEBUG : sub dir/hello world: size = 11 (Yandex rclone-test-wafofoh7yibo) 2026/09/21 03:16:57 DEBUG : sub dir/hello world: Sizes differ 2026/09/21 03:16:57 DEBUG : Yandex rclone-test-wafofoh7yibo: Waiting for checks to finish 2026/09/21 03:16:57 DEBUG : Yandex rclone-test-wafofoh7yibo: Waiting for transfers to finish 2026/09/21 03:17:03 INFO : sub dir/hello world: Deleted 2026/09/21 03:17:04 INFO : sub dir/hello world: Moved (server-side) 2026/09/21 03:17:10 DEBUG : testing file moves 2026/09/21 03:17:11 DEBUG : sub dir/hello world: size = 24 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:17:11 DEBUG : sub dir/hello world: size = 17 (Yandex rclone-test-wafofoh7yibo) 2026/09/21 03:17:11 DEBUG : sub dir/hello world: Sizes differ 2026/09/21 03:17:11 DEBUG : Yandex rclone-test-wafofoh7yibo: Waiting for checks to finish 2026/09/21 03:17:11 DEBUG : Yandex rclone-test-wafofoh7yibo: Waiting for transfers to finish 2026/09/21 03:17:17 INFO : sub dir/hello world: Deleted 2026/09/21 03:17:19 INFO : sub dir/hello world: Moved (server-side) 2026/09/21 03:17:22 DEBUG : Yandex rclone-test-wafofoh7yibo: Purge remote --- PASS: TestServerSideMoveOverSelf (56.36s) === RUN TestCopyAfterDelete run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:17:44 ERROR : error listing: directory not found 2026/09/21 03:17:45 INFO : Local file system at /tmp/rclone3295893723: Making directory 2026/09/21 03:17:46 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:17:46 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (20.00s) === RUN TestCopyRedownload run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:18:05 DEBUG : Added delayed dir = "sub dir", newDst= 2026/09/21 03:18:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:18:06 DEBUG : Local file system at /tmp/rclone3295893723: Waiting for checks to finish 2026/09/21 03:18:06 DEBUG : Local file system at /tmp/rclone3295893723: Waiting for transfers to finish 2026/09/21 03:18:06 DEBUG : sub dir/hello world.e1e742ed.partial: size = 11 OK 2026/09/21 03:18:06 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:18:06 DEBUG : sub dir/hello world.e1e742ed.partial: renamed to: sub dir/hello world 2026/09/21 03:18:06 INFO : sub dir/hello world: Copied (new) 2026/09/21 03:18:06 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (19.66s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:18:21 DEBUG : check sum: Need to transfer - File not found at Destination 2026/09/21 03:18:21 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:18:21 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:18:24 DEBUG : check sum: size = 1 OK 2026/09/21 03:18:24 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/21 03:18:24 INFO : check sum: Copied (new) 2026/09/21 03:18:24 DEBUG : Waiting for deletions to finish 2026/09/21 03:18:25 DEBUG : check sum: size = 1 OK 2026/09/21 03:18:25 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:18:25 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/21 03:18:25 DEBUG : check sum: Size and md5 of src and dst objects identical 2026/09/21 03:18:25 DEBUG : check sum: Unchanged skipping 2026/09/21 03:18:25 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:18:25 DEBUG : Waiting for deletions to finish 2026/09/21 03:18:25 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (11.09s) === RUN TestSyncSizeOnly run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:18:32 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/09/21 03:18:32 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:18:32 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:18:35 DEBUG : sizeonly: size = 6 OK 2026/09/21 03:18:35 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/21 03:18:35 INFO : sizeonly: Copied (new) 2026/09/21 03:18:35 DEBUG : Waiting for deletions to finish 2026/09/21 03:18:36 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:18:36 DEBUG : sizeonly: size = 6 OK 2026/09/21 03:18:36 DEBUG : sizeonly: Sizes identical 2026/09/21 03:18:36 DEBUG : sizeonly: Unchanged skipping 2026/09/21 03:18:36 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:18:36 DEBUG : Waiting for deletions to finish 2026/09/21 03:18:36 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (10.82s) === RUN TestSyncIgnoreSize run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:18:43 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/09/21 03:18:43 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:18:43 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:18:46 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2026/09/21 03:18:46 INFO : ignore-size: Copied (new) 2026/09/21 03:18:46 DEBUG : Waiting for deletions to finish 2026/09/21 03:18:47 DEBUG : ignore-size: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:18:47 DEBUG : ignore-size: Unchanged skipping 2026/09/21 03:18:47 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:18:47 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:18:47 DEBUG : Waiting for deletions to finish 2026/09/21 03:18:47 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (12.22s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:18:58 DEBUG : existing: size = 6 OK 2026/09/21 03:18:58 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:18:58 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:18:58 DEBUG : existing: Unchanged skipping 2026/09/21 03:18:58 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:18:58 DEBUG : Waiting for deletions to finish 2026/09/21 03:18:58 INFO : There was nothing to transfer 2026/09/21 03:18:59 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/09/21 03:18:59 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:18:59 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:19:02 DEBUG : existing: size = 6 OK 2026/09/21 03:19:02 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/21 03:19:02 INFO : existing: Copied (replaced existing) 2026/09/21 03:19:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (14.31s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:19:10 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/21 03:19:10 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:19:10 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:19:13 DEBUG : existing: size = 6 OK 2026/09/21 03:19:13 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/21 03:19:13 INFO : existing: Copied (new) 2026/09/21 03:19:13 DEBUG : Waiting for deletions to finish 2026/09/21 03:19:14 DEBUG : existing: Destination exists, skipping 2026/09/21 03:19:14 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:19:14 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:19:14 DEBUG : Waiting for deletions to finish 2026/09/21 03:19:14 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (12.69s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:19:27 INFO : d: Making directory 2026/09/21 03:19:29 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/09/21 03:19:30 DEBUG : c/non empty space: size = 5 OK 2026/09/21 03:19:30 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:19:30 DEBUG : c/non empty space: Unchanged skipping 2026/09/21 03:19:30 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:19:30 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:19:32 DEBUG : a/potato2: size = 60 OK 2026/09/21 03:19:32 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/21 03:19:32 INFO : a/potato2: Copied (new) 2026/09/21 03:19:32 DEBUG : Waiting for deletions to finish 2026/09/21 03:19:39 INFO : b/potato: Deleted 2026/09/21 03:19:39 INFO : d: Removing directory 2026/09/21 03:19:46 INFO : b: Removing directory 2026/09/21 03:19:53 DEBUG : Yandex rclone-test-sajeloc2roju: deleted 2 directories --- PASS: TestSyncIgnoreErrors (61.09s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:20:26 DEBUG : empty space: size = 1 OK 2026/09/21 03:20:26 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2026/09/21 03:20:26 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:20:26 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/21 03:20:26 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/09/21 03:20:26 DEBUG : empty space: Unchanged skipping 2026/09/21 03:20:26 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:20:26 DEBUG : Waiting for deletions to finish 2026/09/21 03:20:26 INFO : There was nothing to transfer 2026/09/21 03:20:27 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:20:27 DEBUG : empty space: size = 1 OK 2026/09/21 03:20:27 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2026/09/21 03:20:27 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/21 03:20:28 INFO : empty space: Updated modification time in destination 2026/09/21 03:20:28 DEBUG : empty space: Unchanged skipping 2026/09/21 03:20:28 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:20:28 DEBUG : Waiting for deletions to finish 2026/09/21 03:20:28 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (12.04s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:20:39 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:20:39 DEBUG : empty space: size = 1 OK 2026/09/21 03:20:39 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2026/09/21 03:20:39 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/21 03:20:39 DEBUG : empty space: Unchanged skipping 2026/09/21 03:20:39 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:20:39 DEBUG : Waiting for deletions to finish 2026/09/21 03:20:39 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (10.45s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:20:49 DEBUG : foo: size = 3 OK 2026/09/21 03:20:49 DEBUG : foo: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2026/09/21 03:20:49 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:20:49 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:20:49 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:20:49 DEBUG : foo: md5 differ 2026/09/21 03:20:49 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:20:52 DEBUG : foo: size = 3 OK 2026/09/21 03:20:52 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2026/09/21 03:20:52 INFO : foo: Copied (replaced existing) 2026/09/21 03:20:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (12.76s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:21:01 DEBUG : potato: Need to transfer - File not found at Destination 2026/09/21 03:21:01 DEBUG : empty space: size = 1 OK 2026/09/21 03:21:01 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:21:01 DEBUG : empty space: Unchanged skipping 2026/09/21 03:21:01 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:21:01 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:21:04 DEBUG : potato: size = 60 OK 2026/09/21 03:21:04 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/21 03:21:04 INFO : potato: Copied (new) 2026/09/21 03:21:04 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (19.08s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:21:21 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:21:21 DEBUG : potato: size = 60 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:21:21 DEBUG : potato: Sizes differ 2026/09/21 03:21:21 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:21:21 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:21:24 DEBUG : potato: size = 21 OK 2026/09/21 03:21:24 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2026/09/21 03:21:24 INFO : potato: Copied (replaced existing) 2026/09/21 03:21:24 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (13.66s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:21:34 DEBUG : potato: size = 21 OK 2026/09/21 03:21:34 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 2026/09/21 03:21:34 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:21:34 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:21:34 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:21:34 DEBUG : potato: md5 differ 2026/09/21 03:21:34 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:21:36 DEBUG : potato: size = 21 OK 2026/09/21 03:21:36 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2026/09/21 03:21:36 INFO : potato: Copied (replaced existing) 2026/09/21 03:21:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (12.50s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:21:46 DEBUG : potato: modtime not stored after upload (got 2026-09-21 03:21:45 +0000 UTC, want 2011-12-25 12:59:59.123456789 +0000 UTC) - setting again (try 1/3) 2026/09/21 03:21:50 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/21 03:21:50 DEBUG : empty space: size = 1 OK 2026/09/21 03:21:50 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:21:50 DEBUG : empty space: Unchanged skipping 2026/09/21 03:21:50 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/09/21 03:21:50 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:21:50 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:21:50 DEBUG : Waiting for deletions to finish 2026/09/21 03:21:50 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (18.82s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:22:08 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/21 03:22:08 DEBUG : empty space: size = 1 OK 2026/09/21 03:22:08 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:22:08 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:22:08 DEBUG : empty space: Unchanged skipping 2026/09/21 03:22:08 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:22:10 DEBUG : potato2: size = 60 OK 2026/09/21 03:22:10 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/21 03:22:10 INFO : potato2: Copied (new) 2026/09/21 03:22:10 DEBUG : Waiting for deletions to finish 2026/09/21 03:22:17 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (28.46s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:22:36 INFO : d: Making directory 2026/09/21 03:22:36 INFO : d/e: Making directory 2026/09/21 03:22:38 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/09/21 03:22:39 DEBUG : c/non empty space: size = 5 OK 2026/09/21 03:22:39 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:22:39 DEBUG : c/non empty space: Unchanged skipping 2026/09/21 03:22:39 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:22:39 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:22:41 DEBUG : a/potato2: size = 60 OK 2026/09/21 03:22:41 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/21 03:22:41 INFO : a/potato2: Copied (new) 2026/09/21 03:22:41 DEBUG : Waiting for deletions to finish 2026/09/21 03:22:48 INFO : b/potato: Deleted 2026/09/21 03:22:48 INFO : d/e: Removing directory 2026/09/21 03:22:55 INFO : d: Removing directory 2026/09/21 03:23:03 INFO : b: Removing directory 2026/09/21 03:23:10 DEBUG : Yandex rclone-test-sajeloc2roju: deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (68.62s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:23:45 INFO : d: Making directory 2026/09/21 03:23:46 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/09/21 03:23:47 DEBUG : c/non empty space: size = 5 OK 2026/09/21 03:23:47 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:23:47 DEBUG : c/non empty space: Unchanged skipping 2026/09/21 03:23:47 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:23:47 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:23:49 DEBUG : a/potato2: size = 60 OK 2026/09/21 03:23:49 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/21 03:23:49 INFO : a/potato2: Copied (new) 2026/09/21 03:23:49 ERROR : Yandex rclone-test-sajeloc2roju: not deleting files as there were IO errors 2026/09/21 03:23:49 ERROR : Yandex rclone-test-sajeloc2roju: not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (58.39s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:24:44 DEBUG : Waiting for deletions to finish 2026/09/21 03:24:44 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/21 03:24:44 DEBUG : empty space: size = 1 OK 2026/09/21 03:24:44 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:24:44 DEBUG : empty space: Unchanged skipping 2026/09/21 03:24:44 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:24:44 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:24:46 DEBUG : potato2: size = 60 OK 2026/09/21 03:24:46 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/21 03:24:46 INFO : potato2: Copied (new) 2026/09/21 03:24:50 INFO : potato: Deleted --- PASS: TestSyncDeleteDuring (25.84s) === RUN TestSyncDeleteBefore run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:25:09 DEBUG : Waiting for deletions to finish 2026/09/21 03:25:09 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:25:09 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:25:15 INFO : potato: Deleted 2026/09/21 03:25:15 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/21 03:25:15 DEBUG : empty space: size = 1 OK 2026/09/21 03:25:15 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:25:15 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:25:15 DEBUG : empty space: Unchanged skipping 2026/09/21 03:25:15 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:25:18 DEBUG : potato2: size = 60 OK 2026/09/21 03:25:18 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/21 03:25:18 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (27.58s) === RUN TestCopyDeleteBefore run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:25:34 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/21 03:25:34 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:25:34 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:25:36 DEBUG : potato2: size = 19 OK 2026/09/21 03:25:36 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2026/09/21 03:25:36 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (18.23s) === RUN TestSyncWithExclude run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:25:55 DEBUG : enormous: Excluded (Size Filter) 2026/09/21 03:25:55 DEBUG : enormous: Excluded 2026/09/21 03:25:55 DEBUG : potato2: Excluded (Size Filter) 2026/09/21 03:25:55 DEBUG : potato2: Excluded 2026/09/21 03:25:55 DEBUG : potato2: Excluded (Size Filter) 2026/09/21 03:25:55 DEBUG : potato2: Excluded 2026/09/21 03:25:55 DEBUG : empty space: size = 1 OK 2026/09/21 03:25:55 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:25:55 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:25:55 DEBUG : empty space: Unchanged skipping 2026/09/21 03:25:55 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:25:55 DEBUG : Waiting for deletions to finish 2026/09/21 03:25:55 INFO : There was nothing to transfer 2026/09/21 03:25:56 DEBUG : potato2: Excluded (Size Filter) 2026/09/21 03:25:56 DEBUG : potato2: Excluded 2026/09/21 03:25:56 DEBUG : enormous: Excluded (Size Filter) 2026/09/21 03:25:56 DEBUG : enormous: Excluded 2026/09/21 03:25:56 DEBUG : potato2: Excluded (Size Filter) 2026/09/21 03:25:56 DEBUG : potato2: Excluded 2026/09/21 03:25:56 DEBUG : potato2: Excluded (Size Filter) 2026/09/21 03:25:56 DEBUG : potato2: Excluded 2026/09/21 03:25:56 DEBUG : empty space: size = 1 OK 2026/09/21 03:25:56 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:25:56 DEBUG : empty space: Unchanged skipping 2026/09/21 03:25:56 DEBUG : Local file system at /tmp/rclone3295893723: Waiting for checks to finish 2026/09/21 03:25:56 DEBUG : Local file system at /tmp/rclone3295893723: Waiting for transfers to finish 2026/09/21 03:25:56 DEBUG : Waiting for deletions to finish 2026/09/21 03:25:56 INFO : There was nothing to transfer 2026/09/21 03:25:57 DEBUG : potato2: Excluded (Size Filter) 2026/09/21 03:25:57 DEBUG : potato2: Excluded --- PASS: TestSyncWithExclude (20.54s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:26:18 DEBUG : enormous: Excluded (Size Filter) 2026/09/21 03:26:18 DEBUG : enormous: Excluded 2026/09/21 03:26:18 DEBUG : potato2: Excluded (Size Filter) 2026/09/21 03:26:18 DEBUG : potato2: Excluded 2026/09/21 03:26:18 DEBUG : empty space: size = 1 OK 2026/09/21 03:26:18 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:26:18 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:26:18 DEBUG : empty space: Unchanged skipping 2026/09/21 03:26:18 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:26:18 DEBUG : Waiting for deletions to finish 2026/09/21 03:26:24 INFO : enormous: Deleted 2026/09/21 03:26:24 INFO : potato2: Deleted 2026/09/21 03:26:24 INFO : There was nothing to transfer 2026/09/21 03:26:25 DEBUG : Local file system at /tmp/rclone3295893723: Waiting for checks to finish 2026/09/21 03:26:25 DEBUG : empty space: size = 1 OK 2026/09/21 03:26:25 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:26:25 DEBUG : empty space: Unchanged skipping 2026/09/21 03:26:25 DEBUG : Local file system at /tmp/rclone3295893723: Waiting for transfers to finish 2026/09/21 03:26:25 DEBUG : Waiting for deletions to finish 2026/09/21 03:26:25 INFO : enormous: Deleted 2026/09/21 03:26:25 INFO : potato2: Deleted 2026/09/21 03:26:25 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (22.48s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:26:37 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/21 03:26:37 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/21 03:26:37 DEBUG : pacer: Reducing sleep to 15ms 2026/09/21 03:26:38 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/21 03:26:38 DEBUG : pacer: Reducing sleep to 10ms 2026/09/21 03:26:42 DEBUG : five: Need to transfer - File not found at Destination 2026/09/21 03:26:42 DEBUG : four: size = 4 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:26:42 DEBUG : four: size = 8 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:26:42 DEBUG : four: Sizes differ 2026/09/21 03:26:42 DEBUG : three: size = 5 OK 2026/09/21 03:26:42 DEBUG : three: Sizes identical 2026/09/21 03:26:42 DEBUG : two: size = 3 OK 2026/09/21 03:26:42 DEBUG : one: Destination is newer than source, skipping 2026/09/21 03:26:42 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:26:42 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/09/21 03:26:42 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/09/21 03:26:42 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:26:42 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:26:42 DEBUG : two: md5 differ 2026/09/21 03:26:42 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:26:45 DEBUG : four: size = 4 OK 2026/09/21 03:26:45 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2026/09/21 03:26:45 INFO : four: Copied (replaced existing) 2026/09/21 03:26:45 DEBUG : two: size = 3 OK 2026/09/21 03:26:45 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/21 03:26:45 INFO : two: Copied (replaced existing) 2026/09/21 03:26:46 DEBUG : five: size = 4 OK 2026/09/21 03:26:46 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2026/09/21 03:26:46 INFO : five: Copied (new) 2026/09/21 03:26:46 DEBUG : Waiting for deletions to finish 2026/09/21 03:26:46 DEBUG : five: size = 4 OK 2026/09/21 03:26:46 DEBUG : one: Destination is newer than source, skipping 2026/09/21 03:26:46 DEBUG : four: size = 4 OK 2026/09/21 03:26:46 DEBUG : two: size = 3 OK 2026/09/21 03:26:46 DEBUG : three: size = 5 OK 2026/09/21 03:26:46 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2026/09/21 03:26:46 DEBUG : five: Size and md5 of src and dst objects identical 2026/09/21 03:26:46 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/09/21 03:26:46 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/21 03:26:46 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2026/09/21 03:26:46 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:26:46 DEBUG : four: Size and md5 of src and dst objects identical 2026/09/21 03:26:46 DEBUG : two: Size and md5 of src and dst objects identical 2026/09/21 03:26:46 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/09/21 03:26:46 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:26:46 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/09/21 03:26:46 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:26:46 DEBUG : three: md5 differ 2026/09/21 03:26:46 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/09/21 03:26:46 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:26:49 DEBUG : three: size = 5 OK 2026/09/21 03:26:49 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2026/09/21 03:26:49 INFO : three: Copied (replaced existing) 2026/09/21 03:26:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (47.64s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1497: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1497: Skipping test on non local remote --- PASS: TestSyncWithMaxDuration (0.00s) --- SKIP: TestSyncWithMaxDuration/Hard (0.00s) --- SKIP: TestSyncWithMaxDuration/Soft (0.00s) === RUN TestSyncWithTrackRenames run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:1569: Can track renames: true 2026/09/21 03:27:21 INFO : Yandex rclone-test-sajeloc2roju: Making map for --track-renames 2026/09/21 03:27:21 INFO : Yandex rclone-test-sajeloc2roju: Finished making map for --track-renames 2026/09/21 03:27:21 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:27:21 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/09/21 03:27:21 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for renames to finish 2026/09/21 03:27:21 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/09/21 03:27:21 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:27:23 DEBUG : potato: size = 14 OK 2026/09/21 03:27:23 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2026/09/21 03:27:23 INFO : potato: Copied (new) 2026/09/21 03:27:24 DEBUG : yam: size = 11 OK 2026/09/21 03:27:24 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2026/09/21 03:27:24 INFO : yam: Copied (new) 2026/09/21 03:27:24 DEBUG : Waiting for deletions to finish 2026/09/21 03:27:25 INFO : Yandex rclone-test-sajeloc2roju: Making map for --track-renames 2026/09/21 03:27:25 DEBUG : potato: size = 14 OK 2026/09/21 03:27:25 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:27:25 INFO : Yandex rclone-test-sajeloc2roju: Finished making map for --track-renames 2026/09/21 03:27:25 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:27:25 DEBUG : potato: Unchanged skipping 2026/09/21 03:27:25 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for renames to finish 2026/09/21 03:27:26 INFO : yam: Moved (server-side) to: yaml 2026/09/21 03:27:26 INFO : yaml: Renamed from "yam" 2026/09/21 03:27:26 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:27:26 DEBUG : Waiting for deletions to finish 2026/09/21 03:27:26 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (19.86s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:1641: Can track renames: true 2026/09/21 03:27:40 INFO : Yandex rclone-test-sajeloc2roju: Making map for --track-renames 2026/09/21 03:27:40 INFO : Yandex rclone-test-sajeloc2roju: Finished making map for --track-renames 2026/09/21 03:27:40 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:27:40 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/09/21 03:27:40 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/09/21 03:27:40 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for renames to finish 2026/09/21 03:27:40 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:27:43 DEBUG : potato: size = 14 OK 2026/09/21 03:27:43 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2026/09/21 03:27:43 INFO : potato: Copied (new) 2026/09/21 03:27:43 DEBUG : yam: size = 11 OK 2026/09/21 03:27:43 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2026/09/21 03:27:43 INFO : yam: Copied (new) 2026/09/21 03:27:43 DEBUG : Waiting for deletions to finish 2026/09/21 03:27:44 DEBUG : potato: size = 14 OK 2026/09/21 03:27:44 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:27:44 INFO : Yandex rclone-test-sajeloc2roju: Making map for --track-renames 2026/09/21 03:27:44 INFO : Yandex rclone-test-sajeloc2roju: Finished making map for --track-renames 2026/09/21 03:27:44 DEBUG : potato: Unchanged skipping 2026/09/21 03:27:44 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:27:44 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for renames to finish 2026/09/21 03:27:45 INFO : yam: Moved (server-side) to: yaml 2026/09/21 03:27:45 INFO : yaml: Renamed from "yam" 2026/09/21 03:27:45 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:27:45 DEBUG : Waiting for deletions to finish 2026/09/21 03:27:45 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (18.16s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:1680: Can track renames: true 2026/09/21 03:27:59 INFO : Yandex rclone-test-sajeloc2roju: Making map for --track-renames 2026/09/21 03:27:59 INFO : Yandex rclone-test-sajeloc2roju: Finished making map for --track-renames 2026/09/21 03:27:59 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:27:59 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/09/21 03:27:59 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/09/21 03:27:59 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for renames to finish 2026/09/21 03:27:59 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:28:01 DEBUG : sub/yam: size = 11 OK 2026/09/21 03:28:01 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2026/09/21 03:28:01 INFO : sub/yam: Copied (new) 2026/09/21 03:28:01 DEBUG : potato: size = 14 OK 2026/09/21 03:28:01 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2026/09/21 03:28:01 INFO : potato: Copied (new) 2026/09/21 03:28:01 DEBUG : Waiting for deletions to finish 2026/09/21 03:28:03 DEBUG : potato: size = 14 OK 2026/09/21 03:28:03 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:28:03 DEBUG : potato: Unchanged skipping 2026/09/21 03:28:03 INFO : Yandex rclone-test-sajeloc2roju: Making map for --track-renames 2026/09/21 03:28:03 INFO : Yandex rclone-test-sajeloc2roju: Finished making map for --track-renames 2026/09/21 03:28:03 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:28:03 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for renames to finish 2026/09/21 03:28:04 INFO : sub/yam: Moved (server-side) to: yam 2026/09/21 03:28:04 INFO : yam: Renamed from "sub/yam" 2026/09/21 03:28:04 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:28:04 DEBUG : Waiting for deletions to finish 2026/09/21 03:28:04 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (26.98s) === RUN TestServerSideMoveLocal run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:28:25 DEBUG : Creating backend with remote "/tmp/rclone3295893723/dir1" 2026/09/21 03:28:25 DEBUG : Config file has changed externally - reloading 2026/09/21 03:28:25 DEBUG : Creating backend with remote "/tmp/rclone3295893723/dir2" 2026/09/21 03:28:25 DEBUG : Local file system at /tmp/rclone3295893723/dir2: Using server-side directory move 2026/09/21 03:28:25 INFO : Local file system at /tmp/rclone3295893723/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/09/21 03:28:25 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/09/21 03:28:25 DEBUG : Local file system at /tmp/rclone3295893723/dir2: Waiting for checks to finish 2026/09/21 03:28:25 DEBUG : Local file system at /tmp/rclone3295893723/dir2: Waiting for transfers to finish 2026/09/21 03:28:25 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.62s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:28:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:28:26 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/09/21 03:28:26 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:28:26 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:28:28 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:28:28 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:28:28 INFO : sub dir/hello world: Copied (new) 2026/09/21 03:28:28 INFO : sub dir/hello world: Deleted 2026/09/21 03:28:30 DEBUG : nested/sub dir/file: size = 6 OK 2026/09/21 03:28:30 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2026/09/21 03:28:30 INFO : nested/sub dir/file: Copied (new) 2026/09/21 03:28:30 INFO : nested/sub dir/file: Deleted 2026/09/21 03:28:30 INFO : sub dir: Removing directory 2026/09/21 03:28:30 INFO : nested/sub dir: Removing directory 2026/09/21 03:28:30 INFO : nested: Removing directory 2026/09/21 03:28:30 DEBUG : Local file system at /tmp/rclone3295893723: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (41.86s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:29:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/21 03:29:08 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/09/21 03:29:08 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:29:08 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:29:10 DEBUG : sub dir/hello world: size = 11 OK 2026/09/21 03:29:10 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/21 03:29:10 INFO : sub dir/hello world: Copied (new) 2026/09/21 03:29:10 INFO : sub dir/hello world: Deleted 2026/09/21 03:29:12 DEBUG : nested/sub dir/file: size = 6 OK 2026/09/21 03:29:12 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2026/09/21 03:29:12 INFO : nested/sub dir/file: Copied (new) 2026/09/21 03:29:12 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (41.80s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:29:50 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/09/21 03:29:50 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/21 03:29:50 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:29:50 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:29:52 DEBUG : existing-b: size = 6 OK 2026/09/21 03:29:52 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2026/09/21 03:29:52 INFO : existing-b: Copied (new) 2026/09/21 03:29:52 INFO : existing-b: Deleted 2026/09/21 03:29:52 DEBUG : existing: size = 6 OK 2026/09/21 03:29:52 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/21 03:29:52 INFO : existing: Copied (new) 2026/09/21 03:29:52 INFO : existing: Deleted 2026/09/21 03:29:53 DEBUG : existing: Destination exists, skipping 2026/09/21 03:29:53 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:29:53 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/09/21 03:29:53 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:29:53 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (16.79s) === RUN TestServerSideMove run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:30:06 DEBUG : Creating backend with remote "TestYandex:rclone-test-qosafiw6tubu" sync_test.go:1736: Server side move (if possible) Yandex rclone-test-sajeloc2roju -> Yandex rclone-test-qosafiw6tubu 2026/09/21 03:30:23 DEBUG : Yandex rclone-test-qosafiw6tubu: Using server-side directory move 2026/09/21 03:30:23 INFO : Yandex rclone-test-qosafiw6tubu: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/09/21 03:30:24 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/21 03:30:24 DEBUG : empty space: size = 1 OK 2026/09/21 03:30:24 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:30:24 DEBUG : empty space: Unchanged skipping 2026/09/21 03:30:24 DEBUG : potato3: size = 68 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:30:24 DEBUG : potato3: size = 60 (Yandex rclone-test-qosafiw6tubu) 2026/09/21 03:30:24 DEBUG : potato3: Sizes differ 2026/09/21 03:30:24 DEBUG : Yandex rclone-test-qosafiw6tubu: Waiting for checks to finish 2026/09/21 03:30:25 INFO : potato2: Moved (server-side) 2026/09/21 03:30:30 INFO : potato3: Deleted 2026/09/21 03:30:30 INFO : empty space: Deleted 2026/09/21 03:30:30 DEBUG : Yandex rclone-test-qosafiw6tubu: Waiting for transfers to finish 2026/09/21 03:30:32 INFO : potato3: Moved (server-side) 2026/09/21 03:30:33 DEBUG : Creating backend with remote "TestYandex:rclone-test-cisubaw4lofo" 2026/09/21 03:30:33 DEBUG : Yandex rclone-test-cisubaw4lofo: Using server-side directory move 2026/09/21 03:30:36 INFO : Yandex rclone-test-cisubaw4lofo: Server side directory move succeeded 2026/09/21 03:30:37 ERROR : error listing: directory not found 2026/09/21 03:30:37 DEBUG : Yandex rclone-test-cisubaw4lofo: Purge remote 2026/09/21 03:30:50 DEBUG : Yandex rclone-test-qosafiw6tubu: Purge remote 2026/09/21 03:30:50 NOTICE: purge failed: [404 - DiskNotFoundError] Resource not found. (Не удалось найти запрошенный ресурс.) --- PASS: TestServerSideMove (44.29s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:30:51 DEBUG : Creating backend with remote "TestYandex:rclone-test-fubelir7qade" sync_test.go:1736: Server side move (if possible) Yandex rclone-test-sajeloc2roju -> Yandex rclone-test-fubelir7qade 2026/09/21 03:31:04 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/21 03:31:04 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/21 03:31:04 DEBUG : pacer: Reducing sleep to 15ms 2026/09/21 03:31:05 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/21 03:31:05 DEBUG : pacer: Reducing sleep to 10ms 2026/09/21 03:31:09 DEBUG : empty space: Excluded (Size Filter) 2026/09/21 03:31:09 DEBUG : empty space: Excluded 2026/09/21 03:31:09 DEBUG : empty space: Excluded (Size Filter) 2026/09/21 03:31:09 DEBUG : empty space: Excluded 2026/09/21 03:31:09 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/21 03:31:09 DEBUG : potato3: size = 68 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:31:09 DEBUG : potato3: size = 60 (Yandex rclone-test-fubelir7qade) 2026/09/21 03:31:09 DEBUG : potato3: Sizes differ 2026/09/21 03:31:09 DEBUG : Yandex rclone-test-fubelir7qade: Waiting for checks to finish 2026/09/21 03:31:09 DEBUG : Yandex rclone-test-fubelir7qade: Waiting for transfers to finish 2026/09/21 03:31:10 INFO : potato2: Moved (server-side) 2026/09/21 03:31:15 INFO : potato3: Deleted 2026/09/21 03:31:17 INFO : potato3: Moved (server-side) 2026/09/21 03:31:17 DEBUG : Creating backend with remote "TestYandex:rclone-test-kokusan1biqa" 2026/09/21 03:31:17 DEBUG : Config file has changed externally - reloading 2026/09/21 03:31:18 DEBUG : empty space: Excluded (Size Filter) 2026/09/21 03:31:18 DEBUG : empty space: Excluded 2026/09/21 03:31:18 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/21 03:31:18 DEBUG : potato3: Need to transfer - File not found at Destination 2026/09/21 03:31:18 DEBUG : Yandex rclone-test-kokusan1biqa: Waiting for checks to finish 2026/09/21 03:31:18 DEBUG : Yandex rclone-test-kokusan1biqa: Waiting for transfers to finish 2026/09/21 03:31:19 INFO : potato3: Moved (server-side) 2026/09/21 03:31:20 INFO : potato2: Moved (server-side) 2026/09/21 03:31:20 DEBUG : Yandex rclone-test-kokusan1biqa: Purge remote 2026/09/21 03:31:32 DEBUG : Yandex rclone-test-fubelir7qade: Purge remote --- PASS: TestServerSideMoveWithFilter (57.55s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:31:48 DEBUG : Creating backend with remote "TestYandex:rclone-test-pubedor3juco" 2026/09/21 03:31:51 DEBUG : potato2: modtime not stored after upload (got 2026-09-21 03:31:50 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 03:31:56 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Yandex rclone-test-sajeloc2roju -> Yandex rclone-test-pubedor3juco 2026/09/21 03:32:02 DEBUG : Yandex rclone-test-pubedor3juco: Using server-side directory move 2026/09/21 03:32:02 INFO : Yandex rclone-test-pubedor3juco: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/09/21 03:32:03 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/21 03:32:03 DEBUG : empty space: size = 1 OK 2026/09/21 03:32:03 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:32:03 DEBUG : empty space: Unchanged skipping 2026/09/21 03:32:03 DEBUG : potato3: size = 68 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:32:03 DEBUG : potato3: size = 60 (Yandex rclone-test-pubedor3juco) 2026/09/21 03:32:03 DEBUG : potato3: Sizes differ 2026/09/21 03:32:03 DEBUG : Yandex rclone-test-pubedor3juco: Waiting for checks to finish 2026/09/21 03:32:04 INFO : potato2: Moved (server-side) 2026/09/21 03:32:09 INFO : potato3: Deleted 2026/09/21 03:32:09 INFO : empty space: Deleted 2026/09/21 03:32:09 DEBUG : Yandex rclone-test-pubedor3juco: Waiting for transfers to finish 2026/09/21 03:32:10 INFO : potato3: Moved (server-side) 2026/09/21 03:32:10 INFO : tomatoDir: Removing directory 2026/09/21 03:32:17 DEBUG : Yandex rclone-test-sajeloc2roju: deleted 1 directories 2026/09/21 03:32:18 DEBUG : Creating backend with remote "TestYandex:rclone-test-qusujas2dowu" 2026/09/21 03:32:18 INFO : tomatoDir: Making directory 2026/09/21 03:32:19 DEBUG : Yandex rclone-test-qusujas2dowu: Using server-side directory move 2026/09/21 03:32:22 INFO : Yandex rclone-test-qusujas2dowu: Server side directory move succeeded 2026/09/21 03:32:22 ERROR : error listing: directory not found 2026/09/21 03:32:23 ERROR : error listing: directory not found 2026/09/21 03:32:23 DEBUG : Yandex rclone-test-qusujas2dowu: Purge remote 2026/09/21 03:32:35 DEBUG : Yandex rclone-test-pubedor3juco: Purge remote 2026/09/21 03:32:36 NOTICE: purge failed: [404 - DiskNotFoundError] Resource not found. (Не удалось найти запрошенный ресурс.) --- PASS: TestServerSideMoveDeleteEmptySourceDirs (48.09s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:1941: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.80s) === RUN TestSyncOverlap run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:32:37 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/rclone-sync-test" --- PASS: TestSyncOverlap (2.48s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:32:40 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/rclone-sync-test" 2026/09/21 03:32:40 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/rclone-sync-test-include/layer2" 2026/09/21 03:32:42 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/rclone-sync-test-ignore-file" 2026/09/21 03:32:46 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:32:47 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:32:48 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:32:48 DEBUG : Yandex rclone-test-sajeloc2roju/rclone-sync-test: Waiting for checks to finish 2026/09/21 03:32:48 DEBUG : Yandex rclone-test-sajeloc2roju/rclone-sync-test: Waiting for transfers to finish 2026/09/21 03:32:48 DEBUG : Waiting for deletions to finish 2026/09/21 03:32:48 INFO : There was nothing to transfer 2026/09/21 03:32:49 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:32:49 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:32:50 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:32:50 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:32:50 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:32:50 DEBUG : Waiting for deletions to finish 2026/09/21 03:32:50 INFO : rclone-sync-test-include: Removing directory 2026/09/21 03:32:50 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/09/21 03:32:50 DEBUG : Yandex rclone-test-sajeloc2roju: failed to delete 1 directories 2026/09/21 03:32:50 INFO : There was nothing to transfer 2026/09/21 03:32:51 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:32:51 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:32:52 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:32:52 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:32:53 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:32:53 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:32:54 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:32:54 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:32:55 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:32:56 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:32:56 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:32:57 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:32:57 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:32:58 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:32:59 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:32:59 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:32:59 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:00 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:01 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:01 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:02 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:02 DEBUG : Yandex rclone-test-sajeloc2roju/rclone-sync-test-include/layer2: Waiting for checks to finish 2026/09/21 03:33:02 DEBUG : Yandex rclone-test-sajeloc2roju/rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/09/21 03:33:02 DEBUG : Waiting for deletions to finish 2026/09/21 03:33:02 INFO : There was nothing to transfer 2026/09/21 03:33:02 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:03 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:03 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:04 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:04 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:05 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:06 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:07 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:07 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:33:07 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:33:07 DEBUG : Waiting for deletions to finish 2026/09/21 03:33:07 INFO : rclone-sync-test-include: Removing directory 2026/09/21 03:33:07 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/09/21 03:33:07 DEBUG : Yandex rclone-test-sajeloc2roju: failed to delete 1 directories 2026/09/21 03:33:07 INFO : There was nothing to transfer 2026/09/21 03:33:08 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:08 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:09 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:10 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:10 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:11 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:11 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:11 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:12 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:13 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:13 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:14 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:14 DEBUG : Excluded 2026/09/21 03:33:14 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:15 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:16 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:16 DEBUG : Yandex rclone-test-sajeloc2roju/rclone-sync-test-ignore-file: Waiting for checks to finish 2026/09/21 03:33:16 DEBUG : Yandex rclone-test-sajeloc2roju/rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/09/21 03:33:16 DEBUG : Waiting for deletions to finish 2026/09/21 03:33:16 INFO : There was nothing to transfer 2026/09/21 03:33:16 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:17 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:17 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:18 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:18 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:19 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:20 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:20 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:21 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:22 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:22 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:23 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/21 03:33:23 DEBUG : rclone-sync-test: Excluded 2026/09/21 03:33:24 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/21 03:33:25 DEBUG : rclone-sync-test-include/layer2: Excluded --- PASS: TestSyncOverlapWithFilter (85.08s) === RUN TestSyncCompareDest run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:34:05 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/dst" 2026/09/21 03:34:05 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/CompareDest" 2026/09/21 03:34:06 DEBUG : one: Need to transfer - File not found at Destination 2026/09/21 03:34:06 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:34:06 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:34:10 DEBUG : one: size = 3 OK 2026/09/21 03:34:10 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/21 03:34:10 INFO : one: Copied (new) 2026/09/21 03:34:10 DEBUG : Waiting for deletions to finish 2026/09/21 03:34:11 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:34:11 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:34:11 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:34:11 DEBUG : one: Sizes differ 2026/09/21 03:34:11 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:34:14 DEBUG : one: size = 5 OK 2026/09/21 03:34:14 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/21 03:34:14 INFO : one: Copied (replaced existing) 2026/09/21 03:34:14 DEBUG : Waiting for deletions to finish 2026/09/21 03:34:21 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:34:21 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:34:21 DEBUG : one: Sizes differ 2026/09/21 03:34:21 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:34:21 DEBUG : one: size = 5 OK 2026/09/21 03:34:21 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:34:21 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/21 03:34:21 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:34:21 DEBUG : Waiting for deletions to finish 2026/09/21 03:34:21 INFO : There was nothing to transfer 2026/09/21 03:34:25 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:34:25 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:34:25 DEBUG : one: Sizes differ 2026/09/21 03:34:25 DEBUG : one: size = 5 OK 2026/09/21 03:34:25 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:34:25 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/21 03:34:25 DEBUG : two: size = 3 OK 2026/09/21 03:34:25 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:34:25 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/21 03:34:25 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:34:25 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:34:25 DEBUG : Waiting for deletions to finish 2026/09/21 03:34:25 INFO : There was nothing to transfer 2026/09/21 03:34:26 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:34:26 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:34:26 DEBUG : one: Sizes differ 2026/09/21 03:34:26 DEBUG : two: size = 3 OK 2026/09/21 03:34:26 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:34:26 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/21 03:34:26 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:34:27 DEBUG : one: size = 5 OK 2026/09/21 03:34:27 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:34:27 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/21 03:34:27 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:34:27 DEBUG : Waiting for deletions to finish 2026/09/21 03:34:27 INFO : There was nothing to transfer 2026/09/21 03:34:28 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:34:28 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:34:28 DEBUG : one: Sizes differ 2026/09/21 03:34:28 DEBUG : one: size = 5 OK 2026/09/21 03:34:28 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:34:28 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/21 03:34:28 DEBUG : two: size = 3 OK 2026/09/21 03:34:28 DEBUG : two: Modification times differ by -119h59m59.876543211s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123456789 +0000 UTC 2026/09/21 03:34:28 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/21 03:34:28 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/21 03:34:28 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:34:28 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:34:28 DEBUG : Waiting for deletions to finish 2026/09/21 03:34:28 INFO : There was nothing to transfer 2026/09/21 03:34:30 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:34:30 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:34:30 DEBUG : one: Sizes differ 2026/09/21 03:34:31 DEBUG : two: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:34:31 DEBUG : two: size = 3 (Yandex rclone-test-sajeloc2roju/CompareDest) 2026/09/21 03:34:31 DEBUG : two: Sizes differ 2026/09/21 03:34:31 DEBUG : two: Need to transfer - File not found at Destination 2026/09/21 03:34:31 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:34:31 DEBUG : one: size = 5 OK 2026/09/21 03:34:31 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:34:31 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/21 03:34:31 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:34:33 DEBUG : two: size = 5 OK 2026/09/21 03:34:33 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/21 03:34:33 INFO : two: Copied (new) 2026/09/21 03:34:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (68.25s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:35:18 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/dest" 2026/09/21 03:35:19 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/pre-dest1" 2026/09/21 03:35:19 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/pre-dest2" 2026/09/21 03:35:20 DEBUG : 1: size = 1 OK 2026/09/21 03:35:20 DEBUG : 1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:35:20 DEBUG : 1: Destination found in --compare-dest, skipping 2026/09/21 03:35:21 DEBUG : 2: size = 1 OK 2026/09/21 03:35:21 DEBUG : 2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:35:21 DEBUG : 2: Destination found in --compare-dest, skipping 2026/09/21 03:35:21 DEBUG : 3: Need to transfer - File not found at Destination 2026/09/21 03:35:21 DEBUG : Yandex rclone-test-sajeloc2roju/dest: Waiting for checks to finish 2026/09/21 03:35:21 DEBUG : Yandex rclone-test-sajeloc2roju/dest: Waiting for transfers to finish 2026/09/21 03:35:24 DEBUG : 3: size = 1 OK 2026/09/21 03:35:24 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2026/09/21 03:35:24 INFO : 3: Copied (new) 2026/09/21 03:35:24 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (53.07s) === RUN TestSyncCopyDest run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:36:06 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/dst" 2026/09/21 03:36:06 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/CopyDest" 2026/09/21 03:36:07 DEBUG : one: Need to transfer - File not found at Destination 2026/09/21 03:36:07 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:36:07 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:36:10 DEBUG : one: size = 3 OK 2026/09/21 03:36:10 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/21 03:36:10 INFO : one: Copied (new) 2026/09/21 03:36:10 DEBUG : Waiting for deletions to finish 2026/09/21 03:36:12 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:36:12 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:36:12 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:36:12 DEBUG : one: Sizes differ 2026/09/21 03:36:12 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:36:15 DEBUG : one: size = 5 OK 2026/09/21 03:36:15 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/21 03:36:15 INFO : one: Copied (replaced existing) 2026/09/21 03:36:15 DEBUG : Waiting for deletions to finish 2026/09/21 03:36:18 DEBUG : dst/one: modtime not stored after upload (got 2026-09-21 03:36:17 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 03:36:22 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/BackupDir" 2026/09/21 03:36:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:36:23 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:36:23 DEBUG : one: Sizes differ 2026/09/21 03:36:23 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:36:23 DEBUG : one: size = 5 OK 2026/09/21 03:36:23 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:36:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:36:23 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:36:23 DEBUG : one: Sizes differ 2026/09/21 03:36:25 INFO : one: Moved (server-side) 2026/09/21 03:36:26 DEBUG : one: size = 5 OK 2026/09/21 03:36:26 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/21 03:36:26 INFO : one: Copied (server-side copy) 2026/09/21 03:36:26 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/21 03:36:26 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:36:26 DEBUG : Waiting for deletions to finish 2026/09/21 03:36:31 DEBUG : one: size = 5 OK 2026/09/21 03:36:31 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:36:31 DEBUG : one: Unchanged skipping 2026/09/21 03:36:31 DEBUG : two: size = 3 OK 2026/09/21 03:36:31 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:36:33 DEBUG : two: size = 3 OK 2026/09/21 03:36:33 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/21 03:36:33 INFO : two: Copied (server-side copy) 2026/09/21 03:36:33 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/21 03:36:33 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:36:33 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:36:33 DEBUG : Waiting for deletions to finish 2026/09/21 03:36:34 DEBUG : one: size = 5 OK 2026/09/21 03:36:34 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:36:34 DEBUG : one: Unchanged skipping 2026/09/21 03:36:34 DEBUG : two: size = 3 OK 2026/09/21 03:36:34 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:36:34 DEBUG : two: Unchanged skipping 2026/09/21 03:36:34 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:36:34 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:36:34 DEBUG : Waiting for deletions to finish 2026/09/21 03:36:34 INFO : There was nothing to transfer 2026/09/21 03:36:39 DEBUG : one: size = 5 OK 2026/09/21 03:36:39 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:36:39 DEBUG : one: Unchanged skipping 2026/09/21 03:36:39 DEBUG : three: size = 7 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:36:39 DEBUG : three: size = 5 (Yandex rclone-test-sajeloc2roju/CopyDest) 2026/09/21 03:36:39 DEBUG : three: Sizes differ 2026/09/21 03:36:39 DEBUG : three: Destination not found in --copy-dest 2026/09/21 03:36:39 DEBUG : three: Need to transfer - File not found at Destination 2026/09/21 03:36:39 DEBUG : two: size = 3 OK 2026/09/21 03:36:39 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:36:39 DEBUG : two: Unchanged skipping 2026/09/21 03:36:39 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:36:39 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:36:41 DEBUG : three: size = 7 OK 2026/09/21 03:36:41 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/21 03:36:41 INFO : three: Copied (new) 2026/09/21 03:36:41 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (104.99s) === RUN TestSyncBackupDir run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:37:56 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/21 03:37:56 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/21 03:37:56 DEBUG : pacer: Reducing sleep to 15ms 2026/09/21 03:37:56 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/21 03:37:57 DEBUG : pacer: Reducing sleep to 10ms 2026/09/21 03:37:59 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/dst" 2026/09/21 03:37:59 DEBUG : Config file has changed externally - reloading 2026/09/21 03:37:59 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/backup" 2026/09/21 03:38:00 DEBUG : one: size = 4 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:38:00 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:38:00 DEBUG : one: Sizes differ 2026/09/21 03:38:00 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:38:00 DEBUG : two: size = 3 OK 2026/09/21 03:38:00 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:38:00 DEBUG : two: Unchanged skipping 2026/09/21 03:38:04 INFO : one: Moved (server-side) 2026/09/21 03:38:04 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:38:07 DEBUG : one: size = 4 OK 2026/09/21 03:38:07 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/09/21 03:38:07 INFO : one: Copied (new) 2026/09/21 03:38:07 DEBUG : Waiting for deletions to finish 2026/09/21 03:38:08 INFO : three.txt: Moved (server-side) 2026/09/21 03:38:08 INFO : three.txt: Moved into backup dir 2026/09/21 03:38:12 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:38:12 DEBUG : one: size = 4 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:38:12 DEBUG : one: Sizes differ 2026/09/21 03:38:12 DEBUG : two: size = 3 OK 2026/09/21 03:38:12 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:38:12 DEBUG : two: Unchanged skipping 2026/09/21 03:38:12 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:38:18 INFO : one: Deleted 2026/09/21 03:38:20 INFO : one: Moved (server-side) 2026/09/21 03:38:20 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:38:22 DEBUG : one: size = 5 OK 2026/09/21 03:38:22 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/09/21 03:38:22 INFO : one: Copied (new) 2026/09/21 03:38:22 DEBUG : Waiting for deletions to finish 2026/09/21 03:38:29 INFO : three.txt: Deleted 2026/09/21 03:38:31 INFO : three.txt: Moved (server-side) 2026/09/21 03:38:31 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (81.24s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:39:19 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/21 03:39:19 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/21 03:39:20 DEBUG : pacer: Reducing sleep to 15ms 2026/09/21 03:39:20 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/21 03:39:20 DEBUG : pacer: Reducing sleep to 10ms 2026/09/21 03:39:20 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/dst" 2026/09/21 03:39:21 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/backup" 2026/09/21 03:39:22 DEBUG : one: size = 4 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:39:22 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:39:22 DEBUG : one: Sizes differ 2026/09/21 03:39:22 DEBUG : two: size = 3 OK 2026/09/21 03:39:22 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:39:22 DEBUG : two: Unchanged skipping 2026/09/21 03:39:22 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:39:24 INFO : one: Moved (server-side) to: one.bak 2026/09/21 03:39:24 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:39:26 DEBUG : one: size = 4 OK 2026/09/21 03:39:26 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/09/21 03:39:26 INFO : one: Copied (new) 2026/09/21 03:39:26 DEBUG : Waiting for deletions to finish 2026/09/21 03:39:28 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/09/21 03:39:28 INFO : three.txt: Moved into backup dir 2026/09/21 03:39:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:39:32 DEBUG : one: size = 4 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:39:32 DEBUG : one: Sizes differ 2026/09/21 03:39:32 DEBUG : two: size = 3 OK 2026/09/21 03:39:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:39:32 DEBUG : two: Unchanged skipping 2026/09/21 03:39:32 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:39:39 INFO : one.bak: Deleted 2026/09/21 03:39:41 INFO : one: Moved (server-side) to: one.bak 2026/09/21 03:39:41 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:39:43 DEBUG : one: size = 5 OK 2026/09/21 03:39:43 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/09/21 03:39:43 INFO : one: Copied (new) 2026/09/21 03:39:43 DEBUG : Waiting for deletions to finish 2026/09/21 03:39:50 INFO : three.txt.bak: Deleted 2026/09/21 03:39:51 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/09/21 03:39:51 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (78.40s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:40:39 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/dst" 2026/09/21 03:40:39 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/backup" 2026/09/21 03:40:40 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:40:40 DEBUG : one: size = 4 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:40:40 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:40:40 DEBUG : one: Sizes differ 2026/09/21 03:40:40 DEBUG : two: size = 3 OK 2026/09/21 03:40:40 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:40:40 DEBUG : two: Unchanged skipping 2026/09/21 03:40:42 INFO : one: Moved (server-side) to: one-2019-01-01 2026/09/21 03:40:42 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:40:44 DEBUG : one: size = 4 OK 2026/09/21 03:40:44 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/09/21 03:40:44 INFO : one: Copied (new) 2026/09/21 03:40:44 DEBUG : Waiting for deletions to finish 2026/09/21 03:40:46 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/09/21 03:40:46 INFO : three.txt: Moved into backup dir 2026/09/21 03:40:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:40:51 DEBUG : one: size = 4 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:40:51 DEBUG : one: Sizes differ 2026/09/21 03:40:51 DEBUG : two: size = 3 OK 2026/09/21 03:40:51 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:40:51 DEBUG : two: Unchanged skipping 2026/09/21 03:40:51 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:40:58 INFO : one-2019-01-01: Deleted 2026/09/21 03:40:59 INFO : one: Moved (server-side) to: one-2019-01-01 2026/09/21 03:40:59 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:41:02 DEBUG : one: size = 5 OK 2026/09/21 03:41:02 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/09/21 03:41:02 INFO : one: Copied (new) 2026/09/21 03:41:02 DEBUG : Waiting for deletions to finish 2026/09/21 03:41:09 INFO : three-2019-01-01.txt: Deleted 2026/09/21 03:41:10 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/09/21 03:41:10 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (80.72s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:42:00 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/dst" 2026/09/21 03:42:00 DEBUG : Config file has changed externally - reloading 2026/09/21 03:42:02 DEBUG : one: size = 4 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:42:02 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:42:02 DEBUG : one: Sizes differ 2026/09/21 03:42:02 DEBUG : two: size = 3 OK 2026/09/21 03:42:02 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:42:02 DEBUG : two: Unchanged skipping 2026/09/21 03:42:02 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:42:03 INFO : one: Moved (server-side) to: one.bak 2026/09/21 03:42:03 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:42:06 DEBUG : one: size = 4 OK 2026/09/21 03:42:06 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/09/21 03:42:06 INFO : one: Copied (new) 2026/09/21 03:42:06 DEBUG : Waiting for deletions to finish 2026/09/21 03:42:07 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/09/21 03:42:07 INFO : three.txt: Moved into backup dir 2026/09/21 03:42:11 DEBUG : one.bak: Excluded (Path Filter) 2026/09/21 03:42:11 DEBUG : one.bak: Excluded 2026/09/21 03:42:11 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/09/21 03:42:11 DEBUG : three.txt.bak: Excluded 2026/09/21 03:42:11 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:42:11 DEBUG : one: size = 4 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:42:11 DEBUG : one: Sizes differ 2026/09/21 03:42:11 DEBUG : two: size = 3 OK 2026/09/21 03:42:11 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:42:11 DEBUG : two: Unchanged skipping 2026/09/21 03:42:11 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for checks to finish 2026/09/21 03:42:18 INFO : one.bak: Deleted 2026/09/21 03:42:19 INFO : one: Moved (server-side) to: one.bak 2026/09/21 03:42:19 DEBUG : Yandex rclone-test-sajeloc2roju/dst: Waiting for transfers to finish 2026/09/21 03:42:21 DEBUG : one: size = 5 OK 2026/09/21 03:42:21 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/09/21 03:42:21 INFO : one: Copied (new) 2026/09/21 03:42:21 DEBUG : Waiting for deletions to finish 2026/09/21 03:42:28 INFO : three.txt.bak: Deleted 2026/09/21 03:42:30 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/09/21 03:42:30 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (72.12s) === RUN TestSyncSuffix run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:43:12 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/dst" 2026/09/21 03:43:13 DEBUG : one: size = 4 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:43:13 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:43:13 DEBUG : one: Sizes differ 2026/09/21 03:43:14 INFO : one: Moved (server-side) to: one.bak 2026/09/21 03:43:17 DEBUG : one: size = 4 OK 2026/09/21 03:43:17 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/09/21 03:43:17 INFO : one: Copied (new) 2026/09/21 03:43:17 DEBUG : two: size = 3 OK 2026/09/21 03:43:17 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:43:17 DEBUG : two: Unchanged skipping 2026/09/21 03:43:17 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:43:17 DEBUG : three.txt: size = 5 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:43:17 DEBUG : three.txt: Sizes differ 2026/09/21 03:43:19 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/09/21 03:43:21 DEBUG : three.txt: size = 6 OK 2026/09/21 03:43:21 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2026/09/21 03:43:21 INFO : three.txt: Copied (new) 2026/09/21 03:43:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:43:23 DEBUG : one: size = 4 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:43:23 DEBUG : one: Sizes differ 2026/09/21 03:43:29 INFO : one.bak: Deleted 2026/09/21 03:43:30 INFO : one: Moved (server-side) to: one.bak 2026/09/21 03:43:33 DEBUG : one: size = 5 OK 2026/09/21 03:43:33 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/09/21 03:43:33 INFO : one: Copied (new) 2026/09/21 03:43:33 DEBUG : two: size = 3 OK 2026/09/21 03:43:33 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:43:33 DEBUG : two: Unchanged skipping 2026/09/21 03:43:34 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:43:34 DEBUG : three.txt: size = 6 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:43:34 DEBUG : three.txt: Sizes differ 2026/09/21 03:43:40 INFO : three.txt.bak: Deleted 2026/09/21 03:43:41 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/09/21 03:43:43 DEBUG : three.txt: size = 19 OK 2026/09/21 03:43:43 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2026/09/21 03:43:43 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (79.58s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:44:25 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/21 03:44:25 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/21 03:44:26 DEBUG : pacer: Reducing sleep to 15ms 2026/09/21 03:44:26 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/21 03:44:26 DEBUG : pacer: Reducing sleep to 10ms 2026/09/21 03:44:31 DEBUG : Creating backend with remote "TestYandex:rclone-test-sajeloc2roju/dst" 2026/09/21 03:44:32 DEBUG : one: size = 4 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:44:32 DEBUG : one: size = 3 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:44:32 DEBUG : one: Sizes differ 2026/09/21 03:44:34 INFO : one: Moved (server-side) to: one-2019-01-01 2026/09/21 03:44:37 DEBUG : one: size = 4 OK 2026/09/21 03:44:37 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/09/21 03:44:37 INFO : one: Copied (new) 2026/09/21 03:44:37 DEBUG : two: size = 3 OK 2026/09/21 03:44:37 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:44:37 DEBUG : two: Unchanged skipping 2026/09/21 03:44:37 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:44:37 DEBUG : three.txt: size = 5 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:44:37 DEBUG : three.txt: Sizes differ 2026/09/21 03:44:39 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/09/21 03:44:41 DEBUG : three.txt: size = 6 OK 2026/09/21 03:44:41 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2026/09/21 03:44:41 INFO : three.txt: Copied (new) 2026/09/21 03:44:43 DEBUG : one: size = 5 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:44:43 DEBUG : one: size = 4 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:44:43 DEBUG : one: Sizes differ 2026/09/21 03:44:49 INFO : one-2019-01-01: Deleted 2026/09/21 03:44:51 INFO : one: Moved (server-side) to: one-2019-01-01 2026/09/21 03:44:53 DEBUG : one: size = 5 OK 2026/09/21 03:44:53 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/09/21 03:44:53 INFO : one: Copied (new) 2026/09/21 03:44:53 DEBUG : two: size = 3 OK 2026/09/21 03:44:53 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:44:53 DEBUG : two: Unchanged skipping 2026/09/21 03:44:54 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:44:54 DEBUG : three.txt: size = 6 (Yandex rclone-test-sajeloc2roju/dst) 2026/09/21 03:44:54 DEBUG : three.txt: Sizes differ 2026/09/21 03:45:00 INFO : three-2019-01-01.txt: Deleted 2026/09/21 03:45:01 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/09/21 03:45:06 DEBUG : three.txt: size = 19 OK 2026/09/21 03:45:06 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2026/09/21 03:45:06 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (82.31s) === RUN TestSyncUTFNorm run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:45:49 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:45:49 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:45:49 DEBUG : Testêé: size = 18 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:45:49 DEBUG : Testêé: Sizes differ 2026/09/21 03:45:49 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:45:51 DEBUG : Testêé: size = 14 OK 2026/09/21 03:45:51 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2026/09/21 03:45:51 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/09/21 03:45:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (11.99s) === RUN TestSyncImmutable run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:45:58 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/21 03:45:58 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:45:58 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:46:00 DEBUG : existing: size = 6 OK 2026/09/21 03:46:00 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/21 03:46:00 INFO : existing: Copied (new) 2026/09/21 03:46:00 DEBUG : Waiting for deletions to finish 2026/09/21 03:46:01 DEBUG : existing: size = 8 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:46:01 DEBUG : existing: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:46:01 DEBUG : existing: Sizes differ 2026/09/21 03:46:01 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/09/21 03:46:01 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:46:01 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:46:01 ERROR : Yandex rclone-test-sajeloc2roju: not deleting files as there were IO errors 2026/09/21 03:46:01 ERROR : Yandex rclone-test-sajeloc2roju: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (11.06s) === RUN TestSyncIgnoreCase run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:46:12 DEBUG : EXISTING: size = 6 OK 2026/09/21 03:46:12 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:46:12 DEBUG : existing: Unchanged skipping 2026/09/21 03:46:12 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:46:12 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:46:12 DEBUG : Waiting for deletions to finish 2026/09/21 03:46:12 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (11.15s) === RUN TestFixCase run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.66s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (2.39s) --- SKIP: TestMaxTransfer/Hard (0.80s) --- SKIP: TestMaxTransfer/Soft (0.99s) --- SKIP: TestMaxTransfer/Cautious (0.60s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:46:30 DEBUG : both1: modtime not stored after upload (got 2026-09-21 03:46:28 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 03:46:40 DEBUG : both3: modtime not stored after upload (got 2026-09-21 03:46:39 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 03:46:46 DEBUG : both4: modtime not stored after upload (got 2026-09-21 03:46:44 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 03:46:51 DEBUG : both5: modtime not stored after upload (got 2026-09-21 03:46:50 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 03:46:54 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/21 03:46:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/21 03:46:54 DEBUG : pacer: Reducing sleep to 15ms 2026/09/21 03:46:55 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/21 03:46:55 DEBUG : pacer: Reducing sleep to 10ms 2026/09/21 03:47:17 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/21 03:47:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/21 03:47:18 DEBUG : pacer: Reducing sleep to 15ms 2026/09/21 03:47:18 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/21 03:47:18 DEBUG : pacer: Reducing sleep to 10ms 2026/09/21 03:47:56 DEBUG : both0: size = 6 OK 2026/09/21 03:47:56 DEBUG : both12: size = 6 OK 2026/09/21 03:47:56 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both10: size = 6 OK 2026/09/21 03:47:56 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both11: size = 6 OK 2026/09/21 03:47:56 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both0: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both13: size = 6 OK 2026/09/21 03:47:56 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both12: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both14: size = 6 OK 2026/09/21 03:47:56 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:47:56 DEBUG : both10: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both15: size = 6 OK 2026/09/21 03:47:56 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both15: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both16: size = 6 OK 2026/09/21 03:47:56 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both16: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both17: size = 6 OK 2026/09/21 03:47:56 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both17: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both18: size = 6 OK 2026/09/21 03:47:56 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both18: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both19: size = 6 OK 2026/09/21 03:47:56 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both19: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both1: size = 6 OK 2026/09/21 03:47:56 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both11: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both2: size = 6 OK 2026/09/21 03:47:56 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both13: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both3: size = 6 OK 2026/09/21 03:47:56 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both3: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both4: size = 6 OK 2026/09/21 03:47:56 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both4: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both5: size = 6 OK 2026/09/21 03:47:56 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both5: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both6: size = 6 OK 2026/09/21 03:47:56 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both6: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both7: size = 6 OK 2026/09/21 03:47:56 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both7: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both8: size = 6 OK 2026/09/21 03:47:56 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both8: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both9: size = 6 OK 2026/09/21 03:47:56 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:47:56 DEBUG : both9: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both14: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both1: Unchanged skipping 2026/09/21 03:47:56 DEBUG : both2: Unchanged skipping 2026/09/21 03:47:56 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:47:56 DEBUG : Waiting for deletions to finish 2026/09/21 03:48:03 INFO : only1: Deleted 2026/09/21 03:48:03 INFO : only15: Deleted 2026/09/21 03:48:03 INFO : only4: Deleted 2026/09/21 03:48:03 INFO : only8: Deleted 2026/09/21 03:48:08 INFO : only2: Deleted 2026/09/21 03:48:09 INFO : only5: Deleted 2026/09/21 03:48:09 INFO : only9: Deleted 2026/09/21 03:48:09 INFO : only6: Deleted 2026/09/21 03:48:15 INFO : only7: Deleted 2026/09/21 03:48:15 INFO : only11: Deleted 2026/09/21 03:48:15 INFO : only14: Deleted 2026/09/21 03:48:16 INFO : only13: Deleted 2026/09/21 03:48:21 INFO : only17: Deleted 2026/09/21 03:48:21 INFO : only16: Deleted 2026/09/21 03:48:22 INFO : only18: Deleted 2026/09/21 03:48:22 INFO : only19: Deleted 2026/09/21 03:48:26 INFO : only0: Deleted 2026/09/21 03:48:27 INFO : only10: Deleted 2026/09/21 03:48:28 INFO : only12: Deleted 2026/09/21 03:48:29 INFO : only3: Deleted 2026/09/21 03:48:29 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (252.83s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:51:01 DEBUG : both5: modtime not stored after upload (got 2026-09-21 03:51:00 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 03:51:22 DEBUG : both9: modtime not stored after upload (got 2026-09-21 03:51:21 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 03:51:29 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/21 03:51:29 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/21 03:51:30 DEBUG : pacer: Reducing sleep to 15ms 2026/09/21 03:51:30 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/21 03:51:30 DEBUG : pacer: Reducing sleep to 10ms 2026/09/21 03:51:43 DEBUG : only12: modtime not stored after upload (got 2026-09-21 03:51:42 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 03:52:13 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/21 03:52:13 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/21 03:52:14 DEBUG : pacer: Reducing sleep to 15ms 2026/09/21 03:52:14 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/21 03:52:14 DEBUG : pacer: Reducing sleep to 10ms 2026/09/21 03:52:19 DEBUG : only19: modtime not stored after upload (got 2026-09-21 03:52:18 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 03:52:21 DEBUG : both0: size = 6 OK 2026/09/21 03:52:21 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both10: size = 6 OK 2026/09/21 03:52:21 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both0: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both12: size = 6 OK 2026/09/21 03:52:21 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both12: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both13: size = 6 OK 2026/09/21 03:52:21 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both14: size = 6 OK 2026/09/21 03:52:21 DEBUG : both13: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both15: size = 6 OK 2026/09/21 03:52:21 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both11: size = 6 OK 2026/09/21 03:52:21 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both10: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both16: size = 6 OK 2026/09/21 03:52:21 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both14: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both17: size = 6 OK 2026/09/21 03:52:21 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both17: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both18: size = 6 OK 2026/09/21 03:52:21 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both18: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both19: size = 6 OK 2026/09/21 03:52:21 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both15: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both1: size = 6 OK 2026/09/21 03:52:21 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both19: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both11: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both3: size = 6 OK 2026/09/21 03:52:21 DEBUG : both1: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both4: size = 6 OK 2026/09/21 03:52:21 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both4: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both5: size = 6 OK 2026/09/21 03:52:21 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both5: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both6: size = 6 OK 2026/09/21 03:52:21 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both6: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both7: size = 6 OK 2026/09/21 03:52:21 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both2: size = 6 OK 2026/09/21 03:52:21 DEBUG : both7: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both8: size = 6 OK 2026/09/21 03:52:21 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both8: Unchanged skipping 2026/09/21 03:52:21 DEBUG : both9: size = 6 OK 2026/09/21 03:52:21 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 03:52:21 DEBUG : both16: Unchanged skipping 2026/09/21 03:52:21 DEBUG : only0: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only0: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only0: Sizes differ 2026/09/21 03:52:21 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : both9: Unchanged skipping 2026/09/21 03:52:21 DEBUG : only10: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only10: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only10: Sizes differ 2026/09/21 03:52:21 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 03:52:21 DEBUG : only11: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only11: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only11: Sizes differ 2026/09/21 03:52:21 DEBUG : only12: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only12: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only12: Sizes differ 2026/09/21 03:52:21 DEBUG : only13: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only13: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only13: Sizes differ 2026/09/21 03:52:21 DEBUG : only14: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only14: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only14: Sizes differ 2026/09/21 03:52:21 DEBUG : only15: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only15: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only15: Sizes differ 2026/09/21 03:52:21 DEBUG : only16: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only16: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only16: Sizes differ 2026/09/21 03:52:21 DEBUG : only17: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only17: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only17: Sizes differ 2026/09/21 03:52:21 DEBUG : only18: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only18: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only18: Sizes differ 2026/09/21 03:52:21 DEBUG : only19: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only19: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only19: Sizes differ 2026/09/21 03:52:21 DEBUG : only1: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only1: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only1: Sizes differ 2026/09/21 03:52:21 DEBUG : only2: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only2: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only2: Sizes differ 2026/09/21 03:52:21 DEBUG : only3: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only3: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only3: Sizes differ 2026/09/21 03:52:21 DEBUG : both2: Unchanged skipping 2026/09/21 03:52:21 DEBUG : only4: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only4: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only4: Sizes differ 2026/09/21 03:52:21 DEBUG : only5: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only5: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only5: Sizes differ 2026/09/21 03:52:21 DEBUG : only6: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only6: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only6: Sizes differ 2026/09/21 03:52:21 DEBUG : both3: Unchanged skipping 2026/09/21 03:52:21 DEBUG : only7: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only7: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only8: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only7: Sizes differ 2026/09/21 03:52:21 DEBUG : only8: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only9: size = 0 (Local file system at /tmp/rclone3295893723) 2026/09/21 03:52:21 DEBUG : only9: size = 6 (Yandex rclone-test-sajeloc2roju) 2026/09/21 03:52:21 DEBUG : only9: Sizes differ 2026/09/21 03:52:21 DEBUG : only8: Sizes differ 2026/09/21 03:52:21 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 03:52:23 DEBUG : only10: size = 0 OK 2026/09/21 03:52:23 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:23 INFO : only10: Copied (replaced existing) 2026/09/21 03:52:23 DEBUG : only12: size = 0 OK 2026/09/21 03:52:23 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:23 INFO : only12: Copied (replaced existing) 2026/09/21 03:52:23 DEBUG : only11: size = 0 OK 2026/09/21 03:52:23 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:23 INFO : only11: Copied (replaced existing) 2026/09/21 03:52:24 DEBUG : only13: size = 0 OK 2026/09/21 03:52:24 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:24 INFO : only13: Copied (replaced existing) 2026/09/21 03:52:25 DEBUG : only14: size = 0 OK 2026/09/21 03:52:25 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:25 INFO : only14: Copied (replaced existing) 2026/09/21 03:52:26 DEBUG : only15: size = 0 OK 2026/09/21 03:52:26 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:26 INFO : only15: Copied (replaced existing) 2026/09/21 03:52:26 DEBUG : only16: size = 0 OK 2026/09/21 03:52:26 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:26 INFO : only16: Copied (replaced existing) 2026/09/21 03:52:27 DEBUG : only17: size = 0 OK 2026/09/21 03:52:27 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:27 INFO : only17: Copied (replaced existing) 2026/09/21 03:52:27 DEBUG : only18: size = 0 OK 2026/09/21 03:52:27 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:27 INFO : only18: Copied (replaced existing) 2026/09/21 03:52:28 DEBUG : only19: size = 0 OK 2026/09/21 03:52:28 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:28 INFO : only19: Copied (replaced existing) 2026/09/21 03:52:28 DEBUG : only1: size = 0 OK 2026/09/21 03:52:28 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:28 INFO : only1: Copied (replaced existing) 2026/09/21 03:52:29 DEBUG : only2: size = 0 OK 2026/09/21 03:52:29 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:29 INFO : only2: Copied (replaced existing) 2026/09/21 03:52:30 DEBUG : only3: size = 0 OK 2026/09/21 03:52:30 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:30 INFO : only3: Copied (replaced existing) 2026/09/21 03:52:31 DEBUG : only0: size = 0 OK 2026/09/21 03:52:31 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:31 INFO : only0: Copied (replaced existing) 2026/09/21 03:52:31 DEBUG : only5: size = 0 OK 2026/09/21 03:52:31 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:31 INFO : only5: Copied (replaced existing) 2026/09/21 03:52:32 DEBUG : only4: size = 0 OK 2026/09/21 03:52:32 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:32 INFO : only4: Copied (replaced existing) 2026/09/21 03:52:33 DEBUG : only6: size = 0 OK 2026/09/21 03:52:33 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:33 INFO : only6: Copied (replaced existing) 2026/09/21 03:52:33 DEBUG : only9: size = 0 OK 2026/09/21 03:52:33 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:33 INFO : only9: Copied (replaced existing) 2026/09/21 03:52:34 DEBUG : only8: size = 0 OK 2026/09/21 03:52:34 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:34 INFO : only8: Copied (replaced existing) 2026/09/21 03:52:36 DEBUG : only7: size = 0 OK 2026/09/21 03:52:36 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/21 03:52:36 INFO : only7: Copied (replaced existing) 2026/09/21 03:52:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (373.63s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:56:49 DEBUG : empty_dir: Making directory with metadata 2026/09/21 03:56:49 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/21 03:56:49 DEBUG : empty_on_remote: Making directory with metadata 2026/09/21 03:56:49 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/21 03:56:49 INFO : empty_on_remote: Making directory 2026/09/21 03:56:59 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/09/21 03:56:59 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/09/21 03:56:59 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/09/21 03:56:59 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (62.09s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:57:51 DEBUG : empty_dir: Making directory with metadata 2026/09/21 03:57:51 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/21 03:57:51 DEBUG : empty_on_remote: Making directory with metadata 2026/09/21 03:57:51 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/21 03:57:51 INFO : empty_on_remote: Making directory 2026/09/21 03:57:57 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/09/21 03:57:57 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/09/21 03:57:57 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/09/21 03:57:57 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/09/21 03:57:57 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (71.73s) === RUN TestSyncSetDirModTimeOnce run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" sync_test.go:2877: Skipping test as remote does not support DirSetModTime --- SKIP: TestSyncSetDirModTimeOnce (0.53s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 03:59:03 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/21 03:59:03 INFO : sub dir: Making directory --- PASS: TestNothingToTransferWithEmptyDirs (104.75s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 04:00:48 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/21 04:00:48 INFO : sub dir: Making directory --- PASS: TestNothingToTransferWithoutEmptyDirs (109.74s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 04:02:47 DEBUG : dir1/0003-defghij.txt: modtime not stored after upload (got 2026-09-21 04:02:46 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 04:02:59 DEBUG : dir1/0007-1234567.txt: modtime not stored after upload (got 2026-09-21 04:02:58 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 04:03:28 DEBUG : Waiting for deletions to finish 2026/09/21 04:03:28 DEBUG : apple: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : apple: Excluded 2026/09/21 04:03:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : appleappleapplebanana: Excluded 2026/09/21 04:03:28 DEBUG : banana: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : banana: Excluded 2026/09/21 04:03:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : splitbananasplit: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/21 04:03:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/21 04:03:28 DEBUG : dir1/0015-9;=.txt: Excluded 2026/09/21 04:03:30 DEBUG : apple: size = 5 OK 2026/09/21 04:03:30 DEBUG : banana: size = 6 OK 2026/09/21 04:03:30 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : apple: Unchanged skipping 2026/09/21 04:03:30 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/21 04:03:30 DEBUG : banana: Unchanged skipping 2026/09/21 04:03:30 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/21 04:03:30 DEBUG : splitbananasplit: size = 16 OK 2026/09/21 04:03:30 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : splitbananasplit: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/21 04:03:30 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/21 04:03:30 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/21 04:03:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/21 04:03:30 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/21 04:03:30 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/21 04:03:30 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/21 04:03:30 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/21 04:03:30 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/21 04:03:30 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/21 04:03:30 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 04:03:30 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/21 04:03:30 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/21 04:03:30 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/21 04:03:30 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/21 04:03:30 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/21 04:03:30 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/21 04:03:30 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:30 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/21 04:03:30 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 04:03:30 DEBUG : Waiting for deletions to finish 2026/09/21 04:03:30 INFO : There was nothing to transfer 2026/09/21 04:03:30 DEBUG : Waiting for deletions to finish 2026/09/21 04:03:30 DEBUG : apple: Excluded (Path Filter) 2026/09/21 04:03:30 DEBUG : apple: Excluded 2026/09/21 04:03:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/21 04:03:30 DEBUG : appleappleapplebanana: Excluded 2026/09/21 04:03:30 DEBUG : banana: Excluded (Path Filter) 2026/09/21 04:03:30 DEBUG : banana: Excluded 2026/09/21 04:03:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/21 04:03:30 DEBUG : splitbananasplit: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/21 04:03:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/21 04:03:31 DEBUG : dir1/0015-9;=.txt: Excluded 2026/09/21 04:03:32 DEBUG : apple: size = 5 OK 2026/09/21 04:03:32 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : apple: Unchanged skipping 2026/09/21 04:03:32 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/21 04:03:32 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/21 04:03:32 DEBUG : banana: size = 6 OK 2026/09/21 04:03:32 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : banana: Unchanged skipping 2026/09/21 04:03:32 DEBUG : splitbananasplit: size = 16 OK 2026/09/21 04:03:32 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : splitbananasplit: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/21 04:03:32 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/21 04:03:32 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/21 04:03:32 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/21 04:03:32 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/21 04:03:32 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/21 04:03:32 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/21 04:03:32 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/21 04:03:32 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/21 04:03:32 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/21 04:03:32 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/21 04:03:32 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/21 04:03:32 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/21 04:03:32 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/21 04:03:32 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/21 04:03:32 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/21 04:03:32 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:03:32 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/21 04:03:32 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 04:03:32 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 04:03:32 DEBUG : Waiting for deletions to finish 2026/09/21 04:03:32 INFO : There was nothing to transfer 2026/09/21 04:03:32 DEBUG : Waiting for deletions to finish 2026/09/21 04:03:32 DEBUG : apple: Excluded (Path Filter) 2026/09/21 04:03:32 DEBUG : apple: Excluded 2026/09/21 04:03:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/21 04:03:32 DEBUG : appleappleapplebanana: Excluded 2026/09/21 04:03:32 DEBUG : banana: Excluded (Path Filter) 2026/09/21 04:03:32 DEBUG : banana: Excluded 2026/09/21 04:03:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/21 04:03:32 DEBUG : splitbananasplit: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/21 04:03:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/21 04:03:33 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/NFD run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 04:05:51 DEBUG : dir1/0001-bcdefgh.txt: modtime not stored after upload (got 2026-09-21 04:05:49 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 04:06:34 DEBUG : appleappleapplebanana: modtime not stored after upload (got 2026-09-21 04:06:33 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 04:06:38 DEBUG : Waiting for deletions to finish 2026/09/21 04:06:38 DEBUG : apple: Excluded (Path Filter) 2026/09/21 04:06:38 DEBUG : apple: Excluded 2026/09/21 04:06:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/21 04:06:38 DEBUG : appleappleapplebanana: Excluded 2026/09/21 04:06:38 DEBUG : banana: Excluded (Path Filter) 2026/09/21 04:06:38 DEBUG : banana: Excluded 2026/09/21 04:06:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/21 04:06:38 DEBUG : splitbananasplit: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/21 04:06:39 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/21 04:06:39 DEBUG : dir1/0015-9;=.txt: Excluded 2026/09/21 04:06:40 DEBUG : apple: size = 5 OK 2026/09/21 04:06:40 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : apple: Unchanged skipping 2026/09/21 04:06:40 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/21 04:06:40 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/21 04:06:40 DEBUG : banana: size = 6 OK 2026/09/21 04:06:40 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : banana: Unchanged skipping 2026/09/21 04:06:40 DEBUG : splitbananasplit: size = 16 OK 2026/09/21 04:06:40 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : splitbananasplit: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/21 04:06:40 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/21 04:06:40 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/21 04:06:40 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/21 04:06:40 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/21 04:06:40 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/21 04:06:40 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/21 04:06:40 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/21 04:06:40 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/21 04:06:40 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/21 04:06:40 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/21 04:06:40 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/21 04:06:40 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/21 04:06:40 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/21 04:06:40 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/21 04:06:40 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/21 04:06:40 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:40 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/21 04:06:40 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 04:06:40 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 04:06:40 DEBUG : Waiting for deletions to finish 2026/09/21 04:06:40 INFO : There was nothing to transfer 2026/09/21 04:06:40 DEBUG : Waiting for deletions to finish 2026/09/21 04:06:41 DEBUG : apple: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : apple: Excluded 2026/09/21 04:06:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : appleappleapplebanana: Excluded 2026/09/21 04:06:41 DEBUG : banana: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : banana: Excluded 2026/09/21 04:06:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : splitbananasplit: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/21 04:06:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/21 04:06:41 DEBUG : dir1/0015-9;=.txt: Excluded 2026/09/21 04:06:42 DEBUG : apple: size = 5 OK 2026/09/21 04:06:42 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:42 DEBUG : apple: Unchanged skipping 2026/09/21 04:06:42 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/21 04:06:42 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:42 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/21 04:06:42 DEBUG : banana: size = 6 OK 2026/09/21 04:06:42 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:42 DEBUG : banana: Unchanged skipping 2026/09/21 04:06:42 DEBUG : splitbananasplit: size = 16 OK 2026/09/21 04:06:42 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:42 DEBUG : splitbananasplit: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/21 04:06:43 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/21 04:06:43 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/21 04:06:43 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/21 04:06:43 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/21 04:06:43 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/21 04:06:43 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/21 04:06:43 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/21 04:06:43 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/21 04:06:43 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/21 04:06:43 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/21 04:06:43 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/21 04:06:43 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/21 04:06:43 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/21 04:06:43 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/21 04:06:43 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/21 04:06:43 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:06:43 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/21 04:06:43 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 04:06:43 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 04:06:43 DEBUG : Waiting for deletions to finish 2026/09/21 04:06:43 INFO : There was nothing to transfer 2026/09/21 04:06:43 DEBUG : Waiting for deletions to finish 2026/09/21 04:06:43 DEBUG : apple: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : apple: Excluded 2026/09/21 04:06:43 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : appleappleapplebanana: Excluded 2026/09/21 04:06:43 DEBUG : banana: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : banana: Excluded 2026/09/21 04:06:43 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : splitbananasplit: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/21 04:06:43 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/21 04:06:43 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/base64 run.go:198: Remote "Yandex rclone-test-sajeloc2roju", Local "Local file system at /tmp/rclone3295893723", Modify Window "1ns" 2026/09/21 04:09:01 DEBUG : dir1/0000-abcdefg.txt: modtime not stored after upload (got 2026-09-21 04:08:59 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/21 04:09:49 DEBUG : Waiting for deletions to finish 2026/09/21 04:09:50 DEBUG : apple: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : apple: Excluded 2026/09/21 04:09:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : appleappleapplebanana: Excluded 2026/09/21 04:09:50 DEBUG : banana: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : banana: Excluded 2026/09/21 04:09:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : splitbananasplit: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/21 04:09:50 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/21 04:09:50 DEBUG : dir1/0015-9;=.txt: Excluded 2026/09/21 04:09:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:09:51 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:09:51 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:09:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:09:51 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:09:51 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:09:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:09:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:09:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:09:51 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:09:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:09:51 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:09:51 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:09:51 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:09:51 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:09:52 DEBUG : apple: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:09:52 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:09:52 DEBUG : banana: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:09:52 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:09:52 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:09:52 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:09:52 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:09:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:09:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:09:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:09:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:09:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:09:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:09:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:09:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:09:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:09:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:09:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:09:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:09:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:09:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:09:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:09:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:09:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:09:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:09:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:09:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:09:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:09:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:09:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:09:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:09:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:09:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:09:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:09:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:52 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:52 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:52 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:52 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:52 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:52 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:09:52 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:09:52 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:09:52 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:09:52 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:09:52 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:09:52 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:09:52 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:09:52 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:09:52 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/21 04:09:52 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/21 04:09:52 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 04:09:52 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 04:09:54 DEBUG : YmFuYW5h: size = 6 OK 2026/09/21 04:09:54 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2026/09/21 04:09:54 INFO : banana: Copied (new) to: YmFuYW5h 2026/09/21 04:09:54 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:54 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/09/21 04:09:54 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2026/09/21 04:09:54 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:09:54 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:54 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/09/21 04:09:54 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2026/09/21 04:09:54 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:09:54 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:56 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/09/21 04:09:56 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2026/09/21 04:09:56 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:09:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:56 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/21 04:09:56 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/21 04:09:56 DEBUG : pacer: Reducing sleep to 15ms 2026/09/21 04:09:56 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/21 04:09:56 DEBUG : pacer: Reducing sleep to 10ms 2026/09/21 04:09:56 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/09/21 04:09:56 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2026/09/21 04:09:56 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:09:56 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:56 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/09/21 04:09:56 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2026/09/21 04:09:56 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:09:56 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:58 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/09/21 04:09:58 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2026/09/21 04:09:58 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:09:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:09:58 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/09/21 04:09:58 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2026/09/21 04:09:58 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:09:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:09:59 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/09/21 04:09:59 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2026/09/21 04:09:59 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:09:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:00 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/09/21 04:10:00 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2026/09/21 04:10:00 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:01 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/09/21 04:10:01 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2026/09/21 04:10:01 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:01 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:02 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/09/21 04:10:02 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2026/09/21 04:10:02 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:02 DEBUG : YXBwbGU=: size = 5 OK 2026/09/21 04:10:02 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2026/09/21 04:10:02 INFO : apple: Copied (new) to: YXBwbGU= 2026/09/21 04:10:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:02 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/09/21 04:10:02 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2026/09/21 04:10:02 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:03 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/09/21 04:10:03 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2026/09/21 04:10:03 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:03 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:04 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/09/21 04:10:04 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2026/09/21 04:10:04 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:04 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/21 04:10:05 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/09/21 04:10:05 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2026/09/21 04:10:05 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:05 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/09/21 04:10:05 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2026/09/21 04:10:05 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:05 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/09/21 04:10:05 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2026/09/21 04:10:05 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:07 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/09/21 04:10:07 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2026/09/21 04:10:07 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/09/21 04:10:07 DEBUG : Waiting for deletions to finish 2026/09/21 04:10:13 INFO : dir1/0012-6789;.txt: Deleted 2026/09/21 04:10:13 INFO : splitbananasplit: Deleted 2026/09/21 04:10:13 INFO : dir1/0005-fghijkl.txt: Deleted 2026/09/21 04:10:13 INFO : appleappleapplebanana: Deleted 2026/09/21 04:10:13 INFO : dir1/0009-3456789.txt: Deleted 2026/09/21 04:10:13 INFO : dir1/0011-56789;.txt: Deleted 2026/09/21 04:10:14 INFO : apple: Deleted 2026/09/21 04:10:14 INFO : dir1/0000-abcdefg.txt: Deleted 2026/09/21 04:10:18 INFO : dir1/0007-1234567.txt: Deleted 2026/09/21 04:10:19 INFO : banana: Deleted 2026/09/21 04:10:19 INFO : dir1/0013-789;=.txt: Deleted 2026/09/21 04:10:19 INFO : dir1/0014-89;=.txt: Deleted 2026/09/21 04:10:19 INFO : dir1/0008-2345678.txt: Deleted 2026/09/21 04:10:20 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/09/21 04:10:20 INFO : dir1/0002-cdefghi.txt: Deleted 2026/09/21 04:10:24 INFO : dir1/0003-defghij.txt: Deleted 2026/09/21 04:10:24 INFO : dir1/0006-ghijklm.txt: Deleted 2026/09/21 04:10:25 INFO : dir1/0004-efghijk.txt: Deleted 2026/09/21 04:10:25 INFO : dir1/0010-456789.txt: Deleted 2026/09/21 04:10:25 INFO : dir1/0015-9;=.txt: Deleted 2026/09/21 04:10:25 DEBUG : Waiting for deletions to finish 2026/09/21 04:10:26 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/09/21 04:10:26 DEBUG : YXBwbGU=: Excluded 2026/09/21 04:10:26 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/09/21 04:10:26 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2026/09/21 04:10:26 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/09/21 04:10:26 DEBUG : YmFuYW5h: Excluded 2026/09/21 04:10:26 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/09/21 04:10:26 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded 2026/09/21 04:10:27 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/09/21 04:10:27 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2026/09/21 04:10:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/21 04:10:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:28 DEBUG : YXBwbGU=: size = 5 OK 2026/09/21 04:10:28 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : apple: Unchanged skipping 2026/09/21 04:10:28 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:28 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:28 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/21 04:10:28 DEBUG : YmFuYW5h: size = 6 OK 2026/09/21 04:10:28 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : banana: Unchanged skipping 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:28 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/09/21 04:10:28 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : splitbananasplit: Unchanged skipping 2026/09/21 04:10:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:28 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/21 04:10:28 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/09/21 04:10:28 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/09/21 04:10:28 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/09/21 04:10:28 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/09/21 04:10:28 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/09/21 04:10:28 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/09/21 04:10:28 DEBUG : dir1/0006-ghijklm.txt: Modification times differ by 224664h4m52.500000001s: 2001-02-03 04:05:06.499999999 +0000 UTC, 2026-09-21 04:09:59 +0000 UTC 2026/09/21 04:10:28 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/09/21 04:10:28 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/09/21 04:10:28 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/09/21 04:10:28 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/09/21 04:10:28 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/09/21 04:10:28 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/09/21 04:10:28 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2026/09/21 04:10:28 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/09/21 04:10:28 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/09/21 04:10:28 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/09/21 04:10:28 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/09/21 04:10:28 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/21 04:10:28 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/21 04:10:28 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for checks to finish 2026/09/21 04:10:29 INFO : dir1/0006-ghijklm.txt: Updated modification time in destination 2026/09/21 04:10:29 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/21 04:10:29 DEBUG : Yandex rclone-test-sajeloc2roju: Waiting for transfers to finish 2026/09/21 04:10:29 DEBUG : Waiting for deletions to finish 2026/09/21 04:10:29 DEBUG : Waiting for deletions to finish 2026/09/21 04:10:29 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : YXBwbGU=: Excluded 2026/09/21 04:10:29 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2026/09/21 04:10:29 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : YmFuYW5h: Excluded 2026/09/21 04:10:29 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded 2026/09/21 04:10:29 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/09/21 04:10:29 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2026/09/21 04:10:30 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:30 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:30 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:30 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:30 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:30 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:30 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/21 04:10:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:30 DEBUG : apple: transformed to: YXBwbGU= 2026/09/21 04:10:30 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/21 04:10:30 DEBUG : banana: transformed to: YmFuYW5h 2026/09/21 04:10:30 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/21 04:10:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/21 04:10:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/21 04:10:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/21 04:10:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/21 04:10:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/21 04:10:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 panic: test timed out after 1h0m0s running tests: TestTransform (7m52s) TestTransform/base64 (1m32s) goroutine 17433 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2959 +0x34a created by time.goFunc /usr/local/go/src/time/sleep.go:182 +0x2d goroutine 1 [chan receive, 9 minutes]: testing.(*T).Run(0x1bdce24fcfc8, {0x24b7016?, 0x1bdce1ec1a58?}, 0x484b1d8) /usr/local/go/src/testing/testing.go:2266 +0x4f2 testing.runTests.func1(0x1bdce24fcfc8) /usr/local/go/src/testing/testing.go:2742 +0x37 testing.tRunner(0x1bdce24fcfc8, 0x1bdce1ec1b80) /usr/local/go/src/testing/testing.go:2193 +0xea testing.runTests({0x24e027e, 0x18}, {0x2503931, 0x20}, 0x1bdce2825770, {0x4b23120, 0x6e, 0x6e}, {0xc2a4496d9b50b40a, 0x3464721d019, ...}) /usr/local/go/src/testing/testing.go:2740 +0x510 testing.(*M).Run(0x1bdce278afa0) /usr/local/go/src/testing/testing.go:2600 +0x6af github.com/rclone/rclone/fstest.TestMain(0x1bdce278afa0) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:75 +0xa6 github.com/rclone/rclone/fs/sync.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:46 main.main() _testmain.go:266 +0xa6 goroutine 16774 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x1bdce298f400) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16763 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16968 [IO wait]: internal/poll.runtime_pollWait(0x7c18ec9e5800, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2925680?, 0x1bdce291b300?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2925680, {0x1bdce291b300, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2925680, {0x1bdce291b300?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1f12220, {0x1bdce291b300?, 0x0?, 0x1bdce2eaca10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce2414f60, {0x1bdce291b300?, 0x1bdce2eaca38?, 0x1bdce22b9008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce28c5408, {0x7c18eca215e8, 0x1bdce2414f60}, 0x1bdce2eacc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce28c5408, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce28c5408, {0x1bdce2933000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce22777c0, {0x1bdce2933000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce25f10e0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce25f10e0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce22777c0) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16913 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 36 [syscall, 60 minutes]: os/signal.signal_recv() /usr/local/go/src/runtime/sigqueue.go:152 +0x98 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func2.1 in goroutine 1 /usr/local/go/src/os/signal/signal.go:164 +0x1f goroutine 37 [chan receive, 60 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xae goroutine 17429 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:397 +0x150 sync.(*WaitGroup).Go.func1() /usr/local/go/src/sync/waitgroup.go:258 +0x4a created by sync.(*WaitGroup).Go in goroutine 16539 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 16844 [select]: net/http.(*persistConn).writeLoop(0x1bdce22763c0) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16901 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17218 [select]: net/http.(*persistConn).writeLoop(0x1bdce2277b80) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17202 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17155 [IO wait]: internal/poll.runtime_pollWait(0x7c18edbcc800, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2025a00?, 0x1bdce2d12000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2025a00, {0x1bdce2d12000, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2025a00, {0x1bdce2d12000?, 0x1bdce27d6780?, 0x426497?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1f126f0, {0x1bdce2d12000?, 0x7c193729b2f8?, 0x1bdce2ea9a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce24290c8, {0x1bdce2d12000?, 0x1bdce2ea9a38?, 0x1bdce22b9008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce2578408, {0x7c18eca215e8, 0x1bdce24290c8}, 0x1bdce2ea9c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce2578408, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce2578408, {0x1bdce2c88000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2c09540, {0x1bdce2c88000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce2c82420) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce2c82420, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2c09540) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17120 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17250 [select]: net/http.(*persistConn).writeLoop(0x1bdce2a85040) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17228 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16937 [IO wait]: internal/poll.runtime_pollWait(0x7c18edbd0600, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2925400?, 0x1bdce2914600?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2925400, {0x1bdce2914600, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2925400, {0x1bdce2914600?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1e568e8, {0x1bdce2914600?, 0x0?, 0x1bdce1ef0a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce29da4e0, {0x1bdce2914600?, 0x1bdce1ef0a38?, 0x1bdce22b9008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce26ef408, {0x7c18eca215e8, 0x1bdce29da4e0}, 0x1bdce1ef0c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce26ef408, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce26ef408, {0x1bdce28ae000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2a84b40, {0x1bdce28ae000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce28349c0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce28349c0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2a84b40) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16955 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 15195 [IO wait]: internal/poll.runtime_pollWait(0x7c18ec9f3000, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2794380?, 0x1bdce2c28000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2794380, {0x1bdce2c28000, 0x2600, 0x2600}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2794380, {0x1bdce2c28000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1f12360, {0x1bdce2c28000?, 0x0?, 0x1bdce2828a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce247b068, {0x1bdce2c28000?, 0x1bdce2828a38?, 0x1bdce2828a50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce277a408, {0x7c18eca215e8, 0x1bdce247b068}, 0x1bdce2828c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce277a408, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce277a408, {0x1bdce23e0000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce1f79040, {0x1bdce23e0000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce28b15c0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce28b15c0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce1f79040) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 15095 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17049 [IO wait]: internal/poll.runtime_pollWait(0x7c18f05cc800, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce24e1480?, 0x1bdce291ec00?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce24e1480, {0x1bdce291ec00, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce24e1480, {0x1bdce291ec00?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1f125e0, {0x1bdce291ec00?, 0x0?, 0x1bdce2ae4a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce2428c48, {0x1bdce291ec00?, 0x1bdce2ae4a38?, 0x1bdce2ae4a50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce2578008, {0x7c18eca215e8, 0x1bdce2428c48}, 0x1bdce2ae4c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce2578008, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce2578008, {0x1bdce2b8e000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce297e000, {0x1bdce2b8e000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce2835860) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce2835860, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce297e000) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17059 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16936 [select]: net/http.(*persistConn).writeLoop(0x1bdce2a84280) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16950 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17026 [IO wait]: internal/poll.runtime_pollWait(0x7c18ec9e4a00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2160100?, 0x1bdce2aae000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2160100, {0x1bdce2aae000, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2160100, {0x1bdce2aae000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1f12440, {0x1bdce2aae000?, 0x0?, 0x1bdce282fa10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce24283f0, {0x1bdce2aae000?, 0x1bdce282fa38?, 0x1bdce2577808?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce28c5c08, {0x7c18eca215e8, 0x1bdce24283f0}, 0x1bdce282fc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce28c5c08, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce28c5c08, {0x1bdce2aa7000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2681680, {0x1bdce2aa7000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce2a9cf00) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce2a9cf00, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2681680) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16988 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16908 [select]: net/http.(*persistConn).writeLoop(0x1bdce292aa00) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16927 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17197 [IO wait]: internal/poll.runtime_pollWait(0x7c18edbccc00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2024c00?, 0x1bdce2ab0600?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2024c00, {0x1bdce2ab0600, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2024c00, {0x1bdce2ab0600?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1e56a40, {0x1bdce2ab0600?, 0x0?, 0x1bdce2999a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce24958c0, {0x1bdce2ab0600?, 0x1bdce2999a38?, 0x1bdce2577808?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce2578c08, {0x7c18eca215e8, 0x1bdce24958c0}, 0x1bdce2999c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce2578c08, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce2578c08, {0x1bdce2d49000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce29b8140, {0x1bdce2d49000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce274d440) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce274d440, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce29b8140) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17191 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16785 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x1bdce2963680) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16752 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16907 [IO wait]: internal/poll.runtime_pollWait(0x7c18edbd0200, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce24e0880?, 0x1bdce26a9800?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce24e0880, {0x1bdce26a9800, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce24e0880, {0x1bdce26a9800?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce266e020, {0x1bdce26a9800?, 0x0?, 0x1bdce2ae9a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce1f24228, {0x1bdce26a9800?, 0x1bdce2ae9a38?, 0x1bdce2ae9a50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce25cfc08, {0x7c18eca215e8, 0x1bdce1f24228}, 0x1bdce2ae9c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce25cfc08, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce25cfc08, {0x1bdce2790000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce292aa00, {0x1bdce2790000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce1f45380) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce1f45380, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce292aa00) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16927 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17050 [select]: net/http.(*persistConn).writeLoop(0x1bdce297e000) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17059 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 15196 [select]: net/http.(*persistConn).writeLoop(0x1bdce1f79040) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 15095 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16843 [IO wait]: internal/poll.runtime_pollWait(0x7c18edbd0a00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2794680?, 0x1bdce23ab000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2794680, {0x1bdce23ab000, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2794680, {0x1bdce23ab000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1e56850, {0x1bdce23ab000?, 0x45e09c?, 0x1bdce1eeaa10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce29da3a8, {0x1bdce23ab000?, 0x1bdce1eeaa38?, 0x1bdce1ecc008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce26ee808, {0x7c18eca215e8, 0x1bdce29da3a8}, 0x1bdce1eeac58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce26ee808, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce26ee808, {0x1bdce27f0000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce22763c0, {0x1bdce27f0000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce29bcc60) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce29bcc60, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce22763c0) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16901 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16673 [select]: net/http.(*persistConn).writeLoop(0x1bdce29b8780) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16633 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16790 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x1bdce2681cc0) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16821 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17153 [IO wait]: internal/poll.runtime_pollWait(0x7c18edbcd600, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2160500?, 0x1bdce2a44600?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2160500, {0x1bdce2a44600, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2160500, {0x1bdce2a44600?, 0x1bdce27e12c0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1e56918, {0x1bdce2a44600?, 0x0?, 0x1bdce1eeda10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce229b710, {0x1bdce2a44600?, 0x1bdce1eeda38?, 0x1bdce234a008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce2578808, {0x7c18eca215e8, 0x1bdce229b710}, 0x1bdce1eedc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce2578808, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce2578808, {0x1bdce2afa000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2277b80, {0x1bdce2afa000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce29bdc80) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce29bdc80, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2277b80) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17202 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16846 [select]: net/http.(*persistConn).writeLoop(0x1bdce292a640) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16921 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16715 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7c18ec9f3600, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2024900?, 0x1bdce2aa2600?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2024900, {0x1bdce2aa2600, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2024900, {0x1bdce2aa2600?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce266e138, {0x1bdce2aa2600?, 0x0?, 0x1bdce2bfaa10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce28245a0, {0x1bdce2aa2600?, 0x1bdce2bfaa38?, 0x1bdce1ee1808?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce26ca808, {0x7c18eca215e8, 0x1bdce28245a0}, 0x1bdce2bfac58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce26ca808, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce26ca808, {0x1bdce24be000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2277900, {0x1bdce24be000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce28b0720) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce28b0720, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2277900) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16726 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16716 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x1bdce2277900) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16726 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16780 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x1bdce29628c0) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16745 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17430 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:397 +0x150 sync.(*WaitGroup).Go.func1() /usr/local/go/src/sync/waitgroup.go:258 +0x4a created by sync.(*WaitGroup).Go in goroutine 16539 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 16539 [sync.WaitGroup.Wait]: sync.runtime_SemacquireWaitGroup(0x1bdce2d3dbb8?, 0x1?) /usr/local/go/src/runtime/sema.go:114 +0x2e sync.(*WaitGroup).Wait(0x1bdce2433560) /usr/local/go/src/sync/waitgroup.go:206 +0x85 github.com/rclone/rclone/fs/walk.walk({0x48313a8, 0x4b62f60}, {0x48414a0, 0x1bdce28c6140}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x1bdce2ac6f00, 0x484bf70) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:459 +0x372 github.com/rclone/rclone/fs/walk.walkListDirSorted(...) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:350 github.com/rclone/rclone/fs/walk.Walk({0x48313a8, 0x4b62f60}, {0x48414a0, 0x1bdce28c6140}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x1bdce2ac6f00) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:76 +0x2bd github.com/rclone/rclone/fs/walk.listRwalk({0x48313a8, 0x4b62f60}, {0x48414a0, 0x1bdce28c6140}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x3, 0x1bdce2ac6ed0) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:170 +0x125 github.com/rclone/rclone/fs/walk.ListR({0x48313a8, 0x4b62f60}, {0x48414a0, 0x1bdce28c6140}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x3, 0x1bdce2ac6ed0) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:160 +0x23e github.com/rclone/rclone/fstest.newRunIndividual.func1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 +0x125 github.com/rclone/rclone/fstest.(*Run).Finalise(0x1bdce2297d50) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 +0x1c github.com/rclone/rclone/fs/sync.TestTransform.func1(0x1bdce24fc488) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:134 +0x397 testing.tRunner(0x1bdce24fc488, 0x1bdce2822460) /usr/local/go/src/testing/testing.go:2193 +0xea created by testing.(*T).Run in goroutine 15456 /usr/local/go/src/testing/testing.go:2258 +0x4d4 goroutine 17013 [IO wait]: internal/poll.runtime_pollWait(0x7c18edbd0000, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2024d80?, 0x1bdce291d900?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2024d80, {0x1bdce291d900, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2024d80, {0x1bdce291d900?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce266e248, {0x1bdce291d900?, 0x0?, 0x1bdce2877a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce247a108, {0x1bdce291d900?, 0x1bdce2877a38?, 0x1bdce22b9008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce1f3c008, {0x7c18eca215e8, 0x1bdce247a108}, 0x1bdce2877c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce1f3c008, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce1f3c008, {0x1bdce295c000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce1f78640, {0x1bdce295c000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce2975da0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce2975da0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce1f78640) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17007 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16835 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7c18f05ccc00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2794580?, 0x1bdce2912000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2794580, {0x1bdce2912000, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2794580, {0x1bdce2912000?, 0x1bdce279b2c0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce266e450, {0x1bdce2912000?, 0x0?, 0x1bdce2c97a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce2825878, {0x1bdce2912000?, 0x1bdce2c97a38?, 0x1bdce2757008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce26cbc08, {0x7c18eca215e8, 0x1bdce2825878}, 0x1bdce2c97c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce26cbc08, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce26cbc08, {0x1bdce2981000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2a037c0, {0x1bdce2981000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce2aabd40) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce2aabd40, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2a037c0) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16830 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16938 [select]: net/http.(*persistConn).writeLoop(0x1bdce2a84b40) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16955 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17303 [select]: net/http.(*persistConn).writeLoop(0x1bdce2680000) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17270 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16784 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7c18f05cca00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2025900?, 0x1bdce2b04c00?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2025900, {0x1bdce2b04c00, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2025900, {0x1bdce2b04c00?, 0x1bdce2ba6000?, 0x1bdce1ed3570?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce2322620, {0x1bdce2b04c00?, 0x7c18f05cca48?, 0x1bdce2af0a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce2ad5230, {0x1bdce2b04c00?, 0x1bdce2af0a38?, 0x1bdce22b9008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce25cf808, {0x7c18eca215e8, 0x1bdce2ad5230}, 0x1bdce2af0c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce25cf808, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce25cf808, {0x1bdce28bd000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2963680, {0x1bdce28bd000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce2aaa2a0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce2aaa2a0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2963680) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16752 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17233 [IO wait]: internal/poll.runtime_pollWait(0x7c18ec17a000, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2161000?, 0x1bdce2a46c00?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2161000, {0x1bdce2a46c00, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2161000, {0x1bdce2a46c00?, 0x1bdce25e01e0?, 0x426497?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1e56c40, {0x1bdce2a46c00?, 0x7c193729b2f8?, 0x1bdce282ea10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce1f24a68, {0x1bdce2a46c00?, 0x1bdce282ea38?, 0x1bdce2577808?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce2579408, {0x7c18eca215e8, 0x1bdce1f24a68}, 0x1bdce282ec58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce2579408, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce2579408, {0x1bdce26fe000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2a85040, {0x1bdce26fe000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce273b080) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce273b080, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2a85040) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17228 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16971 [IO wait]: internal/poll.runtime_pollWait(0x7c18f05cc600, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce24e0c80?, 0x1bdce291c600?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce24e0c80, {0x1bdce291c600, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce24e0c80, {0x1bdce291c600?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1f122d0, {0x1bdce291c600?, 0x0?, 0x1bdce29e8a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce24157a0, {0x1bdce291c600?, 0x1bdce29e8a38?, 0x1bdce22b9008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce28c5808, {0x7c18eca215e8, 0x1bdce24157a0}, 0x1bdce29e8c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce28c5808, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce28c5808, {0x1bdce29f9000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2a852c0, {0x1bdce29f9000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce298b320) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce298b320, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2a852c0) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16964 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17137 [IO wait]: internal/poll.runtime_pollWait(0x7c18ec9e4c00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2024500?, 0x1bdce2aaf300?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2024500, {0x1bdce2aaf300, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2024500, {0x1bdce2aaf300?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1f12098, {0x1bdce2aaf300?, 0x0?, 0x1bdce290ba10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce24281c8, {0x1bdce2aaf300?, 0x1bdce290ba38?, 0x1bdce1f10008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce1f3d008, {0x7c18eca215e8, 0x1bdce24281c8}, 0x1bdce290bc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce1f3d008, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce1f3d008, {0x1bdce2b83000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2b3f540, {0x1bdce2b83000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce2c839e0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce2c839e0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2b3f540) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17132 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17076 [select]: net/http.(*persistConn).writeLoop(0x1bdce298f680) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17052 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17302 [IO wait]: internal/poll.runtime_pollWait(0x7c18ec179e00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2025600?, 0x1bdce26ab000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2025600, {0x1bdce26ab000, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2025600, {0x1bdce26ab000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1f12400, {0x1bdce26ab000?, 0x45e09c?, 0x1bdce2e9ea10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce2428e88, {0x1bdce26ab000?, 0x1bdce2e9ea38?, 0x1bdce1ec8008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce1f3d808, {0x7c18eca215e8, 0x1bdce2428e88}, 0x1bdce2e9ec58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce1f3d808, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce1f3d808, {0x1bdce2846000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2680000, {0x1bdce2846000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce298a000) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce298a000, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2680000) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17270 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 2611 [chan receive, 54 minutes]: github.com/rclone/rclone/lib/atexit.Register.func1.1() /home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:45 +0x29 created by github.com/rclone/rclone/lib/atexit.Register.func1 in goroutine 2724 /home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:44 +0x68 goroutine 16906 [select]: net/http.(*persistConn).writeLoop(0x1bdce292a280) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16915 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17424 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:397 +0x150 sync.(*WaitGroup).Go.func1() /usr/local/go/src/sync/waitgroup.go:258 +0x4a created by sync.(*WaitGroup).Go in goroutine 16539 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 17285 [IO wait]: internal/poll.runtime_pollWait(0x7c18ec179a00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2161280?, 0x1bdce28ca000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2161280, {0x1bdce28ca000, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2161280, {0x1bdce28ca000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce266e2c8, {0x1bdce28ca000?, 0x0?, 0x1bdce2876a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce247b860, {0x1bdce28ca000?, 0x1bdce2876a38?, 0x1bdce2876a50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce2d7a008, {0x7c18eca215e8, 0x1bdce247b860}, 0x1bdce2876c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce2d7a008, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce2d7a008, {0x1bdce2906000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce1f797c0, {0x1bdce2906000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce28b08a0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce28b08a0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce1f797c0) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17248 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17286 [select]: net/http.(*persistConn).writeLoop(0x1bdce1f797c0) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17248 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16935 [IO wait]: internal/poll.runtime_pollWait(0x7c18ec9e5200, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2024580?, 0x1bdce2913300?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2024580, {0x1bdce2913300, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2024580, {0x1bdce2913300?, 0x1bdce2ba7680?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1f121f8, {0x1bdce2913300?, 0x1bdce22d04e0?, 0x1bdce2bf1a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce2414e28, {0x1bdce2913300?, 0x1bdce2bf1a38?, 0x1bdce1f10008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce28c5008, {0x7c18eca215e8, 0x1bdce2414e28}, 0x1bdce2bf1c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce28c5008, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce28c5008, {0x1bdce2735000, 0x1000, 0x496033?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2a84280, {0x1bdce2735000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce1eff080) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce1eff080, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2a84280) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16950 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17427 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:397 +0x150 sync.(*WaitGroup).Go.func1() /usr/local/go/src/sync/waitgroup.go:258 +0x4a created by sync.(*WaitGroup).Go in goroutine 16539 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 17221 [select]: net/http.(*persistConn).writeLoop(0x1bdce292a780) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17208 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16880 [select]: net/http.(*persistConn).writeLoop(0x1bdce2680b40) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16982 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17431 [select]: net/http.(*persistConn).roundTrip(0x1bdce292a280, 0x1bdce2822190) /usr/local/go/src/net/http/transport.go:3069 +0x84b net/http.(*Transport).roundTrip(0x1bdce22788c0, 0x1bdce298e280) /usr/local/go/src/net/http/transport.go:725 +0xada net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:33 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0x1bdce28b0060, 0x1bdce298e280) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:700 +0x63b golang.org/x/oauth2.(*Transport).RoundTrip(0x1bdce24dcf00, 0x1bdce298e140) /home/rclone/go/pkg/mod/golang.org/x/oauth2@v0.36.0/transport.go:55 +0x15b net/http.send(0x1bdce298e140, {0x480d380, 0x1bdce24dcf00}, {0x1bdce2d40d88?, 0x497406?, 0x0?}) /usr/local/go/src/net/http/client.go:266 +0x654 net/http.(*Client).send(0x1bdce24d5830, 0x1bdce298e140, {0x2647cf0?, 0x1?, 0x0?}) /usr/local/go/src/net/http/client.go:187 +0x250 net/http.(*Client).do(0x1bdce24d5830, 0x1bdce298e140) /usr/local/go/src/net/http/client.go:745 +0x9f7 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:604 github.com/rclone/rclone/lib/rest.(*Client).Call(0x1bdce1f38000, {0x48313a8, 0x4b62f60}, 0x1bdce2b1c000) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:440 +0xe85 github.com/rclone/rclone/lib/rest.(*Client).callCodec(0x1bdce1f38000, {0x48313a8, 0x4b62f60}, 0x1bdce2b1c000?, {0x0?, 0x0?}, {0x3ff5b00, 0x1bdce2770270}, 0x484c638?, 0x484c660, ...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:686 +0x4e8 github.com/rclone/rclone/lib/rest.(*Client).CallJSON(...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:623 github.com/rclone/rclone/backend/yandex.(*Fs).readMetaDataForPath.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/yandex/yandex.go:283 +0x85 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x1bdce29ef7a0?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0x1bdce28b0120, 0x1bdce293ef80, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:228 +0xd2 github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0x1bdce28b0120, 0x1bdce293ef80) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:247 +0x91 github.com/rclone/rclone/backend/yandex.(*Fs).readMetaDataForPath(0x1bdce28c6140, {0x48313a8, 0x4b62f60}, {0x1bdce226ecc0, 0x1f}, 0x1bdce29efbe0) /home/rclone/go/src/github.com/rclone/rclone/backend/yandex/yandex.go:282 +0x71c github.com/rclone/rclone/backend/yandex.(*Fs).List(0x1bdce28c6140, {0x48313a8, 0x4b62f60}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/yandex/yandex.go:406 +0x14e github.com/rclone/rclone/fs/list.DirSorted({0x48313a8, 0x4b62f60}, {0x48414a0, 0x1bdce28c6140}, 0x1, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/list/list.go:60 +0x67 github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:409 +0x1db sync.(*WaitGroup).Go.func1() /usr/local/go/src/sync/waitgroup.go:258 +0x4a created by sync.(*WaitGroup).Go in goroutine 16539 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 17305 [select]: net/http.(*persistConn).writeLoop(0x1bdce2a02280) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17185 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16720 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x1bdce2344b40) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16703 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16905 [IO wait]: internal/poll.runtime_pollWait(0x7c18f05cd400, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce24e0300?, 0x1bdce2c2a600?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce24e0300, {0x1bdce2c2a600, 0x2600, 0x2600}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce24e0300, {0x1bdce2c2a600?, 0x0?, 0x4700000000?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce266e008, {0x1bdce2c2a600?, 0x0?, 0x1bdce29eda10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce1f24090, {0x1bdce2c2a600?, 0x1bdce29eda38?, 0x1bdce29eda60?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce25ce008, {0x7c18eca215e8, 0x1bdce1f24090}, 0x1bdce29edc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce25ce008, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce25ce008, {0x1bdce24b7000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce292a280, {0x1bdce24b7000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce29f18c0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce29f18c0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce292a280) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16915 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16972 [select]: net/http.(*persistConn).writeLoop(0x1bdce2a852c0) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16964 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16789 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7c18edbcd000, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2025d00?, 0x1bdce291a000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2025d00, {0x1bdce291a000, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2025d00, {0x1bdce291a000?, 0x1bdce298dc20?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce266e3a0, {0x1bdce291a000?, 0x0?, 0x1bdce2be4a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce28253b0, {0x1bdce291a000?, 0x1bdce2be4a38?, 0x1bdce22b9008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce26cb808, {0x7c18eca215e8, 0x1bdce28253b0}, 0x1bdce2be4c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce26cb808, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce26cb808, {0x1bdce2921000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2681cc0, {0x1bdce2921000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce29263c0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce29263c0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2681cc0) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16821 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16719 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7c18f05cce00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce24e0800?, 0x1bdce2aa3900?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce24e0800, {0x1bdce2aa3900, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce24e0800, {0x1bdce2aa3900?, 0x1bdce24bb4a0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce266e190, {0x1bdce2aa3900?, 0x0?, 0x1bdce2c9aa10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce2824930, {0x1bdce2aa3900?, 0x1bdce2c9aa38?, 0x1bdce22b9008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce26cb008, {0x7c18eca215e8, 0x1bdce2824930}, 0x1bdce2c9ac58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce26cb008, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce26cb008, {0x1bdce24f6000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2344b40, {0x1bdce24f6000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce1f45800) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce1f45800, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2344b40) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16703 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17014 [select]: net/http.(*persistConn).writeLoop(0x1bdce1f78640) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17007 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17198 [select]: net/http.(*persistConn).writeLoop(0x1bdce29b8140) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17191 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16779 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7c18ec9e5400, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2025480?, 0x1bdce2b03900?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2025480, {0x1bdce2b03900, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2025480, {0x1bdce2b03900?, 0x1bdce25e1a40?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce2322588, {0x1bdce2b03900?, 0x0?, 0x1bdce2bf4a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce2ad4eb8, {0x1bdce2b03900?, 0x1bdce2bf4a38?, 0x1bdce22b9008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce25cf408, {0x7c18eca215e8, 0x1bdce2ad4eb8}, 0x1bdce2bf4c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce25cf408, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce25cf408, {0x1bdce27fd000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce29628c0, {0x1bdce27fd000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce1effe00) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce1effe00, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce29628c0) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16745 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17092 [IO wait]: internal/poll.runtime_pollWait(0x7c18edbd0400, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2025400?, 0x1bdce2915900?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2025400, {0x1bdce2915900, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2025400, {0x1bdce2915900?, 0x1bdce25e1c20?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1e56d88, {0x1bdce2915900?, 0x0?, 0x1bdce290da10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce29db368, {0x1bdce2915900?, 0x1bdce290da38?, 0x1bdce2577808?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce2bac008, {0x7c18eca215e8, 0x1bdce29db368}, 0x1bdce290dc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce2bac008, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce2bac008, {0x1bdce2bc8000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2963040, {0x1bdce2bc8000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce2bbe8a0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce2bbe8a0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2963040) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17031 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 15456 [chan receive, 1 minutes]: testing.(*T).Run(0x1bdce24fc008, {0x24a0f94?, 0x223926b8e4e5bb01?}, 0x1bdce2822460) /usr/local/go/src/testing/testing.go:2266 +0x4f2 github.com/rclone/rclone/fs/sync.TestTransform(0x1bdce24fc008) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 +0x70a testing.tRunner(0x1bdce24fc008, 0x484b1d8) /usr/local/go/src/testing/testing.go:2193 +0xea created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:2258 +0x4d4 goroutine 17425 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:397 +0x150 sync.(*WaitGroup).Go.func1() /usr/local/go/src/sync/waitgroup.go:258 +0x4a created by sync.(*WaitGroup).Go in goroutine 16539 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 17075 [IO wait]: internal/poll.runtime_pollWait(0x7c18ec9e4e00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce24e1780?, 0x1bdce2a42000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce24e1780, {0x1bdce2a42000, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce24e1780, {0x1bdce2a42000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1e56d30, {0x1bdce2a42000?, 0x0?, 0x1bdce282da10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce29db2f0, {0x1bdce2a42000?, 0x1bdce282da38?, 0x1bdce2757008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce26ef808, {0x7c18eca215e8, 0x1bdce29db2f0}, 0x1bdce282dc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce26ef808, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce26ef808, {0x1bdce2a49000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce298f680, {0x1bdce2a49000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce2a28f60) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce2a28f60, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce298f680) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17052 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16836 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x1bdce2a037c0) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16830 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16773 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7c18edbcd400, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2025080?, 0x1bdce2b02600?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2025080, {0x1bdce2b02600, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2025080, {0x1bdce2b02600?, 0x1bdce2758d20?, 0x1bdce1ed3570?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce2322490, {0x1bdce2b02600?, 0x1bdce22d12e0?, 0x1bdce2bf6a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce2ad4ab0, {0x1bdce2b02600?, 0x1bdce2bf6a38?, 0x1bdce1ee1808?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce25cf008, {0x7c18eca215e8, 0x1bdce2ad4ab0}, 0x1bdce2bf6c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce25cf008, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce25cf008, {0x1bdce2796000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce298f400, {0x1bdce2796000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce274c900) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce274c900, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce298f400) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16763 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17027 [select]: net/http.(*persistConn).writeLoop(0x1bdce2681680) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16988 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16672 [IO wait]: internal/poll.runtime_pollWait(0x7c18edbd0e00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2794880?, 0x1bdce2aa1300?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2794880, {0x1bdce2aa1300, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2794880, {0x1bdce2aa1300?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1f121d0, {0x1bdce2aa1300?, 0x0?, 0x1bdce2c9da10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce29da120, {0x1bdce2aa1300?, 0x1bdce2c9da38?, 0x1bdce2c9da50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce28c4c08, {0x7c18eca215e8, 0x1bdce29da120}, 0x1bdce2c9dc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce28c4c08, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce28c4c08, {0x1bdce2a80000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce29b8780, {0x1bdce2a80000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce2afe5a0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce2afe5a0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce29b8780) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16633 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17104 [select]: net/http.(*persistConn).writeLoop(0x1bdce2bcf040) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17098 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17304 [IO wait]: internal/poll.runtime_pollWait(0x7c18ec179c00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2025780?, 0x1bdce26ac800?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2025780, {0x1bdce26ac800, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2025780, {0x1bdce26ac800?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce266e2b0, {0x1bdce26ac800?, 0x0?, 0x1bdce299fa10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce247b7e8, {0x1bdce26ac800?, 0x1bdce299fa38?, 0x1bdce299fa50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce277a008, {0x7c18eca215e8, 0x1bdce247b7e8}, 0x1bdce299fc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce277a008, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce277a008, {0x1bdce2856000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2a02280, {0x1bdce2856000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce298b620) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce298b620, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2a02280) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17185 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17186 [select]: net/http.(*persistConn).writeLoop(0x1bdce2b3f540) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17132 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17103 [IO wait]: internal/poll.runtime_pollWait(0x7c18edbcce00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce24e1d80?, 0x1bdce2916c00?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce24e1d80, {0x1bdce2916c00, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce24e1d80, {0x1bdce2916c00?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce266e320, {0x1bdce2916c00?, 0x0?, 0x1bdce2ea7a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce247a828, {0x1bdce2916c00?, 0x1bdce2ea7a38?, 0x1bdce22b9008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce1f3c408, {0x7c18eca215e8, 0x1bdce247a828}, 0x1bdce2ea7c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce1f3c408, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce1f3c408, {0x1bdce2bb2000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2bcf040, {0x1bdce2bb2000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce2b9e180) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce2b9e180, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2bcf040) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17098 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16760 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x1bdce298e640) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16754 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17156 [select]: net/http.(*persistConn).writeLoop(0x1bdce2c09540) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17120 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16759 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7c18ec9e5000, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2925500?, 0x1bdce2aa4c00?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2925500, {0x1bdce2aa4c00, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2925500, {0x1bdce2aa4c00?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce266e200, {0x1bdce2aa4c00?, 0x0?, 0x1bdce2bf5a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce2824cc0, {0x1bdce2aa4c00?, 0x1bdce2bf5a38?, 0x1bdce22b9008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce26cb408, {0x7c18eca215e8, 0x1bdce2824cc0}, 0x1bdce2bf5c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce26cb408, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce26cb408, {0x1bdce25e8000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce298e640, {0x1bdce25e8000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce25f1b00) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce25f1b00, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce298e640) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16754 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17141 [IO wait]: internal/poll.runtime_pollWait(0x7c18edbcca00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2794480?, 0x1bdce2a43300?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2794480, {0x1bdce2a43300, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2794480, {0x1bdce2a43300?, 0x1bdce25fd0e0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce2322188, {0x1bdce2a43300?, 0x0?, 0x1bdce1eefa10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce2ad4240, {0x1bdce2a43300?, 0x1bdce1eefa38?, 0x1bdce22b9008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce2bac408, {0x7c18eca215e8, 0x1bdce2ad4240}, 0x1bdce1eefc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce2bac408, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce2bac408, {0x1bdce2ae1000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2c08640, {0x1bdce2ae1000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce2b9f740) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce2b9f740, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2c08640) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17170 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16879 [IO wait]: internal/poll.runtime_pollWait(0x7c18f05cd200, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2024b00?, 0x1bdce1e6ec00?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2024b00, {0x1bdce1e6ec00, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2024b00, {0x1bdce1e6ec00?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce23221e0, {0x1bdce1e6ec00?, 0x0?, 0x1bdce2af1a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce2ad42e8, {0x1bdce1e6ec00?, 0x1bdce2af1a38?, 0x1bdce2577808?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce217f808, {0x7c18eca215e8, 0x1bdce2ad42e8}, 0x1bdce2af1c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce217f808, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce217f808, {0x1bdce2a04000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce2680b40, {0x1bdce2a04000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce2aab6e0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce2aab6e0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce2680b40) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16982 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16969 [select]: net/http.(*persistConn).writeLoop(0x1bdce22777c0) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16913 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17093 [select]: net/http.(*persistConn).writeLoop(0x1bdce2963040) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17031 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17426 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:397 +0x150 sync.(*WaitGroup).Go.func1() /usr/local/go/src/sync/waitgroup.go:258 +0x4a created by sync.(*WaitGroup).Go in goroutine 16539 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 17220 [IO wait]: internal/poll.runtime_pollWait(0x7c18ec9f2c00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce2160800?, 0x1bdce2a45900?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce2160800, {0x1bdce2a45900, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce2160800, {0x1bdce2a45900?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1f12198, {0x1bdce2a45900?, 0x0?, 0x1bdce290aa10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce2428678, {0x1bdce2a45900?, 0x1bdce290aa38?, 0x1bdce1f10008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce1f3d408, {0x7c18eca215e8, 0x1bdce2428678}, 0x1bdce290ac58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce1f3d408, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce1f3d408, {0x1bdce24ef000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce292a780, {0x1bdce24ef000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce29f13e0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce29f13e0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce292a780) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17208 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17428 [select]: github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:397 +0x150 sync.(*WaitGroup).Go.func1() /usr/local/go/src/sync/waitgroup.go:258 +0x4a created by sync.(*WaitGroup).Go in goroutine 16539 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 16845 [IO wait]: internal/poll.runtime_pollWait(0x7c18edbd0800, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1bdce24e0500?, 0x1bdce23ac800?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x1bdce24e0500, {0x1bdce23ac800, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x1bdce24e0500, {0x1bdce23ac800?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1bdce1e56878, {0x1bdce23ac800?, 0x0?, 0x1bdce29eba10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1bdce29da3f0, {0x1bdce23ac800?, 0x1bdce29eba38?, 0x1bdce29eba50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x1bdce26eec08, {0x7c18eca215e8, 0x1bdce29da3f0}, 0x1bdce29ebc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x1bdce26eec08, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3fb crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1bdce26eec08, {0x1bdce25ff000, 0x1000, 0x427d8d0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x1bdce292a640, {0x1bdce25ff000?, 0x4809120?, 0x4ac5710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x1bdce28b0780) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x1bdce28b0780, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x1bdce292a640) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16921 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17142 [select]: net/http.(*persistConn).writeLoop(0x1bdce2c08640) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17170 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 "./sync.test -test.v -test.timeout 1h0m0s -remote TestYandex: -verbose" - Finished ERROR in 1h0m0.430397653s (try 1/5): exit status 2: Failed []