"./sync.test -test.v -test.timeout 1h0m0s -remote TestPcloud: -verbose" - Starting (try 1/5) 2026/08/08 05:18:43 DEBUG : Creating backend with remote "TestPcloud:rclone-test-wowizoc0figo" 2026/08/08 05:18:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/08 05:18:52 DEBUG : Creating backend with remote "/tmp/rclone1684151546" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:18:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 05:18:53 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:18:53 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/08 05:18:53 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (0.84s) === RUN TestCopy run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:18:53 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 05:18:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 05:18:53 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:18:53 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish 2026/08/08 05:18:54 DEBUG : sub dir/hello world.051af1e7.partial: size = 11 OK 2026/08/08 05:18:54 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/08 05:18:54 DEBUG : sub dir/hello world.051af1e7.partial: renamed to: sub dir/hello world 2026/08/08 05:18:54 INFO : sub dir/hello world: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/08/08 05:19:01 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- PASS: TestCopy (16.35s) === RUN TestCopyMetadata run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.20s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.20s) === RUN TestCopyMissingDirectory run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:19:10 DEBUG : Creating backend with remote "/non-existing" 2026/08/08 05:19:10 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/08 05:19:10 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:19:10 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.30s) === RUN TestCopyNoTraverse run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:19:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 05:19:10 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:19:10 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish 2026/08/08 05:19:11 DEBUG : sub dir/hello world.051af1e7.partial: size = 11 OK 2026/08/08 05:19:11 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/08 05:19:11 DEBUG : sub dir/hello world.051af1e7.partial: renamed to: sub dir/hello world 2026/08/08 05:19:11 INFO : sub dir/hello world: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- PASS: TestCopyNoTraverse (8.91s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.20s) === RUN TestCopyCheckFirst run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:19:19 INFO : pcloud root 'rclone-test-wowizoc0figo': Running all checks before starting transfers 2026/08/08 05:19:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 05:19:19 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:19:19 INFO : pcloud root 'rclone-test-wowizoc0figo': Checks finished, now starting transfers 2026/08/08 05:19:19 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish 2026/08/08 05:19:20 DEBUG : sub dir/hello world.051af1e7.partial: size = 11 OK 2026/08/08 05:19:20 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/08 05:19:20 DEBUG : sub dir/hello world.051af1e7.partial: renamed to: sub dir/hello world 2026/08/08 05:19:20 INFO : sub dir/hello world: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- PASS: TestCopyCheckFirst (17.00s) === RUN TestSyncNoTraverse run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:19:36 ERROR : Ignoring --no-traverse with sync 2026/08/08 05:19:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 05:19:36 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:19:36 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish 2026/08/08 05:19:37 DEBUG : sub dir/hello world.051af1e7.partial: size = 11 OK 2026/08/08 05:19:37 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/08 05:19:37 DEBUG : sub dir/hello world.051af1e7.partial: renamed to: sub dir/hello world 2026/08/08 05:19:37 INFO : sub dir/hello world: Copied (new) 2026/08/08 05:19:37 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (1.13s) === RUN TestCopyWithDepth run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:19:38 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/08 05:19:38 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:19:38 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish 2026/08/08 05:19:38 DEBUG : hello world2.ed194a4a.partial: size = 12 OK 2026/08/08 05:19:38 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2026/08/08 05:19:38 DEBUG : hello world2.ed194a4a.partial: renamed to: hello world2 2026/08/08 05:19:38 INFO : hello world2: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- PASS: TestCopyWithDepth (8.72s) === RUN TestCopyWithFilesFrom run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:19:46 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/08 05:19:46 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:19:46 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish 2026/08/08 05:19:46 DEBUG : potato2.160ece37.partial: size = 11 OK 2026/08/08 05:19:46 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/08 05:19:46 DEBUG : potato2.160ece37.partial: renamed to: potato2 2026/08/08 05:19:46 INFO : potato2: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- PASS: TestCopyWithFilesFrom (8.86s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:19:55 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/08 05:19:55 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:19:55 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish 2026/08/08 05:19:55 DEBUG : potato2.160ece37.partial: size = 11 OK 2026/08/08 05:19:55 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/08 05:19:55 DEBUG : potato2.160ece37.partial: renamed to: potato2 2026/08/08 05:19:55 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (0.82s) === RUN TestCopyEmptyDirectories run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:19:56 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/08 05:19:56 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 05:19:56 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/08 05:19:56 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 05:19:56 INFO : sub dir2: Making directory 2026/08/08 05:19:56 INFO : sub dir: Making directory 2026/08/08 05:19:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 05:19:56 INFO : sub dir2/sub sub dir2: Making directory 2026/08/08 05:19:56 DEBUG : sub dir/hello world.051af1e7.partial: size = 11 OK 2026/08/08 05:19:56 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/08 05:19:57 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:19:57 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish 2026/08/08 05:19:57 DEBUG : sub dir/hello world.051af1e7.partial: renamed to: sub dir/hello world 2026/08/08 05:19:57 INFO : sub dir/hello world: Copied (new) 2026/08/08 05:19:57 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.69s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:19:57 INFO : sub dir2: Making directory 2026/08/08 05:19:57 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/08 05:19:57 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 05:19:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 05:19:58 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:19:58 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish 2026/08/08 05:19:58 DEBUG : sub dir/hello world.051af1e7.partial: size = 11 OK 2026/08/08 05:19:58 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/08 05:19:58 DEBUG : sub dir/hello world.051af1e7.partial: renamed to: sub dir/hello world 2026/08/08 05:19:58 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.12s) === RUN TestMoveEmptyDirectories run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:19:59 DEBUG : sub dir2: Making directory with metadata 2026/08/08 05:19:59 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 05:19:59 INFO : sub dir2: Making directory 2026/08/08 05:19:59 INFO : sub dir: Making directory 2026/08/08 05:19:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 05:19:59 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:19:59 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish 2026/08/08 05:19:59 DEBUG : sub dir/hello world.051af1e7.partial: size = 11 OK 2026/08/08 05:19:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/08 05:19:59 DEBUG : sub dir/hello world.051af1e7.partial: renamed to: sub dir/hello world 2026/08/08 05:19:59 INFO : sub dir/hello world: Copied (new) 2026/08/08 05:19:59 INFO : sub dir/hello world: Deleted fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/08/08 05:20:07 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/08/08 05:20:07 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (9.14s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" sync_test.go:438: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.26s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:20:08 INFO : sub dir2: Making directory 2026/08/08 05:20:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 05:20:08 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:20:08 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish 2026/08/08 05:20:09 DEBUG : sub dir/hello world.051af1e7.partial: size = 11 OK 2026/08/08 05:20:09 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2026/08/08 05:20:09 DEBUG : sub dir/hello world.051af1e7.partial: renamed to: sub dir/hello world 2026/08/08 05:20:09 INFO : sub dir/hello world: Copied (new) 2026/08/08 05:20:09 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.45s) === RUN TestSyncEmptyDirectories run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:20:09 DEBUG : sub dir2: Making directory with metadata 2026/08/08 05:20:09 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/08 05:20:09 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/08 05:20:10 INFO : sub dir2: Making directory 2026/08/08 05:20:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 05:20:10 ERROR : sub dir: error reading destination directory: couldn't list files: pcloud error: Directory does not exist. (2005) 2026/08/08 05:20:10 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:20:10 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish 2026/08/08 05:22:10 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:22:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:22:10 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:22:11 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:22:12 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:22:16 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 0/10 2026/08/08 05:24:16 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:24:16 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:24:16 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:24:17 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:24:18 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:24:21 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 1/10 2026/08/08 05:26:21 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:26:21 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:26:21 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:26:23 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:26:24 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:26:27 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 2/10 2026/08/08 05:28:27 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:28:27 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:28:27 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:28:28 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:28:29 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:28:32 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 3/10 2026/08/08 05:30:33 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:30:33 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:30:33 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:30:34 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:30:35 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:30:38 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 4/10 2026/08/08 05:32:38 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:32:38 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:32:38 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:32:39 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:32:40 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:32:44 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 5/10 2026/08/08 05:34:44 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:34:44 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:34:44 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:34:45 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:34:46 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:34:49 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 6/10 2026/08/08 05:36:49 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:36:49 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:36:49 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:36:50 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:36:52 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:36:55 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 7/10 2026/08/08 05:38:55 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:38:55 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:38:55 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:38:56 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:38:57 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:39:00 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 8/10 2026/08/08 05:39:06 ERROR : sub dir/hello world: Failed to copy: pcloud error: Directory does not exist. (2005) 2026/08/08 05:39:06 INFO : sub dir/hello world.051af1e7.partial: Failed to remove failed partial copy: couldn't list files: pcloud error: Directory does not exist. (2005) 2026/08/08 05:39:06 ERROR : pcloud root 'rclone-test-wowizoc0figo': not deleting files as there were IO errors 2026/08/08 05:39:06 ERROR : pcloud root 'rclone-test-wowizoc0figo': not deleting directories as there were IO errors sync_test.go:513: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:513 Error: Received unexpected error: pcloud error: Directory does not exist. (2005) Test: TestSyncEmptyDirectories --- FAIL: TestSyncEmptyDirectories (1136.97s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.20s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 05:39:07 INFO : sub dir2: Making directory 2026/08/08 05:39:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/08 05:39:07 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for checks to finish 2026/08/08 05:39:07 DEBUG : pcloud root 'rclone-test-wowizoc0figo': Waiting for transfers to finish 2026/08/08 05:41:07 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:41:07 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:41:07 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:41:08 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:41:09 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:41:12 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 0/10 2026/08/08 05:43:12 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:43:12 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:43:13 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:43:14 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:43:15 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:43:18 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 1/10 2026/08/08 05:45:18 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:45:18 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:45:18 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:45:19 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:45:20 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:45:24 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 2/10 2026/08/08 05:47:24 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:47:24 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:47:24 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:47:25 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:47:26 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:47:29 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 3/10 2026/08/08 05:49:29 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:49:29 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:49:29 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:49:30 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:49:32 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:49:35 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 4/10 2026/08/08 05:51:35 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:51:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:51:35 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:51:36 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:51:37 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:51:40 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 5/10 2026/08/08 05:53:40 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:53:40 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:53:41 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:53:42 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:53:43 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:53:46 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 6/10 2026/08/08 05:55:46 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:55:46 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:55:46 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:55:47 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:55:48 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:55:52 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 7/10 2026/08/08 05:57:52 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:57:52 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:57:52 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:57:53 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 05:57:54 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 05:57:57 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 8/10 2026/08/08 05:59:57 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 05:59:57 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 05:59:57 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 05:59:58 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 06:00:00 DEBUG : pacer: Reducing sleep to 10ms 2026/08/08 06:00:03 DEBUG : sub dir/hello world: Received error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF - low level retry 9/10 2026/08/08 06:00:03 ERROR : sub dir/hello world: Failed to copy: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF 2026/08/08 06:00:03 INFO : sub dir/hello world.051af1e7.partial: Failed to remove failed partial copy: couldn't list files: pcloud error: Directory does not exist. (2005) 2026/08/08 06:00:03 ERROR : pcloud root 'rclone-test-wowizoc0figo': not deleting files as there were IO errors 2026/08/08 06:00:03 ERROR : pcloud root 'rclone-test-wowizoc0figo': not deleting directories as there were IO errors sync_test.go:597: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:597 Error: Received unexpected error: Put "https://eapi.pcloud.com/uploadfile?filename=hello+world.051af1e7.partial&folderid=25854814185&mtime=981173106&nopartial=1": EOF Test: TestSyncNoEmptyDirectories --- FAIL: TestSyncNoEmptyDirectories (1256.41s) === RUN TestServerSideCopy run.go:198: Remote "pcloud root 'rclone-test-wowizoc0figo'", Local "Local file system at /tmp/rclone1684151546", Modify Window "1s" 2026/08/08 06:02:03 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:02:03 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 06:02:03 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 06:02:04 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 06:02:05 DEBUG : pacer: Reducing sleep to 10ms run.go:299: Retry Put of "sub dir/hello world" to pcloud root 'rclone-test-wowizoc0figo': 1/10 (Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:04:11 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:04:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 06:04:11 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 06:04:12 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 06:04:13 DEBUG : pacer: Reducing sleep to 10ms run.go:299: Retry Put of "sub dir/hello world" to pcloud root 'rclone-test-wowizoc0figo': 2/10 (Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:06:18 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:06:18 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 06:06:18 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 06:06:20 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 06:06:21 DEBUG : pacer: Reducing sleep to 10ms run.go:299: Retry Put of "sub dir/hello world" to pcloud root 'rclone-test-wowizoc0figo': 3/10 (Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:08:26 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:08:26 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 06:08:26 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 06:08:27 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 06:08:28 DEBUG : pacer: Reducing sleep to 10ms run.go:299: Retry Put of "sub dir/hello world" to pcloud root 'rclone-test-wowizoc0figo': 4/10 (Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:10:34 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:10:34 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 06:10:34 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 06:10:35 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 06:10:36 DEBUG : pacer: Reducing sleep to 10ms run.go:299: Retry Put of "sub dir/hello world" to pcloud root 'rclone-test-wowizoc0figo': 5/10 (Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:12:41 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:12:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 06:12:41 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 06:12:42 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 06:12:43 DEBUG : pacer: Reducing sleep to 10ms run.go:299: Retry Put of "sub dir/hello world" to pcloud root 'rclone-test-wowizoc0figo': 6/10 (Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:14:49 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:14:49 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 06:14:49 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 06:14:50 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 06:14:51 DEBUG : pacer: Reducing sleep to 10ms run.go:299: Retry Put of "sub dir/hello world" to pcloud root 'rclone-test-wowizoc0figo': 7/10 (Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:16:56 DEBUG : pacer: low level retry 1/1 (error Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) 2026/08/08 06:16:56 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 06:16:56 DEBUG : pacer: Reducing sleep to 15ms 2026/08/08 06:16:58 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/08 06:16:59 DEBUG : pacer: Reducing sleep to 10ms run.go:299: Retry Put of "sub dir/hello world" to pcloud root 'rclone-test-wowizoc0figo': 8/10 (Put "https://eapi.pcloud.com/uploadfile?filename=hello+world&folderid=25854814185&mtime=981173106&nopartial=1": EOF) panic: test timed out after 1h0m0s running tests: TestServerSideCopy (18m49s) goroutine 3379 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2802 +0x34b created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 19 minutes]: testing.(*T).Run(0x38287d256d88, {0x2d657b2?, 0x38287c9bbae8?}, 0x2ee0608) /usr/local/go/src/testing/testing.go:2109 +0x4e5 testing.runTests.func1(0x38287d256d88) /usr/local/go/src/testing/testing.go:2585 +0x37 testing.tRunner(0x38287d256d88, 0x38287c9bbc10) /usr/local/go/src/testing/testing.go:2036 +0xea testing.runTests({0x2d7d242, 0x18}, {0x2da036b, 0x20}, 0x38287d3c3cb0, {0x4c01b00, 0x6c, 0x6c}, {0xc295d0732b92d748, 0x3483f14bd57, ...}) /usr/local/go/src/testing/testing.go:2583 +0x505 testing.(*M).Run(0x38287cf7fcc0) /usr/local/go/src/testing/testing.go:2443 +0x6ac github.com/rclone/rclone/fstest.TestMain(0x38287cf7fcc0) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:74 +0xa6 github.com/rclone/rclone/fs/sync.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:45 main.main() _testmain.go:262 +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.func1.1 in goroutine 1 /usr/local/go/src/os/signal/signal.go:152 +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 +0xa7 goroutine 13 [select, 60 minutes]: github.com/rclone/rclone/lib/oauthutil.(*Renew).renewOnExpiry(0x38287cdcf2c0) /home/rclone/go/src/github.com/rclone/rclone/lib/oauthutil/renew.go:43 +0x85 created by github.com/rclone/rclone/lib/oauthutil.NewRenew in goroutine 1 /home/rclone/go/src/github.com/rclone/rclone/lib/oauthutil/renew.go:32 +0xe5 goroutine 3416 [IO wait]: internal/poll.runtime_pollWait(0x70627cacb800, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x38287d293880?, 0x38287d0cac80?, 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(0x38287d293880, {0x38287d0cac80, 0x1980, 0x1980}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x2ae net.(*netFD).Read(0x38287d293880, {0x38287d0cac80?, 0x197b?, 0x38287cd7fae0?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x38287c952658, {0x38287d0cac80?, 0x38287d0cac80?, 0x5?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x38287d69aa20, {0x38287d0cac80?, 0x706275729a00?, 0x7062c3781bf0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0x38287d17a888, {0x38287d0cac80?, 0x197b?, 0x38287d218a98?}) /usr/local/go/src/crypto/tls/conn.go:815 +0x3b bytes.(*Buffer).ReadFrom(0x38287cab09a8, {0x2f00500, 0x38287d17a888}) /usr/local/go/src/bytes/buffer.go:229 +0x98 crypto/tls.(*Conn).readFromUntil(0x38287cab0708, {0x70627c0e30a8, 0x38287d69aa20}, 0x38287d2fd3f9?) /usr/local/go/src/crypto/tls/conn.go:837 +0xde crypto/tls.(*Conn).readRecordOrCCS(0x38287cab0708, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3db crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x38287cab0708, {0x38287d0c2000, 0x1000, 0x70?}) /usr/local/go/src/crypto/tls/conn.go:1393 +0x145 net/http.(*persistConn).Read(0x38287cd78b40, {0x38287d0c2000?, 0x70?, 0x0?}) /usr/local/go/src/net/http/transport.go:2174 +0x47 bufio.(*Reader).fill(0x38287cf709c0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0x38287cf709c0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0x38287cd78b40) /usr/local/go/src/net/http/transport.go:2330 +0x172 created by net/http.(*Transport).dialConn in goroutine 3411 /usr/local/go/src/net/http/transport.go:1994 +0x16ac goroutine 2977 [select]: net/http.(*persistConn).roundTrip(0x38287cd78b40, 0x38287d58aa00) /usr/local/go/src/net/http/transport.go:2911 +0x83d net/http.(*Transport).roundTrip(0x38287d04a680, 0x38287cd78280) /usr/local/go/src/net/http/transport.go:704 +0xaba net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:33 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0x38287d2360c0, 0x38287cd78280) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:675 +0x5d4 golang.org/x/oauth2.(*Transport).RoundTrip(0x38287d0094c0, 0x38287cc81cc0) /home/rclone/go/pkg/mod/golang.org/x/oauth2@v0.36.0/transport.go:55 +0x15a net/http.send(0x38287cc81cc0, {0x2f01240, 0x38287d0094c0}, {0x38287cf9ec90?, 0x493946?, 0x0?}) /usr/local/go/src/net/http/client.go:264 +0x64b net/http.(*Client).send(0x38287d086150, 0x38287cc81cc0, {0x1?, 0x38287cf9ed18?, 0x0?}) /usr/local/go/src/net/http/client.go:185 +0x258 net/http.(*Client).do(0x38287d086150, 0x38287cc81cc0) /usr/local/go/src/net/http/client.go:733 +0x9d7 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:592 github.com/rclone/rclone/lib/rest.(*Client).Call(0x38287cdd2050, {0x2f2b288, 0x4c410a0}, 0x38287cffe160) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:404 +0xd85 github.com/rclone/rclone/lib/rest.(*Client).callCodec(0x38287cdd2050, {0x2f2b288, 0x4c410a0}, 0x48e185?, {0x0?, 0x0?}, {0x278cb40, 0x38287d2366c0}, 0x41e885?, 0x2ee1e60, ...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:612 +0x447 github.com/rclone/rclone/lib/rest.(*Client).CallJSON(...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:555 github.com/rclone/rclone/backend/pcloud.(*Object).Update.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/pcloud/pcloud.go:1534 +0x93 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0x1, 0x9?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0x38287d236180, 0x38287cf4b780, 0x1) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:228 +0xd2 github.com/rclone/rclone/lib/pacer.(*Pacer).CallNoRetry(...) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:256 github.com/rclone/rclone/backend/pcloud.(*Object).Update(0x38287d04d4d0, {0x2f2b288, 0x4c410a0}, {0x2efcd60, 0x38287d11d890}, {0x2f3d190, 0x38287cfe82a0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/pcloud/pcloud.go:1533 +0xb90 github.com/rclone/rclone/backend/pcloud.(*Fs).Put(0x38287d062210, {0x2f2b288, 0x4c410a0}, {0x2efcd60, 0x38287d11d890}, {0x2f3d190, 0x38287cfe82a0}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/pcloud/pcloud.go:764 +0x14c github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0x38287d109a40, {0x2f2b288, 0x4c410a0}, {0x2f4bcd0, 0x38287d062210}, {0x2d69489, 0x13}, {0x2d4e43d, 0xb}, {0x1dcd64ff, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:293 +0x3e8 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 github.com/rclone/rclone/fs/sync.TestServerSideCopy(0x38287d01a008) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:614 +0xaf testing.tRunner(0x38287d01a008, 0x2ee0608) /usr/local/go/src/testing/testing.go:2036 +0xea created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:2101 +0x4c5 goroutine 207 [chan receive, 59 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 217 /home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:44 +0x68 goroutine 3417 [select]: net/http.(*persistConn).writeLoop(0x38287cd78b40) /usr/local/go/src/net/http/transport.go:2652 +0xe6 created by net/http.(*Transport).dialConn in goroutine 3411 /usr/local/go/src/net/http/transport.go:1995 +0x16fe "./sync.test -test.v -test.timeout 1h0m0s -remote TestPcloud: -verbose" - Finished ERROR in 1h0m8.850097769s (try 1/5): exit status 2: Failed [TestSyncEmptyDirectories TestSyncNoEmptyDirectories]