"./sync.test -test.v -test.timeout 1h0m0s -remote TestSia: -verbose -test.run '^TestTransformFile$'" - Starting (try 3/5) === RUN TestTransformFile run.go:180: Remote "Sia http://127.0.0.1:39980", Local "Local file system at /tmp/rclone3136644200", Modify Window "876000h0m0s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:437 Error: Should be true Test: TestTransformFile Messages: listing wrong, want toe/toe/toe.txt (11) got fstest.go:197: Not found "toe/toe/toe.txt" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:437 Error: Not equal: expected: 0 actual : 1 Test: TestTransformFile Messages: 1 objects not found fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:360 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:437 Error: Not equal: expected: []string{"tictacempty_dir", "tictactoe", "tictactoe/tictactoe", "toe", "toe/toe"} actual : []string{"tictacempty_dir", "tictactoe", "tictactoe/tictactoe"} Diff: --- Expected +++ Actual @@ -1,7 +1,5 @@ -([]string) (len=5) { +([]string) (len=3) { (string) (len=15) "tictacempty_dir", (string) (len=9) "tictactoe", - (string) (len=19) "tictactoe/tictactoe", - (string) (len=3) "toe", - (string) (len=7) "toe/toe" + (string) (len=19) "tictactoe/tictactoe" } Test: TestTransformFile Messages: directories --- FAIL: TestTransformFile (8.06s) FAIL "./sync.test -test.v -test.timeout 1h0m0s -remote TestSia: -verbose -test.run '^TestTransformFile$'" - Finished ERROR in 8.207059758s (try 3/5): exit status 1: Failed [TestTransformFile]