"go test -v -timeout 1h0m0s -remote TestS3R2: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(dot_dot|leading_VT)$'" - Starting (try 2/5)
=== RUN   TestIntegration
    fstests.go:438: Using remote "TestS3R2:"
2025/03/22 06:27:08 DEBUG : Creating backend with remote "TestS3R2:rclone-test-hoyuxoy3firi"
2025/03/22 06:27:08 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/22 06:27:09 INFO  : S3 bucket rclone-test-hoyuxoy3firi: Bucket "rclone-test-hoyuxoy3firi" created with ACL ""
=== RUN   TestIntegration/FsMkdir
=== RUN   TestIntegration/FsMkdir/FsEncoding
=== RUN   TestIntegration/FsMkdir/FsEncoding/dot_dot
    fstests.go:707: testing ".."
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_VT
    fstests.go:707: testing "␋leading VT"
2025/03/22 06:27:11 DEBUG : S3 bucket rclone-test-hoyuxoy3firi: bucket is versioned: false
2025/03/22 06:27:11 DEBUG : Waiting for deletions to finish
2025/03/22 06:27:12 INFO  : S3 bucket rclone-test-hoyuxoy3firi: Bucket "rclone-test-hoyuxoy3firi" deleted
2025/03/22 06:27:12 DEBUG : Waiting for deletions to finish
--- PASS: TestIntegration (4.52s)
    --- PASS: TestIntegration/FsMkdir (3.71s)
        --- PASS: TestIntegration/FsMkdir/FsEncoding (2.51s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.64s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.81s)
PASS
ok  	github.com/rclone/rclone/backend/s3	4.552s
"go test -v -timeout 1h0m0s -remote TestS3R2: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(dot_dot|leading_VT)$'" - Finished OK in 5.644886822s (try 2/5)