"go test -v -timeout 1h0m0s -remote TestYandex: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(dot|trailing_space)$'" - Starting (try 2/5)
=== RUN   TestIntegration
    fstests.go:438: Using remote "TestYandex:"
2025/04/10 03:58:22 DEBUG : Creating backend with remote "TestYandex:rclone-test-hizagej6loco"
2025/04/10 03:58:22 DEBUG : Using config file from "/home/rclone/.rclone.conf"
=== RUN   TestIntegration/FsMkdir
=== RUN   TestIntegration/FsMkdir/FsEncoding
=== RUN   TestIntegration/FsMkdir/FsEncoding/dot
    fstests.go:707: testing "."
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_space
    fstests.go:707: testing "trailing space "
2025/04/10 03:58:56 ERROR : : error listing: directory not found
=== NAME  TestIntegration/FsMkdir
    fstests.go:2817: Warning: this should produce fs.ErrorDirNotFound
--- PASS: TestIntegration (33.82s)
    --- PASS: TestIntegration/FsMkdir (32.68s)
        --- PASS: TestIntegration/FsMkdir/FsEncoding (27.07s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (15.31s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (11.49s)
PASS
ok  	github.com/rclone/rclone/backend/yandex	33.843s
"go test -v -timeout 1h0m0s -remote TestYandex: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(dot|trailing_space)$'" - Finished OK in 34.677898539s (try 2/5)