"go test -v -timeout 1h0m0s -remote TestSwiftAIO: -verbose" - Starting (try 1/5)
=== RUN   TestInternalUrlEncode
--- PASS: TestInternalUrlEncode (0.00s)
=== RUN   TestInternalShouldRetryHeaders
--- PASS: TestInternalShouldRetryHeaders (1.00s)
=== RUN   TestIntegration
    fstests.go:438: Using remote "TestSwiftAIO:"
2025/03/13 04:27:00 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-cohudaw3bura"
2025/03/13 04:27:00 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/13 04:27:00 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE
2025/03/13 04:27:00 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:00 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:00 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:00 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:00 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name
2025/03/13 04:27:00 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:00 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:00 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:00 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:00 DEBUG : Swift container rclone-test-cohudaw3bura: Auto set use_segments_container to true
2025/03/13 04:27:00 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE
=== RUN   TestIntegration/FsCheckWrap
    fstests.go:479: Not a wrapping Fs
=== RUN   TestIntegration/FsCommand
    fstests.go:507: No commands in this remote
=== RUN   TestIntegration/FsRmdirNotFound
2025/03/13 04:27:00 INFO  : Swift container rclone-test-cohudaw3bura: Container "rclone-test-cohudaw3bura" created
=== RUN   TestIntegration/FsString
=== RUN   TestIntegration/FsName
=== RUN   TestIntegration/FsRoot
=== RUN   TestIntegration/FsRmdirEmpty
2025/03/13 04:27:00 INFO  : Swift container rclone-test-cohudaw3bura: Container "rclone-test-cohudaw3bura" removed
=== RUN   TestIntegration/FsMkdir
2025/03/13 04:27:00 INFO  : Swift container rclone-test-cohudaw3bura: Container "rclone-test-cohudaw3bura" created
=== RUN   TestIntegration/FsMkdir/FsMkdirRmdirSubdir
2025/03/13 04:27:00 INFO  : dir/subdir: Making directory
    fstest.go:244: Filtering empty directory "dir"
    fstest.go:244: Filtering empty directory "dir/subdir"
2025/03/13 04:27:00 INFO  : dir/subdir: Removing directory
    fstest.go:244: Filtering empty directory "dir"
2025/03/13 04:27:00 INFO  : dir: Removing directory
=== RUN   TestIntegration/FsMkdir/FsListEmpty
=== RUN   TestIntegration/FsMkdir/FsListDirEmpty
=== RUN   TestIntegration/FsMkdir/FsListRDirEmpty
=== RUN   TestIntegration/FsMkdir/FsListDirNotFound
=== RUN   TestIntegration/FsMkdir/FsListRDirNotFound
=== RUN   TestIntegration/FsMkdir/FsEncoding
=== RUN   TestIntegration/FsMkdir/FsEncoding/control_chars
    fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
=== RUN   TestIntegration/FsMkdir/FsEncoding/dot
    fstests.go:707: testing "."
=== RUN   TestIntegration/FsMkdir/FsEncoding/dot_dot
    fstests.go:707: testing ".."
=== RUN   TestIntegration/FsMkdir/FsEncoding/punctuation
    fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_space
    fstests.go:707: testing " leading space"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_tilde
    fstests.go:707: testing "~leading tilde"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_CR
    fstests.go:707: testing "␍leading CR"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_LF
    fstests.go:707: testing "␊leading LF"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_HT
    fstests.go:707: testing "␉leading HT"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_VT
    fstests.go:707: testing "␋leading VT"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_dot
    fstests.go:707: testing ".leading dot"
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_space
    fstests.go:707: testing "trailing space "
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_CR
    fstests.go:707: testing "trailing CR␍"
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_LF
    fstests.go:707: testing "trailing LF␊"
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_HT
    fstests.go:707: testing "trailing HT␉"
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_VT
    fstests.go:707: testing "trailing VT␋"
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_dot
    fstests.go:707: testing "trailing dot."
=== RUN   TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
    fstests.go:707: testing "invalid utf-8\xfe"
=== RUN   TestIntegration/FsMkdir/FsEncoding/URL_encoding
    fstests.go:707: testing "test%46.txt"
=== RUN   TestIntegration/FsMkdir/FsNewObjectNotFound
=== RUN   TestIntegration/FsMkdir/FsPutError
=== RUN   TestIntegration/FsMkdir/FsPutZeroLength
=== RUN   TestIntegration/FsMkdir/FsOpenWriterAt
    fstests.go:786: FS has no OpenWriterAt interface
=== RUN   TestIntegration/FsMkdir/FsOpenChunkWriter
    fstests.go:819: FS has no OpenChunkWriter interface
=== RUN   TestIntegration/FsMkdir/FsChangeNotify
    fstests.go:868: FS has no ChangeNotify interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListR
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot
2025/03/13 04:27:01 DEBUG : Creating backend with remote "TestSwiftAIO:"
2025/03/13 04:27:01 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE
2025/03/13 04:27:01 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:01 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:01 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:01 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:01 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name
2025/03/13 04:27:01 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:01 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:01 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:01 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:01 DEBUG : Swift root: Auto set use_segments_container to true
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot
2025/03/13 04:27:01 DEBUG : Creating backend with remote "TestSwiftAIO:"
2025/03/13 04:27:01 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE
2025/03/13 04:27:01 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:01 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:01 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:01 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:01 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name
2025/03/13 04:27:01 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:01 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:01 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:01 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:01 DEBUG : Swift root: Auto set use_segments_container to true
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListSubdir
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListLevel2
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListFile1
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsNewObject
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive
    fstests.go:1121: Not Case Insensitive
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPurge
2025/03/13 04:27:02 DEBUG : Waiting for deletions to finish
2025/03/13 04:27:02 INFO  : dirToPurge/fileToPurge.txt: Deleted
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot
2025/03/13 04:27:02 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-cohudaw3bura/dirToPurgeFromRoot"
2025/03/13 04:27:02 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE
2025/03/13 04:27:02 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:02 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:02 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:02 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:02 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name
2025/03/13 04:27:02 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:02 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:02 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:02 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:02 DEBUG : Swift container rclone-test-cohudaw3bura path dirToPurgeFromRoot: Auto set use_segments_container to true
2025/03/13 04:27:02 DEBUG : Waiting for deletions to finish
2025/03/13 04:27:02 INFO  : fileToPurgeFromRoot.txt: Deleted
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir
2025/03/13 04:27:02 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-cohudaw3bura/hello? sausage/êé"
2025/03/13 04:27:02 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE
2025/03/13 04:27:02 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:02 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:02 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:02 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:02 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name
2025/03/13 04:27:02 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:02 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:02 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:02 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:02 DEBUG : Swift container rclone-test-cohudaw3bura path hello? sausage/êé: Auto set use_segments_container to true
2025/03/13 04:27:02 DEBUG : fs cache: renaming cache item "TestSwiftAIO:rclone-test-cohudaw3bura/hello? sausage/êé" to be canonical "TestSwiftAIO{AGmej}:rclone-test-cohudaw3bura/hello? sausage/êé"
2025/03/13 04:27:02 DEBUG : Waiting for deletions to finish
2025/03/13 04:27:02 INFO  : a/b/c/d/e.txt: Deleted
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsCopy
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata
    fstests.go:1289: Skipping test as can't write metadata
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsMove
    fstests.go:1342: FS has no Mover interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsDirMove
    fstests.go:1459: FS has no DirMover interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull
2025/03/13 04:27:02 DEBUG : pacer: low level retry 1/10 (error Container Not Empty)
2025/03/13 04:27:02 DEBUG : pacer: Rate limited, increasing sleep to 10ms
2025/03/13 04:27:02 DEBUG : pacer: low level retry 2/10 (error Container Not Empty)
2025/03/13 04:27:02 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/03/13 04:27:02 DEBUG : pacer: low level retry 3/10 (error Container Not Empty)
2025/03/13 04:27:02 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2025/03/13 04:27:02 DEBUG : pacer: low level retry 4/10 (error Container Not Empty)
2025/03/13 04:27:02 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2025/03/13 04:27:02 DEBUG : pacer: low level retry 5/10 (error Container Not Empty)
2025/03/13 04:27:02 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2025/03/13 04:27:02 DEBUG : pacer: low level retry 6/10 (error Container Not Empty)
2025/03/13 04:27:02 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2025/03/13 04:27:02 DEBUG : pacer: low level retry 7/10 (error Container Not Empty)
2025/03/13 04:27:02 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2025/03/13 04:27:02 DEBUG : pacer: low level retry 8/10 (error Container Not Empty)
2025/03/13 04:27:02 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2025/03/13 04:27:03 DEBUG : pacer: low level retry 9/10 (error Container Not Empty)
2025/03/13 04:27:03 DEBUG : pacer: Rate limited, increasing sleep to 2s
2025/03/13 04:27:04 DEBUG : pacer: low level retry 10/10 (error Container Not Empty)
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPrecision
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectString
2025/03/13 04:27:06 DEBUG : pacer: Reducing sleep to 1.5s
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectFs
2025/03/13 04:27:08 DEBUG : pacer: Reducing sleep to 1.125s
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectRemote
2025/03/13 04:27:10 DEBUG : pacer: Reducing sleep to 843.75ms
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectHashes
2025/03/13 04:27:11 DEBUG : pacer: Reducing sleep to 632.8125ms
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectModTime
2025/03/13 04:27:12 DEBUG : pacer: Reducing sleep to 474.609375ms
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType
2025/03/13 04:27:13 DEBUG : pacer: Reducing sleep to 355.957031ms
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata
2025/03/13 04:27:13 DEBUG : pacer: Reducing sleep to 266.967773ms
    fstests.go:1623: Metadata method not supported
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata
2025/03/13 04:27:13 DEBUG : pacer: Reducing sleep to 200.225829ms
    fstests.go:1694: SetMetadata method not supported
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime
2025/03/13 04:27:14 DEBUG : pacer: Reducing sleep to 150.169371ms
2025/03/13 04:27:14 DEBUG : pacer: Reducing sleep to 112.627028ms
2025/03/13 04:27:14 DEBUG : pacer: Reducing sleep to 84.470271ms
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectSize
2025/03/13 04:27:14 DEBUG : pacer: Reducing sleep to 63.352703ms
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectOpen
2025/03/13 04:27:14 DEBUG : pacer: Reducing sleep to 47.514527ms
2025/03/13 04:27:14 DEBUG : pacer: Reducing sleep to 35.635895ms
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek
2025/03/13 04:27:14 DEBUG : pacer: Reducing sleep to 26.726921ms
2025/03/13 04:27:14 DEBUG : pacer: Reducing sleep to 20.04519ms
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange
2025/03/13 04:27:14 DEBUG : pacer: Reducing sleep to 15.033892ms
2025/03/13 04:27:14 DEBUG : pacer: Reducing sleep to 11.275419ms
2025/03/13 04:27:14 DEBUG : pacer: Reducing sleep to 0s
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectStorable
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFile
2025/03/13 04:27:14 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-cohudaw3bura/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
2025/03/13 04:27:14 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE
2025/03/13 04:27:14 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:14 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:14 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:14 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:14 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name
2025/03/13 04:27:14 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:14 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:14 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:14 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:14 DEBUG : Swift container rclone-test-cohudaw3bura path hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Auto set use_segments_container to true
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound
2025/03/13 04:27:14 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-cohudaw3bura/not found.txt"
2025/03/13 04:27:14 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE
2025/03/13 04:27:14 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:14 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:14 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:14 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:14 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name
2025/03/13 04:27:14 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:14 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:14 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:14 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:14 DEBUG : Swift container rclone-test-cohudaw3bura path not found.txt: Auto set use_segments_container to true
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot
    fstests.go:1911: Opening root remote "TestSwiftAIO:" path "rclone-test-cohudaw3bura" from "TestSwiftAIO:rclone-test-cohudaw3bura"
2025/03/13 04:27:14 DEBUG : Creating backend with remote "TestSwiftAIO:"
2025/03/13 04:27:14 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE
2025/03/13 04:27:14 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:14 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:14 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:14 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:14 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name
2025/03/13 04:27:14 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:14 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:14 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:14 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:14 DEBUG : Swift root: Auto set use_segments_container to true
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/List
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove
=== RUN   TestIntegration/FsMkdir/FsPutFiles/PublicLink
    fstests.go:2004: FS has no PublicLinker interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles/SetTier
    fstests.go:412: FS has no SetTier & GetTier interfaces
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap
    fstests.go:2109: Not a wrapping Fs
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Bucket
    fstests.go:2131: Can't have // in paths
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectRemove
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectAbout
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPutStream
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0
2025/03/13 04:27:15 INFO  : Swift container rclone-test-cohudaw3bura: Container "rclone-test-cohudaw3bura_segments" created
2025/03/13 04:27:15 DEBUG : piped data.txt: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:15 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "piped data.txt" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:15 DEBUG : piped data.txt: Returning empty Md5sum for swift large object
2025/03/13 04:27:15 DEBUG : piped data.txt: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100
2025/03/13 04:27:15 DEBUG : piped data.txt: Uploading segment file "piped data.txt/2025-03-13-042715-_eTQagCfXt0JDswzbUuofg/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : piped data.txt: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:15 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "piped data.txt" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:15 DEBUG : piped data.txt: Returning empty Md5sum for swift large object
2025/03/13 04:27:15 DEBUG : piped data.txt: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/NoChunk
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/WithChunk
2025/03/13 04:27:15 DEBUG : piped data chunk.txt: Uploading segment file "piped data chunk.txt/2025-03-13-042715-54jKky4EcFZSKrd9vB_VxQ/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : piped data chunk.txt: Uploading segment file "piped data chunk.txt/2025-03-13-042715-54jKky4EcFZSKrd9vB_VxQ/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : piped data chunk.txt: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:15 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "piped data chunk.txt" to "rclone-test-cohudaw3bura"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/WithChunkFail
2025/03/13 04:27:15 DEBUG : piped data chunk with error.txt: Uploading segment file "piped data chunk with error.txt/2025-03-13-042715-jee3Su6iqCe6UB7_uBLepg/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : piped data chunk with error.txt: Uploading segment file "piped data chunk with error.txt/2025-03-13-042715-jee3Su6iqCe6UB7_uBLepg/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : piped data chunk with error.txt: Uploading segment file "piped data chunk with error.txt/2025-03-13-042715-jee3Su6iqCe6UB7_uBLepg/00000002" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : Swift container rclone-test-cohudaw3bura: Segment operation failed: bulk deleting failed segments
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CopyLargeObject
2025/03/13 04:27:15 DEBUG : large.txt: Uploading segment file "large.txt/2025-03-13-042715-bdht5X7Z1V4eeLf15VkerQ/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : large.txt: Uploading segment file "large.txt/2025-03-13-042715-bdht5X7Z1V4eeLf15VkerQ/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : large.txt: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:15 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "large.txt" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:15 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "large.txt (copy)" to "rclone-test-cohudaw3bura"
=== RUN   TestIntegration/FsMkdir/FsPutChunked
=== RUN   TestIntegration/FsMkdir/FsPutChunked/100
=== RUN   TestIntegration/FsMkdir/FsPutChunked/100/99
=== RUN   TestIntegration/FsMkdir/FsPutChunked/100/99/Streamed
2025/03/13 04:27:15 DEBUG : chunked-100-99-streamed.bin: Uploading segment file "chunked-100-99-streamed.bin/2025-03-13-042715-h_aDuiajUbX1-EHFU8KVQg/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : chunked-100-99-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:15 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-100-99-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:15 DEBUG : chunked-100-99-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:15 DEBUG : chunked-100-99-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/100/100
=== RUN   TestIntegration/FsMkdir/FsPutChunked/100/100/Streamed
2025/03/13 04:27:15 DEBUG : chunked-100-100-streamed.bin: Uploading segment file "chunked-100-100-streamed.bin/2025-03-13-042715-2Ov6vu-NiV_D6MOl2ouS0w/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : chunked-100-100-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:15 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-100-100-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:15 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:15 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/100/201
2025/03/13 04:27:15 DEBUG : chunked-100-201.bin: Uploading segment file "chunked-100-201.bin/2025-03-13-042715-HSVLiN2vnPtDg197BioaoA/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : chunked-100-201.bin: Uploading segment file "chunked-100-201.bin/2025-03-13-042715-HSVLiN2vnPtDg197BioaoA/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : chunked-100-201.bin: Uploading segment file "chunked-100-201.bin/2025-03-13-042715-HSVLiN2vnPtDg197BioaoA/00000002" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : chunked-100-201.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:15 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-100-201.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:15 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:15 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/100/201/Streamed
2025/03/13 04:27:15 DEBUG : chunked-100-201-streamed.bin: Uploading segment file "chunked-100-201-streamed.bin/2025-03-13-042715-c8TwgZXvSfe4FcWFHL0UIg/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : chunked-100-201-streamed.bin: Uploading segment file "chunked-100-201-streamed.bin/2025-03-13-042715-c8TwgZXvSfe4FcWFHL0UIg/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : chunked-100-201-streamed.bin: Uploading segment file "chunked-100-201-streamed.bin/2025-03-13-042715-c8TwgZXvSfe4FcWFHL0UIg/00000002" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:15 DEBUG : chunked-100-201-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:15 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-100-201-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:16 DEBUG : chunked-100-201-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:16 DEBUG : chunked-100-201-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/128
=== RUN   TestIntegration/FsMkdir/FsPutChunked/128/127
=== RUN   TestIntegration/FsMkdir/FsPutChunked/128/127/Streamed
2025/03/13 04:27:16 DEBUG : chunked-128-127-streamed.bin: Uploading segment file "chunked-128-127-streamed.bin/2025-03-13-042716-lPOmt8lbGv1ljDKAPZlOOQ/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:16 DEBUG : chunked-128-127-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:16 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-128-127-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:16 DEBUG : chunked-128-127-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:16 DEBUG : chunked-128-127-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/128/128
=== RUN   TestIntegration/FsMkdir/FsPutChunked/128/128/Streamed
2025/03/13 04:27:16 DEBUG : chunked-128-128-streamed.bin: Uploading segment file "chunked-128-128-streamed.bin/2025-03-13-042716-UJg1755fwt42d9w32cQk7w/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:16 DEBUG : chunked-128-128-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:16 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-128-128-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:16 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:16 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/128/257
2025/03/13 04:27:16 DEBUG : chunked-128-257.bin: Uploading segment file "chunked-128-257.bin/2025-03-13-042716-_HtYYhKjKVp8XgcJ5mVIVA/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:16 DEBUG : chunked-128-257.bin: Uploading segment file "chunked-128-257.bin/2025-03-13-042716-_HtYYhKjKVp8XgcJ5mVIVA/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:16 DEBUG : chunked-128-257.bin: Uploading segment file "chunked-128-257.bin/2025-03-13-042716-_HtYYhKjKVp8XgcJ5mVIVA/00000002" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:16 DEBUG : chunked-128-257.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:16 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-128-257.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:16 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:16 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/128/257/Streamed
2025/03/13 04:27:16 DEBUG : chunked-128-257-streamed.bin: Uploading segment file "chunked-128-257-streamed.bin/2025-03-13-042716-8TcXrQ7Si39rsppT5xvTMw/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:16 DEBUG : chunked-128-257-streamed.bin: Uploading segment file "chunked-128-257-streamed.bin/2025-03-13-042716-8TcXrQ7Si39rsppT5xvTMw/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:16 DEBUG : chunked-128-257-streamed.bin: Uploading segment file "chunked-128-257-streamed.bin/2025-03-13-042716-8TcXrQ7Si39rsppT5xvTMw/00000002" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:16 DEBUG : chunked-128-257-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:16 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-128-257-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:16 DEBUG : chunked-128-257-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:16 DEBUG : chunked-128-257-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.656Ki
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999/Streamed
2025/03/13 04:27:16 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-97.655Ki-streamed.bin/2025-03-13-042716-WUbslSuirB8UPSe8fmgwYg/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:16 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:16 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-97.656Ki-97.655Ki-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:16 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:16 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000/Streamed
2025/03/13 04:27:16 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-97.656Ki-streamed.bin/2025-03-13-042716-SB4x3KuiZIZrTc82zug_IA/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:16 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:16 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-97.656Ki-97.656Ki-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:16 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:16 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001
2025/03/13 04:27:16 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading segment file "chunked-97.656Ki-195.313Ki.bin/2025-03-13-042716-gVCOKqVELpP522yL6WHMHA/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:16 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading segment file "chunked-97.656Ki-195.313Ki.bin/2025-03-13-042716-gVCOKqVELpP522yL6WHMHA/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:16 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading segment file "chunked-97.656Ki-195.313Ki.bin/2025-03-13-042716-gVCOKqVELpP522yL6WHMHA/00000002" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:16 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:16 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-97.656Ki-195.313Ki.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:16 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:17 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001/Streamed
2025/03/13 04:27:17 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-195.313Ki-streamed.bin/2025-03-13-042717-ZODU0U6neF5e00cPfSah7w/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:17 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-195.313Ki-streamed.bin/2025-03-13-042717-ZODU0U6neF5e00cPfSah7w/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:17 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-195.313Ki-streamed.bin/2025-03-13-042717-ZODU0U6neF5e00cPfSah7w/00000002" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:17 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:17 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-97.656Ki-195.313Ki-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:17 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:17 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.657Ki
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000/Streamed
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-97.656Ki-streamed.bin/2025-03-13-042717-LR_THiIexg3wY9cnUbENEQ/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:17 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-97.657Ki-97.656Ki-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001/Streamed
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-97.657Ki-streamed.bin/2025-03-13-042717-xKfu31IJiyrtajBgzadttg/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:17 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-97.657Ki-97.657Ki-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading segment file "chunked-97.657Ki-195.315Ki.bin/2025-03-13-042717-CxMfrOffZZiibJGi7v3pxw/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading segment file "chunked-97.657Ki-195.315Ki.bin/2025-03-13-042717-CxMfrOffZZiibJGi7v3pxw/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading segment file "chunked-97.657Ki-195.315Ki.bin/2025-03-13-042717-CxMfrOffZZiibJGi7v3pxw/00000002" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:17 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-97.657Ki-195.315Ki.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003/Streamed
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-195.315Ki-streamed.bin/2025-03-13-042717-Cf5yXYoxo_YQznk8jcchdA/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-195.315Ki-streamed.bin/2025-03-13-042717-Cf5yXYoxo_YQznk8jcchdA/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-195.315Ki-streamed.bin/2025-03-13-042717-Cf5yXYoxo_YQznk8jcchdA/00000002" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:17 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-97.657Ki-195.315Ki-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:17 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/682.731Ki
=== RUN   TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116
=== RUN   TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116/Streamed
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Uploading segment file "chunked-682.731Ki-682.730Ki-streamed.bin/2025-03-13-042718-v3z95JXQmF8ovG7xYwuRwA/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:18 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-682.731Ki-682.730Ki-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117
=== RUN   TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117/Streamed
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Uploading segment file "chunked-682.731Ki-682.731Ki-streamed.bin/2025-03-13-042718-TYylWwrUsh-tg4GFy5PT5Q/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:18 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-682.731Ki-682.731Ki-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading segment file "chunked-682.731Ki-1.333Mi.bin/2025-03-13-042718-nafMo_IXD-dLqOBT-xlidg/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading segment file "chunked-682.731Ki-1.333Mi.bin/2025-03-13-042718-nafMo_IXD-dLqOBT-xlidg/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading segment file "chunked-682.731Ki-1.333Mi.bin/2025-03-13-042718-nafMo_IXD-dLqOBT-xlidg/00000002" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:18 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-682.731Ki-1.333Mi.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235/Streamed
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading segment file "chunked-682.731Ki-1.333Mi-streamed.bin/2025-03-13-042718-wLsiL8hhJavEPOn_QYGxrQ/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading segment file "chunked-682.731Ki-1.333Mi-streamed.bin/2025-03-13-042718-wLsiL8hhJavEPOn_QYGxrQ/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading segment file "chunked-682.731Ki-1.333Mi-streamed.bin/2025-03-13-042718-wLsiL8hhJavEPOn_QYGxrQ/00000002" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:18 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-682.731Ki-1.333Mi-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:18 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151/Streamed
2025/03/13 04:27:18 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Uploading segment file "chunked-2Mi-2.000Mi-streamed.bin/2025-03-13-042718-A1aAObbDQLPUc5T7ENYhiA/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:19 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:19 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-2Mi-2.000Mi-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:19 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:19 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152/Streamed
2025/03/13 04:27:19 DEBUG : chunked-2Mi-2Mi-streamed.bin: Uploading segment file "chunked-2Mi-2Mi-streamed.bin/2025-03-13-042719-3Jn2TfJl9W9ifs49hl_uyA/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:19 DEBUG : chunked-2Mi-2Mi-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:19 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-2Mi-2Mi-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:19 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:19 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305
2025/03/13 04:27:19 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading segment file "chunked-2Mi-4.000Mi.bin/2025-03-13-042719-Rz2bAhEJT9jTFMpOYKgpog/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:19 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading segment file "chunked-2Mi-4.000Mi.bin/2025-03-13-042719-Rz2bAhEJT9jTFMpOYKgpog/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:19 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading segment file "chunked-2Mi-4.000Mi.bin/2025-03-13-042719-Rz2bAhEJT9jTFMpOYKgpog/00000002" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:19 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:19 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-2Mi-4.000Mi.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:19 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:19 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305/Streamed
2025/03/13 04:27:20 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading segment file "chunked-2Mi-4.000Mi-streamed.bin/2025-03-13-042720-tNJpeHlD82jdfjG0UhSCpA/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:20 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading segment file "chunked-2Mi-4.000Mi-streamed.bin/2025-03-13-042720-tNJpeHlD82jdfjG0UhSCpA/00000001" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:20 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading segment file "chunked-2Mi-4.000Mi-streamed.bin/2025-03-13-042720-tNJpeHlD82jdfjG0UhSCpA/00000002" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:20 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:20 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "chunked-2Mi-4.000Mi-streamed.bin" to "rclone-test-cohudaw3bura"
2025/03/13 04:27:20 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Returning empty Md5sum for swift large object
2025/03/13 04:27:20 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Returning empty Md5sum for swift large object
=== RUN   TestIntegration/FsMkdir/FsCopyChunked
    fstests.go:2485: *swift.Fs does not implement SetCopyCutoff
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize
2025/03/13 04:27:20 DEBUG : unknown-size-put.txt: Uploading segment file "unknown-size-put.txt/2025-03-13-042720-uv0XqRq5iZhPNaj6O3sBzw/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:20 DEBUG : unknown-size-put.txt: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:20 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "unknown-size-put.txt" to "rclone-test-cohudaw3bura"
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
2025/03/13 04:27:20 DEBUG : unknown-size-update.txt: Uploading segment file "unknown-size-update.txt/2025-03-13-042720-oAoXOE_-6TkkrNbLrSYxpw/00000000" into "rclone-test-cohudaw3bura_segments"
2025/03/13 04:27:20 DEBUG : unknown-size-update.txt: Uploading segments into "rclone-test-cohudaw3bura_segments" seems done (EOF)
2025/03/13 04:27:20 DEBUG : Swift container rclone-test-cohudaw3bura: uploading manifest "unknown-size-update.txt" to "rclone-test-cohudaw3bura"
=== RUN   TestIntegration/FsMkdir/FsRootCollapse
2025/03/13 04:27:20 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-cohudaw3bura/deeper/nonexisting/directory"
2025/03/13 04:27:20 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE
2025/03/13 04:27:20 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:20 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:20 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:20 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:20 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name
2025/03/13 04:27:20 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH
2025/03/13 04:27:20 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER
2025/03/13 04:27:20 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY
2025/03/13 04:27:20 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH
2025/03/13 04:27:20 DEBUG : Swift container rclone-test-cohudaw3bura path deeper/nonexisting/directory: Auto set use_segments_container to true
=== RUN   TestIntegration/FsMkdir/FsDirSetModTime
    fstests.go:2625: FS has no DirSetModTime interface
=== RUN   TestIntegration/FsMkdir/FsMkdirMetadata
    fstests.go:2668: FS has no MkdirMetadata interface
=== RUN   TestIntegration/FsMkdir/FsDirectory
    fstests.go:2717: Can't test if can't have empty directories
2025/03/13 04:27:20 DEBUG : Waiting for deletions to finish
2025/03/13 04:27:20 INFO  : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted
2025/03/13 04:27:20 INFO  : large.txt: Deleted
2025/03/13 04:27:20 INFO  : large.txt (copy): Deleted
2025/03/13 04:27:20 INFO  : piped data chunk.txt: Deleted
2025/03/13 04:27:20 INFO  : Swift container rclone-test-cohudaw3bura: Container "rclone-test-cohudaw3bura" removed
2025/03/13 04:27:20 DEBUG : Waiting for deletions to finish
=== RUN   TestIntegration/FsShutdown
    fstests.go:2831: Shutdown method not supported
--- PASS: TestIntegration (20.42s)
    --- SKIP: TestIntegration/FsCheckWrap (0.00s)
    --- SKIP: TestIntegration/FsCommand (0.00s)
    --- PASS: TestIntegration/FsRmdirNotFound (0.01s)
    --- PASS: TestIntegration/FsString (0.00s)
    --- PASS: TestIntegration/FsName (0.00s)
    --- PASS: TestIntegration/FsRoot (0.00s)
    --- PASS: TestIntegration/FsRmdirEmpty (0.01s)
    --- PASS: TestIntegration/FsMkdir (20.31s)
        --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.02s)
        --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.01s)
        --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.01s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.01s)
        --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.01s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.01s)
        --- PASS: TestIntegration/FsMkdir/FsEncoding (1.10s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.07s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.07s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.05s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.05s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.05s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.05s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.06s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.06s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.06s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.06s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.06s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.06s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.06s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.06s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.07s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.06s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.05s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.05s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.05s)
        --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.01s)
        --- PASS: TestIntegration/FsMkdir/FsPutError (0.01s)
        --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.04s)
        --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s)
        --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s)
        --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsPutFiles (13.85s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.04s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.04s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.01s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.01s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.02s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.01s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.02s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.01s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.01s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.01s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.02s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.01s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.02s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.09s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.10s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.08s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.07s)
                --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (2.58s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (2.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (1.99s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (1.50s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (1.12s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.84s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.64s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.47s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.62s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.11s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.15s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.08s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.08s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.01s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.03s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.01s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.02s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.01s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.11s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.02s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.01s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.02s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.06s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.03s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.03s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.01s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.19s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.09s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.10s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (0.26s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoChunk (0.02s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/WithChunk (0.04s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/WithChunkFail (0.08s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CopyLargeObject (0.11s)
        --- PASS: TestIntegration/FsMkdir/FsPutChunked (4.83s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/100 (0.56s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/99 (0.13s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/99/Streamed (0.10s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/100 (0.13s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/100/Streamed (0.11s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/201 (0.30s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/201/Streamed (0.16s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/128 (0.54s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/127 (0.15s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/127/Streamed (0.12s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/128 (0.11s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/128/Streamed (0.09s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/257 (0.27s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/257/Streamed (0.14s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki (0.56s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999 (0.13s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999/Streamed (0.10s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000 (0.13s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000/Streamed (0.10s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001 (0.29s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001/Streamed (0.14s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki (0.72s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000 (0.16s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000/Streamed (0.12s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001 (0.21s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001/Streamed (0.16s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003 (0.36s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003/Streamed (0.17s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki (0.88s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116 (0.22s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116/Streamed (0.15s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117 (0.22s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117/Streamed (0.14s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235 (0.44s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235/Streamed (0.23s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi (1.56s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151 (0.41s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151/Streamed (0.25s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152 (0.39s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152/Streamed (0.23s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305 (0.77s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305/Streamed (0.38s)
        --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.19s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.07s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.12s)
        --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.01s)
        --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s)
        --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s)
        --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s)
    --- SKIP: TestIntegration/FsShutdown (0.00s)
PASS
ok  	github.com/rclone/rclone/backend/swift	21.425s
"go test -v -timeout 1h0m0s -remote TestSwiftAIO: -verbose" - Finished OK in 21.954966755s (try 1/5)