Rclone test speed on drime gives fatal error on copy

What is the problem you are having with rclone?

when I run the test speed on drime, it shows the following issue on many file

ERROR : <filename>.bin: Failed to copy: couldn't list files: json: cannot unmarshal object into Go struct field User.data.users.entry_permissions of type []interface {}

It also happened in rclone 1.73.3 and I tried it with 1.73.4 but it still has the same issue.
Without --test-time 30s, it usually works on the first time, but it will fail again after using 30s

Run the command 'rclone version' and share the full output of the command.

rclone v1.73.4
- os/version: debian 13.4 (64 bit)
- os/kernel: 6.12.74+deb13+1-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.25.9
- go/linking: static
- go/tags: none

Which cloud storage system are you using? (eg Google Drive)

drime

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone -vv test speed drime: --test-time 30s

The rclone config contents with secrets removed.

[drime]
type = drime
access_token = <token>

A log from the command with the -vv flag


2026/04/12 21:43:26 DEBUG : rclone: Version "v1.73.4" starting with parameters ["rclone/rclone" "-vv" "test" "speed" "drime:" "--test-time" "30s"]
Running initial test for 4 files of size 1Mi
2026/04/12 21:43:26 DEBUG : Creating backend with remote "drime:/rclone-speed-test-yogegug6"
2026/04/12 21:43:26 DEBUG : Using config file from "rclone.conf"
2026/04/12 21:43:27 DEBUG : fs cache: renaming cache item "drime:/rclone-speed-test-yogegug6" to be canonical "drime:rclone-speed-test-yogegug6"
2026/04/12 21:43:27 DEBUG : Creating backend with remote "/tmp/rclone-speedtest-local-1744925967"
2026/04/12 21:43:27 DEBUG : Creating backend with remote "/tmp/rclone-speedtest-download-2410575765"
2026/04/12 21:43:27 NOTICE: Creating 4 files of size 1Mi.
2026/04/12 21:43:27 INFO  : /tmp/rclone-speedtest-local-1744925967/file000-1Mi.bin: Written file size 1Mi
2026/04/12 21:43:27 INFO  : /tmp/rclone-speedtest-local-1744925967/file001-1Mi.bin: Written file size 1Mi
2026/04/12 21:43:27 INFO  : /tmp/rclone-speedtest-local-1744925967/file002-1Mi.bin: Written file size 1Mi
2026/04/12 21:43:27 INFO  : /tmp/rclone-speedtest-local-1744925967/file003-1Mi.bin: Written file size 1Mi
2026/04/12 21:43:27 NOTICE: Written 4MiB in 8ms at 486.074MiB/s.
2026/04/12 21:43:27 DEBUG : file000-1Mi.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:27 DEBUG : file001-1Mi.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:27 DEBUG : file002-1Mi.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:27 DEBUG : file003-1Mi.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:27 DEBUG : drime root 'rclone-speed-test-yogegug6': Waiting for checks to finish
2026/04/12 21:43:27 DEBUG : drime root 'rclone-speed-test-yogegug6': Waiting for transfers to finish
2026/04/12 21:43:30 DEBUG : file001-1Mi.bin: size = 1048576 OK
2026/04/12 21:43:30 INFO  : file001-1Mi.bin: Copied (new)
2026/04/12 21:43:31 DEBUG : file003-1Mi.bin: size = 1048576 OK
2026/04/12 21:43:31 INFO  : file003-1Mi.bin: Copied (new)
2026/04/12 21:43:31 DEBUG : file002-1Mi.bin: size = 1048576 OK
2026/04/12 21:43:31 INFO  : file002-1Mi.bin: Copied (new)
2026/04/12 21:43:31 DEBUG : file000-1Mi.bin: size = 1048576 OK
2026/04/12 21:43:31 INFO  : file000-1Mi.bin: Copied (new)
Upload              : 4194304B in 3.846s at 1.040MiB/s
2026/04/12 21:43:31 DEBUG : file000-1Mi.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:31 DEBUG : file001-1Mi.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:31 DEBUG : file002-1Mi.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:31 DEBUG : file003-1Mi.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:31 DEBUG : Local file system at /tmp/rclone-speedtest-download-2410575765: Waiting for checks to finish
2026/04/12 21:43:31 DEBUG : Local file system at /tmp/rclone-speedtest-download-2410575765: Waiting for transfers to finish
2026/04/12 21:43:32 DEBUG : file000-1Mi.bin.7c6fa6fa.partial: size = 1048576 OK
2026/04/12 21:43:32 DEBUG : file000-1Mi.bin.7c6fa6fa.partial: renamed to: file000-1Mi.bin
2026/04/12 21:43:32 INFO  : file000-1Mi.bin: Copied (new)
2026/04/12 21:43:32 DEBUG : file001-1Mi.bin.d207376b.partial: size = 1048576 OK
2026/04/12 21:43:32 DEBUG : file001-1Mi.bin.d207376b.partial: renamed to: file001-1Mi.bin
2026/04/12 21:43:32 INFO  : file001-1Mi.bin: Copied (new)
2026/04/12 21:43:32 DEBUG : file003-1Mi.bin.55a71208.partial: size = 1048576 OK
2026/04/12 21:43:32 DEBUG : file003-1Mi.bin.55a71208.partial: renamed to: file003-1Mi.bin
2026/04/12 21:43:32 INFO  : file003-1Mi.bin: Copied (new)
2026/04/12 21:43:33 DEBUG : file002-1Mi.bin.fbcf8399.partial: size = 1048576 OK
2026/04/12 21:43:33 DEBUG : file002-1Mi.bin.fbcf8399.partial: renamed to: file002-1Mi.bin
2026/04/12 21:43:33 INFO  : file002-1Mi.bin: Copied (new)
Download            : 4194304B in 1.672s at 2.392MiB/s
Checking file integrity
2026/04/12 21:43:33 DEBUG : Local file system at /tmp/rclone-speedtest-download-2410575765: Waiting for checks to finish
2026/04/12 21:43:33 DEBUG : file001-1Mi.bin: size = 1048576 OK
2026/04/12 21:43:33 DEBUG : file000-1Mi.bin: size = 1048576 OK
2026/04/12 21:43:33 DEBUG : file002-1Mi.bin: size = 1048576 OK
2026/04/12 21:43:33 DEBUG : file003-1Mi.bin: size = 1048576 OK
2026/04/12 21:43:33 DEBUG : file001-1Mi.bin: OK
2026/04/12 21:43:33 DEBUG : file002-1Mi.bin: OK
2026/04/12 21:43:33 DEBUG : file000-1Mi.bin: OK
2026/04/12 21:43:33 DEBUG : file003-1Mi.bin: OK
2026/04/12 21:43:33 NOTICE: Local file system at /tmp/rclone-speedtest-download-2410575765: 0 differences found
2026/04/12 21:43:33 NOTICE: Local file system at /tmp/rclone-speedtest-download-2410575765: 4 matching files

Test Time: 30s, File cap: 100

Number of files for upload and download: 31946
Capping test for file size 1Ki to 100 files
Running test for 100 files of size 1Ki
2026/04/12 21:43:33 DEBUG : Creating backend with remote "drime:/rclone-speed-test-codoruw7"
2026/04/12 21:43:34 DEBUG : fs cache: renaming cache item "drime:/rclone-speed-test-codoruw7" to be canonical "drime:rclone-speed-test-codoruw7"
2026/04/12 21:43:34 DEBUG : Creating backend with remote "/tmp/rclone-speedtest-local-2200394082"
2026/04/12 21:43:34 DEBUG : Creating backend with remote "/tmp/rclone-speedtest-download-1784419053"
2026/04/12 21:43:34 NOTICE: Creating 100 files of size 1Ki.
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file000-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file001-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file002-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file003-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file004-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file005-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file006-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file007-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file008-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file009-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file010-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file011-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file012-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file013-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file014-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file015-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file016-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file017-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file018-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file019-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file020-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file021-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file022-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file023-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file024-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file025-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file026-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file027-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file028-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file029-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file030-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file031-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file032-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file033-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file034-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file035-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file036-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file037-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file038-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file039-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file040-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file041-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file042-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file043-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file044-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file045-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file046-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file047-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file048-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file049-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file050-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file051-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file052-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file053-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file054-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file055-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file056-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file057-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file058-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file059-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file060-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file061-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file062-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file063-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file064-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file065-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file066-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file067-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file068-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file069-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file070-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file071-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file072-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file073-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file074-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file075-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file076-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file077-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file078-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file079-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file080-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file081-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file082-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file083-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file084-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file085-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file086-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file087-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file088-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file089-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file090-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file091-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file092-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file093-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file094-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file095-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file096-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file097-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file098-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 INFO  : /tmp/rclone-speedtest-local-2200394082/file099-1Ki.bin: Written file size 1Ki
2026/04/12 21:43:34 NOTICE: Written 100KiB in 4ms at 25.624MiB/s.
2026/04/12 21:43:34 DEBUG : file000-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file001-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file002-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file003-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file004-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file005-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file006-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file007-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file008-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file009-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file010-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file011-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file012-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file013-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file014-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file015-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file016-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file017-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file018-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file019-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file020-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file021-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file022-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file023-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file024-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file025-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file026-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file027-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file028-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file029-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file030-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file031-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file032-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file033-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file034-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file035-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file036-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file037-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file038-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file039-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file040-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file041-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file042-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file043-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file044-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file045-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file046-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file047-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file048-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file049-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file050-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file051-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file052-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file053-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file054-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file055-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file056-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file057-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file058-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file059-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file060-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file061-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file062-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file063-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file064-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file065-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file066-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file067-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file068-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file069-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file070-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file071-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file072-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file073-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file074-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file075-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file076-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file077-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file078-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file079-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file080-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file081-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file082-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file083-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file084-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file085-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file086-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file087-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file088-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file089-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file090-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file091-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file092-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file093-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file094-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file095-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file096-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file097-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file098-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : file099-1Ki.bin: Need to transfer - File not found at Destination
2026/04/12 21:43:34 DEBUG : drime root 'rclone-speed-test-codoruw7': Waiting for checks to finish
2026/04/12 21:43:34 DEBUG : drime root 'rclone-speed-test-codoruw7': Waiting for transfers to finish
2026/04/12 21:43:36 DEBUG : file000-1Ki.bin: size = 1024 OK
2026/04/12 21:43:36 INFO  : file000-1Ki.bin: Copied (new)
2026/04/12 21:43:37 DEBUG : file002-1Ki.bin: size = 1024 OK
2026/04/12 21:43:37 INFO  : file002-1Ki.bin: Copied (new)
2026/04/12 21:43:37 DEBUG : file003-1Ki.bin: size = 1024 OK
2026/04/12 21:43:37 INFO  : file003-1Ki.bin: Copied (new)
2026/04/12 21:43:37 DEBUG : file001-1Ki.bin: size = 1024 OK
2026/04/12 21:43:37 INFO  : file001-1Ki.bin: Copied (new)
2026/04/12 21:43:38 DEBUG : file004-1Ki.bin: size = 1024 OK
2026/04/12 21:43:38 INFO  : file004-1Ki.bin: Copied (new)
2026/04/12 21:43:38 DEBUG : file005-1Ki.bin: size = 1024 OK
2026/04/12 21:43:38 INFO  : file005-1Ki.bin: Copied (new)
2026/04/12 21:43:38 DEBUG : file007-1Ki.bin: size = 1024 OK
2026/04/12 21:43:38 INFO  : file007-1Ki.bin: Copied (new)
2026/04/12 21:43:38 DEBUG : file006-1Ki.bin: size = 1024 OK
2026/04/12 21:43:38 INFO  : file006-1Ki.bin: Copied (new)
2026/04/12 21:43:39 DEBUG : file008-1Ki.bin: size = 1024 OK
2026/04/12 21:43:39 INFO  : file008-1Ki.bin: Copied (new)
2026/04/12 21:43:39 DEBUG : file009-1Ki.bin: size = 1024 OK
2026/04/12 21:43:39 INFO  : file009-1Ki.bin: Copied (new)
2026/04/12 21:43:39 DEBUG : file011-1Ki.bin: size = 1024 OK
2026/04/12 21:43:39 INFO  : file011-1Ki.bin: Copied (new)
2026/04/12 21:43:39 DEBUG : file010-1Ki.bin: size = 1024 OK
2026/04/12 21:43:39 INFO  : file010-1Ki.bin: Copied (new)
2026/04/12 21:43:40 DEBUG : file012-1Ki.bin: size = 1024 OK
2026/04/12 21:43:40 INFO  : file012-1Ki.bin: Copied (new)
2026/04/12 21:43:40 DEBUG : file013-1Ki.bin: size = 1024 OK
2026/04/12 21:43:40 INFO  : file013-1Ki.bin: Copied (new)
2026/04/12 21:43:40 ERROR : file016-1Ki.bin: Failed to copy: couldn't list files: json: cannot unmarshal object into Go struct field User.data.users.entry_permissions of type []interface {}
2026/04/12 21:43:40 DEBUG : file014-1Ki.bin: size = 1024 OK
2026/04/12 21:43:40 INFO  : file014-1Ki.bin: Copied (new)
2026/04/12 21:43:40 DEBUG : file015-1Ki.bin: size = 1024 OK
2026/04/12 21:43:40 INFO  : file015-1Ki.bin: Copied (new)
2026/04/12 21:43:41 ERROR : file017-1Ki.bin: Failed to copy: couldn't list files: json: cannot unmarshal object into Go struct field User.data.users.entry_permissions of type []interface {}
2026/04/12 21:43:41 ERROR : file018-1Ki.bin: Failed to copy: couldn't list files: json: cannot unmarshal object into Go struct field User.data.users.entry_permissions of type []interface {}
2026/04/12 21:43:41 ERROR : file019-1Ki.bin: Failed to copy: couldn't list files: json: cannot unmarshal object into Go struct field User.data.users.entry_permissions of type []interface {}
2026/04/12 21:43:41 ERROR : file020-1Ki.bin: Failed to copy: couldn't list files: json: cannot unmarshal object into Go struct field User.data.users.entry_permissions of type []interface {}
2026/04/12 21:43:41 ERROR : file021-1Ki.bin: Failed to copy: couldn't list files: json: cannot unmarshal object into Go struct field User.data.users.entry_permissions of type []interface {}
2026/04/12 21:43:41 ERROR : file022-1Ki.bin: Failed to copy: couldn't list files: json: cannot unmarshal object into Go struct field User.data.users.entry_permissions of type []interface {}
2026/04/12 21:43:41 ERROR : file023-1Ki.bin: Failed to copy: couldn't list files: json: cannot unmarshal object into Go struct field User.data.users.entry_permissions of type []interface {}
2026/04/12 21:43:41 ERROR : file024-1Ki.bin: Failed to copy: couldn't list files: json: cannot unmarshal object into Go struct field User.data.users.entry_permissions of type []interface {}
2026/04/12 21:43:42 DEBUG : file028-1Ki.bin: size = 1024 OK
2026/04/12 21:43:42 INFO  : file028-1Ki.bin: Copied (new)
2026/04/12 21:43:42 DEBUG : file025-1Ki.bin: size = 1024 OK
2026/04/12 21:43:42 INFO  : file025-1Ki.bin: Copied (new)
2026/04/12 21:43:42 DEBUG : file026-1Ki.bin: size = 1024 OK
2026/04/12 21:43:42 INFO  : file026-1Ki.bin: Copied (new)