"./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestDirTag|TestManualTransformFile|TestMove|TestNoTag|TestRunTwice|TestSyncSuffix|TestTransformFile)$'" - Starting (try 4/5) 2025/06/20 02:10:54 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tuxogiw4wuqe" 2025/06/20 02:10:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 02:10:55 DEBUG : Starting OpenDrive session with ID: d59563bfea968e9c5bbcf97e596891f382565b8b107ed0c339f9fda65a4cac49 2025/06/20 02:10:55 DEBUG : Creating backend with remote "/tmp/rclone434023546" === RUN TestSyncSuffix run.go:180: Remote "OpenDrive root 'rclone-test-tuxogiw4wuqe'", Local "Local file system at /tmp/rclone434023546", Modify Window "1s" 2025/06/20 02:10:57 DEBUG : dst/one: Uploading chunk 0, size=3, remain=0 2025/06/20 02:10:58 DEBUG : dst/two: Uploading chunk 0, size=3, remain=0 2025/06/20 02:11:00 DEBUG : dst/three.txt: Uploading chunk 0, size=5, remain=0 2025/06/20 02:11:02 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tuxogiw4wuqe/dst" 2025/06/20 02:11:02 DEBUG : Starting OpenDrive session with ID: 584f1008560184622d00c7d17abe1f8e969b3636ab9a719c0d85e7cfcde207b6 2025/06/20 02:11:02 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/06/20 02:11:03 DEBUG : one: same parent dir (ODFfOTEyMDI1M19NcWxWTw) - using file/rename instead of move_copy for one.bak 2025/06/20 02:11:03 INFO : one: Moved (server-side) to: one.bak 2025/06/20 02:11:04 DEBUG : one: Uploading chunk 0, size=4, remain=0 2025/06/20 02:11:05 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/06/20 02:11:05 INFO : one: Copied (new) 2025/06/20 02:11:05 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/06/20 02:11:05 DEBUG : two: Unchanged skipping 2025/06/20 02:11:05 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/06/20 02:11:05 DEBUG : three.txt: same parent dir (ODFfOTEyMDI1M19NcWxWTw) - using file/rename instead of move_copy for three.txt.bak 2025/06/20 02:11:06 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/06/20 02:11:06 DEBUG : three.txt: Uploading chunk 0, size=6, remain=0 2025/06/20 02:11:07 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2025/06/20 02:11:07 INFO : three.txt: Copied (new) 2025/06/20 02:11:08 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/06/20 02:11:08 INFO : one.bak: Deleted 2025/06/20 02:11:09 DEBUG : one: same parent dir (ODFfOTEyMDI1M19NcWxWTw) - using file/rename instead of move_copy for one.bak 2025/06/20 02:11:09 INFO : one: Moved (server-side) to: one.bak 2025/06/20 02:11:09 DEBUG : one: Uploading chunk 0, size=5, remain=0 2025/06/20 02:11:10 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/06/20 02:11:10 INFO : one: Copied (new) 2025/06/20 02:11:10 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/06/20 02:11:10 DEBUG : two: Unchanged skipping 2025/06/20 02:11:10 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/06/20 02:11:11 INFO : three.txt.bak: Deleted 2025/06/20 02:11:11 DEBUG : three.txt: same parent dir (ODFfOTEyMDI1M19NcWxWTw) - using file/rename instead of move_copy for three.txt.bak 2025/06/20 02:11:11 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/06/20 02:11:11 DEBUG : three.txt: Uploading chunk 0, size=19, remain=0 2025/06/20 02:11:12 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2025/06/20 02:11:12 INFO : three.txt: Copied (new) fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Flushing the directory cache fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:298: Flushing the directory cache fstest.go:302: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2522 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2524 Error: Should be true Test: TestSyncSuffix Messages: listing wrong, want dst/one (5), dst/one.bak (4), dst/three.txt (19), dst/three.txt.bak (6), dst/two (3) got dst/one.bak (5), dst/three.txt.bak (19), dst/two (3) fstest.go:140: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:140 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:192 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2522 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2524 Error: Should be true Test: TestSyncSuffix Messages: OpenDrive root 'rclone-test-tuxogiw4wuqe'/dst/one.bak: md5 hash incorrect - expecting "c7957179c41f69d44f217a108c7915d8" got "0f93e81041f0cab37c37a05ae998b219" fstest.go:147: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:147 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:192 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2522 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2524 Error: Not equal: expected: 4 actual : 5 Test: TestSyncSuffix Messages: dst/one.bak: size incorrect file=4 vs obj=5 fstest.go:124: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:124 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:129 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:148 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:192 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2522 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2524 Error: Should be true Test: TestSyncSuffix Messages: dst/one.bak: Modification time difference too big |-119h59m59.876543211s| > 1s (want 2011-12-25 12:59:59.123456789 +0000 UTC vs got 2011-12-30 12:59:59 +0000 UTC) (precision 1s) fstest.go:140: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:140 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:192 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2522 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2524 Error: Should be true Test: TestSyncSuffix Messages: OpenDrive root 'rclone-test-tuxogiw4wuqe'/dst/three.txt.bak: md5 hash incorrect - expecting "91341eed84691a83caea73aa785736d5" got "423e01c5e84a30d129b97aedb6e219a9" fstest.go:147: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:147 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:192 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2522 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2524 Error: Not equal: expected: 6 actual : 19 Test: TestSyncSuffix Messages: dst/three.txt.bak: size incorrect file=6 vs obj=19 fstest.go:124: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:124 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:129 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:148 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:192 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2522 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2524 Error: Should be true Test: TestSyncSuffix Messages: dst/three.txt.bak: Modification time difference too big |-95576h54m52.500000001s| > 1s (want 2001-02-03 04:05:06.499999999 +0000 UTC vs got 2011-12-30 12:59:59 +0000 UTC) (precision 1s) fstest.go:200: Not found "dst/one" fstest.go:200: Not found "dst/three.txt" fstest.go:203: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:203 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:307 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:335 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:347 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2522 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2524 Error: Not equal: expected: 0 actual : 2 Test: TestSyncSuffix Messages: 2 objects not found --- FAIL: TestSyncSuffix (26.85s) === RUN TestNoTag run.go:180: Remote "OpenDrive root 'rclone-test-tuxogiw4wuqe'", Local "Local file system at /tmp/rclone434023546", Modify Window "1s" 2025/06/20 02:11:22 INFO : toe: Making directory 2025/06/20 02:11:23 INFO : toe/toe: Making directory 2025/06/20 02:11:23 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:23 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/06/20 02:11:23 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/06/20 02:11:23 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/06/20 02:11:23 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for checks to finish 2025/06/20 02:11:23 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for transfers to finish 2025/06/20 02:11:24 DEBUG : toe/toe/tictactoe: Uploading chunk 0, size=11, remain=0 2025/06/20 02:11:25 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/06/20 02:11:25 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2025/06/20 02:11:25 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (4.70s) === RUN TestDirTag run.go:180: Remote "OpenDrive root 'rclone-test-tuxogiw4wuqe'", Local "Local file system at /tmp/rclone434023546", Modify Window "1s" 2025/06/20 02:11:27 DEBUG : empty_dir: Making directory with metadata 2025/06/20 02:11:27 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/20 02:11:27 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:27 INFO : tictacempty_dir: Making directory 2025/06/20 02:11:27 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:27 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:27 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:27 INFO : tictactoe: Making directory 2025/06/20 02:11:28 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:28 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:28 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/06/20 02:11:28 INFO : tictactoe/tictactoe: Making directory 2025/06/20 02:11:28 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/06/20 02:11:28 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/06/20 02:11:28 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/06/20 02:11:28 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for checks to finish 2025/06/20 02:11:28 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/06/20 02:11:28 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for transfers to finish 2025/06/20 02:11:29 DEBUG : tictactoe/tictactoe/toe.txt: Uploading chunk 0, size=11, remain=0 2025/06/20 02:11:30 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/06/20 02:11:30 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2025/06/20 02:11:30 DEBUG : Waiting for deletions to finish fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:289: Sleeping for 6s just to make sure --- PASS: TestDirTag (12.96s) === RUN TestAllTag run.go:180: Remote "OpenDrive root 'rclone-test-tuxogiw4wuqe'", Local "Local file system at /tmp/rclone434023546", Modify Window "1s" 2025/06/20 02:11:40 DEBUG : empty_dir: Making directory with metadata 2025/06/20 02:11:40 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/20 02:11:40 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:40 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:40 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:40 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:40 INFO : tictacempty_dir: Making directory 2025/06/20 02:11:40 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:40 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:40 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:40 INFO : tictactoe: Making directory 2025/06/20 02:11:41 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:41 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:41 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/06/20 02:11:41 INFO : tictactoe/tictactoe: Making directory 2025/06/20 02:11:41 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/06/20 02:11:41 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/06/20 02:11:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:11:41 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/06/20 02:11:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:11:41 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for checks to finish 2025/06/20 02:11:41 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for transfers to finish 2025/06/20 02:11:42 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2025/06/20 02:11:43 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/06/20 02:11:43 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:11:43 DEBUG : Waiting for deletions to finish 2025/06/20 02:11:43 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for checks to finish 2025/06/20 02:11:43 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:43 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:43 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:44 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/06/20 02:11:44 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/06/20 02:11:44 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2025/06/20 02:11:44 NOTICE: OpenDrive root 'rclone-test-tuxogiw4wuqe': 0 differences found 2025/06/20 02:11:44 NOTICE: OpenDrive root 'rclone-test-tuxogiw4wuqe': 1 matching files --- PASS: TestAllTag (5.85s) === RUN TestRunTwice run.go:180: Remote "OpenDrive root 'rclone-test-tuxogiw4wuqe'", Local "Local file system at /tmp/rclone434023546", Modify Window "1s" 2025/06/20 02:11:46 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:46 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:46 INFO : tictactoe: Making directory 2025/06/20 02:11:46 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:46 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:46 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/06/20 02:11:46 INFO : tictactoe/tictactoe: Making directory 2025/06/20 02:11:47 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/06/20 02:11:47 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/06/20 02:11:47 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/06/20 02:11:47 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for checks to finish 2025/06/20 02:11:47 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for transfers to finish 2025/06/20 02:11:47 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/06/20 02:11:47 DEBUG : tictactoe/tictactoe/toe.txt: Uploading chunk 0, size=11, remain=0 2025/06/20 02:11:48 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/06/20 02:11:48 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2025/06/20 02:11:48 DEBUG : Waiting for deletions to finish 2025/06/20 02:11:49 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:49 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:49 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:49 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/06/20 02:11:49 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/06/20 02:11:49 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for checks to finish 2025/06/20 02:11:49 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/06/20 02:11:49 DEBUG : toe/toe/toe.txt: Unchanged skipping 2025/06/20 02:11:49 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for transfers to finish 2025/06/20 02:11:49 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (5.71s) === RUN TestConflicting run.go:180: Remote "OpenDrive root 'rclone-test-tuxogiw4wuqe'", Local "Local file system at /tmp/rclone434023546", Modify Window "1s" 2025/06/20 02:11:52 INFO : toe: Making directory 2025/06/20 02:11:52 INFO : toe/toe: Making directory 2025/06/20 02:11:52 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/06/20 02:11:52 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for checks to finish 2025/06/20 02:11:52 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for transfers to finish 2025/06/20 02:11:53 DEBUG : toe/toe/toe: Uploading chunk 0, size=11, remain=0 2025/06/20 02:11:54 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/06/20 02:11:54 INFO : toe/toe/toe: Copied (new) 2025/06/20 02:11:54 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (4.64s) === RUN TestMove run.go:180: Remote "OpenDrive root 'rclone-test-tuxogiw4wuqe'", Local "Local file system at /tmp/rclone434023546", Modify Window "1s" 2025/06/20 02:11:56 DEBUG : empty_dir: Making directory with metadata 2025/06/20 02:11:56 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/20 02:11:56 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:56 INFO : tictacempty_dir: Making directory 2025/06/20 02:11:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:11:57 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:57 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:57 INFO : tictactoe: Making directory 2025/06/20 02:11:57 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:57 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:11:57 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/06/20 02:11:57 INFO : tictactoe/tictactoe: Making directory 2025/06/20 02:11:57 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/06/20 02:11:57 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/06/20 02:11:57 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:11:57 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/06/20 02:11:57 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:11:57 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:11:57 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for checks to finish 2025/06/20 02:11:57 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for transfers to finish 2025/06/20 02:11:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2025/06/20 02:11:59 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/06/20 02:11:59 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:11:59 INFO : toe/toe/toe.txt: Deleted 2025/06/20 02:11:59 INFO : toe/toe: Removing directory 2025/06/20 02:11:59 INFO : toe: Removing directory 2025/06/20 02:11:59 INFO : empty_dir: Removing directory 2025/06/20 02:11:59 DEBUG : Local file system at /tmp/rclone434023546: deleted 3 directories --- PASS: TestMove (5.32s) === RUN TestTransformFile run.go:180: Remote "OpenDrive root 'rclone-test-tuxogiw4wuqe'", Local "Local file system at /tmp/rclone434023546", Modify Window "1s" 2025/06/20 02:12:01 DEBUG : empty_dir: Making directory with metadata 2025/06/20 02:12:01 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/20 02:12:01 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:12:01 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:12:01 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:12:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:12:02 INFO : tictacempty_dir: Making directory 2025/06/20 02:12:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:12:02 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:12:02 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:12:02 INFO : tictactoe: Making directory 2025/06/20 02:12:02 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:12:02 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:12:02 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/06/20 02:12:02 INFO : tictactoe/tictactoe: Making directory 2025/06/20 02:12:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/06/20 02:12:03 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/06/20 02:12:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:12:03 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/06/20 02:12:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:12:03 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:12:03 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for checks to finish 2025/06/20 02:12:03 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for transfers to finish 2025/06/20 02:12:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2025/06/20 02:12:04 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/06/20 02:12:04 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:12:04 INFO : toe/toe/toe.txt: Deleted 2025/06/20 02:12:04 INFO : toe/toe: Removing directory 2025/06/20 02:12:04 INFO : toe: Removing directory 2025/06/20 02:12:04 INFO : empty_dir: Removing directory 2025/06/20 02:12:04 DEBUG : Local file system at /tmp/rclone434023546: deleted 3 directories 2025/06/20 02:12:05 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1s) 2025/06/20 02:12:05 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/06/20 02:12:05 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/06/20 02:12:05 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/06/20 02:12:06 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (8.03s) === RUN TestManualTransformFile run.go:180: Remote "OpenDrive root 'rclone-test-tuxogiw4wuqe'", Local "Local file system at /tmp/rclone434023546", Modify Window "1s" 2025/06/20 02:12:09 DEBUG : Reset feature "Copy" 2025/06/20 02:12:09 DEBUG : Reset feature "Move" 2025/06/20 02:12:09 DEBUG : Reset feature "Copy" 2025/06/20 02:12:09 DEBUG : Reset feature "Move" 2025/06/20 02:12:09 DEBUG : empty_dir: Making directory with metadata 2025/06/20 02:12:09 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/06/20 02:12:09 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:12:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:12:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:12:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:12:10 INFO : tictacempty_dir: Making directory 2025/06/20 02:12:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/06/20 02:12:10 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:12:10 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:12:10 INFO : tictactoe: Making directory 2025/06/20 02:12:10 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:12:10 DEBUG : toe: transformed to: tictactoe 2025/06/20 02:12:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/06/20 02:12:10 INFO : tictactoe/tictactoe: Making directory 2025/06/20 02:12:11 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/06/20 02:12:11 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/06/20 02:12:11 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:12:11 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/06/20 02:12:11 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:12:11 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:12:11 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for checks to finish 2025/06/20 02:12:11 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for transfers to finish 2025/06/20 02:12:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: Uploading chunk 0, size=11, remain=0 2025/06/20 02:12:12 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/06/20 02:12:12 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/06/20 02:12:12 INFO : toe/toe/toe.txt: Deleted 2025/06/20 02:12:12 INFO : toe/toe: Removing directory 2025/06/20 02:12:12 INFO : toe: Removing directory 2025/06/20 02:12:12 INFO : empty_dir: Removing directory 2025/06/20 02:12:12 DEBUG : Local file system at /tmp/rclone434023546: deleted 3 directories 2025/06/20 02:12:13 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1s) 2025/06/20 02:12:13 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/06/20 02:12:13 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/06/20 02:12:13 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/06/20 02:12:15 DEBUG : toe/toe/toe.txt: Uploading chunk 0, size=11, remain=0 2025/06/20 02:12:16 DEBUG : tictactoe/tictactoe/tictactoe.txt: Src hash empty - aborting Dst hash check 2025/06/20 02:12:16 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2025/06/20 02:12:16 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Flushing the directory cache fstest.go:289: Sleeping for 6s just to make sure --- PASS: TestManualTransformFile (17.00s) === RUN TestBase64 run.go:180: Remote "OpenDrive root 'rclone-test-tuxogiw4wuqe'", Local "Local file system at /tmp/rclone434023546", Modify Window "1s" 2025/06/20 02:12:26 DEBUG : toe: transformed to: dG9l 2025/06/20 02:12:27 DEBUG : toe: transformed to: dG9l 2025/06/20 02:12:27 INFO : dG9l: Making directory 2025/06/20 02:12:27 DEBUG : toe: transformed to: dG9l 2025/06/20 02:12:27 DEBUG : toe: transformed to: dG9l 2025/06/20 02:12:27 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/06/20 02:12:27 INFO : dG9l/dG9l: Making directory 2025/06/20 02:12:27 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/06/20 02:12:27 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2025/06/20 02:12:27 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/06/20 02:12:27 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/06/20 02:12:27 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for checks to finish 2025/06/20 02:12:27 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/06/20 02:12:27 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Waiting for transfers to finish 2025/06/20 02:12:28 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Uploading chunk 0, size=11, remain=0 2025/06/20 02:12:29 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/06/20 02:12:29 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2025/06/20 02:12:29 DEBUG : Waiting for deletions to finish 2025/06/20 02:12:30 DEBUG : dG9l: transformed to: toe 2025/06/20 02:12:30 DEBUG : dG9l: transformed to: toe 2025/06/20 02:12:30 DEBUG : toe: Directory modification time the same (differ by -137.747379ms, within tolerance 1s) 2025/06/20 02:12:30 DEBUG : Added delayed dir = "toe", newDst=toe 2025/06/20 02:12:30 DEBUG : dG9l: transformed to: toe 2025/06/20 02:12:30 DEBUG : dG9l/dG9l: transformed to: toe/toe 2025/06/20 02:12:30 INFO : toe/toe: Set directory modification time (using SetModTime) 2025/06/20 02:12:30 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2025/06/20 02:12:30 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2025/06/20 02:12:30 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 499.999999ms, within tolerance 1s) 2025/06/20 02:12:30 DEBUG : Local file system at /tmp/rclone434023546: Waiting for checks to finish 2025/06/20 02:12:30 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2025/06/20 02:12:30 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2025/06/20 02:12:30 DEBUG : Local file system at /tmp/rclone434023546: Waiting for transfers to finish 2025/06/20 02:12:30 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (5.53s) FAIL 2025/06/20 02:12:32 DEBUG : OpenDrive root 'rclone-test-tuxogiw4wuqe': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestAllTag|TestBase64|TestConflicting|TestDirTag|TestManualTransformFile|TestMove|TestNoTag|TestRunTwice|TestSyncSuffix|TestTransformFile)$'" - Finished ERROR in 1m37.980413496s (try 4/5): exit status 1: Failed [TestSyncSuffix]