"./sync.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^(TestBase64|TestError|TestManualTransformFile|TestSyncBackupDir|TestSyncBackupDirSuffixOnly|TestSyncBackupDirWithSuffix|TestTransformFile)$'" - Starting (try 4/5) 2025/11/11 06:53:48 DEBUG : Creating backend with remote "TestMega:rclone-test-kiqices5gumu" 2025/11/11 06:53:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/11 06:53:48 DEBUG : mega root 'rclone-test-kiqices5gumu': Using previously stored session ID and master key to initialize the Mega API 2025/11/11 06:54:05 DEBUG : Creating backend with remote "/tmp/rclone3281689352" === RUN TestSyncBackupDir run.go:185: Remote "mega root 'rclone-test-kiqices5gumu'", Local "Local file system at /tmp/rclone3281689352", Modify Window "876000h0m0s" 2025/11/11 06:54:06 DEBUG : Creating backend with remote "TestMega:rclone-test-kiqices5gumu/dst" 2025/11/11 06:54:06 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Using previously stored session ID and master key to initialize the Mega API 2025/11/11 06:54:23 DEBUG : Creating backend with remote "TestMega:rclone-test-kiqices5gumu/backup" 2025/11/11 06:54:23 DEBUG : mega root 'rclone-test-kiqices5gumu/backup': Using previously stored session ID and master key to initialize the Mega API 2025/11/11 06:54:41 DEBUG : one: size = 4 (Local file system at /tmp/rclone3281689352) 2025/11/11 06:54:41 DEBUG : two: size = 3 OK 2025/11/11 06:54:41 DEBUG : two: Sizes identical 2025/11/11 06:54:41 DEBUG : two: Unchanged skipping 2025/11/11 06:54:41 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Waiting for checks to finish 2025/11/11 06:54:41 DEBUG : one: size = 3 (mega root 'rclone-test-kiqices5gumu/dst') 2025/11/11 06:54:41 DEBUG : one: Sizes differ 2025/11/11 06:54:41 INFO : one: Moved (server-side) 2025/11/11 06:54:41 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Waiting for transfers to finish 2025/11/11 06:54:41 DEBUG : one: size = 4 OK 2025/11/11 06:54:41 INFO : one: Copied (new) 2025/11/11 06:54:41 DEBUG : Waiting for deletions to finish 2025/11/11 06:54:41 INFO : three.txt: Moved (server-side) 2025/11/11 06:54:41 INFO : three.txt: Moved into backup dir 2025/11/11 06:54:42 DEBUG : one: size = 5 (Local file system at /tmp/rclone3281689352) 2025/11/11 06:54:42 DEBUG : one: size = 4 (mega root 'rclone-test-kiqices5gumu/dst') 2025/11/11 06:54:42 DEBUG : one: Sizes differ 2025/11/11 06:54:42 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Waiting for checks to finish 2025/11/11 06:54:42 DEBUG : two: size = 3 OK 2025/11/11 06:54:42 DEBUG : two: Sizes identical 2025/11/11 06:54:42 DEBUG : two: Unchanged skipping 2025/11/11 06:54:42 INFO : one: Deleted 2025/11/11 06:54:42 INFO : one: Moved (server-side) 2025/11/11 06:54:42 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Waiting for transfers to finish 2025/11/11 06:54:43 DEBUG : one: size = 5 OK 2025/11/11 06:54:43 INFO : one: Copied (new) 2025/11/11 06:54:43 DEBUG : Waiting for deletions to finish fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2457 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDir Messages: listing wrong, want backup/one (4), backup/three.txt (6), dst/one (5), dst/two (3) got backup/one (4), backup/three.txt (5), dst/one (5), dst/three.txt (6), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2457 Error: Should be true Test: TestSyncBackupDir Messages: Unexpected file "dst/three.txt" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2457 Error: Not equal: expected: 6 actual : 5 Test: TestSyncBackupDir Messages: backup/three.txt: size incorrect file=6 vs obj=5 --- FAIL: TestSyncBackupDir (49.30s) === RUN TestSyncBackupDirWithSuffix run.go:185: Remote "mega root 'rclone-test-kiqices5gumu'", Local "Local file system at /tmp/rclone3281689352", Modify Window "876000h0m0s" 2025/11/11 06:54:56 DEBUG : Creating backend with remote "TestMega:rclone-test-kiqices5gumu/dst" 2025/11/11 06:54:56 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Using previously stored session ID and master key to initialize the Mega API 2025/11/11 06:55:14 DEBUG : Creating backend with remote "TestMega:rclone-test-kiqices5gumu/backup" 2025/11/11 06:55:14 DEBUG : mega root 'rclone-test-kiqices5gumu/backup': Using previously stored session ID and master key to initialize the Mega API 2025/11/11 06:55:31 DEBUG : one: size = 4 (Local file system at /tmp/rclone3281689352) 2025/11/11 06:55:31 DEBUG : one: size = 3 (mega root 'rclone-test-kiqices5gumu/dst') 2025/11/11 06:55:31 DEBUG : one: Sizes differ 2025/11/11 06:55:31 DEBUG : two: size = 3 OK 2025/11/11 06:55:31 DEBUG : two: Sizes identical 2025/11/11 06:55:31 DEBUG : two: Unchanged skipping 2025/11/11 06:55:31 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Waiting for checks to finish 2025/11/11 06:55:32 INFO : one: Moved (server-side) to: one.bak 2025/11/11 06:55:32 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Waiting for transfers to finish 2025/11/11 06:55:32 DEBUG : one: size = 4 OK 2025/11/11 06:55:32 INFO : one: Copied (new) 2025/11/11 06:55:32 DEBUG : Waiting for deletions to finish 2025/11/11 06:55:32 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/11 06:55:32 INFO : three.txt: Moved into backup dir 2025/11/11 06:55:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone3281689352) 2025/11/11 06:55:32 DEBUG : two: size = 3 OK 2025/11/11 06:55:32 DEBUG : two: Sizes identical 2025/11/11 06:55:32 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Waiting for checks to finish 2025/11/11 06:55:32 DEBUG : two: Unchanged skipping 2025/11/11 06:55:32 DEBUG : one: size = 4 (mega root 'rclone-test-kiqices5gumu/dst') 2025/11/11 06:55:32 DEBUG : one: Sizes differ 2025/11/11 06:55:32 INFO : one.bak: Deleted 2025/11/11 06:55:33 INFO : one: Moved (server-side) to: one.bak 2025/11/11 06:55:33 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Waiting for transfers to finish 2025/11/11 06:55:33 DEBUG : one: size = 5 OK 2025/11/11 06:55:33 INFO : one: Copied (new) 2025/11/11 06:55:33 DEBUG : Waiting for deletions to finish fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2461 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDirWithSuffix Messages: listing wrong, want backup/one.bak (4), backup/three.txt.bak (6), dst/one (5), dst/two (3) got backup/one.bak (4), backup/three.txt.bak (5), dst/one (5), dst/three.txt (6), dst/two (3) fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2461 Error: Not equal: expected: 6 actual : 5 Test: TestSyncBackupDirWithSuffix Messages: backup/three.txt.bak: size incorrect file=6 vs obj=5 fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2461 Error: Should be true Test: TestSyncBackupDirWithSuffix Messages: Unexpected file "dst/three.txt" --- FAIL: TestSyncBackupDirWithSuffix (47.49s) === RUN TestSyncBackupDirSuffixOnly run.go:185: Remote "mega root 'rclone-test-kiqices5gumu'", Local "Local file system at /tmp/rclone3281689352", Modify Window "876000h0m0s" 2025/11/11 06:55:46 DEBUG : Creating backend with remote "TestMega:rclone-test-kiqices5gumu/dst" 2025/11/11 06:55:46 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Using previously stored session ID and master key to initialize the Mega API 2025/11/11 06:56:04 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Waiting for checks to finish 2025/11/11 06:56:04 DEBUG : one: size = 4 (Local file system at /tmp/rclone3281689352) 2025/11/11 06:56:04 DEBUG : two: size = 3 OK 2025/11/11 06:56:04 DEBUG : one: size = 3 (mega root 'rclone-test-kiqices5gumu/dst') 2025/11/11 06:56:04 DEBUG : two: Sizes identical 2025/11/11 06:56:04 DEBUG : one: Sizes differ 2025/11/11 06:56:04 DEBUG : two: Unchanged skipping 2025/11/11 06:56:04 INFO : one: Moved (server-side) to: one.bak 2025/11/11 06:56:04 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Waiting for transfers to finish 2025/11/11 06:56:04 DEBUG : one: size = 4 OK 2025/11/11 06:56:04 INFO : one: Copied (new) 2025/11/11 06:56:04 DEBUG : Waiting for deletions to finish 2025/11/11 06:56:05 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/11 06:56:05 INFO : three.txt: Moved into backup dir 2025/11/11 06:56:07 DEBUG : one.bak: Excluded (Path Filter) 2025/11/11 06:56:07 DEBUG : one.bak: Excluded 2025/11/11 06:56:07 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/11/11 06:56:07 DEBUG : three.txt.bak: Excluded 2025/11/11 06:56:07 DEBUG : two: size = 3 OK 2025/11/11 06:56:07 DEBUG : two: Sizes identical 2025/11/11 06:56:07 DEBUG : two: Unchanged skipping 2025/11/11 06:56:07 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Waiting for checks to finish 2025/11/11 06:56:07 DEBUG : one: size = 5 (Local file system at /tmp/rclone3281689352) 2025/11/11 06:56:07 DEBUG : one: size = 4 (mega root 'rclone-test-kiqices5gumu/dst') 2025/11/11 06:56:07 DEBUG : one: Sizes differ 2025/11/11 06:56:09 INFO : one.bak: Deleted 2025/11/11 06:56:09 INFO : one: Moved (server-side) to: one.bak 2025/11/11 06:56:09 DEBUG : mega root 'rclone-test-kiqices5gumu/dst': Waiting for transfers to finish 2025/11/11 06:56:09 DEBUG : one: size = 5 OK 2025/11/11 06:56:09 INFO : one: Copied (new) 2025/11/11 06:56:09 DEBUG : Waiting for deletions to finish fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:301: Flushing the directory cache fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: listing wrong, want dst/one (5), dst/one.bak (4), dst/three.txt.bak (6), dst/two (3) got dst/one (5), dst/one.bak (4), dst/three.txt (6), dst/three.txt.bak (5), dst/two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 Error: Should be true Test: TestSyncBackupDirSuffixOnly Messages: Unexpected file "dst/three.txt" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2453 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2469 Error: Not equal: expected: 6 actual : 5 Test: TestSyncBackupDirSuffixOnly Messages: dst/three.txt.bak: size incorrect file=6 vs obj=5 --- FAIL: TestSyncBackupDirSuffixOnly (37.24s) === RUN TestTransformFile run.go:185: Remote "mega root 'rclone-test-kiqices5gumu'", Local "Local file system at /tmp/rclone3281689352", Modify Window "876000h0m0s" 2025/11/11 06:56:19 DEBUG : empty_dir: Making directory with metadata 2025/11/11 06:56:19 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/11 06:56:19 DEBUG : toe: transformed to: tictactoe 2025/11/11 06:56:19 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/11 06:56:19 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/11 06:56:19 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/11 06:56:19 INFO : tictacempty_dir: Making directory 2025/11/11 06:56:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/11 06:56:21 DEBUG : toe: transformed to: tictactoe 2025/11/11 06:56:21 DEBUG : toe: transformed to: tictactoe 2025/11/11 06:56:21 INFO : tictactoe: Making directory 2025/11/11 06:56:21 DEBUG : toe: transformed to: tictactoe 2025/11/11 06:56:21 DEBUG : toe: transformed to: tictactoe 2025/11/11 06:56:21 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/11 06:56:21 INFO : tictactoe/tictactoe: Making directory 2025/11/11 06:56:23 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/11 06:56:23 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/11/11 06:56:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/11 06:56:23 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/11/11 06:56:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/11 06:56:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/11 06:56:23 DEBUG : mega root 'rclone-test-kiqices5gumu': Waiting for checks to finish 2025/11/11 06:56:23 DEBUG : mega root 'rclone-test-kiqices5gumu': Waiting for transfers to finish 2025/11/11 06:56:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2025/11/11 06:56:23 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/11/11 06:56:23 INFO : toe/toe/toe.txt: Deleted 2025/11/11 06:56:23 INFO : toe/toe: Removing directory 2025/11/11 06:56:23 INFO : toe: Removing directory 2025/11/11 06:56:23 INFO : empty_dir: Removing directory 2025/11/11 06:56:23 DEBUG : Local file system at /tmp/rclone3281689352: deleted 3 directories 2025/11/11 06:56:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2025/11/11 06:56:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: Sizes identical 2025/11/11 06:56:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/11/11 06:56:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/11/11 06:56:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/11/11 06:56:28 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (9.92s) === RUN TestManualTransformFile run.go:185: Remote "mega root 'rclone-test-kiqices5gumu'", Local "Local file system at /tmp/rclone3281689352", Modify Window "876000h0m0s" 2025/11/11 06:56:29 DEBUG : Reset feature "Copy" 2025/11/11 06:56:29 DEBUG : Reset feature "Move" 2025/11/11 06:56:29 DEBUG : Reset feature "Copy" 2025/11/11 06:56:29 DEBUG : Reset feature "Move" 2025/11/11 06:56:29 DEBUG : empty_dir: Making directory with metadata 2025/11/11 06:56:29 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/11 06:56:29 DEBUG : toe: transformed to: tictactoe 2025/11/11 06:56:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/11 06:56:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/11 06:56:29 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/11 06:56:29 INFO : tictacempty_dir: Making directory 2025/11/11 06:56:30 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/11 06:56:30 DEBUG : toe: transformed to: tictactoe 2025/11/11 06:56:30 DEBUG : toe: transformed to: tictactoe 2025/11/11 06:56:30 INFO : tictactoe: Making directory 2025/11/11 06:56:33 DEBUG : toe: transformed to: tictactoe 2025/11/11 06:56:33 DEBUG : toe: transformed to: tictactoe 2025/11/11 06:56:33 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/11 06:56:33 INFO : tictactoe/tictactoe: Making directory 2025/11/11 06:56:33 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/11 06:56:33 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/11/11 06:56:33 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/11 06:56:33 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/11/11 06:56:33 DEBUG : mega root 'rclone-test-kiqices5gumu': Waiting for checks to finish 2025/11/11 06:56:33 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/11 06:56:33 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/11 06:56:33 DEBUG : mega root 'rclone-test-kiqices5gumu': Waiting for transfers to finish 2025/11/11 06:56:35 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2025/11/11 06:56:35 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/11/11 06:56:35 INFO : toe/toe/toe.txt: Deleted 2025/11/11 06:56:35 INFO : toe/toe: Removing directory 2025/11/11 06:56:35 INFO : toe: Removing directory 2025/11/11 06:56:35 INFO : empty_dir: Removing directory 2025/11/11 06:56:35 DEBUG : Local file system at /tmp/rclone3281689352: deleted 3 directories 2025/11/11 06:56:35 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2025/11/11 06:56:35 DEBUG : tictactoe/tictactoe/tictactoe.txt: Sizes identical 2025/11/11 06:56:35 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/11/11 06:56:35 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/11/11 06:56:35 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/11/11 06:56:36 DEBUG : toe/toe/toe.txt: size = 11 OK 2025/11/11 06:56:36 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2025/11/11 06:56:36 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (8.29s) === RUN TestBase64 run.go:185: Remote "mega root 'rclone-test-kiqices5gumu'", Local "Local file system at /tmp/rclone3281689352", Modify Window "876000h0m0s" 2025/11/11 06:56:37 DEBUG : toe: transformed to: dG9l 2025/11/11 06:56:37 DEBUG : toe: transformed to: dG9l 2025/11/11 06:56:37 INFO : dG9l: Making directory 2025/11/11 06:56:37 DEBUG : toe: transformed to: dG9l 2025/11/11 06:56:37 DEBUG : toe: transformed to: dG9l 2025/11/11 06:56:37 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/11/11 06:56:37 INFO : dG9l/dG9l: Making directory 2025/11/11 06:56:37 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/11/11 06:56:37 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2025/11/11 06:56:37 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/11/11 06:56:37 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/11/11 06:56:37 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/11/11 06:56:37 DEBUG : mega root 'rclone-test-kiqices5gumu': Waiting for checks to finish 2025/11/11 06:56:37 DEBUG : mega root 'rclone-test-kiqices5gumu': Waiting for transfers to finish 2025/11/11 06:56:38 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2025/11/11 06:56:38 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2025/11/11 06:56:38 DEBUG : Waiting for deletions to finish 2025/11/11 06:56:38 DEBUG : dG9l: transformed to: toe 2025/11/11 06:56:38 DEBUG : dG9l: transformed to: toe 2025/11/11 06:56:38 DEBUG : Added delayed dir = "toe", newDst=toe 2025/11/11 06:56:38 DEBUG : dG9l: transformed to: toe 2025/11/11 06:56:38 DEBUG : dG9l/dG9l: transformed to: toe/toe 2025/11/11 06:56:38 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2025/11/11 06:56:38 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2025/11/11 06:56:38 DEBUG : toe/toe/toe.txt: size = 11 OK 2025/11/11 06:56:38 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Sizes identical 2025/11/11 06:56:38 DEBUG : Local file system at /tmp/rclone3281689352: Waiting for checks to finish 2025/11/11 06:56:38 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2025/11/11 06:56:38 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2025/11/11 06:56:38 DEBUG : Local file system at /tmp/rclone3281689352: Waiting for transfers to finish 2025/11/11 06:56:38 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (0.81s) === RUN TestError run.go:185: Remote "mega root 'rclone-test-kiqices5gumu'", Local "Local file system at /tmp/rclone3281689352", Modify Window "876000h0m0s" 2025/11/11 06:56:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/11 06:56:38 DEBUG : toe: transformed to: 2025/11/11 06:56:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/11 06:56:38 DEBUG : toe: transformed to: 2025/11/11 06:56:38 INFO : mega root 'rclone-test-kiqices5gumu': Making directory 2025/11/11 06:56:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/11 06:56:38 DEBUG : toe: transformed to: 2025/11/11 06:56:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/11 06:56:38 DEBUG : toe: transformed to: 2025/11/11 06:56:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/11 06:56:38 DEBUG : toe/toe: transformed to: 2025/11/11 06:56:38 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2025/11/11 06:56:38 INFO : toe/toe: Making directory 2025/11/11 06:56:40 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/11 06:56:40 DEBUG : toe/toe: transformed to: 2025/11/11 06:56:40 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2025/11/11 06:56:40 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/11 06:56:40 DEBUG : toe: transformed to: 2025/11/11 06:56:40 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/11/11 06:56:40 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/11 06:56:40 DEBUG : toe/toe/toe: transformed to: 2025/11/11 06:56:40 DEBUG : mega root 'rclone-test-kiqices5gumu': Waiting for checks to finish 2025/11/11 06:56:40 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2025/11/11 06:56:40 DEBUG : mega root 'rclone-test-kiqices5gumu': Waiting for transfers to finish 2025/11/11 06:56:41 DEBUG : toe/toe/toe: size = 11 OK 2025/11/11 06:56:41 INFO : toe/toe/toe: Copied (new) 2025/11/11 06:56:41 ERROR : mega root 'rclone-test-kiqices5gumu': not deleting files as there were IO errors 2025/11/11 06:56:41 ERROR : mega root 'rclone-test-kiqices5gumu': not deleting directories as there were IO errors run.go:130: removing dir "toe/toe" failed - try 1/3: directory not empty --- PASS: TestError (4.10s) FAIL 2025/11/11 06:56:42 DEBUG : mega root 'rclone-test-kiqices5gumu': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestMega: -verbose -test.run '^(TestBase64|TestError|TestManualTransformFile|TestSyncBackupDir|TestSyncBackupDirSuffixOnly|TestSyncBackupDirWithSuffix|TestTransformFile)$'" - Finished ERROR in 2m54.397771505s (try 4/5): exit status 1: Failed [TestSyncBackupDir TestSyncBackupDirWithSuffix TestSyncBackupDirSuffixOnly]