"./sync.test -test.v -test.timeout 1h0m0s -remote TestYandex: -verbose" - Starting (try 1/5) 2026/09/16 01:16:53 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu" 2026/09/16 01:16:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/16 01:16:53 DEBUG : Creating backend with remote "/tmp/rclone3508467753" === 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-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:16:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:16:54 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/09/16 01:16:54 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:16:54 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (2.88s) === RUN TestCopy run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:16:56 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/16 01:16:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:16:57 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:16:57 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:16:59 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:16:59 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:16:59 INFO : sub dir/hello world: Copied (new) 2026/09/16 01:17:01 DEBUG : Yandex rclone-test-pekahed4jonu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (19.25s) === RUN TestCopyMetadata run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.77s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:99: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.72s) === RUN TestCopyMissingDirectory run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:17:17 DEBUG : Creating backend with remote "/non-existing" 2026/09/16 01:17:17 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/09/16 01:17:17 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:17:17 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (1.22s) === RUN TestCopyNoTraverse run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:17:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:17:18 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:17:18 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:17:22 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:17:22 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:17:22 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (19.19s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:223: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.70s) === RUN TestCopyCheckFirst run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:17:38 INFO : Yandex rclone-test-pekahed4jonu: Running all checks before starting transfers 2026/09/16 01:17:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:17:38 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:17:38 INFO : Yandex rclone-test-pekahed4jonu: Checks finished, now starting transfers 2026/09/16 01:17:38 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:17:41 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:17:41 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:17:41 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (19.32s) === RUN TestSyncNoTraverse run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:17:57 ERROR : Ignoring --no-traverse with sync 2026/09/16 01:17:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:17:58 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:17:58 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:18:00 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:18:00 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:18:00 INFO : sub dir/hello world: Copied (new) 2026/09/16 01:18:00 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (20.34s) === RUN TestCopyWithDepth run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:18:18 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/09/16 01:18:18 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:18:18 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:18:21 DEBUG : hello world2: size = 12 OK 2026/09/16 01:18:21 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2026/09/16 01:18:21 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (11.10s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:18:29 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/16 01:18:29 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:18:29 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:18:32 DEBUG : potato2: size = 11 OK 2026/09/16 01:18:32 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:18:32 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (10.10s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:18:39 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/16 01:18:39 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:18:39 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:18:41 DEBUG : potato2: size = 11 OK 2026/09/16 01:18:41 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:18:41 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (10.21s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:18:49 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/09/16 01:18:49 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/16 01:18:49 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/09/16 01:18:49 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/16 01:18:50 INFO : sub dir2: Making directory 2026/09/16 01:18:50 INFO : sub dir: Making directory 2026/09/16 01:18:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:18:50 INFO : sub dir2/sub sub dir2: Making directory 2026/09/16 01:18:51 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:18:51 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:18:54 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:18:54 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:18:54 INFO : sub dir/hello world: Copied (new) 2026/09/16 01:18:56 DEBUG : Yandex rclone-test-pekahed4jonu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (35.82s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:19:25 INFO : sub dir2: Making directory 2026/09/16 01:19:25 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/09/16 01:19:25 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/16 01:19:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:19:25 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:19:25 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:19:28 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:19:28 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:19:28 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (18.44s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:19:44 DEBUG : sub dir2: Making directory with metadata 2026/09/16 01:19:44 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/16 01:19:44 INFO : sub dir2: Making directory 2026/09/16 01:19:44 INFO : sub dir: Making directory 2026/09/16 01:19:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:19:45 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:19:45 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:19:47 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:19:47 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:19:47 INFO : sub dir/hello world: Copied (new) 2026/09/16 01:19:47 INFO : sub dir/hello world: Deleted 2026/09/16 01:19:49 DEBUG : Yandex rclone-test-pekahed4jonu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/09/16 01:19:50 DEBUG : Yandex rclone-test-pekahed4jonu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (28.21s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:439: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.81s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:20:13 INFO : sub dir2: Making directory 2026/09/16 01:20:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:20:13 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:20:13 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:20:15 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:20:15 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:20:15 INFO : sub dir/hello world: Copied (new) 2026/09/16 01:20:15 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (19.12s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:20:32 DEBUG : sub dir2: Making directory with metadata 2026/09/16 01:20:32 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/16 01:20:32 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/16 01:20:32 INFO : sub dir2: Making directory 2026/09/16 01:20:32 INFO : sub dir: Making directory 2026/09/16 01:20:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:20:33 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:20:33 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:20:35 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:20:35 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:20:35 INFO : sub dir/hello world: Copied (new) 2026/09/16 01:20:35 DEBUG : Waiting for deletions to finish 2026/09/16 01:20:37 DEBUG : Yandex rclone-test-pekahed4jonu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (26.58s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:538: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.62s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:20:59 INFO : sub dir2: Making directory 2026/09/16 01:20:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:20:59 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:20:59 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:21:03 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:21:03 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:21:03 INFO : sub dir/hello world: Copied (new) 2026/09/16 01:21:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (20.62s) === RUN TestServerSideCopy run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:21:23 DEBUG : Creating backend with remote "TestYandex:rclone-test-fucekem8fini" sync_test.go:620: Server side copy (if possible) Yandex rclone-test-pekahed4jonu -> Yandex rclone-test-fucekem8fini 2026/09/16 01:21:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:21:24 DEBUG : Yandex rclone-test-fucekem8fini: Waiting for checks to finish 2026/09/16 01:21:24 DEBUG : Yandex rclone-test-fucekem8fini: Waiting for transfers to finish 2026/09/16 01:21:28 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:21:28 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:21:28 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/16 01:21:30 DEBUG : Yandex rclone-test-fucekem8fini: Purge remote --- PASS: TestServerSideCopy (38.13s) === RUN TestCopyOverSelf run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:22:02 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:22:02 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:22:02 DEBUG : sub dir/hello world: size = 11 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:22:02 DEBUG : sub dir/hello world: Sizes differ 2026/09/16 01:22:02 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:22:04 DEBUG : sub dir/hello world: modtime not stored after upload (got 2026-09-16 01:22:03 +0000 UTC, want 2011-12-25 12:59:59.123456789 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:22:05 DEBUG : sub dir/hello world: size = 17 OK 2026/09/16 01:22:05 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2026/09/16 01:22:05 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (23.22s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:22:24 DEBUG : Creating backend with remote "TestYandex:rclone-test-buvibid0ciro" 2026/09/16 01:22:24 DEBUG : Config file has changed externally - reloading sync_test.go:656: Server side copy (if possible) Yandex rclone-test-pekahed4jonu -> Yandex rclone-test-buvibid0ciro 2026/09/16 01:22:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:22:27 DEBUG : Yandex rclone-test-buvibid0ciro: Waiting for checks to finish 2026/09/16 01:22:27 DEBUG : Yandex rclone-test-buvibid0ciro: Waiting for transfers to finish 2026/09/16 01:22:29 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:22:29 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:22:29 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/16 01:22:35 DEBUG : sub dir/hello world: size = 17 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:22:35 DEBUG : sub dir/hello world: size = 11 (Yandex rclone-test-buvibid0ciro) 2026/09/16 01:22:35 DEBUG : sub dir/hello world: Sizes differ 2026/09/16 01:22:35 DEBUG : Yandex rclone-test-buvibid0ciro: Waiting for checks to finish 2026/09/16 01:22:35 DEBUG : Yandex rclone-test-buvibid0ciro: Waiting for transfers to finish 2026/09/16 01:22:36 DEBUG : sub dir/hello world: server side copy: renaming existing object to "sub dir/hello world.dewulox1" before starting 2026/09/16 01:22:38 DEBUG : sub dir/hello world.dewulox1: server side copy: removing renamed existing file after operation 2026/09/16 01:22:44 DEBUG : sub dir/hello world: size = 17 OK 2026/09/16 01:22:44 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2026/09/16 01:22:44 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/16 01:22:45 DEBUG : Yandex rclone-test-buvibid0ciro: Purge remote --- PASS: TestServerSideCopyOverSelf (49.90s) === RUN TestMoveOverSelf run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:23:15 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:23:15 DEBUG : sub dir/hello world: size = 11 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:23:15 DEBUG : sub dir/hello world: Sizes differ 2026/09/16 01:23:15 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:23:15 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:23:17 DEBUG : sub dir/hello world: modtime not stored after upload (got 2026-09-16 01:23:16 +0000 UTC, want 2011-12-25 12:59:59.123456789 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:23:18 DEBUG : sub dir/hello world: size = 17 OK 2026/09/16 01:23:18 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2026/09/16 01:23:18 INFO : sub dir/hello world: Copied (replaced existing) 2026/09/16 01:23:18 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (24.45s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:23:38 DEBUG : Creating backend with remote "TestYandex:rclone-test-cihoceb0zuso" 2026/09/16 01:23:38 DEBUG : Config file has changed externally - reloading sync_test.go:701: Server side copy (if possible) Yandex rclone-test-pekahed4jonu -> Yandex rclone-test-cihoceb0zuso 2026/09/16 01:23:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:23:39 DEBUG : Yandex rclone-test-cihoceb0zuso: Waiting for checks to finish 2026/09/16 01:23:39 DEBUG : Yandex rclone-test-cihoceb0zuso: Waiting for transfers to finish 2026/09/16 01:23:42 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:23:42 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:23:42 INFO : sub dir/hello world: Copied (server-side copy) 2026/09/16 01:23:47 DEBUG : Yandex rclone-test-cihoceb0zuso: Using server-side directory move 2026/09/16 01:23:48 INFO : Yandex rclone-test-cihoceb0zuso: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/09/16 01:23:48 DEBUG : sub dir/hello world: size = 17 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:23:48 DEBUG : sub dir/hello world: size = 11 (Yandex rclone-test-cihoceb0zuso) 2026/09/16 01:23:48 DEBUG : sub dir/hello world: Sizes differ 2026/09/16 01:23:48 DEBUG : Yandex rclone-test-cihoceb0zuso: Waiting for checks to finish 2026/09/16 01:23:48 DEBUG : Yandex rclone-test-cihoceb0zuso: Waiting for transfers to finish 2026/09/16 01:23:55 INFO : sub dir/hello world: Deleted 2026/09/16 01:23:56 INFO : sub dir/hello world: Moved (server-side) 2026/09/16 01:24:01 DEBUG : testing file moves 2026/09/16 01:24:01 DEBUG : sub dir/hello world: size = 24 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:24:01 DEBUG : sub dir/hello world: size = 17 (Yandex rclone-test-cihoceb0zuso) 2026/09/16 01:24:01 DEBUG : sub dir/hello world: Sizes differ 2026/09/16 01:24:01 DEBUG : Yandex rclone-test-cihoceb0zuso: Waiting for checks to finish 2026/09/16 01:24:01 DEBUG : Yandex rclone-test-cihoceb0zuso: Waiting for transfers to finish 2026/09/16 01:24:08 INFO : sub dir/hello world: Deleted 2026/09/16 01:24:09 INFO : sub dir/hello world: Moved (server-side) 2026/09/16 01:24:12 DEBUG : Yandex rclone-test-cihoceb0zuso: Purge remote --- PASS: TestServerSideMoveOverSelf (55.42s) === RUN TestCopyAfterDelete run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:24:33 ERROR : error listing: directory not found 2026/09/16 01:24:34 INFO : Local file system at /tmp/rclone3508467753: Making directory 2026/09/16 01:24:35 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:24:35 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (20.43s) === RUN TestCopyRedownload run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:24:54 DEBUG : Added delayed dir = "sub dir", newDst= 2026/09/16 01:24:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:24:55 DEBUG : Local file system at /tmp/rclone3508467753: Waiting for checks to finish 2026/09/16 01:24:55 DEBUG : Local file system at /tmp/rclone3508467753: Waiting for transfers to finish 2026/09/16 01:24:56 DEBUG : sub dir/hello world.e1e742ed.partial: size = 11 OK 2026/09/16 01:24:56 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:24:56 DEBUG : sub dir/hello world.e1e742ed.partial: renamed to: sub dir/hello world 2026/09/16 01:24:56 INFO : sub dir/hello world: Copied (new) 2026/09/16 01:24:56 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (20.31s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:25:12 DEBUG : check sum: Need to transfer - File not found at Destination 2026/09/16 01:25:12 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:25:12 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:25:14 DEBUG : check sum: size = 1 OK 2026/09/16 01:25:14 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/16 01:25:14 INFO : check sum: Copied (new) 2026/09/16 01:25:14 DEBUG : Waiting for deletions to finish 2026/09/16 01:25:15 DEBUG : check sum: size = 1 OK 2026/09/16 01:25:15 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:25:15 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/16 01:25:15 DEBUG : check sum: Size and md5 of src and dst objects identical 2026/09/16 01:25:15 DEBUG : check sum: Unchanged skipping 2026/09/16 01:25:15 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:25:15 DEBUG : Waiting for deletions to finish 2026/09/16 01:25:15 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (12.18s) === RUN TestSyncSizeOnly run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:25:24 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/09/16 01:25:24 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:25:24 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:25:26 DEBUG : sizeonly: size = 6 OK 2026/09/16 01:25:26 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/16 01:25:26 INFO : sizeonly: Copied (new) 2026/09/16 01:25:26 DEBUG : Waiting for deletions to finish 2026/09/16 01:25:27 DEBUG : sizeonly: size = 6 OK 2026/09/16 01:25:27 DEBUG : sizeonly: Sizes identical 2026/09/16 01:25:27 DEBUG : sizeonly: Unchanged skipping 2026/09/16 01:25:27 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:25:27 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:25:27 DEBUG : Waiting for deletions to finish 2026/09/16 01:25:27 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (11.64s) === RUN TestSyncIgnoreSize run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:25:35 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/09/16 01:25:35 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:25:35 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:25:37 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2026/09/16 01:25:37 INFO : ignore-size: Copied (new) 2026/09/16 01:25:37 DEBUG : Waiting for deletions to finish 2026/09/16 01:25:38 DEBUG : ignore-size: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:25:38 DEBUG : ignore-size: Unchanged skipping 2026/09/16 01:25:38 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:25:38 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:25:38 DEBUG : Waiting for deletions to finish 2026/09/16 01:25:38 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (10.38s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:25:49 DEBUG : existing: size = 6 OK 2026/09/16 01:25:49 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:25:49 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:25:49 DEBUG : existing: Unchanged skipping 2026/09/16 01:25:49 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:25:49 DEBUG : Waiting for deletions to finish 2026/09/16 01:25:49 INFO : There was nothing to transfer 2026/09/16 01:25:50 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:25:50 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/09/16 01:25:50 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:25:52 DEBUG : existing: size = 6 OK 2026/09/16 01:25:52 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/16 01:25:52 INFO : existing: Copied (replaced existing) 2026/09/16 01:25:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (14.18s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:26:00 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/16 01:26:00 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:26:00 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:26:03 DEBUG : existing: size = 6 OK 2026/09/16 01:26:03 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/16 01:26:03 INFO : existing: Copied (new) 2026/09/16 01:26:03 DEBUG : Waiting for deletions to finish 2026/09/16 01:26:04 DEBUG : existing: Destination exists, skipping 2026/09/16 01:26:04 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:26:04 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:26:04 DEBUG : Waiting for deletions to finish 2026/09/16 01:26:04 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (14.85s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:26:20 INFO : d: Making directory 2026/09/16 01:26:23 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/09/16 01:26:23 DEBUG : c/non empty space: size = 5 OK 2026/09/16 01:26:23 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:26:23 DEBUG : c/non empty space: Unchanged skipping 2026/09/16 01:26:24 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:26:24 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:26:26 DEBUG : a/potato2: size = 60 OK 2026/09/16 01:26:26 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/16 01:26:26 INFO : a/potato2: Copied (new) 2026/09/16 01:26:26 DEBUG : Waiting for deletions to finish 2026/09/16 01:26:33 INFO : b/potato: Deleted 2026/09/16 01:26:33 INFO : d: Removing directory 2026/09/16 01:26:40 INFO : b: Removing directory 2026/09/16 01:26:47 DEBUG : Yandex rclone-test-pekahed4jonu: deleted 2 directories --- PASS: TestSyncIgnoreErrors (60.97s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:27:19 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:27:19 DEBUG : empty space: size = 1 OK 2026/09/16 01:27:19 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/16 01:27:19 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/16 01:27:19 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/09/16 01:27:19 DEBUG : empty space: Unchanged skipping 2026/09/16 01:27:19 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:27:19 DEBUG : Waiting for deletions to finish 2026/09/16 01:27:19 INFO : There was nothing to transfer 2026/09/16 01:27:20 DEBUG : empty space: size = 1 OK 2026/09/16 01:27:20 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/16 01:27:20 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:27:20 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/16 01:27:21 INFO : empty space: Updated modification time in destination 2026/09/16 01:27:21 DEBUG : empty space: Unchanged skipping 2026/09/16 01:27:21 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:27:21 DEBUG : Waiting for deletions to finish 2026/09/16 01:27:21 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (12.61s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:27:31 DEBUG : empty space: size = 1 OK 2026/09/16 01:27:31 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/16 01:27:31 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:27:31 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/09/16 01:27:31 DEBUG : empty space: Unchanged skipping 2026/09/16 01:27:31 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:27:31 DEBUG : Waiting for deletions to finish 2026/09/16 01:27:31 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (10.19s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:27:41 DEBUG : foo: size = 3 OK 2026/09/16 01:27:41 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/16 01:27:41 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:27:41 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:27:41 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:27:41 DEBUG : foo: md5 differ 2026/09/16 01:27:41 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:27:43 DEBUG : foo: size = 3 OK 2026/09/16 01:27:43 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2026/09/16 01:27:43 INFO : foo: Copied (replaced existing) 2026/09/16 01:27:43 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (11.80s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:27:53 DEBUG : potato: Need to transfer - File not found at Destination 2026/09/16 01:27:53 DEBUG : empty space: size = 1 OK 2026/09/16 01:27:53 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:27:53 DEBUG : empty space: Unchanged skipping 2026/09/16 01:27:53 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:27:53 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:27:56 DEBUG : potato: size = 60 OK 2026/09/16 01:27:56 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/16 01:27:56 INFO : potato: Copied (new) 2026/09/16 01:27:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (19.60s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:28:12 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:28:12 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:28:12 DEBUG : potato: size = 60 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:28:12 DEBUG : potato: Sizes differ 2026/09/16 01:28:12 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:28:15 DEBUG : potato: size = 21 OK 2026/09/16 01:28:15 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2026/09/16 01:28:15 INFO : potato: Copied (replaced existing) 2026/09/16 01:28:15 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (12.93s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:28:26 DEBUG : potato: size = 21 OK 2026/09/16 01:28:26 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/16 01:28:26 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:28:26 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:28:26 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:28:26 DEBUG : potato: md5 differ 2026/09/16 01:28:26 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:28:29 DEBUG : potato: size = 21 OK 2026/09/16 01:28:29 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2026/09/16 01:28:29 INFO : potato: Copied (replaced existing) 2026/09/16 01:28:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (14.04s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:28:42 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/16 01:28:42 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:28:42 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/09/16 01:28:42 DEBUG : empty space: size = 1 OK 2026/09/16 01:28:42 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:28:42 DEBUG : empty space: Unchanged skipping 2026/09/16 01:28:42 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:28:42 DEBUG : Waiting for deletions to finish 2026/09/16 01:28:42 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (18.82s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:29:01 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/16 01:29:01 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:29:01 DEBUG : empty space: size = 1 OK 2026/09/16 01:29:01 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:29:01 DEBUG : empty space: Unchanged skipping 2026/09/16 01:29:01 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:29:03 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/16 01:29:03 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/16 01:29:03 DEBUG : pacer: Reducing sleep to 15ms 2026/09/16 01:29:04 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/16 01:29:04 DEBUG : potato2: size = 60 OK 2026/09/16 01:29:04 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/16 01:29:04 INFO : potato2: Copied (new) 2026/09/16 01:29:04 DEBUG : Waiting for deletions to finish 2026/09/16 01:29:10 DEBUG : pacer: Reducing sleep to 10ms 2026/09/16 01:29:10 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (27.26s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:29:27 INFO : d: Making directory 2026/09/16 01:29:28 INFO : d/e: Making directory 2026/09/16 01:29:29 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/09/16 01:29:30 DEBUG : c/non empty space: size = 5 OK 2026/09/16 01:29:30 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:29:30 DEBUG : c/non empty space: Unchanged skipping 2026/09/16 01:29:30 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:29:30 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:29:32 DEBUG : a/potato2: size = 60 OK 2026/09/16 01:29:32 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/16 01:29:32 INFO : a/potato2: Copied (new) 2026/09/16 01:29:32 DEBUG : Waiting for deletions to finish 2026/09/16 01:29:38 INFO : b/potato: Deleted 2026/09/16 01:29:38 INFO : d/e: Removing directory 2026/09/16 01:29:45 INFO : d: Removing directory 2026/09/16 01:29:52 INFO : b: Removing directory 2026/09/16 01:29:59 DEBUG : Yandex rclone-test-pekahed4jonu: deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (64.48s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:30:32 INFO : d: Making directory 2026/09/16 01:30:34 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/09/16 01:30:34 DEBUG : c/non empty space: size = 5 OK 2026/09/16 01:30:34 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:30:34 DEBUG : c/non empty space: Unchanged skipping 2026/09/16 01:30:34 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:30:34 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:30:36 DEBUG : a/potato2: size = 60 OK 2026/09/16 01:30:36 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/16 01:30:36 INFO : a/potato2: Copied (new) 2026/09/16 01:30:36 ERROR : Yandex rclone-test-pekahed4jonu: not deleting files as there were IO errors 2026/09/16 01:30:36 ERROR : Yandex rclone-test-pekahed4jonu: not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (56.94s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:31:29 DEBUG : Waiting for deletions to finish 2026/09/16 01:31:29 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/16 01:31:29 DEBUG : empty space: size = 1 OK 2026/09/16 01:31:29 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:31:29 DEBUG : empty space: Unchanged skipping 2026/09/16 01:31:29 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:31:29 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:31:34 DEBUG : potato2: size = 60 OK 2026/09/16 01:31:34 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/16 01:31:34 INFO : potato2: Copied (new) 2026/09/16 01:31:35 INFO : potato: Deleted --- PASS: TestSyncDeleteDuring (23.57s) === RUN TestSyncDeleteBefore run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:31:53 DEBUG : Waiting for deletions to finish 2026/09/16 01:31:54 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:31:54 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:32:00 INFO : potato: Deleted 2026/09/16 01:32:01 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/16 01:32:01 DEBUG : empty space: size = 1 OK 2026/09/16 01:32:01 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:32:01 DEBUG : empty space: Unchanged skipping 2026/09/16 01:32:01 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:32:01 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:32:05 DEBUG : potato2: modtime not stored after upload (got 2026-09-16 01:32:03 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:32:06 DEBUG : potato2: size = 60 OK 2026/09/16 01:32:06 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/09/16 01:32:06 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (31.20s) === RUN TestCopyDeleteBefore run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:32:22 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/16 01:32:22 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:32:22 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:32:25 DEBUG : potato2: size = 19 OK 2026/09/16 01:32:25 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2026/09/16 01:32:25 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (20.45s) === RUN TestSyncWithExclude run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:32:44 DEBUG : enormous: Excluded (Size Filter) 2026/09/16 01:32:44 DEBUG : enormous: Excluded 2026/09/16 01:32:44 DEBUG : potato2: Excluded (Size Filter) 2026/09/16 01:32:44 DEBUG : potato2: Excluded 2026/09/16 01:32:44 DEBUG : potato2: Excluded (Size Filter) 2026/09/16 01:32:44 DEBUG : potato2: Excluded 2026/09/16 01:32:44 DEBUG : empty space: size = 1 OK 2026/09/16 01:32:44 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:32:44 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:32:44 DEBUG : empty space: Unchanged skipping 2026/09/16 01:32:44 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:32:44 DEBUG : Waiting for deletions to finish 2026/09/16 01:32:44 INFO : There was nothing to transfer 2026/09/16 01:32:45 DEBUG : potato2: Excluded (Size Filter) 2026/09/16 01:32:45 DEBUG : potato2: Excluded 2026/09/16 01:32:45 DEBUG : enormous: Excluded (Size Filter) 2026/09/16 01:32:45 DEBUG : enormous: Excluded 2026/09/16 01:32:45 DEBUG : potato2: Excluded (Size Filter) 2026/09/16 01:32:45 DEBUG : potato2: Excluded 2026/09/16 01:32:45 DEBUG : potato2: Excluded (Size Filter) 2026/09/16 01:32:45 DEBUG : potato2: Excluded 2026/09/16 01:32:45 DEBUG : empty space: size = 1 OK 2026/09/16 01:32:45 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:32:45 DEBUG : empty space: Unchanged skipping 2026/09/16 01:32:45 DEBUG : Local file system at /tmp/rclone3508467753: Waiting for checks to finish 2026/09/16 01:32:45 DEBUG : Local file system at /tmp/rclone3508467753: Waiting for transfers to finish 2026/09/16 01:32:45 DEBUG : Waiting for deletions to finish 2026/09/16 01:32:45 INFO : There was nothing to transfer 2026/09/16 01:32:46 DEBUG : potato2: Excluded (Size Filter) 2026/09/16 01:32:46 DEBUG : potato2: Excluded --- PASS: TestSyncWithExclude (17.87s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:33:06 DEBUG : enormous: Excluded (Size Filter) 2026/09/16 01:33:06 DEBUG : enormous: Excluded 2026/09/16 01:33:06 DEBUG : potato2: Excluded (Size Filter) 2026/09/16 01:33:06 DEBUG : potato2: Excluded 2026/09/16 01:33:06 DEBUG : empty space: size = 1 OK 2026/09/16 01:33:06 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:33:06 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:33:06 DEBUG : empty space: Unchanged skipping 2026/09/16 01:33:06 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:33:06 DEBUG : Waiting for deletions to finish 2026/09/16 01:33:11 INFO : enormous: Deleted 2026/09/16 01:33:12 INFO : potato2: Deleted 2026/09/16 01:33:12 INFO : There was nothing to transfer 2026/09/16 01:33:13 DEBUG : empty space: size = 1 OK 2026/09/16 01:33:13 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:33:13 DEBUG : empty space: Unchanged skipping 2026/09/16 01:33:13 DEBUG : Local file system at /tmp/rclone3508467753: Waiting for checks to finish 2026/09/16 01:33:13 DEBUG : Local file system at /tmp/rclone3508467753: Waiting for transfers to finish 2026/09/16 01:33:13 DEBUG : Waiting for deletions to finish 2026/09/16 01:33:13 INFO : enormous: Deleted 2026/09/16 01:33:13 INFO : potato2: Deleted 2026/09/16 01:33:13 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (23.84s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:33:26 DEBUG : two: modtime not stored after upload (got 2026-09-16 01:33:24 +0000 UTC, want 2011-12-25 12:59:59.123456789 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:33:32 DEBUG : four: modtime not stored after upload (got 2026-09-16 01:33:31 +0000 UTC, want 2011-12-25 12:59:59.623456789 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:33:33 DEBUG : five: Need to transfer - File not found at Destination 2026/09/16 01:33:33 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:33:33 DEBUG : four: size = 4 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:33:33 DEBUG : four: size = 8 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:33:33 DEBUG : four: Sizes differ 2026/09/16 01:33:33 DEBUG : one: Destination is newer than source, skipping 2026/09/16 01:33:33 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/09/16 01:33:33 DEBUG : three: size = 5 OK 2026/09/16 01:33:33 DEBUG : three: Sizes identical 2026/09/16 01:33:33 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/09/16 01:33:33 DEBUG : two: size = 3 OK 2026/09/16 01:33:33 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:33:33 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:33:33 DEBUG : two: md5 differ 2026/09/16 01:33:33 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:33:36 DEBUG : five: size = 4 OK 2026/09/16 01:33:36 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2026/09/16 01:33:36 INFO : five: Copied (new) 2026/09/16 01:33:36 DEBUG : two: size = 3 OK 2026/09/16 01:33:36 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/16 01:33:36 INFO : two: Copied (replaced existing) 2026/09/16 01:33:36 DEBUG : four: size = 4 OK 2026/09/16 01:33:36 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2026/09/16 01:33:36 INFO : four: Copied (replaced existing) 2026/09/16 01:33:36 DEBUG : Waiting for deletions to finish 2026/09/16 01:33:37 DEBUG : five: size = 4 OK 2026/09/16 01:33:37 DEBUG : one: Destination is newer than source, skipping 2026/09/16 01:33:37 DEBUG : four: size = 4 OK 2026/09/16 01:33:37 DEBUG : three: size = 5 OK 2026/09/16 01:33:37 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:33:37 DEBUG : two: size = 3 OK 2026/09/16 01:33:37 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/16 01:33:37 DEBUG : two: Size and md5 of src and dst objects identical 2026/09/16 01:33:37 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2026/09/16 01:33:37 DEBUG : five: Size and md5 of src and dst objects identical 2026/09/16 01:33:37 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/09/16 01:33:37 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/09/16 01:33:37 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:33:37 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:33:37 DEBUG : three: md5 differ 2026/09/16 01:33:37 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/09/16 01:33:37 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2026/09/16 01:33:37 DEBUG : four: Size and md5 of src and dst objects identical 2026/09/16 01:33:37 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/09/16 01:33:37 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:33:39 DEBUG : three: size = 5 OK 2026/09/16 01:33:39 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2026/09/16 01:33:39 INFO : three: Copied (replaced existing) 2026/09/16 01:33:39 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (48.39s) === 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-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:1569: Can track renames: true 2026/09/16 01:34:10 INFO : Yandex rclone-test-pekahed4jonu: Making map for --track-renames 2026/09/16 01:34:10 INFO : Yandex rclone-test-pekahed4jonu: Finished making map for --track-renames 2026/09/16 01:34:10 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:34:10 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for renames to finish 2026/09/16 01:34:10 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/09/16 01:34:10 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/09/16 01:34:10 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:34:12 DEBUG : potato: size = 14 OK 2026/09/16 01:34:12 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2026/09/16 01:34:12 INFO : potato: Copied (new) 2026/09/16 01:34:12 DEBUG : yam: size = 11 OK 2026/09/16 01:34:12 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2026/09/16 01:34:12 INFO : yam: Copied (new) 2026/09/16 01:34:12 DEBUG : Waiting for deletions to finish 2026/09/16 01:34:13 DEBUG : potato: size = 14 OK 2026/09/16 01:34:13 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:34:13 INFO : Yandex rclone-test-pekahed4jonu: Making map for --track-renames 2026/09/16 01:34:13 INFO : Yandex rclone-test-pekahed4jonu: Finished making map for --track-renames 2026/09/16 01:34:13 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:34:13 DEBUG : potato: Unchanged skipping 2026/09/16 01:34:13 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for renames to finish 2026/09/16 01:34:18 INFO : yam: Moved (server-side) to: yaml 2026/09/16 01:34:18 INFO : yaml: Renamed from "yam" 2026/09/16 01:34:18 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:34:18 DEBUG : Waiting for deletions to finish 2026/09/16 01:34:18 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (22.35s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:1641: Can track renames: true 2026/09/16 01:34:32 INFO : Yandex rclone-test-pekahed4jonu: Making map for --track-renames 2026/09/16 01:34:32 INFO : Yandex rclone-test-pekahed4jonu: Finished making map for --track-renames 2026/09/16 01:34:32 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:34:32 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/09/16 01:34:32 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/09/16 01:34:32 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for renames to finish 2026/09/16 01:34:32 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:34:35 DEBUG : potato: size = 14 OK 2026/09/16 01:34:35 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2026/09/16 01:34:35 INFO : potato: Copied (new) 2026/09/16 01:34:36 DEBUG : yam: size = 11 OK 2026/09/16 01:34:36 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2026/09/16 01:34:36 INFO : yam: Copied (new) 2026/09/16 01:34:36 DEBUG : Waiting for deletions to finish 2026/09/16 01:34:37 DEBUG : potato: size = 14 OK 2026/09/16 01:34:37 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:34:37 DEBUG : potato: Unchanged skipping 2026/09/16 01:34:37 INFO : Yandex rclone-test-pekahed4jonu: Making map for --track-renames 2026/09/16 01:34:37 INFO : Yandex rclone-test-pekahed4jonu: Finished making map for --track-renames 2026/09/16 01:34:37 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:34:37 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for renames to finish 2026/09/16 01:34:38 INFO : yam: Moved (server-side) to: yaml 2026/09/16 01:34:38 INFO : yaml: Renamed from "yam" 2026/09/16 01:34:38 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:34:38 DEBUG : Waiting for deletions to finish 2026/09/16 01:34:38 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (19.70s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:1680: Can track renames: true 2026/09/16 01:34:52 INFO : Yandex rclone-test-pekahed4jonu: Making map for --track-renames 2026/09/16 01:34:52 INFO : Yandex rclone-test-pekahed4jonu: Finished making map for --track-renames 2026/09/16 01:34:52 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:34:52 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/09/16 01:34:52 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/09/16 01:34:52 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for renames to finish 2026/09/16 01:34:52 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:34:54 DEBUG : sub/yam: size = 11 OK 2026/09/16 01:34:54 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2026/09/16 01:34:54 INFO : sub/yam: Copied (new) 2026/09/16 01:34:58 DEBUG : potato: size = 14 OK 2026/09/16 01:34:58 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2026/09/16 01:34:58 INFO : potato: Copied (new) 2026/09/16 01:34:58 DEBUG : Waiting for deletions to finish 2026/09/16 01:35:00 DEBUG : potato: size = 14 OK 2026/09/16 01:35:00 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:35:00 DEBUG : potato: Unchanged skipping 2026/09/16 01:35:01 INFO : Yandex rclone-test-pekahed4jonu: Making map for --track-renames 2026/09/16 01:35:01 INFO : Yandex rclone-test-pekahed4jonu: Finished making map for --track-renames 2026/09/16 01:35:01 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:35:01 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for renames to finish 2026/09/16 01:35:02 INFO : sub/yam: Moved (server-side) to: yam 2026/09/16 01:35:02 INFO : yam: Renamed from "sub/yam" 2026/09/16 01:35:02 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:35:02 DEBUG : Waiting for deletions to finish 2026/09/16 01:35:02 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (36.31s) === RUN TestServerSideMoveLocal run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:35:28 DEBUG : Creating backend with remote "/tmp/rclone3508467753/dir1" 2026/09/16 01:35:28 DEBUG : Config file has changed externally - reloading 2026/09/16 01:35:28 DEBUG : Creating backend with remote "/tmp/rclone3508467753/dir2" 2026/09/16 01:35:28 DEBUG : Local file system at /tmp/rclone3508467753/dir2: Using server-side directory move 2026/09/16 01:35:28 INFO : Local file system at /tmp/rclone3508467753/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/09/16 01:35:28 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/09/16 01:35:28 DEBUG : Local file system at /tmp/rclone3508467753/dir2: Waiting for checks to finish 2026/09/16 01:35:28 DEBUG : Local file system at /tmp/rclone3508467753/dir2: Waiting for transfers to finish 2026/09/16 01:35:28 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.68s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:35:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:35:29 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/09/16 01:35:29 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:35:29 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:35:32 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:35:32 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:35:32 INFO : sub dir/hello world: Copied (new) 2026/09/16 01:35:32 INFO : sub dir/hello world: Deleted 2026/09/16 01:35:32 DEBUG : nested/sub dir/file: size = 6 OK 2026/09/16 01:35:32 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2026/09/16 01:35:32 INFO : nested/sub dir/file: Copied (new) 2026/09/16 01:35:32 INFO : nested/sub dir/file: Deleted 2026/09/16 01:35:32 INFO : sub dir: Removing directory 2026/09/16 01:35:32 INFO : nested/sub dir: Removing directory 2026/09/16 01:35:32 INFO : nested: Removing directory 2026/09/16 01:35:32 DEBUG : Local file system at /tmp/rclone3508467753: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (39.48s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:36:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/09/16 01:36:08 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/09/16 01:36:08 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:36:08 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:36:10 DEBUG : sub dir/hello world: size = 11 OK 2026/09/16 01:36:10 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/09/16 01:36:10 INFO : sub dir/hello world: Copied (new) 2026/09/16 01:36:10 INFO : sub dir/hello world: Deleted 2026/09/16 01:36:12 DEBUG : nested/sub dir/file: size = 6 OK 2026/09/16 01:36:12 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2026/09/16 01:36:12 INFO : nested/sub dir/file: Copied (new) 2026/09/16 01:36:12 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (40.85s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:36:49 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/09/16 01:36:49 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/16 01:36:49 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:36:49 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:36:51 DEBUG : existing: size = 6 OK 2026/09/16 01:36:51 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/16 01:36:51 INFO : existing: Copied (new) 2026/09/16 01:36:51 INFO : existing: Deleted 2026/09/16 01:36:53 DEBUG : existing-b: size = 6 OK 2026/09/16 01:36:53 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2026/09/16 01:36:53 INFO : existing-b: Copied (new) 2026/09/16 01:36:53 INFO : existing-b: Deleted 2026/09/16 01:36:53 DEBUG : existing: Destination exists, skipping 2026/09/16 01:36:53 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/09/16 01:36:53 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:36:53 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:36:53 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (17.69s) === RUN TestServerSideMove run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:37:07 DEBUG : Creating backend with remote "TestYandex:rclone-test-dojolej7lotu" 2026/09/16 01:37:07 DEBUG : Config file has changed externally - reloading sync_test.go:1736: Server side move (if possible) Yandex rclone-test-pekahed4jonu -> Yandex rclone-test-dojolej7lotu 2026/09/16 01:37:20 DEBUG : Yandex rclone-test-dojolej7lotu: Using server-side directory move 2026/09/16 01:37:20 INFO : Yandex rclone-test-dojolej7lotu: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/09/16 01:37:20 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/16 01:37:20 DEBUG : empty space: size = 1 OK 2026/09/16 01:37:20 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:37:20 DEBUG : empty space: Unchanged skipping 2026/09/16 01:37:20 DEBUG : potato3: size = 68 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:37:20 DEBUG : potato3: size = 60 (Yandex rclone-test-dojolej7lotu) 2026/09/16 01:37:20 DEBUG : potato3: Sizes differ 2026/09/16 01:37:20 DEBUG : Yandex rclone-test-dojolej7lotu: Waiting for checks to finish 2026/09/16 01:37:22 INFO : potato2: Moved (server-side) 2026/09/16 01:37:26 INFO : empty space: Deleted 2026/09/16 01:37:26 DEBUG : Yandex rclone-test-dojolej7lotu: Waiting for transfers to finish 2026/09/16 01:37:26 INFO : potato3: Deleted 2026/09/16 01:37:28 INFO : potato3: Moved (server-side) 2026/09/16 01:37:29 DEBUG : Creating backend with remote "TestYandex:rclone-test-paderik2dogi" 2026/09/16 01:37:29 DEBUG : Yandex rclone-test-paderik2dogi: Using server-side directory move 2026/09/16 01:37:31 INFO : Yandex rclone-test-paderik2dogi: Server side directory move succeeded 2026/09/16 01:37:32 ERROR : error listing: directory not found 2026/09/16 01:37:32 DEBUG : Yandex rclone-test-paderik2dogi: Purge remote 2026/09/16 01:37:45 DEBUG : Yandex rclone-test-dojolej7lotu: Purge remote 2026/09/16 01:37:45 NOTICE: purge failed: [404 - DiskNotFoundError] Resource not found. (Не удалось найти запрошенный ресурс.) --- PASS: TestServerSideMove (39.39s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:37:46 DEBUG : Creating backend with remote "TestYandex:rclone-test-verugus7wavu" 2026/09/16 01:37:46 DEBUG : Config file has changed externally - reloading 2026/09/16 01:37:53 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/16 01:37:53 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/16 01:37:53 DEBUG : pacer: Reducing sleep to 15ms 2026/09/16 01:37:53 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/16 01:37:53 DEBUG : pacer: Reducing sleep to 10ms sync_test.go:1736: Server side move (if possible) Yandex rclone-test-pekahed4jonu -> Yandex rclone-test-verugus7wavu 2026/09/16 01:37:59 DEBUG : empty space: Excluded (Size Filter) 2026/09/16 01:37:59 DEBUG : empty space: Excluded 2026/09/16 01:37:59 DEBUG : empty space: Excluded (Size Filter) 2026/09/16 01:37:59 DEBUG : empty space: Excluded 2026/09/16 01:37:59 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/16 01:37:59 DEBUG : potato3: size = 68 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:37:59 DEBUG : potato3: size = 60 (Yandex rclone-test-verugus7wavu) 2026/09/16 01:37:59 DEBUG : potato3: Sizes differ 2026/09/16 01:37:59 DEBUG : Yandex rclone-test-verugus7wavu: Waiting for checks to finish 2026/09/16 01:37:59 DEBUG : Yandex rclone-test-verugus7wavu: Waiting for transfers to finish 2026/09/16 01:38:01 INFO : potato2: Moved (server-side) 2026/09/16 01:38:05 INFO : potato3: Deleted 2026/09/16 01:38:08 INFO : potato3: Moved (server-side) 2026/09/16 01:38:08 DEBUG : Creating backend with remote "TestYandex:rclone-test-jinumor8goju" 2026/09/16 01:38:08 DEBUG : Config file has changed externally - reloading 2026/09/16 01:38:09 DEBUG : empty space: Excluded (Size Filter) 2026/09/16 01:38:09 DEBUG : empty space: Excluded 2026/09/16 01:38:09 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/16 01:38:09 DEBUG : potato3: Need to transfer - File not found at Destination 2026/09/16 01:38:09 DEBUG : Yandex rclone-test-jinumor8goju: Waiting for checks to finish 2026/09/16 01:38:09 DEBUG : Yandex rclone-test-jinumor8goju: Waiting for transfers to finish 2026/09/16 01:38:11 INFO : potato2: Moved (server-side) 2026/09/16 01:38:11 INFO : potato3: Moved (server-side) 2026/09/16 01:38:12 DEBUG : Yandex rclone-test-jinumor8goju: Purge remote 2026/09/16 01:38:24 DEBUG : Yandex rclone-test-verugus7wavu: Purge remote --- PASS: TestServerSideMoveWithFilter (53.86s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:38:40 DEBUG : Creating backend with remote "TestYandex:rclone-test-wupozud9fodu" 2026/09/16 01:38:40 DEBUG : Config file has changed externally - reloading 2026/09/16 01:38:46 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Yandex rclone-test-pekahed4jonu -> Yandex rclone-test-wupozud9fodu 2026/09/16 01:38:54 DEBUG : Yandex rclone-test-wupozud9fodu: Using server-side directory move 2026/09/16 01:38:54 INFO : Yandex rclone-test-wupozud9fodu: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/09/16 01:38:55 DEBUG : potato2: Need to transfer - File not found at Destination 2026/09/16 01:38:55 DEBUG : empty space: size = 1 OK 2026/09/16 01:38:55 DEBUG : potato3: size = 68 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:38:55 DEBUG : potato3: size = 60 (Yandex rclone-test-wupozud9fodu) 2026/09/16 01:38:55 DEBUG : potato3: Sizes differ 2026/09/16 01:38:55 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:38:55 DEBUG : empty space: Unchanged skipping 2026/09/16 01:38:55 DEBUG : Yandex rclone-test-wupozud9fodu: Waiting for checks to finish 2026/09/16 01:38:56 INFO : potato2: Moved (server-side) 2026/09/16 01:39:01 INFO : empty space: Deleted 2026/09/16 01:39:01 DEBUG : Yandex rclone-test-wupozud9fodu: Waiting for transfers to finish 2026/09/16 01:39:01 INFO : potato3: Deleted 2026/09/16 01:39:02 INFO : potato3: Moved (server-side) 2026/09/16 01:39:02 INFO : tomatoDir: Removing directory 2026/09/16 01:39:10 DEBUG : Yandex rclone-test-pekahed4jonu: deleted 1 directories 2026/09/16 01:39:11 DEBUG : Creating backend with remote "TestYandex:rclone-test-naconef4qequ" 2026/09/16 01:39:11 DEBUG : Config file has changed externally - reloading 2026/09/16 01:39:11 INFO : tomatoDir: Making directory 2026/09/16 01:39:12 DEBUG : Yandex rclone-test-naconef4qequ: Using server-side directory move 2026/09/16 01:39:15 INFO : Yandex rclone-test-naconef4qequ: Server side directory move succeeded 2026/09/16 01:39:16 ERROR : error listing: directory not found 2026/09/16 01:39:16 ERROR : error listing: directory not found 2026/09/16 01:39:16 DEBUG : Yandex rclone-test-naconef4qequ: Purge remote 2026/09/16 01:39:30 DEBUG : Yandex rclone-test-wupozud9fodu: Purge remote 2026/09/16 01:39:31 NOTICE: purge failed: [404 - DiskNotFoundError] Resource not found. (Не удалось найти запрошенный ресурс.) --- PASS: TestServerSideMoveDeleteEmptySourceDirs (51.34s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:1941: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.84s) === RUN TestSyncOverlap run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:39:32 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/rclone-sync-test" 2026/09/16 01:39:32 DEBUG : Config file has changed externally - reloading --- PASS: TestSyncOverlap (2.44s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:39:34 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/rclone-sync-test" 2026/09/16 01:39:35 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/rclone-sync-test-include/layer2" 2026/09/16 01:39:35 DEBUG : Config file has changed externally - reloading 2026/09/16 01:39:37 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/rclone-sync-test-ignore-file" 2026/09/16 01:39:41 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:39:41 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:39:42 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:39:42 DEBUG : Yandex rclone-test-pekahed4jonu/rclone-sync-test: Waiting for checks to finish 2026/09/16 01:39:42 DEBUG : Yandex rclone-test-pekahed4jonu/rclone-sync-test: Waiting for transfers to finish 2026/09/16 01:39:42 DEBUG : Waiting for deletions to finish 2026/09/16 01:39:42 INFO : There was nothing to transfer 2026/09/16 01:39:43 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:39:43 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:39:44 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:39:44 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:39:44 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:39:44 DEBUG : Waiting for deletions to finish 2026/09/16 01:39:44 INFO : rclone-sync-test-include: Removing directory 2026/09/16 01:39:44 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/09/16 01:39:44 DEBUG : Yandex rclone-test-pekahed4jonu: failed to delete 1 directories 2026/09/16 01:39:44 INFO : There was nothing to transfer 2026/09/16 01:39:45 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:39:45 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:39:46 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:39:47 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:39:48 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:39:49 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:39:50 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:39:51 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:39:52 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:39:52 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:39:53 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:39:53 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:39:54 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:39:54 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:39:55 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:39:56 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:39:56 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:39:57 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:39:58 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:39:58 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:39:59 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:39:59 DEBUG : Yandex rclone-test-pekahed4jonu/rclone-sync-test-include/layer2: Waiting for checks to finish 2026/09/16 01:39:59 DEBUG : Yandex rclone-test-pekahed4jonu/rclone-sync-test-include/layer2: Waiting for transfers to finish 2026/09/16 01:39:59 DEBUG : Waiting for deletions to finish 2026/09/16 01:39:59 INFO : There was nothing to transfer 2026/09/16 01:40:00 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:40:00 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:40:01 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:40:02 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:40:02 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:40:03 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:40:04 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:40:04 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:40:05 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:40:05 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:40:05 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:40:05 DEBUG : Waiting for deletions to finish 2026/09/16 01:40:05 INFO : rclone-sync-test-include: Removing directory 2026/09/16 01:40:05 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/09/16 01:40:05 DEBUG : Yandex rclone-test-pekahed4jonu: failed to delete 1 directories 2026/09/16 01:40:05 INFO : There was nothing to transfer 2026/09/16 01:40:06 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:40:06 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:40:07 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:40:08 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:40:08 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:40:09 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:40:10 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:40:10 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:40:11 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:40:11 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:40:12 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:40:13 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:40:13 DEBUG : Excluded 2026/09/16 01:40:13 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:40:14 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:40:15 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:40:15 DEBUG : Yandex rclone-test-pekahed4jonu/rclone-sync-test-ignore-file: Waiting for checks to finish 2026/09/16 01:40:15 DEBUG : Yandex rclone-test-pekahed4jonu/rclone-sync-test-ignore-file: Waiting for transfers to finish 2026/09/16 01:40:15 DEBUG : Waiting for deletions to finish 2026/09/16 01:40:15 INFO : There was nothing to transfer 2026/09/16 01:40:15 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:40:16 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:40:17 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:40:17 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:40:18 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:40:18 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:40:19 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:40:19 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:40:20 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:40:21 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:40:21 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:40:22 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/09/16 01:40:22 DEBUG : rclone-sync-test: Excluded 2026/09/16 01:40:22 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/09/16 01:40:23 DEBUG : rclone-sync-test-include/layer2: Excluded --- PASS: TestSyncOverlapWithFilter (83.87s) === RUN TestSyncCompareDest run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:40:58 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/dst" 2026/09/16 01:40:58 DEBUG : Config file has changed externally - reloading 2026/09/16 01:40:59 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/CompareDest" 2026/09/16 01:41:00 DEBUG : one: Need to transfer - File not found at Destination 2026/09/16 01:41:00 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:41:00 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:41:02 DEBUG : one: size = 3 OK 2026/09/16 01:41:02 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/16 01:41:02 INFO : one: Copied (new) 2026/09/16 01:41:02 DEBUG : Waiting for deletions to finish 2026/09/16 01:41:04 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:41:04 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:41:04 DEBUG : one: Sizes differ 2026/09/16 01:41:04 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:41:04 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:41:07 DEBUG : one: size = 5 OK 2026/09/16 01:41:07 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/16 01:41:07 INFO : one: Copied (replaced existing) 2026/09/16 01:41:07 DEBUG : Waiting for deletions to finish 2026/09/16 01:41:14 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:41:14 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:41:14 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:41:14 DEBUG : one: Sizes differ 2026/09/16 01:41:14 DEBUG : one: size = 5 OK 2026/09/16 01:41:14 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:41:14 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/16 01:41:14 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:41:14 DEBUG : Waiting for deletions to finish 2026/09/16 01:41:14 INFO : There was nothing to transfer 2026/09/16 01:41:18 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:41:18 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:41:18 DEBUG : one: Sizes differ 2026/09/16 01:41:18 DEBUG : two: size = 3 OK 2026/09/16 01:41:18 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:41:18 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/16 01:41:18 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:41:18 DEBUG : one: size = 5 OK 2026/09/16 01:41:18 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:41:18 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/16 01:41:18 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:41:18 DEBUG : Waiting for deletions to finish 2026/09/16 01:41:18 INFO : There was nothing to transfer 2026/09/16 01:41:19 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:41:19 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:41:19 DEBUG : one: Sizes differ 2026/09/16 01:41:20 DEBUG : one: size = 5 OK 2026/09/16 01:41:20 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:41:20 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/16 01:41:20 DEBUG : two: size = 3 OK 2026/09/16 01:41:20 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:41:20 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/16 01:41:20 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:41:20 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:41:20 DEBUG : Waiting for deletions to finish 2026/09/16 01:41:20 INFO : There was nothing to transfer 2026/09/16 01:41:21 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:41:21 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:41:21 DEBUG : one: Sizes differ 2026/09/16 01:41:21 DEBUG : two: size = 3 OK 2026/09/16 01:41:21 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/16 01:41:21 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/16 01:41:21 DEBUG : two: Destination found in --compare-dest, skipping 2026/09/16 01:41:21 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:41:21 DEBUG : one: size = 5 OK 2026/09/16 01:41:21 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:41:21 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/16 01:41:21 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:41:21 DEBUG : Waiting for deletions to finish 2026/09/16 01:41:21 INFO : There was nothing to transfer 2026/09/16 01:41:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:41:24 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:41:24 DEBUG : one: Sizes differ 2026/09/16 01:41:25 DEBUG : one: size = 5 OK 2026/09/16 01:41:25 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:41:25 DEBUG : one: Destination found in --compare-dest, skipping 2026/09/16 01:41:25 DEBUG : two: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:41:25 DEBUG : two: size = 3 (Yandex rclone-test-pekahed4jonu/CompareDest) 2026/09/16 01:41:25 DEBUG : two: Sizes differ 2026/09/16 01:41:25 DEBUG : two: Need to transfer - File not found at Destination 2026/09/16 01:41:25 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:41:25 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:41:27 DEBUG : two: size = 5 OK 2026/09/16 01:41:27 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/09/16 01:41:27 INFO : two: Copied (new) 2026/09/16 01:41:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (69.26s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:42:13 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/dest" 2026/09/16 01:42:13 DEBUG : Config file has changed externally - reloading 2026/09/16 01:42:13 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/pre-dest1" 2026/09/16 01:42:14 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/pre-dest2" 2026/09/16 01:42:15 DEBUG : 1: size = 1 OK 2026/09/16 01:42:15 DEBUG : 1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:42:15 DEBUG : 1: Destination found in --compare-dest, skipping 2026/09/16 01:42:15 DEBUG : 2: size = 1 OK 2026/09/16 01:42:15 DEBUG : 2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:42:15 DEBUG : 2: Destination found in --compare-dest, skipping 2026/09/16 01:42:16 DEBUG : 3: Need to transfer - File not found at Destination 2026/09/16 01:42:16 DEBUG : Yandex rclone-test-pekahed4jonu/dest: Waiting for checks to finish 2026/09/16 01:42:16 DEBUG : Yandex rclone-test-pekahed4jonu/dest: Waiting for transfers to finish 2026/09/16 01:42:19 DEBUG : 3: size = 1 OK 2026/09/16 01:42:19 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2026/09/16 01:42:19 INFO : 3: Copied (new) 2026/09/16 01:42:19 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (52.46s) === RUN TestSyncCopyDest run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:43:00 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/dst" 2026/09/16 01:43:00 DEBUG : Config file has changed externally - reloading 2026/09/16 01:43:01 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/CopyDest" 2026/09/16 01:43:01 DEBUG : one: Need to transfer - File not found at Destination 2026/09/16 01:43:01 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:43:01 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:43:04 DEBUG : one: size = 3 OK 2026/09/16 01:43:04 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/09/16 01:43:04 INFO : one: Copied (new) 2026/09/16 01:43:04 DEBUG : Waiting for deletions to finish 2026/09/16 01:43:05 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:43:05 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:43:05 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:43:05 DEBUG : one: Sizes differ 2026/09/16 01:43:06 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:43:08 DEBUG : one: size = 5 OK 2026/09/16 01:43:08 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/16 01:43:08 INFO : one: Copied (replaced existing) 2026/09/16 01:43:08 DEBUG : Waiting for deletions to finish 2026/09/16 01:43:15 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/BackupDir" 2026/09/16 01:43:15 DEBUG : Config file has changed externally - reloading 2026/09/16 01:43:15 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:43:15 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:43:15 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:43:15 DEBUG : one: Sizes differ 2026/09/16 01:43:16 DEBUG : one: size = 5 OK 2026/09/16 01:43:16 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:43:16 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:43:16 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:43:16 DEBUG : one: Sizes differ 2026/09/16 01:43:18 INFO : one: Moved (server-side) 2026/09/16 01:43:19 DEBUG : one: size = 5 OK 2026/09/16 01:43:19 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/09/16 01:43:19 INFO : one: Copied (server-side copy) 2026/09/16 01:43:19 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/09/16 01:43:19 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:43:19 DEBUG : Waiting for deletions to finish 2026/09/16 01:43:23 DEBUG : one: size = 5 OK 2026/09/16 01:43:23 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:43:23 DEBUG : one: Unchanged skipping 2026/09/16 01:43:23 DEBUG : two: size = 3 OK 2026/09/16 01:43:23 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:43:25 DEBUG : two: size = 3 OK 2026/09/16 01:43:25 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/09/16 01:43:25 INFO : two: Copied (server-side copy) 2026/09/16 01:43:25 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/09/16 01:43:25 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:43:25 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:43:25 DEBUG : Waiting for deletions to finish 2026/09/16 01:43:27 DEBUG : one: size = 5 OK 2026/09/16 01:43:27 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:43:27 DEBUG : one: Unchanged skipping 2026/09/16 01:43:27 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:43:27 DEBUG : two: size = 3 OK 2026/09/16 01:43:27 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:43:27 DEBUG : two: Unchanged skipping 2026/09/16 01:43:27 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:43:27 DEBUG : Waiting for deletions to finish 2026/09/16 01:43:27 INFO : There was nothing to transfer 2026/09/16 01:43:32 DEBUG : one: size = 5 OK 2026/09/16 01:43:32 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:43:32 DEBUG : one: Unchanged skipping 2026/09/16 01:43:32 DEBUG : three: size = 7 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:43:32 DEBUG : three: size = 5 (Yandex rclone-test-pekahed4jonu/CopyDest) 2026/09/16 01:43:32 DEBUG : three: Sizes differ 2026/09/16 01:43:32 DEBUG : three: Destination not found in --copy-dest 2026/09/16 01:43:32 DEBUG : three: Need to transfer - File not found at Destination 2026/09/16 01:43:32 DEBUG : two: size = 3 OK 2026/09/16 01:43:32 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:43:32 DEBUG : two: Unchanged skipping 2026/09/16 01:43:32 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:43:32 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:43:34 DEBUG : three: size = 7 OK 2026/09/16 01:43:34 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/09/16 01:43:34 INFO : three: Copied (new) 2026/09/16 01:43:34 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (100.99s) === RUN TestSyncBackupDir run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:44:43 DEBUG : dst/one: modtime not stored after upload (got 2026-09-16 01:44:42 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:44:50 DEBUG : dst/three.txt: modtime not stored after upload (got 2026-09-16 01:44:49 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:44:52 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/dst" 2026/09/16 01:44:52 DEBUG : Config file has changed externally - reloading 2026/09/16 01:44:52 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/backup" 2026/09/16 01:44:53 DEBUG : one: size = 4 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:44:53 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:44:53 DEBUG : one: Sizes differ 2026/09/16 01:44:53 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:44:53 DEBUG : two: size = 3 OK 2026/09/16 01:44:53 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:44:53 DEBUG : two: Unchanged skipping 2026/09/16 01:44:55 INFO : one: Moved (server-side) 2026/09/16 01:44:55 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:44:57 DEBUG : one: size = 4 OK 2026/09/16 01:44:57 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/09/16 01:44:57 INFO : one: Copied (new) 2026/09/16 01:44:57 DEBUG : Waiting for deletions to finish 2026/09/16 01:44:59 INFO : three.txt: Moved (server-side) 2026/09/16 01:44:59 INFO : three.txt: Moved into backup dir 2026/09/16 01:45:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:45:03 DEBUG : one: size = 4 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:45:03 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:45:03 DEBUG : one: Sizes differ 2026/09/16 01:45:03 DEBUG : two: size = 3 OK 2026/09/16 01:45:03 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:45:03 DEBUG : two: Unchanged skipping 2026/09/16 01:45:09 INFO : one: Deleted 2026/09/16 01:45:10 INFO : one: Moved (server-side) 2026/09/16 01:45:10 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:45:14 DEBUG : one: size = 5 OK 2026/09/16 01:45:14 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/09/16 01:45:14 INFO : one: Copied (new) 2026/09/16 01:45:14 DEBUG : Waiting for deletions to finish 2026/09/16 01:45:22 INFO : three.txt: Deleted 2026/09/16 01:45:24 INFO : three.txt: Moved (server-side) 2026/09/16 01:45:24 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (81.51s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:46:05 DEBUG : dst/one: modtime not stored after upload (got 2026-09-16 01:46:04 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:46:11 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/dst" 2026/09/16 01:46:11 DEBUG : Config file has changed externally - reloading 2026/09/16 01:46:12 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/backup" 2026/09/16 01:46:12 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:46:12 DEBUG : one: size = 4 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:46:12 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:46:12 DEBUG : one: Sizes differ 2026/09/16 01:46:12 DEBUG : two: size = 3 OK 2026/09/16 01:46:12 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:46:12 DEBUG : two: Unchanged skipping 2026/09/16 01:46:14 INFO : one: Moved (server-side) to: one.bak 2026/09/16 01:46:14 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:46:17 DEBUG : one: size = 4 OK 2026/09/16 01:46:17 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/09/16 01:46:17 INFO : one: Copied (new) 2026/09/16 01:46:17 DEBUG : Waiting for deletions to finish 2026/09/16 01:46:19 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/09/16 01:46:19 INFO : three.txt: Moved into backup dir 2026/09/16 01:46:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:46:23 DEBUG : one: size = 4 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:46:23 DEBUG : one: Sizes differ 2026/09/16 01:46:23 DEBUG : two: size = 3 OK 2026/09/16 01:46:23 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:46:23 DEBUG : two: Unchanged skipping 2026/09/16 01:46:23 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:46:29 INFO : one.bak: Deleted 2026/09/16 01:46:32 INFO : one: Moved (server-side) to: one.bak 2026/09/16 01:46:32 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:46:34 DEBUG : one: size = 5 OK 2026/09/16 01:46:34 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/09/16 01:46:34 INFO : one: Copied (new) 2026/09/16 01:46:34 DEBUG : Waiting for deletions to finish 2026/09/16 01:46:41 INFO : three.txt.bak: Deleted 2026/09/16 01:46:43 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/09/16 01:46:43 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (81.05s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:47:26 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/16 01:47:26 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/16 01:47:26 DEBUG : pacer: Reducing sleep to 15ms 2026/09/16 01:47:26 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/16 01:47:27 DEBUG : pacer: Reducing sleep to 10ms 2026/09/16 01:47:31 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/dst" 2026/09/16 01:47:31 DEBUG : Config file has changed externally - reloading 2026/09/16 01:47:32 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/backup" 2026/09/16 01:47:33 DEBUG : one: size = 4 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:47:33 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:47:33 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:47:33 DEBUG : one: Sizes differ 2026/09/16 01:47:33 DEBUG : two: size = 3 OK 2026/09/16 01:47:33 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:47:33 DEBUG : two: Unchanged skipping 2026/09/16 01:47:35 INFO : one: Moved (server-side) to: one-2019-01-01 2026/09/16 01:47:35 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:47:38 DEBUG : one: size = 4 OK 2026/09/16 01:47:38 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/09/16 01:47:38 INFO : one: Copied (new) 2026/09/16 01:47:38 DEBUG : Waiting for deletions to finish 2026/09/16 01:47:39 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/09/16 01:47:39 INFO : three.txt: Moved into backup dir 2026/09/16 01:47:43 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:47:43 DEBUG : one: size = 4 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:47:43 DEBUG : two: size = 3 OK 2026/09/16 01:47:43 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:47:43 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:47:43 DEBUG : one: Sizes differ 2026/09/16 01:47:43 DEBUG : two: Unchanged skipping 2026/09/16 01:47:49 INFO : one-2019-01-01: Deleted 2026/09/16 01:47:51 INFO : one: Moved (server-side) to: one-2019-01-01 2026/09/16 01:47:51 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:47:54 DEBUG : one: size = 5 OK 2026/09/16 01:47:54 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/09/16 01:47:54 INFO : one: Copied (new) 2026/09/16 01:47:54 DEBUG : Waiting for deletions to finish 2026/09/16 01:48:00 INFO : three-2019-01-01.txt: Deleted 2026/09/16 01:48:01 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/09/16 01:48:01 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (78.64s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:48:49 DEBUG : dst/three.txt: modtime not stored after upload (got 2026-09-16 01:48:48 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:48:51 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/dst" 2026/09/16 01:48:51 DEBUG : Config file has changed externally - reloading 2026/09/16 01:48:51 DEBUG : one: size = 4 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:48:51 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:48:51 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:48:51 DEBUG : one: Sizes differ 2026/09/16 01:48:51 DEBUG : two: size = 3 OK 2026/09/16 01:48:51 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:48:51 DEBUG : two: Unchanged skipping 2026/09/16 01:48:53 INFO : one: Moved (server-side) to: one.bak 2026/09/16 01:48:53 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:48:56 DEBUG : one: size = 4 OK 2026/09/16 01:48:56 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/09/16 01:48:56 INFO : one: Copied (new) 2026/09/16 01:48:56 DEBUG : Waiting for deletions to finish 2026/09/16 01:48:58 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/09/16 01:48:58 INFO : three.txt: Moved into backup dir 2026/09/16 01:49:01 DEBUG : dst/three.txt: modtime not stored after upload (got 2026-09-16 01:49:00 +0000 UTC, want 2011-12-25 12:59:59.123456789 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:49:03 DEBUG : one.bak: Excluded (Path Filter) 2026/09/16 01:49:03 DEBUG : one.bak: Excluded 2026/09/16 01:49:03 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/09/16 01:49:03 DEBUG : three.txt.bak: Excluded 2026/09/16 01:49:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:49:03 DEBUG : one: size = 4 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:49:03 DEBUG : one: Sizes differ 2026/09/16 01:49:03 DEBUG : two: size = 3 OK 2026/09/16 01:49:03 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:49:03 DEBUG : two: Unchanged skipping 2026/09/16 01:49:03 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for checks to finish 2026/09/16 01:49:09 INFO : one.bak: Deleted 2026/09/16 01:49:11 INFO : one: Moved (server-side) to: one.bak 2026/09/16 01:49:11 DEBUG : Yandex rclone-test-pekahed4jonu/dst: Waiting for transfers to finish 2026/09/16 01:49:13 DEBUG : one: size = 5 OK 2026/09/16 01:49:13 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/09/16 01:49:13 INFO : one: Copied (new) 2026/09/16 01:49:13 DEBUG : Waiting for deletions to finish 2026/09/16 01:49:20 INFO : three.txt.bak: Deleted 2026/09/16 01:49:21 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/09/16 01:49:21 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (70.93s) === RUN TestSyncSuffix run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:50:02 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/dst" 2026/09/16 01:50:03 DEBUG : one: size = 4 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:50:03 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:50:03 DEBUG : one: Sizes differ 2026/09/16 01:50:04 INFO : one: Moved (server-side) to: one.bak 2026/09/16 01:50:07 DEBUG : one: size = 4 OK 2026/09/16 01:50:07 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/09/16 01:50:07 INFO : one: Copied (new) 2026/09/16 01:50:07 DEBUG : two: size = 3 OK 2026/09/16 01:50:07 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:50:07 DEBUG : two: Unchanged skipping 2026/09/16 01:50:07 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:50:07 DEBUG : three.txt: size = 5 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:50:07 DEBUG : three.txt: Sizes differ 2026/09/16 01:50:09 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/09/16 01:50:12 DEBUG : three.txt: size = 6 OK 2026/09/16 01:50:12 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2026/09/16 01:50:12 INFO : three.txt: Copied (new) 2026/09/16 01:50:13 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:50:13 DEBUG : one: size = 4 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:50:13 DEBUG : one: Sizes differ 2026/09/16 01:50:20 INFO : one.bak: Deleted 2026/09/16 01:50:21 INFO : one: Moved (server-side) to: one.bak 2026/09/16 01:50:24 DEBUG : one: size = 5 OK 2026/09/16 01:50:24 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/09/16 01:50:24 INFO : one: Copied (new) 2026/09/16 01:50:24 DEBUG : two: size = 3 OK 2026/09/16 01:50:24 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:50:24 DEBUG : two: Unchanged skipping 2026/09/16 01:50:24 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:50:24 DEBUG : three.txt: size = 6 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:50:24 DEBUG : three.txt: Sizes differ 2026/09/16 01:50:30 INFO : three.txt.bak: Deleted 2026/09/16 01:50:32 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/09/16 01:50:34 DEBUG : three.txt: size = 19 OK 2026/09/16 01:50:34 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2026/09/16 01:50:34 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (79.41s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:51:17 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/16 01:51:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/16 01:51:17 DEBUG : pacer: Reducing sleep to 15ms 2026/09/16 01:51:18 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/16 01:51:18 DEBUG : pacer: Reducing sleep to 10ms 2026/09/16 01:51:20 DEBUG : Creating backend with remote "TestYandex:rclone-test-pekahed4jonu/dst" 2026/09/16 01:51:20 DEBUG : Config file has changed externally - reloading 2026/09/16 01:51:21 DEBUG : one: size = 4 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:51:21 DEBUG : one: size = 3 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:51:21 DEBUG : one: Sizes differ 2026/09/16 01:51:23 INFO : one: Moved (server-side) to: one-2019-01-01 2026/09/16 01:51:26 DEBUG : one: size = 4 OK 2026/09/16 01:51:26 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/09/16 01:51:26 INFO : one: Copied (new) 2026/09/16 01:51:26 DEBUG : two: size = 3 OK 2026/09/16 01:51:26 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:51:26 DEBUG : two: Unchanged skipping 2026/09/16 01:51:26 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:51:26 DEBUG : three.txt: size = 5 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:51:26 DEBUG : three.txt: Sizes differ 2026/09/16 01:51:29 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/09/16 01:51:31 DEBUG : three.txt: size = 6 OK 2026/09/16 01:51:31 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2026/09/16 01:51:31 INFO : three.txt: Copied (new) 2026/09/16 01:51:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:51:32 DEBUG : one: size = 4 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:51:32 DEBUG : one: Sizes differ 2026/09/16 01:51:39 INFO : one-2019-01-01: Deleted 2026/09/16 01:51:40 INFO : one: Moved (server-side) to: one-2019-01-01 2026/09/16 01:51:42 DEBUG : one: size = 5 OK 2026/09/16 01:51:42 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/09/16 01:51:42 INFO : one: Copied (new) 2026/09/16 01:51:42 DEBUG : two: size = 3 OK 2026/09/16 01:51:42 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:51:42 DEBUG : two: Unchanged skipping 2026/09/16 01:51:43 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:51:43 DEBUG : three.txt: size = 6 (Yandex rclone-test-pekahed4jonu/dst) 2026/09/16 01:51:43 DEBUG : three.txt: Sizes differ 2026/09/16 01:51:49 INFO : three-2019-01-01.txt: Deleted 2026/09/16 01:51:50 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/09/16 01:51:52 DEBUG : three.txt: size = 19 OK 2026/09/16 01:51:52 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2026/09/16 01:51:52 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (78.06s) === RUN TestSyncUTFNorm run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:52:34 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:52:34 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:52:34 DEBUG : Testêé: size = 18 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:52:34 DEBUG : Testêé: Sizes differ 2026/09/16 01:52:34 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:52:36 DEBUG : Testêé: size = 14 OK 2026/09/16 01:52:36 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2026/09/16 01:52:36 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/09/16 01:52:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (13.17s) === RUN TestSyncImmutable run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:52:44 DEBUG : existing: Need to transfer - File not found at Destination 2026/09/16 01:52:44 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:52:44 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:52:47 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/16 01:52:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/16 01:52:47 DEBUG : pacer: Reducing sleep to 15ms 2026/09/16 01:52:47 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/16 01:52:47 DEBUG : existing: size = 6 OK 2026/09/16 01:52:47 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/09/16 01:52:47 INFO : existing: Copied (new) 2026/09/16 01:52:47 DEBUG : Waiting for deletions to finish 2026/09/16 01:52:48 DEBUG : pacer: Reducing sleep to 10ms 2026/09/16 01:52:49 DEBUG : existing: size = 8 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:52:49 DEBUG : existing: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:52:49 DEBUG : existing: Sizes differ 2026/09/16 01:52:49 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/09/16 01:52:49 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:52:49 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:52:49 ERROR : Yandex rclone-test-pekahed4jonu: not deleting files as there were IO errors 2026/09/16 01:52:49 ERROR : Yandex rclone-test-pekahed4jonu: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (12.33s) === RUN TestSyncIgnoreCase run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:52:59 DEBUG : EXISTING: modtime not stored after upload (got 2026-09-16 01:52:57 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:53:00 DEBUG : EXISTING: size = 6 OK 2026/09/16 01:53:00 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:53:00 DEBUG : existing: Unchanged skipping 2026/09/16 01:53:00 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:53:00 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:53:00 DEBUG : Waiting for deletions to finish 2026/09/16 01:53:00 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (11.09s) === RUN TestFixCase run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.59s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (18.42s) --- SKIP: TestMaxTransfer/Hard (0.66s) --- SKIP: TestMaxTransfer/Soft (0.44s) --- SKIP: TestMaxTransfer/Cautious (17.31s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:53:28 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/16 01:53:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/16 01:53:29 DEBUG : pacer: Reducing sleep to 15ms 2026/09/16 01:53:29 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/16 01:53:29 DEBUG : pacer: Reducing sleep to 10ms 2026/09/16 01:54:14 DEBUG : both10: modtime not stored after upload (got 2026-09-16 01:54:13 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:54:24 DEBUG : both12: modtime not stored after upload (got 2026-09-16 01:54:23 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) fstest.go:128: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:128 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:133 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:152 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:196 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:309 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:351 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2775 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2789 Error: Should be true Test: TestSyncConcurrentDelete Messages: only17: Modification time difference too big |-224541h49m43.500000001s| > 1ns (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2026-09-16 01:54:50 +0000 UTC) (precision 1ns) 2026/09/16 01:55:01 DEBUG : both0: size = 6 OK 2026/09/16 01:55:01 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:55:01 DEBUG : both12: size = 6 OK 2026/09/16 01:55:01 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both10: size = 6 OK 2026/09/16 01:55:01 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both0: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both13: size = 6 OK 2026/09/16 01:55:01 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both11: size = 6 OK 2026/09/16 01:55:01 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both13: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both14: size = 6 OK 2026/09/16 01:55:01 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both11: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both15: size = 6 OK 2026/09/16 01:55:01 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both15: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both16: size = 6 OK 2026/09/16 01:55:01 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both16: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both17: size = 6 OK 2026/09/16 01:55:01 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both17: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both18: size = 6 OK 2026/09/16 01:55:01 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both18: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both19: size = 6 OK 2026/09/16 01:55:01 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both10: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both1: size = 6 OK 2026/09/16 01:55:01 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both1: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both2: size = 6 OK 2026/09/16 01:55:01 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both2: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both3: size = 6 OK 2026/09/16 01:55:01 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both3: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both4: size = 6 OK 2026/09/16 01:55:01 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both4: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both5: size = 6 OK 2026/09/16 01:55:01 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both5: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both6: size = 6 OK 2026/09/16 01:55:01 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both6: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both7: size = 6 OK 2026/09/16 01:55:01 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both14: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both8: size = 6 OK 2026/09/16 01:55:01 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both12: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both9: size = 6 OK 2026/09/16 01:55:01 DEBUG : both19: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:55:01 DEBUG : both9: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both7: Unchanged skipping 2026/09/16 01:55:01 DEBUG : both8: Unchanged skipping 2026/09/16 01:55:01 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:55:01 DEBUG : Waiting for deletions to finish 2026/09/16 01:55:06 INFO : only16: Deleted 2026/09/16 01:55:07 INFO : only0: Deleted 2026/09/16 01:55:07 INFO : only8: Deleted 2026/09/16 01:55:07 INFO : only3: Deleted 2026/09/16 01:55:12 INFO : only10: Deleted 2026/09/16 01:55:13 INFO : only17: Deleted 2026/09/16 01:55:13 INFO : only13: Deleted 2026/09/16 01:55:13 INFO : only14: Deleted 2026/09/16 01:55:18 INFO : only19: Deleted 2026/09/16 01:55:19 INFO : only6: Deleted 2026/09/16 01:55:19 INFO : only11: Deleted 2026/09/16 01:55:20 INFO : only18: Deleted 2026/09/16 01:55:24 INFO : only1: Deleted 2026/09/16 01:55:25 INFO : only9: Deleted 2026/09/16 01:55:25 INFO : only12: Deleted 2026/09/16 01:55:25 INFO : only15: Deleted 2026/09/16 01:55:31 INFO : only4: Deleted 2026/09/16 01:55:31 INFO : only5: Deleted 2026/09/16 01:55:31 INFO : only7: Deleted 2026/09/16 01:55:32 INFO : only2: Deleted 2026/09/16 01:55:32 INFO : There was nothing to transfer --- FAIL: TestSyncConcurrentDelete (246.41s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 01:57:45 DEBUG : both2: modtime not stored after upload (got 2026-09-16 01:57:44 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:57:53 DEBUG : only3: modtime not stored after upload (got 2026-09-16 01:57:51 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 01:58:02 DEBUG : pacer: low level retry 1/10 (error [500 - InternalServerError] Internal Server Error (Ошибка сервера.)) 2026/09/16 01:58:02 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/09/16 01:58:03 DEBUG : pacer: Reducing sleep to 15ms 2026/09/16 01:58:03 DEBUG : pacer: Reducing sleep to 11.25ms 2026/09/16 01:58:04 DEBUG : pacer: Reducing sleep to 10ms 2026/09/16 01:59:10 DEBUG : both0: size = 6 OK 2026/09/16 01:59:10 DEBUG : both12: size = 6 OK 2026/09/16 01:59:10 DEBUG : both10: size = 6 OK 2026/09/16 01:59:10 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 01:59:10 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both11: size = 6 OK 2026/09/16 01:59:10 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both12: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both13: size = 6 OK 2026/09/16 01:59:10 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both10: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both14: size = 6 OK 2026/09/16 01:59:10 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both14: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both15: size = 6 OK 2026/09/16 01:59:10 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both15: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both16: size = 6 OK 2026/09/16 01:59:10 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both0: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both17: size = 6 OK 2026/09/16 01:59:10 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both17: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both18: size = 6 OK 2026/09/16 01:59:10 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both11: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both19: size = 6 OK 2026/09/16 01:59:10 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both19: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both1: size = 6 OK 2026/09/16 01:59:10 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both13: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both2: size = 6 OK 2026/09/16 01:59:10 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both16: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both3: size = 6 OK 2026/09/16 01:59:10 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both3: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both4: size = 6 OK 2026/09/16 01:59:10 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both4: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both5: size = 6 OK 2026/09/16 01:59:10 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both5: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both6: size = 6 OK 2026/09/16 01:59:10 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both6: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both7: size = 6 OK 2026/09/16 01:59:10 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both7: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both8: size = 6 OK 2026/09/16 01:59:10 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both8: Unchanged skipping 2026/09/16 01:59:10 DEBUG : both9: size = 6 OK 2026/09/16 01:59:10 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 01:59:10 DEBUG : both18: Unchanged skipping 2026/09/16 01:59:10 DEBUG : only0: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only0: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only0: Sizes differ 2026/09/16 01:59:10 DEBUG : both1: Unchanged skipping 2026/09/16 01:59:10 DEBUG : only10: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only10: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only10: Sizes differ 2026/09/16 01:59:10 DEBUG : only11: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only11: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only11: Sizes differ 2026/09/16 01:59:10 DEBUG : both2: Unchanged skipping 2026/09/16 01:59:10 DEBUG : only12: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only12: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only12: Sizes differ 2026/09/16 01:59:10 DEBUG : only13: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only13: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only13: Sizes differ 2026/09/16 01:59:10 DEBUG : both9: Unchanged skipping 2026/09/16 01:59:10 DEBUG : only14: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only14: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only14: Sizes differ 2026/09/16 01:59:10 DEBUG : only15: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only15: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only15: Sizes differ 2026/09/16 01:59:10 DEBUG : only16: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only16: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only16: Sizes differ 2026/09/16 01:59:10 DEBUG : only17: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only17: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only17: Sizes differ 2026/09/16 01:59:10 DEBUG : only18: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only18: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only18: Sizes differ 2026/09/16 01:59:10 DEBUG : only19: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only19: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only19: Sizes differ 2026/09/16 01:59:10 DEBUG : only1: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only2: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only1: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only2: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only1: Sizes differ 2026/09/16 01:59:10 DEBUG : only2: Sizes differ 2026/09/16 01:59:10 DEBUG : only3: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only3: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only3: Sizes differ 2026/09/16 01:59:10 DEBUG : only4: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only4: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only4: Sizes differ 2026/09/16 01:59:10 DEBUG : only5: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only5: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only5: Sizes differ 2026/09/16 01:59:10 DEBUG : only6: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only6: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only6: Sizes differ 2026/09/16 01:59:10 DEBUG : only7: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only7: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only7: Sizes differ 2026/09/16 01:59:10 DEBUG : only8: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only8: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only8: Sizes differ 2026/09/16 01:59:10 DEBUG : only9: size = 0 (Local file system at /tmp/rclone3508467753) 2026/09/16 01:59:10 DEBUG : only9: size = 6 (Yandex rclone-test-pekahed4jonu) 2026/09/16 01:59:10 DEBUG : only9: Sizes differ 2026/09/16 01:59:10 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 01:59:12 DEBUG : only11: size = 0 OK 2026/09/16 01:59:12 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:12 INFO : only11: Copied (replaced existing) 2026/09/16 01:59:13 DEBUG : only10: size = 0 OK 2026/09/16 01:59:13 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:13 INFO : only10: Copied (replaced existing) 2026/09/16 01:59:13 DEBUG : only12: size = 0 OK 2026/09/16 01:59:13 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:13 INFO : only12: Copied (replaced existing) 2026/09/16 01:59:13 DEBUG : only0: size = 0 OK 2026/09/16 01:59:13 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:13 INFO : only0: Copied (replaced existing) 2026/09/16 01:59:14 DEBUG : only16: size = 0 OK 2026/09/16 01:59:14 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:14 INFO : only16: Copied (replaced existing) 2026/09/16 01:59:15 DEBUG : only17: size = 0 OK 2026/09/16 01:59:15 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:15 INFO : only17: Copied (replaced existing) 2026/09/16 01:59:15 DEBUG : only13: size = 0 OK 2026/09/16 01:59:15 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:15 INFO : only13: Copied (replaced existing) 2026/09/16 01:59:15 DEBUG : only14: size = 0 OK 2026/09/16 01:59:15 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:15 INFO : only14: Copied (replaced existing) 2026/09/16 01:59:17 DEBUG : only19: size = 0 OK 2026/09/16 01:59:17 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:17 INFO : only19: Copied (replaced existing) 2026/09/16 01:59:17 DEBUG : only15: size = 0 OK 2026/09/16 01:59:17 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:17 INFO : only15: Copied (replaced existing) 2026/09/16 01:59:18 DEBUG : only18: size = 0 OK 2026/09/16 01:59:18 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:18 INFO : only18: Copied (replaced existing) 2026/09/16 01:59:18 DEBUG : only1: size = 0 OK 2026/09/16 01:59:18 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:18 INFO : only1: Copied (replaced existing) 2026/09/16 01:59:19 DEBUG : only6: size = 0 OK 2026/09/16 01:59:19 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:19 INFO : only6: Copied (replaced existing) 2026/09/16 01:59:20 DEBUG : only5: size = 0 OK 2026/09/16 01:59:20 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:20 INFO : only5: Copied (replaced existing) 2026/09/16 01:59:20 DEBUG : only7: size = 0 OK 2026/09/16 01:59:20 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:20 INFO : only7: Copied (replaced existing) 2026/09/16 01:59:21 DEBUG : only2: size = 0 OK 2026/09/16 01:59:21 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:21 INFO : only2: Copied (replaced existing) 2026/09/16 01:59:22 DEBUG : only3: size = 0 OK 2026/09/16 01:59:22 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:22 INFO : only3: Copied (replaced existing) 2026/09/16 01:59:22 DEBUG : only4: size = 0 OK 2026/09/16 01:59:22 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:22 INFO : only4: Copied (replaced existing) 2026/09/16 01:59:23 DEBUG : only9: size = 0 OK 2026/09/16 01:59:23 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:23 INFO : only9: Copied (replaced existing) 2026/09/16 01:59:24 DEBUG : only8: size = 0 OK 2026/09/16 01:59:24 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/09/16 01:59:24 INFO : only8: Copied (replaced existing) 2026/09/16 01:59:24 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (349.33s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 02:03:22 DEBUG : empty_dir: Making directory with metadata 2026/09/16 02:03:22 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/16 02:03:22 DEBUG : empty_on_remote: Making directory with metadata 2026/09/16 02:03:22 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/16 02:03:22 INFO : empty_on_remote: Making directory 2026/09/16 02:03:28 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/09/16 02:03:28 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/09/16 02:03:28 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/09/16 02:03:28 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (58.17s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 02:04:20 DEBUG : empty_dir: Making directory with metadata 2026/09/16 02:04:20 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/16 02:04:20 DEBUG : empty_on_remote: Making directory with metadata 2026/09/16 02:04:20 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/09/16 02:04:20 INFO : empty_on_remote: Making directory 2026/09/16 02:04:26 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/09/16 02:04:26 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/09/16 02:04:26 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/09/16 02:04:26 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/09/16 02:04:26 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (65.71s) === RUN TestSyncSetDirModTimeOnce run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" sync_test.go:2877: Skipping test as remote does not support DirSetModTime --- SKIP: TestSyncSetDirModTimeOnce (0.68s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 02:05:27 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/16 02:05:27 INFO : sub dir: Making directory --- PASS: TestNothingToTransferWithEmptyDirs (102.19s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 02:07:09 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/09/16 02:07:09 INFO : sub dir: Making directory --- PASS: TestNothingToTransferWithoutEmptyDirs (104.82s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 02:09:40 DEBUG : Waiting for deletions to finish 2026/09/16 02:09:40 DEBUG : apple: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : apple: Excluded 2026/09/16 02:09:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : appleappleapplebanana: Excluded 2026/09/16 02:09:40 DEBUG : banana: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : banana: Excluded 2026/09/16 02:09:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : splitbananasplit: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/16 02:09:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/16 02:09:40 DEBUG : dir1/0015-9;=.txt: Excluded 2026/09/16 02:09:41 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/16 02:09:41 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:41 DEBUG : apple: size = 5 OK 2026/09/16 02:09:41 DEBUG : banana: size = 6 OK 2026/09/16 02:09:41 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:41 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:41 DEBUG : banana: Unchanged skipping 2026/09/16 02:09:41 DEBUG : apple: Unchanged skipping 2026/09/16 02:09:41 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/16 02:09:41 DEBUG : splitbananasplit: size = 16 OK 2026/09/16 02:09:41 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:41 DEBUG : splitbananasplit: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/16 02:09:42 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/16 02:09:42 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/16 02:09:42 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/16 02:09:42 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/16 02:09:42 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/16 02:09:42 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/16 02:09:42 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/16 02:09:42 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/16 02:09:42 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/16 02:09:42 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/16 02:09:42 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/16 02:09:42 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/16 02:09:42 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/16 02:09:42 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/16 02:09:42 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/16 02:09:42 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:42 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/16 02:09:42 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 02:09:42 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 02:09:42 DEBUG : Waiting for deletions to finish 2026/09/16 02:09:42 INFO : There was nothing to transfer 2026/09/16 02:09:42 DEBUG : Waiting for deletions to finish 2026/09/16 02:09:42 DEBUG : apple: Excluded (Path Filter) 2026/09/16 02:09:42 DEBUG : apple: Excluded 2026/09/16 02:09:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/16 02:09:42 DEBUG : appleappleapplebanana: Excluded 2026/09/16 02:09:42 DEBUG : banana: Excluded (Path Filter) 2026/09/16 02:09:42 DEBUG : banana: Excluded 2026/09/16 02:09:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/16 02:09:42 DEBUG : splitbananasplit: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/16 02:09:43 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/16 02:09:43 DEBUG : dir1/0015-9;=.txt: Excluded 2026/09/16 02:09:44 DEBUG : apple: size = 5 OK 2026/09/16 02:09:44 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : apple: Unchanged skipping 2026/09/16 02:09:44 DEBUG : banana: size = 6 OK 2026/09/16 02:09:44 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/16 02:09:44 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : banana: Unchanged skipping 2026/09/16 02:09:44 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/16 02:09:44 DEBUG : splitbananasplit: size = 16 OK 2026/09/16 02:09:44 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : splitbananasplit: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/16 02:09:44 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/16 02:09:44 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/16 02:09:44 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/16 02:09:44 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/16 02:09:44 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/16 02:09:44 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/16 02:09:44 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/16 02:09:44 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/16 02:09:44 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 02:09:44 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/16 02:09:44 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/16 02:09:44 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/16 02:09:44 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/16 02:09:44 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/16 02:09:44 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/16 02:09:44 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/16 02:09:44 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:09:44 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/16 02:09:44 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 02:09:44 DEBUG : Waiting for deletions to finish 2026/09/16 02:09:44 INFO : There was nothing to transfer 2026/09/16 02:09:44 DEBUG : Waiting for deletions to finish 2026/09/16 02:09:44 DEBUG : apple: Excluded (Path Filter) 2026/09/16 02:09:44 DEBUG : apple: Excluded 2026/09/16 02:09:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/16 02:09:44 DEBUG : appleappleapplebanana: Excluded 2026/09/16 02:09:44 DEBUG : banana: Excluded (Path Filter) 2026/09/16 02:09:44 DEBUG : banana: Excluded 2026/09/16 02:09:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/16 02:09:44 DEBUG : splitbananasplit: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/16 02:09:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/16 02:09:45 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/NFD run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 02:12:23 DEBUG : dir1/0012-6789;.txt: modtime not stored after upload (got 2026-09-16 02:12:22 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 02:12:39 DEBUG : Waiting for deletions to finish 2026/09/16 02:12:40 DEBUG : apple: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : apple: Excluded 2026/09/16 02:12:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : appleappleapplebanana: Excluded 2026/09/16 02:12:40 DEBUG : banana: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : banana: Excluded 2026/09/16 02:12:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : splitbananasplit: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/16 02:12:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/16 02:12:40 DEBUG : dir1/0015-9;=.txt: Excluded 2026/09/16 02:12:41 DEBUG : apple: size = 5 OK 2026/09/16 02:12:41 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:41 DEBUG : apple: Unchanged skipping 2026/09/16 02:12:41 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/16 02:12:41 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:41 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/16 02:12:41 DEBUG : banana: size = 6 OK 2026/09/16 02:12:41 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:41 DEBUG : banana: Unchanged skipping 2026/09/16 02:12:41 DEBUG : splitbananasplit: size = 16 OK 2026/09/16 02:12:41 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:41 DEBUG : splitbananasplit: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/16 02:12:42 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/16 02:12:42 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/16 02:12:42 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/16 02:12:42 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/16 02:12:42 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 02:12:42 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/16 02:12:42 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/16 02:12:42 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/16 02:12:42 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/16 02:12:42 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/16 02:12:42 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/16 02:12:42 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/16 02:12:42 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/16 02:12:42 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/16 02:12:42 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/16 02:12:42 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/16 02:12:42 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:42 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/16 02:12:42 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 02:12:42 DEBUG : Waiting for deletions to finish 2026/09/16 02:12:42 INFO : There was nothing to transfer 2026/09/16 02:12:42 DEBUG : Waiting for deletions to finish 2026/09/16 02:12:42 DEBUG : apple: Excluded (Path Filter) 2026/09/16 02:12:42 DEBUG : apple: Excluded 2026/09/16 02:12:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/16 02:12:42 DEBUG : appleappleapplebanana: Excluded 2026/09/16 02:12:42 DEBUG : banana: Excluded (Path Filter) 2026/09/16 02:12:42 DEBUG : banana: Excluded 2026/09/16 02:12:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/16 02:12:42 DEBUG : splitbananasplit: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/16 02:12:43 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/16 02:12:43 DEBUG : dir1/0015-9;=.txt: Excluded 2026/09/16 02:12:44 DEBUG : apple: size = 5 OK 2026/09/16 02:12:44 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : apple: Unchanged skipping 2026/09/16 02:12:44 DEBUG : appleappleapplebanana: size = 21 OK 2026/09/16 02:12:44 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/16 02:12:44 DEBUG : banana: size = 6 OK 2026/09/16 02:12:44 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : banana: Unchanged skipping 2026/09/16 02:12:44 DEBUG : splitbananasplit: size = 16 OK 2026/09/16 02:12:44 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : splitbananasplit: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/09/16 02:12:44 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/09/16 02:12:44 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/09/16 02:12:44 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/09/16 02:12:44 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/09/16 02:12:44 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/09/16 02:12:44 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/09/16 02:12:44 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/09/16 02:12:44 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/09/16 02:12:44 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/09/16 02:12:44 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/09/16 02:12:44 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/09/16 02:12:44 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/09/16 02:12:44 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/09/16 02:12:44 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/09/16 02:12:44 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/09/16 02:12:44 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:12:44 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/16 02:12:44 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 02:12:44 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 02:12:44 DEBUG : Waiting for deletions to finish 2026/09/16 02:12:44 INFO : There was nothing to transfer 2026/09/16 02:12:44 DEBUG : Waiting for deletions to finish 2026/09/16 02:12:44 DEBUG : apple: Excluded (Path Filter) 2026/09/16 02:12:44 DEBUG : apple: Excluded 2026/09/16 02:12:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/16 02:12:44 DEBUG : appleappleapplebanana: Excluded 2026/09/16 02:12:44 DEBUG : banana: Excluded (Path Filter) 2026/09/16 02:12:44 DEBUG : banana: Excluded 2026/09/16 02:12:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/16 02:12:44 DEBUG : splitbananasplit: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/16 02:12:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/16 02:12:45 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/base64 run.go:198: Remote "Yandex rclone-test-pekahed4jonu", Local "Local file system at /tmp/rclone3508467753", Modify Window "1ns" 2026/09/16 02:15:05 DEBUG : dir1/0004-efghijk.txt: modtime not stored after upload (got 2026-09-16 02:15:03 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 02:15:17 DEBUG : dir1/0009-3456789.txt: modtime not stored after upload (got 2026-09-16 02:15:15 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 02:15:44 DEBUG : Waiting for deletions to finish 2026/09/16 02:15:45 DEBUG : apple: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : apple: Excluded 2026/09/16 02:15:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : appleappleapplebanana: Excluded 2026/09/16 02:15:45 DEBUG : banana: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : banana: Excluded 2026/09/16 02:15:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : splitbananasplit: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0003-defghij.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0007-1234567.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0008-2345678.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0009-3456789.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0010-456789.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0011-56789;.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0012-6789;.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0013-789;=.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0014-89;=.txt: Excluded 2026/09/16 02:15:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/09/16 02:15:45 DEBUG : dir1/0015-9;=.txt: Excluded 2026/09/16 02:15:46 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:15:46 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:15:46 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:15:46 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:15:46 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:15:46 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:15:46 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:15:46 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:15:46 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:15:46 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:15:46 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:15:46 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:15:46 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:15:46 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:15:46 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:15:46 DEBUG : apple: Need to transfer - File not found at Destination 2026/09/16 02:15:46 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:15:46 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/09/16 02:15:46 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:15:46 DEBUG : banana: Need to transfer - File not found at Destination 2026/09/16 02:15:46 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:15:46 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/09/16 02:15:46 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:15:46 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:15:46 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:15:46 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:15:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:15:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:15:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:15:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:15:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:15:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:15:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:15:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:15:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:15:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:15:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:15:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:15:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:15:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:15:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:15:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:15:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:15:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:15:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:15:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:15:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:15:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:15:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:46 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/16 02:15:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:47 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:47 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:47 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:47 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:47 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:47 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:15:47 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:47 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:47 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:15:47 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:15:47 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:47 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:47 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:15:47 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:47 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/16 02:15:47 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/09/16 02:15:47 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 02:15:47 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 02:15:48 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/09/16 02:15:48 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2026/09/16 02:15:48 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:15:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:48 DEBUG : YmFuYW5h: size = 6 OK 2026/09/16 02:15:48 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2026/09/16 02:15:48 INFO : banana: Copied (new) to: YmFuYW5h 2026/09/16 02:15:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:48 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/09/16 02:15:48 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2026/09/16 02:15:48 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:15:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:49 DEBUG : YXBwbGU=: size = 5 OK 2026/09/16 02:15:49 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2026/09/16 02:15:49 INFO : apple: Copied (new) to: YXBwbGU= 2026/09/16 02:15:49 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:50 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/09/16 02:15:50 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2026/09/16 02:15:50 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:15:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:50 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/09/16 02:15:50 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2026/09/16 02:15:50 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:15:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:50 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/09/16 02:15:50 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2026/09/16 02:15:50 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:15:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:15:52 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/09/16 02:15:52 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2026/09/16 02:15:52 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:15:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:52 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/09/16 02:15:52 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2026/09/16 02:15:52 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:15:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:52 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/09/16 02:15:52 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2026/09/16 02:15:52 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:15:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:15:53 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/09/16 02:15:53 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2026/09/16 02:15:53 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:15:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/16 02:15:54 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: modtime not stored after upload (got 2026-09-16 02:15:53 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 02:15:54 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/09/16 02:15:54 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2026/09/16 02:15:54 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:15:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:55 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/09/16 02:15:55 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2026/09/16 02:15:55 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:15:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:55 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/09/16 02:15:55 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2026/09/16 02:15:55 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:15:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/16 02:15:55 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: modtime not stored after upload (got 2026-09-16 02:15:54 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 02:15:56 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/09/16 02:15:56 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2026/09/16 02:15:56 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/16 02:15:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:56 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/09/16 02:15:56 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2026/09/16 02:15:56 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/16 02:15:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/16 02:15:57 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/09/16 02:15:57 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2026/09/16 02:15:57 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/16 02:15:57 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/09/16 02:15:57 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2026/09/16 02:15:57 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:15:58 DEBUG : dir1/MDAxNS05Oz0udHh0: modtime not stored after upload (got 2026-09-16 02:15:57 +0000 UTC, want 2001-02-03 04:05:06.499999999 +0000 UTC) - setting again (try 1/3) 2026/09/16 02:15:59 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/09/16 02:15:59 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2026/09/16 02:15:59 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/16 02:15:59 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/09/16 02:15:59 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2026/09/16 02:15:59 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/09/16 02:15:59 DEBUG : Waiting for deletions to finish 2026/09/16 02:16:05 INFO : dir1/0002-cdefghi.txt: Deleted 2026/09/16 02:16:05 INFO : appleappleapplebanana: Deleted 2026/09/16 02:16:05 INFO : dir1/0009-3456789.txt: Deleted 2026/09/16 02:16:05 INFO : dir1/0012-6789;.txt: Deleted 2026/09/16 02:16:05 INFO : splitbananasplit: Deleted 2026/09/16 02:16:05 INFO : apple: Deleted 2026/09/16 02:16:05 INFO : dir1/0010-456789.txt: Deleted 2026/09/16 02:16:06 INFO : dir1/0013-789;=.txt: Deleted 2026/09/16 02:16:10 INFO : banana: Deleted 2026/09/16 02:16:10 INFO : dir1/0006-ghijklm.txt: Deleted 2026/09/16 02:16:11 INFO : dir1/0005-fghijkl.txt: Deleted 2026/09/16 02:16:11 INFO : dir1/0004-efghijk.txt: Deleted 2026/09/16 02:16:11 INFO : dir1/0000-abcdefg.txt: Deleted 2026/09/16 02:16:11 INFO : dir1/0003-defghij.txt: Deleted 2026/09/16 02:16:11 INFO : dir1/0011-56789;.txt: Deleted 2026/09/16 02:16:12 INFO : dir1/0015-9;=.txt: Deleted 2026/09/16 02:16:16 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/09/16 02:16:16 INFO : dir1/0014-89;=.txt: Deleted 2026/09/16 02:16:17 INFO : dir1/0007-1234567.txt: Deleted 2026/09/16 02:16:17 INFO : dir1/0008-2345678.txt: Deleted 2026/09/16 02:16:17 DEBUG : Waiting for deletions to finish 2026/09/16 02:16:17 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/09/16 02:16:17 DEBUG : YXBwbGU=: Excluded 2026/09/16 02:16:17 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/09/16 02:16:17 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2026/09/16 02:16:17 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/09/16 02:16:17 DEBUG : YmFuYW5h: Excluded 2026/09/16 02:16:17 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/09/16 02:16:17 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded 2026/09/16 02:16:18 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/09/16 02:16:18 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2026/09/16 02:16:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/16 02:16:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:18 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:19 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:19 DEBUG : YXBwbGU=: size = 5 OK 2026/09/16 02:16:19 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : apple: Unchanged skipping 2026/09/16 02:16:19 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/09/16 02:16:19 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : appleappleapplebanana: Unchanged skipping 2026/09/16 02:16:19 DEBUG : YmFuYW5h: size = 6 OK 2026/09/16 02:16:19 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/09/16 02:16:19 DEBUG : banana: Unchanged skipping 2026/09/16 02:16:19 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : splitbananasplit: Unchanged skipping 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:19 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/09/16 02:16:19 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/09/16 02:16:19 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/09/16 02:16:19 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/09/16 02:16:19 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/09/16 02:16:19 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/09/16 02:16:19 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/09/16 02:16:19 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/09/16 02:16:19 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/09/16 02:16:19 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/09/16 02:16:19 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/09/16 02:16:19 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/09/16 02:16:19 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/09/16 02:16:19 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/09/16 02:16:19 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/09/16 02:16:19 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for checks to finish 2026/09/16 02:16:19 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/09/16 02:16:19 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/09/16 02:16:19 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2026/09/16 02:16:19 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/09/16 02:16:19 DEBUG : Yandex rclone-test-pekahed4jonu: Waiting for transfers to finish 2026/09/16 02:16:19 DEBUG : Waiting for deletions to finish 2026/09/16 02:16:19 DEBUG : Waiting for deletions to finish 2026/09/16 02:16:19 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/09/16 02:16:19 DEBUG : YXBwbGU=: Excluded 2026/09/16 02:16:19 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/09/16 02:16:19 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2026/09/16 02:16:19 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/09/16 02:16:19 DEBUG : YmFuYW5h: Excluded 2026/09/16 02:16:19 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/09/16 02:16:19 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded 2026/09/16 02:16:20 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/09/16 02:16:20 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2026/09/16 02:16:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:21 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:21 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:21 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/09/16 02:16:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:21 DEBUG : apple: transformed to: YXBwbGU= 2026/09/16 02:16:21 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/09/16 02:16:21 DEBUG : banana: transformed to: YmFuYW5h 2026/09/16 02:16:21 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/09/16 02:16:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/09/16 02:16:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/09/16 02:16:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/09/16 02:16:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/09/16 02:16:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/09/16 02:16:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 panic: test timed out after 1h0m0s running tests: TestTransform (8m0s) TestTransform/base64 (2m0s) goroutine 17379 [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, 8 minutes]: testing.(*T).Run(0x28b7b6a68488, {0x24b600b?, 0x28b7b6203a58?}, 0x48499b8) /usr/local/go/src/testing/testing.go:2266 +0x4f2 testing.runTests.func1(0x28b7b6a68488) /usr/local/go/src/testing/testing.go:2742 +0x37 testing.tRunner(0x28b7b6a68488, 0x28b7b6203b80) /usr/local/go/src/testing/testing.go:2193 +0xea testing.runTests({0x24df273, 0x18}, {0x25028b8, 0x20}, 0x28b7b6c17830, {0x4b21120, 0x6e, 0x6e}, {0xc2a29ce5769cd0e8, 0x34646952fa0, ...}) /usr/local/go/src/testing/testing.go:2740 +0x510 testing.(*M).Run(0x28b7b688fae0) /usr/local/go/src/testing/testing.go:2600 +0x6af github.com/rclone/rclone/fstest.TestMain(0x28b7b688fae0) /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 11 [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 12 [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 15406 [chan receive, 2 minutes]: testing.(*T).Run(0x28b7b668d448, {0x249ff94?, 0x387375fd11877101?}, 0x28b7b6b4e2d0) /usr/local/go/src/testing/testing.go:2266 +0x4f2 github.com/rclone/rclone/fs/sync.TestTransform(0x28b7b668d448) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 +0x70a testing.tRunner(0x28b7b668d448, 0x48499b8) /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 16825 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c23fc0e00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b66b0c80?, 0x28b7b69fc000?, 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(0x28b7b66b0c80, {0x28b7b69fc000, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b66b0c80, {0x28b7b69fc000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b619a468, {0x28b7b69fc000?, 0x0?, 0x28b7b7075a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b6c3a330, {0x28b7b69fc000?, 0x28b7b7075a38?, 0x28b7b7075a50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b693c408, {0x7e3c4907b700, 0x28b7b6c3a330}, 0x28b7b7075c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b693c408, 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(0x28b7b693c408, {0x28b7b6e83000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6b8a640, {0x28b7b6e83000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b6ccb020) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b6ccb020, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6b8a640) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16816 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17248 [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 16479 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 17332 [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 16479 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 15110 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c23fc8200, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b637a400?, 0x28b7b6d24000?, 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(0x28b7b637a400, {0x28b7b6d24000, 0x2600, 0x2600}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b637a400, {0x28b7b6d24000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b6282070, {0x28b7b6d24000?, 0x0?, 0x28b7b6ea8a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b6c16288, {0x28b7b6d24000?, 0x28b7b6ea8a38?, 0x28b7b6ea8a50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b689c008, {0x7e3c4907b700, 0x28b7b6c16288}, 0x28b7b6ea8c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b689c008, 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(0x28b7b689c008, {0x28b7b6d63000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6b70280, {0x28b7b6d63000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b6c7a3c0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b6c7a3c0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6b70280) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 15072 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17221 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b65f7a40) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17203 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17331 [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 16479 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 17104 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b6cfd540) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17111 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17247 [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 16479 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 16857 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b6b8a280) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16810 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17220 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c23fc9e00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b6d05380?, 0x28b7b6a00800?, 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(0x28b7b6d05380, {0x28b7b6a00800, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b6d05380, {0x28b7b6a00800?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b6282490, {0x28b7b6a00800?, 0x0?, 0x28b7b6c93a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b66c8390, {0x28b7b6a00800?, 0x28b7b6c93a38?, 0x28b7b6c93a50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b6eeec08, {0x7e3c4907b700, 0x28b7b66c8390}, 0x28b7b6c93c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b6eeec08, 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(0x28b7b6eeec08, {0x28b7b6e4e000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b65f7a40, {0x28b7b6e4e000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b6d4e120) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b6d4e120, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b65f7a40) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17203 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17249 [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 16479 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 17156 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b6e2d7c0) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17146 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16858 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c48832200, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b62e0300?, 0x28b7b67d6800?, 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(0x28b7b62e0300, {0x28b7b67d6800, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b62e0300, {0x28b7b67d6800?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b619a480, {0x28b7b67d6800?, 0x0?, 0x28b7b6a7ba10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b6c3a378, {0x28b7b67d6800?, 0x28b7b6a7ba38?, 0x28b7b6a7ba50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b693c808, {0x7e3c4907b700, 0x28b7b6c3a378}, 0x28b7b6a7bc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b693c808, 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(0x28b7b693c808, {0x28b7b659e000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6cac500, {0x28b7b659e000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b6dbf080) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b6dbf080, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6cac500) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16851 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16872 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b6cfc500) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16865 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16871 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c23fc9000, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b637ac80?, 0x28b7b6d94c00?, 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(0x28b7b637ac80, {0x28b7b6d94c00, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b637ac80, {0x28b7b6d94c00?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b671e658, {0x28b7b6d94c00?, 0x0?, 0x28b7b6fa7a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b66c8870, {0x28b7b6d94c00?, 0x28b7b6fa7a38?, 0x28b7b6fa7a50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b689d008, {0x7e3c4907b700, 0x28b7b66c8870}, 0x28b7b6fa7c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b689d008, 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(0x28b7b689d008, {0x28b7b6d0a000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6cfc500, {0x28b7b6d0a000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b62c75c0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b62c75c0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6cfc500) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16865 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17109 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b6d07b80) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17092 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17108 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c48837e00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b6ab0900?, 0x28b7b6b0a600?, 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(0x28b7b6ab0900, {0x28b7b6b0a600, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b6ab0900, {0x28b7b6b0a600?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b65c21e0, {0x28b7b6b0a600?, 0x0?, 0x28b7b7077a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b6ea2ba0, {0x28b7b6b0a600?, 0x28b7b7077a38?, 0x28b7b6280008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b693d808, {0x7e3c4907b700, 0x28b7b6ea2ba0}, 0x28b7b7077c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b693d808, 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(0x28b7b693d808, {0x28b7b69f8000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6d07b80, {0x28b7b69f8000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b6c8a540) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b6c8a540, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6d07b80) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17092 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 2680 [chan receive, 52 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 2713 /home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:44 +0x68 goroutine 17333 [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 16479 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 16479 [sync.WaitGroup.Wait]: sync.runtime_SemacquireWaitGroup(0x28b7b6cb9bb8?, 0x1?) /usr/local/go/src/runtime/sema.go:114 +0x2e sync.(*WaitGroup).Wait(0x28b7b69e63a0) /usr/local/go/src/sync/waitgroup.go:206 +0x85 github.com/rclone/rclone/fs/walk.walk({0x482fb88, 0x4b60f60}, {0x483fc80, 0x28b7b69540a0}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x28b7b664f230, 0x484a750) /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({0x482fb88, 0x4b60f60}, {0x483fc80, 0x28b7b69540a0}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x28b7b664f230) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:76 +0x2bd github.com/rclone/rclone/fs/walk.listRwalk({0x482fb88, 0x4b60f60}, {0x483fc80, 0x28b7b69540a0}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x3, 0x28b7b664f200) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:170 +0x125 github.com/rclone/rclone/fs/walk.ListR({0x482fb88, 0x4b60f60}, {0x483fc80, 0x28b7b69540a0}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x3, 0x28b7b664f200) /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(0x28b7b67b5b90) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 +0x1c github.com/rclone/rclone/fs/sync.TestTransform.func1(0x28b7b668d8c8) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:134 +0x397 testing.tRunner(0x28b7b668d8c8, 0x28b7b6b4e2d0) /usr/local/go/src/testing/testing.go:2193 +0xea created by testing.(*T).Run in goroutine 15406 /usr/local/go/src/testing/testing.go:2258 +0x4d4 goroutine 17330 [select]: net/http.(*persistConn).roundTrip(0x28b7b6b70a00, 0x28b7b6c1c910) /usr/local/go/src/net/http/transport.go:3069 +0x84b net/http.(*Transport).roundTrip(0x28b7b64d6e00, 0x28b7b6e57540) /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(0x28b7b64b8120, 0x28b7b6e57540) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:700 +0x63b golang.org/x/oauth2.(*Transport).RoundTrip(0x28b7b6a42e40, 0x28b7b6e57400) /home/rclone/go/pkg/mod/golang.org/x/oauth2@v0.36.0/transport.go:55 +0x15b net/http.send(0x28b7b6e57400, {0x480bb60, 0x28b7b6a42e40}, {0x28b7b6b4d268?, 0x497406?, 0x0?}) /usr/local/go/src/net/http/client.go:266 +0x654 net/http.(*Client).send(0x28b7b6a5ef90, 0x28b7b6e57400, {0x2646af8?, 0x1?, 0x0?}) /usr/local/go/src/net/http/client.go:187 +0x250 net/http.(*Client).do(0x28b7b6a5ef90, 0x28b7b6e57400) /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(0x28b7b62dc1e0, {0x482fb88, 0x4b60f60}, 0x28b7b69f1760) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:440 +0xe85 github.com/rclone/rclone/backend/yandex.(*Fs).delete.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/yandex/yandex.go:648 +0x50 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x30?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0x28b7b64b81e0, 0x28b7b6d677c0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:228 +0xd2 github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0x28b7b64b81e0, 0x28b7b6d677c0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:247 +0x91 github.com/rclone/rclone/backend/yandex.(*Fs).delete(0x28b7b69540a0, {0x482fb88, 0x4b60f60}, {0x28b7b69968c0, 0x3c}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/yandex/yandex.go:647 +0x44c github.com/rclone/rclone/backend/yandex.(*Object).Remove(0x28b7b62511a0, {0x482fb88, 0x4b60f60}) /home/rclone/go/src/github.com/rclone/rclone/backend/yandex/yandex.go:1253 +0x8a github.com/rclone/rclone/fstest.newRunIndividual.func1.1.1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 +0x24 github.com/rclone/rclone/fstest.Retry(0x28b7b668d8c8, {0x28b7b6da9710, 0x2d}, 0x28b7b6b4dd00) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:135 +0xf6 github.com/rclone/rclone/fstest.newRunIndividual.func1.1({0x28b7b6742500?, 0x0?, 0x28b7b67b8310?}) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 +0x29a github.com/rclone/rclone/fs/walk.listRwalk.func1({0x28b7b66b9008?, 0x41ad898?}, {0x28b7b6742500, 0x10, 0x10}, {0x0?, 0x0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:179 +0x162 github.com/rclone/rclone/fs/walk.walk.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:421 +0x2d4 sync.(*WaitGroup).Go.func1() /usr/local/go/src/sync/waitgroup.go:258 +0x4a created by sync.(*WaitGroup).Go in goroutine 16479 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 17334 [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 16479 /usr/local/go/src/sync/waitgroup.go:238 +0x7d goroutine 17160 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b6a6c280) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17194 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17103 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c48837a00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b66b1580?, 0x28b7b6e99300?, 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(0x28b7b66b1580, {0x28b7b6e99300, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b66b1580, {0x28b7b6e99300?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b671e870, {0x28b7b6e99300?, 0x0?, 0x28b7b69b8a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b6c16ff0, {0x28b7b6e99300?, 0x28b7b69b8a38?, 0x28b7b68b8008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b6886808, {0x7e3c4907b700, 0x28b7b6c16ff0}, 0x28b7b69b8c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b6886808, 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(0x28b7b6886808, {0x28b7b6ada000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6cfd540, {0x28b7b6ada000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b6711740) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b6711740, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6cfd540) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17111 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16859 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b6cac500) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16851 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17018 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c23fc1600, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b66b0c00?, 0x28b7b6b09300?, 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(0x28b7b66b0c00, {0x28b7b6b09300, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b66b0c00, {0x28b7b6b09300?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b619a438, {0x28b7b6b09300?, 0x0?, 0x28b7b622fa10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b6c3a318, {0x28b7b6b09300?, 0x28b7b622fa38?, 0x28b7b68b8008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b67b7008, {0x7e3c4907b700, 0x28b7b6c3a318}, 0x28b7b622fc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b67b7008, 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(0x28b7b67b7008, {0x28b7b6c37000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6e08f00, {0x28b7b6c37000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b6d8d680) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b6d8d680, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6e08f00) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17046 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17062 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c23fc0800, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b6ab0b00?, 0x28b7b6c55900?, 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(0x28b7b6ab0b00, {0x28b7b6c55900, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b6ab0b00, {0x28b7b6c55900?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b619a510, {0x28b7b6c55900?, 0x4003f00000?, 0x28b7b6b3aa10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b6c3a7f8, {0x28b7b6c55900?, 0x28b7b6b3aa38?, 0x28b7b68b8008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b67b7408, {0x7e3c4907b700, 0x28b7b6c3a7f8}, 0x28b7b6b3ac58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b67b7408, 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(0x28b7b67b7408, {0x28b7b6ad4000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6b8a780, {0x28b7b6ad4000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b6dbeea0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b6dbeea0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6b8a780) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17097 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 15111 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b6b70280) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 15072 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16828 [select]: net/http.(*persistConn).writeLoop(0x28b7b6b70a00) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16836 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16826 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b6b8a640) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 16816 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17063 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b6b8a780) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17097 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17019 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b6e08f00) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17046 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17219 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b6513b80) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17188 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 16827 [IO wait]: internal/poll.runtime_pollWait(0x7e3c48832800, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b637a980?, 0x28b7b6d26600?, 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(0x28b7b637a980, {0x28b7b6d26600, 0x2600, 0x2600}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b637a980, {0x28b7b6d26600?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b619a498, {0x28b7b6d26600?, 0x0?, 0x28b7b6ec8a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b6c3a3a8, {0x28b7b6d26600?, 0x28b7b6ec8a38?, 0x28b7b6ec8a50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b693cc08, {0x7e3c4907b700, 0x28b7b6c3a3a8}, 0x28b7b6ec8c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b693cc08, 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(0x28b7b693cc08, {0x28b7b6fc1000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6b70a00, {0x28b7b6fc1000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b6c7a7e0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b6c7a7e0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6b70a00) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16836 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 16856 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c23fc0a00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b637a700?, 0x28b7b67d5000?, 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(0x28b7b637a700, {0x28b7b67d5000, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b637a700, {0x28b7b67d5000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b619a448, {0x28b7b67d5000?, 0x0?, 0x28b7b6faba10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b6c3a300, {0x28b7b67d5000?, 0x28b7b6faba38?, 0x28b7b6faba50?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b676f008, {0x7e3c4907b700, 0x28b7b6c3a300}, 0x28b7b6fabc58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b676f008, 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(0x28b7b676f008, {0x28b7b6dd6000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6b8a280, {0x28b7b6dd6000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b6c8b9e0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b6c8b9e0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6b8a280) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 16810 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17143 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c48837c00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b6ab1080?, 0x28b7b6d70000?, 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(0x28b7b6ab1080, {0x28b7b6d70000, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b6ab1080, {0x28b7b6d70000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b6282300, {0x28b7b6d70000?, 0x0?, 0x28b7b6fa8a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b6673998, {0x28b7b6d70000?, 0x28b7b6fa8a38?, 0x28b7b68b8008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b6eee408, {0x7e3c4907b700, 0x28b7b6673998}, 0x28b7b6fa8c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b6eee408, 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(0x28b7b6eee408, {0x28b7b6cf0000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6e2cf00, {0x28b7b6cf0000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b62c7560) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b62c7560, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6e2cf00) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17138 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17144 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0x28b7b6e2cf00) /usr/local/go/src/net/http/transport.go:2810 +0xe6 created by net/http.(*Transport).dialConn in goroutine 17138 /usr/local/go/src/net/http/transport.go:2124 +0x1e05 goroutine 17155 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c4ccbca00, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b66b1b80?, 0x28b7b6c56c00?, 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(0x28b7b66b1b80, {0x28b7b6c56c00, 0x1300, 0x1300}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b66b1b80, {0x28b7b6c56c00?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b671e938, {0x28b7b6c56c00?, 0x0?, 0x28b7b6b7ea10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b6c17368, {0x28b7b6c56c00?, 0x28b7b6b7ea38?, 0x28b7b68b8808?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b6887008, {0x7e3c4907b700, 0x28b7b6c17368}, 0x28b7b6b7ec58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b6887008, 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(0x28b7b6887008, {0x28b7b6bd5000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6e2d7c0, {0x28b7b6bd5000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b6b975c0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b6b975c0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6e2d7c0) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17146 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17218 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c48837800, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b6d04f80?, 0x28b7b69ff000?, 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(0x28b7b6d04f80, {0x28b7b69ff000, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b6d04f80, {0x28b7b69ff000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b671ea50, {0x28b7b69ff000?, 0x45e09c?, 0x28b7b69b9a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b6c178a8, {0x28b7b69ff000?, 0x28b7b69b9a38?, 0x28b7b620e008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b6887408, {0x7e3c4907b700, 0x28b7b6c178a8}, 0x28b7b69b9c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b6887408, 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(0x28b7b6887408, {0x28b7b6e0e000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6513b80, {0x28b7b6e0e000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b6c30960) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b6c30960, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6513b80) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17188 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 goroutine 17159 [IO wait, 1 minutes]: internal/poll.runtime_pollWait(0x7e3c23fca000, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x28b7b6d05200?, 0x28b7b6dc0000?, 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(0x28b7b6d05200, {0x28b7b6dc0000, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:170 +0x2a8 net.(*netFD).Read(0x28b7b6d05200, {0x28b7b6dc0000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x28b7b6282478, {0x28b7b6dc0000?, 0x45e09c?, 0x28b7b6b28a10?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x28b7b66c8348, {0x28b7b6dc0000?, 0x28b7b6b28a38?, 0x28b7b6212008?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*Conn).readFromUntil(0x28b7b6eee808, {0x7e3c4907b700, 0x28b7b66c8348}, 0x28b7b6b28c58?) /usr/local/go/src/crypto/tls/conn.go:820 +0xf4 crypto/tls.(*Conn).readRecordOrCCS(0x28b7b6eee808, 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(0x28b7b6eee808, {0x28b7b6bf3000, 0x1000, 0x427c0f0?}) /usr/local/go/src/crypto/tls/conn.go:1392 +0x148 net/http.(*persistConn).Read(0x28b7b6a6c280, {0x28b7b6bf3000?, 0x4807900?, 0x4ac3710?}) /usr/local/go/src/net/http/transport.go:2300 +0x47 bufio.(*Reader).fill(0x28b7b6c7bb60) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x28b7b6c7bb60, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x52 net/http.(*persistConn).readLoop(0x28b7b6a6c280) /usr/local/go/src/net/http/transport.go:2483 +0x172 created by net/http.(*Transport).dialConn in goroutine 17194 /usr/local/go/src/net/http/transport.go:2123 +0x1da5 "./sync.test -test.v -test.timeout 1h0m0s -remote TestYandex: -verbose" - Finished ERROR in 1h0m0.393447182s (try 1/5): exit status 2: Failed [TestSyncConcurrentDelete]