"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:457: Using remote "TestSwiftAIO:" 2026/08/07 04:43:33 NOTICE: TestSwiftAIO: Starting server 2026/08/07 04:43:34 NOTICE: TestSwiftAIO: Attempting to connect to "127.0.0.1:28628" try 1/100 2026/08/07 04:43:35 DEBUG : TestSwiftAIO: Read 0, error: read tcp 127.0.0.1:45856->127.0.0.1:28628: i/o timeout 2026/08/07 04:43:35 NOTICE: TestSwiftAIO: Started server and connected to "127.0.0.1:28628" 2026/08/07 04:43:35 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-fekuwap5yexa" 2026/08/07 04:43:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/07 04:43:35 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/07 04:43:35 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:35 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:35 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:35 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:35 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/07 04:43:35 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:35 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:35 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:35 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:35 DEBUG : Swift container rclone-test-fekuwap5yexa: Auto set use_segments_container to true 2026/08/07 04:43:35 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE === RUN TestIntegration/FsCheckWrap fstests.go:498: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:526: No commands in this remote === RUN TestIntegration/FsRmdirNotFound 2026/08/07 04:43:35 INFO : Swift container rclone-test-fekuwap5yexa: Container "rclone-test-fekuwap5yexa" created === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2026/08/07 04:43:35 INFO : Swift container rclone-test-fekuwap5yexa: Container "rclone-test-fekuwap5yexa" removed === RUN TestIntegration/FsMkdir 2026/08/07 04:43:35 INFO : Swift container rclone-test-fekuwap5yexa: Container "rclone-test-fekuwap5yexa" created === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/08/07 04:43:35 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2026/08/07 04:43:35 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2026/08/07 04:43:35 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:727: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:727: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:727: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:727: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:727: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:727: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:727: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:727: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:727: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:727: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:727: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:727: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:727: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:727: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:727: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:727: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:727: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:727: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:727: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:806: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:839: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:892: 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 2026/08/07 04:43:38 DEBUG : Creating backend with remote "TestSwiftAIO:" 2026/08/07 04:43:38 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/07 04:43:38 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:38 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:38 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:38 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:38 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/07 04:43:38 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:38 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:38 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:38 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:38 DEBUG : Swift root: Auto set use_segments_container to true === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2026/08/07 04:43:38 DEBUG : Creating backend with remote "TestSwiftAIO:" 2026/08/07 04:43:38 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/07 04:43:38 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:38 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:38 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:38 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:38 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/07 04:43:38 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:38 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:38 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:38 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:38 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:1145: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2026/08/07 04:43:39 DEBUG : Waiting for deletions to finish 2026/08/07 04:43:39 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/08/07 04:43:39 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-fekuwap5yexa/dirToPurgeFromRoot" 2026/08/07 04:43:39 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/07 04:43:39 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:39 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:39 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:39 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:39 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/07 04:43:39 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:39 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:39 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:39 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:39 DEBUG : Swift container rclone-test-fekuwap5yexa path dirToPurgeFromRoot: Auto set use_segments_container to true 2026/08/07 04:43:39 DEBUG : Waiting for deletions to finish 2026/08/07 04:43:39 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/08/07 04:43:39 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-fekuwap5yexa/hello? sausage/êé" 2026/08/07 04:43:39 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/07 04:43:39 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:39 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:39 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:39 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:39 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/07 04:43:39 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:39 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:39 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:39 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:39 DEBUG : Swift container rclone-test-fekuwap5yexa path hello? sausage/êé: Auto set use_segments_container to true 2026/08/07 04:43:39 DEBUG : fs cache: renaming cache item "TestSwiftAIO:rclone-test-fekuwap5yexa/hello? sausage/êé" to be canonical "TestSwiftAIO{AGmej}:rclone-test-fekuwap5yexa/hello? sausage/êé" 2026/08/07 04:43:39 DEBUG : Waiting for deletions to finish 2026/08/07 04:43:39 INFO : a/b/c/d/e.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1318: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1373: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1493: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull 2026/08/07 04:43:39 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2026/08/07 04:43:39 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2026/08/07 04:43:39 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2026/08/07 04:43:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/07 04:43:39 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2026/08/07 04:43:39 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/08/07 04:43:39 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2026/08/07 04:43:39 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/08/07 04:43:40 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2026/08/07 04:43:40 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/08/07 04:43:40 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2026/08/07 04:43:40 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/08/07 04:43:40 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2026/08/07 04:43:40 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/08/07 04:43:40 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2026/08/07 04:43:40 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/08/07 04:43:41 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2026/08/07 04:43:41 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/07 04:43:42 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString 2026/08/07 04:43:44 DEBUG : pacer: Reducing sleep to 1.5s === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs 2026/08/07 04:43:46 DEBUG : pacer: Reducing sleep to 1.125s === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote 2026/08/07 04:43:47 DEBUG : pacer: Reducing sleep to 843.75ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes 2026/08/07 04:43:49 DEBUG : pacer: Reducing sleep to 632.8125ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime 2026/08/07 04:43:49 DEBUG : pacer: Reducing sleep to 474.609375ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType 2026/08/07 04:43:50 DEBUG : pacer: Reducing sleep to 355.957031ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata 2026/08/07 04:43:51 DEBUG : pacer: Reducing sleep to 266.967773ms fstests.go:1657: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata 2026/08/07 04:43:51 DEBUG : pacer: Reducing sleep to 200.225829ms fstests.go:1728: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime 2026/08/07 04:43:51 DEBUG : pacer: Reducing sleep to 150.169371ms 2026/08/07 04:43:51 DEBUG : pacer: Reducing sleep to 112.627028ms 2026/08/07 04:43:52 DEBUG : pacer: Reducing sleep to 84.470271ms 2026/08/07 04:43:52 DEBUG : pacer: Reducing sleep to 63.352703ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize 2026/08/07 04:43:52 DEBUG : pacer: Reducing sleep to 47.514527ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen 2026/08/07 04:43:52 DEBUG : pacer: Reducing sleep to 35.635895ms 2026/08/07 04:43:52 DEBUG : pacer: Reducing sleep to 26.726921ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek 2026/08/07 04:43:52 DEBUG : pacer: Reducing sleep to 20.04519ms 2026/08/07 04:43:52 DEBUG : pacer: Reducing sleep to 15.033892ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange 2026/08/07 04:43:52 DEBUG : pacer: Reducing sleep to 11.275419ms 2026/08/07 04:43:52 DEBUG : pacer: Reducing sleep to 0s === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/full_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/seek_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read_to_end === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/refresh === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/08/07 04:43:52 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-fekuwap5yexa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/08/07 04:43:52 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/07 04:43:52 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:52 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:52 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:52 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:52 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/07 04:43:52 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:52 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:52 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:52 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:52 DEBUG : Swift container rclone-test-fekuwap5yexa path hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Auto set use_segments_container to true === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/08/07 04:43:52 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-fekuwap5yexa/not found.txt" 2026/08/07 04:43:52 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/07 04:43:52 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:52 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:52 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:52 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:52 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/07 04:43:52 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:52 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:52 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:52 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:52 DEBUG : Swift container rclone-test-fekuwap5yexa path not found.txt: Auto set use_segments_container to true === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1987: Opening root remote "TestSwiftAIO:" path "rclone-test-fekuwap5yexa" from "TestSwiftAIO:rclone-test-fekuwap5yexa" 2026/08/07 04:43:52 DEBUG : Creating backend with remote "TestSwiftAIO:" 2026/08/07 04:43:52 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/07 04:43:52 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:52 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:52 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:52 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:52 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/07 04:43:52 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:43:52 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:43:52 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:43:52 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:43:52 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:2083: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:431: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2188: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2210: 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 2026/08/07 04:43:53 DEBUG : Swift container rclone-test-fekuwap5yexa: Auto set StoragePolicy to 1replica 2026/08/07 04:43:53 INFO : Swift container rclone-test-fekuwap5yexa: Container "rclone-test-fekuwap5yexa_segments" created 2026/08/07 04:43:53 DEBUG : piped data.txt: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:53 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "piped data.txt" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:53 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/07 04:43:53 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/07 04:43:53 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/07 04:43:53 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/07 04:43:53 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/07 04:43:53 DEBUG : piped data.txt: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/08/07 04:43:53 DEBUG : piped data.txt: Uploading segment file "piped data.txt/2026-08-07-044353-H5beRlu92SQ3Q4DvSOictQ/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:53 DEBUG : piped data.txt: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:53 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "piped data.txt" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:53 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/07 04:43:53 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/07 04:43:53 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/07 04:43:53 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/07 04:43:53 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/07 04:43:53 DEBUG : piped data.txt: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/PolicyDiscovery 2026/08/07 04:43:53 INFO : Swift container rclone-test-fekuwap5yexa: Container "testPolicyDiscovery-1" created 2026/08/07 04:43:53 DEBUG : Swift container rclone-test-fekuwap5yexa: Auto set StoragePolicy to 1replica 2026/08/07 04:43:53 INFO : Swift container rclone-test-fekuwap5yexa: Container "testPolicyDiscovery-2" created 2026/08/07 04:43:53 DEBUG : Swift container rclone-test-fekuwap5yexa: Auto set StoragePolicy to Policy-1 2026/08/07 04:43:53 DEBUG : Swift container rclone-test-fekuwap5yexa: Auto set StoragePolicy to Policy-1 2026/08/07 04:43:53 INFO : Swift container rclone-test-fekuwap5yexa: Container "testPolicyDiscovery-2_segments" created 2026/08/07 04:43:53 DEBUG : Swift container rclone-test-fekuwap5yexa: Auto set StoragePolicy to Policy-1 === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/NoChunk === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/WithChunk 2026/08/07 04:43:54 DEBUG : piped data chunk.txt: Uploading segment file "piped data chunk.txt/2026-08-07-044354-W0wysQE1T3meB0ppp9xqng/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:54 DEBUG : piped data chunk.txt: Uploading segment file "piped data chunk.txt/2026-08-07-044354-W0wysQE1T3meB0ppp9xqng/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:54 DEBUG : piped data chunk.txt: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:54 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "piped data chunk.txt" to "rclone-test-fekuwap5yexa" === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/WithChunkFail 2026/08/07 04:43:54 DEBUG : piped data chunk with error.txt: Uploading segment file "piped data chunk with error.txt/2026-08-07-044354-an24g8zEHaAJ9-kqNh2Vrg/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:54 DEBUG : piped data chunk with error.txt: Uploading segment file "piped data chunk with error.txt/2026-08-07-044354-an24g8zEHaAJ9-kqNh2Vrg/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:54 DEBUG : piped data chunk with error.txt: Uploading segment file "piped data chunk with error.txt/2026-08-07-044354-an24g8zEHaAJ9-kqNh2Vrg/00000002" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:54 DEBUG : Swift container rclone-test-fekuwap5yexa: Segment operation failed: bulk deleting failed segments === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CopyLargeObject 2026/08/07 04:43:54 DEBUG : large.txt: Uploading segment file "large.txt/2026-08-07-044354-ppkZpWxOWAzA1dAq77IjjA/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:54 DEBUG : large.txt: Uploading segment file "large.txt/2026-08-07-044354-ppkZpWxOWAzA1dAq77IjjA/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:54 DEBUG : large.txt: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:54 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "large.txt" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:54 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "large.txt (copy)" to "rclone-test-fekuwap5yexa" === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/100 === RUN TestIntegration/FsMkdir/FsPutChunked/100/99 === RUN TestIntegration/FsMkdir/FsPutChunked/100/99/Streamed 2026/08/07 04:43:54 DEBUG : chunked-100-99-streamed.bin: Uploading segment file "chunked-100-99-streamed.bin/2026-08-07-044354-iOuhdsy0G2IjcBHTr83tag/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:55 DEBUG : chunked-100-99-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:55 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-100-99-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:55 DEBUG : chunked-100-99-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-99-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-99-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-99-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-99-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 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 2026/08/07 04:43:55 DEBUG : chunked-100-100-streamed.bin: Uploading segment file "chunked-100-100-streamed.bin/2026-08-07-044355-i-1kMq8dqruyi1A8cWopWQ/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:55 DEBUG : chunked-100-100-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:55 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-100-100-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:55 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/100/201 2026/08/07 04:43:55 DEBUG : chunked-100-201.bin: Uploading segment file "chunked-100-201.bin/2026-08-07-044355-GnFDBnEUC-uPv6oVglpmOQ/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:55 DEBUG : chunked-100-201.bin: Uploading segment file "chunked-100-201.bin/2026-08-07-044355-GnFDBnEUC-uPv6oVglpmOQ/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:55 DEBUG : chunked-100-201.bin: Uploading segment file "chunked-100-201.bin/2026-08-07-044355-GnFDBnEUC-uPv6oVglpmOQ/00000002" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:55 DEBUG : chunked-100-201.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:55 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-100-201.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:55 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:55 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/100/201/Streamed 2026/08/07 04:43:56 DEBUG : chunked-100-201-streamed.bin: Uploading segment file "chunked-100-201-streamed.bin/2026-08-07-044356-Tr-LrXXEJwyByedfIUrMng/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:56 DEBUG : chunked-100-201-streamed.bin: Uploading segment file "chunked-100-201-streamed.bin/2026-08-07-044356-Tr-LrXXEJwyByedfIUrMng/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:56 DEBUG : chunked-100-201-streamed.bin: Uploading segment file "chunked-100-201-streamed.bin/2026-08-07-044356-Tr-LrXXEJwyByedfIUrMng/00000002" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:56 DEBUG : chunked-100-201-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:56 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-100-201-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:56 DEBUG : chunked-100-201-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:56 DEBUG : chunked-100-201-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:56 DEBUG : chunked-100-201-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:56 DEBUG : chunked-100-201-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:56 DEBUG : chunked-100-201-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:56 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 2026/08/07 04:43:56 DEBUG : chunked-128-127-streamed.bin: Uploading segment file "chunked-128-127-streamed.bin/2026-08-07-044356-yVq-SZs1d8XejwkSTz2Smw/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:56 DEBUG : chunked-128-127-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:56 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-128-127-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:56 DEBUG : chunked-128-127-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:56 DEBUG : chunked-128-127-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:56 DEBUG : chunked-128-127-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:56 DEBUG : chunked-128-127-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:56 DEBUG : chunked-128-127-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:56 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 2026/08/07 04:43:56 DEBUG : chunked-128-128-streamed.bin: Uploading segment file "chunked-128-128-streamed.bin/2026-08-07-044356-gIyiLBKna8hfzAh6CHsEgw/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:56 DEBUG : chunked-128-128-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:56 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-128-128-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:57 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/128/257 2026/08/07 04:43:57 DEBUG : chunked-128-257.bin: Uploading segment file "chunked-128-257.bin/2026-08-07-044357-89M3KHGNI1Iil9HRD64EvQ/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:57 DEBUG : chunked-128-257.bin: Uploading segment file "chunked-128-257.bin/2026-08-07-044357-89M3KHGNI1Iil9HRD64EvQ/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:57 DEBUG : chunked-128-257.bin: Uploading segment file "chunked-128-257.bin/2026-08-07-044357-89M3KHGNI1Iil9HRD64EvQ/00000002" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:57 DEBUG : chunked-128-257.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:57 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-128-257.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:57 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/128/257/Streamed 2026/08/07 04:43:57 DEBUG : chunked-128-257-streamed.bin: Uploading segment file "chunked-128-257-streamed.bin/2026-08-07-044357-afaO2ry9KyNB3DAwihnwfw/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:57 DEBUG : chunked-128-257-streamed.bin: Uploading segment file "chunked-128-257-streamed.bin/2026-08-07-044357-afaO2ry9KyNB3DAwihnwfw/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:57 DEBUG : chunked-128-257-streamed.bin: Uploading segment file "chunked-128-257-streamed.bin/2026-08-07-044357-afaO2ry9KyNB3DAwihnwfw/00000002" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:57 DEBUG : chunked-128-257-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:57 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-128-257-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:57 DEBUG : chunked-128-257-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-257-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-257-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-257-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 DEBUG : chunked-128-257-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:57 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 2026/08/07 04:43:57 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-97.655Ki-streamed.bin/2026-08-07-044357--K26bJ0uElZtOgxff4OD0g/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:58 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-97.656Ki-97.655Ki-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 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 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-97.656Ki-streamed.bin/2026-08-07-044358-qeNcJnFE_5LyITw4zS4Pxw/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:58 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-97.656Ki-97.656Ki-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading segment file "chunked-97.656Ki-195.313Ki.bin/2026-08-07-044358-qtlVquUmINoEDgjMGnpfEQ/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading segment file "chunked-97.656Ki-195.313Ki.bin/2026-08-07-044358-qtlVquUmINoEDgjMGnpfEQ/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading segment file "chunked-97.656Ki-195.313Ki.bin/2026-08-07-044358-qtlVquUmINoEDgjMGnpfEQ/00000002" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:58 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-97.656Ki-195.313Ki.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:58 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001/Streamed 2026/08/07 04:43:59 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-195.313Ki-streamed.bin/2026-08-07-044359-OEuo4DeaLcIF9m01ggOJsg/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:59 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-195.313Ki-streamed.bin/2026-08-07-044359-OEuo4DeaLcIF9m01ggOJsg/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:59 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-195.313Ki-streamed.bin/2026-08-07-044359-OEuo4DeaLcIF9m01ggOJsg/00000002" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:59 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:59 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-97.656Ki-195.313Ki-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:59 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:59 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:59 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:59 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:59 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:59 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 2026/08/07 04:43:59 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-97.656Ki-streamed.bin/2026-08-07-044359-XhhFe_yXSdljGTmzAYspSA/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:43:59 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:43:59 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-97.657Ki-97.656Ki-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:43:59 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:59 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:59 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:59 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:59 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:43:59 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 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-97.657Ki-streamed.bin/2026-08-07-044400-B_Q9Tr2GlcNPAIT2toDvtw/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:44:00 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-97.657Ki-97.657Ki-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading segment file "chunked-97.657Ki-195.315Ki.bin/2026-08-07-044400-ryJm4FS8Hwgco1SgSgxy3g/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading segment file "chunked-97.657Ki-195.315Ki.bin/2026-08-07-044400-ryJm4FS8Hwgco1SgSgxy3g/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading segment file "chunked-97.657Ki-195.315Ki.bin/2026-08-07-044400-ryJm4FS8Hwgco1SgSgxy3g/00000002" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:44:00 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-97.657Ki-195.315Ki.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003/Streamed 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-195.315Ki-streamed.bin/2026-08-07-044400-JLgQ4tt-Uh1E0SVrODCI5Q/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-195.315Ki-streamed.bin/2026-08-07-044400-JLgQ4tt-Uh1E0SVrODCI5Q/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-195.315Ki-streamed.bin/2026-08-07-044400-JLgQ4tt-Uh1E0SVrODCI5Q/00000002" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:44:00 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-97.657Ki-195.315Ki-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:44:00 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:01 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:01 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:01 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:01 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:01 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 2026/08/07 04:44:01 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Uploading segment file "chunked-682.731Ki-682.730Ki-streamed.bin/2026-08-07-044401-3tP034FCAE0gaVOeLd6NsQ/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:01 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:44:01 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-682.731Ki-682.730Ki-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:44:01 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:01 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:01 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:01 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:01 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:01 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 2026/08/07 04:44:01 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Uploading segment file "chunked-682.731Ki-682.731Ki-streamed.bin/2026-08-07-044401-eaYo16S6066m-n7oFQ_8_g/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:01 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:44:01 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-682.731Ki-682.731Ki-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading segment file "chunked-682.731Ki-1.333Mi.bin/2026-08-07-044402-i8RPF2ejEOw_oAxQOC9ghA/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading segment file "chunked-682.731Ki-1.333Mi.bin/2026-08-07-044402-i8RPF2ejEOw_oAxQOC9ghA/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading segment file "chunked-682.731Ki-1.333Mi.bin/2026-08-07-044402-i8RPF2ejEOw_oAxQOC9ghA/00000002" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:44:02 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-682.731Ki-1.333Mi.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235/Streamed 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading segment file "chunked-682.731Ki-1.333Mi-streamed.bin/2026-08-07-044402--eCWzObHziy8WQ9_dksuNA/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:02 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading segment file "chunked-682.731Ki-1.333Mi-streamed.bin/2026-08-07-044402--eCWzObHziy8WQ9_dksuNA/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:03 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading segment file "chunked-682.731Ki-1.333Mi-streamed.bin/2026-08-07-044402--eCWzObHziy8WQ9_dksuNA/00000002" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:03 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:44:03 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-682.731Ki-1.333Mi-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:44:03 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:03 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:03 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:03 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:03 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:03 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 2026/08/07 04:44:03 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Uploading segment file "chunked-2Mi-2.000Mi-streamed.bin/2026-08-07-044403-Ss1c9BLRi0GijsmaDYbbrA/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:03 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:44:03 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-2Mi-2.000Mi-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:44:03 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:03 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:03 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:03 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:03 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:03 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 2026/08/07 04:44:04 DEBUG : chunked-2Mi-2Mi-streamed.bin: Uploading segment file "chunked-2Mi-2Mi-streamed.bin/2026-08-07-044404-GRX0YUNn0zs7KChJKgf9xw/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:04 DEBUG : chunked-2Mi-2Mi-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:44:04 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-2Mi-2Mi-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:44:04 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:04 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:04 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:04 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:04 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:04 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305 2026/08/07 04:44:04 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading segment file "chunked-2Mi-4.000Mi.bin/2026-08-07-044404-6YBbSsKhzuovW0aP1BLEKw/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:04 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading segment file "chunked-2Mi-4.000Mi.bin/2026-08-07-044404-6YBbSsKhzuovW0aP1BLEKw/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading segment file "chunked-2Mi-4.000Mi.bin/2026-08-07-044404-6YBbSsKhzuovW0aP1BLEKw/00000002" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:44:05 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-2Mi-4.000Mi.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305/Streamed 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading segment file "chunked-2Mi-4.000Mi-streamed.bin/2026-08-07-044405-nyDVA-XO0tpUL96Cla2Zdw/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading segment file "chunked-2Mi-4.000Mi-streamed.bin/2026-08-07-044405-nyDVA-XO0tpUL96Cla2Zdw/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading segment file "chunked-2Mi-4.000Mi-streamed.bin/2026-08-07-044405-nyDVA-XO0tpUL96Cla2Zdw/00000002" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:44:05 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "chunked-2Mi-4.000Mi-streamed.bin" to "rclone-test-fekuwap5yexa" 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/07 04:44:05 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutShortEOF === RUN TestIntegration/FsMkdir/FsPutShortEOF/Simple 2026/08/07 04:44:06 DEBUG : pacer: low level retry 1/1 (error Put "http://127.0.0.1:28628/v1/AUTH_test/rclone-test-fekuwap5yexa/short-eof.bin": net/http: HTTP/1.x transport connection broken: http: ContentLength=10240 with Body length 5120) 2026/08/07 04:44:06 DEBUG : pacer: Rate limited, increasing sleep to 10ms fstests.go:2596: Put returned an error (acceptable): Put "http://127.0.0.1:28628/v1/AUTH_test/rclone-test-fekuwap5yexa/short-eof.bin": net/http: HTTP/1.x transport connection broken: http: ContentLength=10240 with Body length 5120 2026/08/07 04:44:06 DEBUG : pacer: Reducing sleep to 0s === RUN TestIntegration/FsMkdir/FsPutShortEOF/Chunked 2026/08/07 04:44:06 DEBUG : short-eof-chunked.bin: Uploading segment file "short-eof-chunked.bin/2026-08-07-044406-GKsYYU_azdNYCl4P0h04jg/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:06 DEBUG : short-eof-chunked.bin: Uploading segment file "short-eof-chunked.bin/2026-08-07-044406-GKsYYU_azdNYCl4P0h04jg/00000001" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:06 DEBUG : pacer: low level retry 1/1 (error Put "http://127.0.0.1:28628/v1/AUTH_test/rclone-test-fekuwap5yexa_segments/short-eof-chunked.bin/2026-08-07-044406-GKsYYU_azdNYCl4P0h04jg/00000001": net/http: HTTP/1.x transport connection broken: http: ContentLength=100 with Body length 50) 2026/08/07 04:44:06 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2026/08/07 04:44:06 DEBUG : Swift container rclone-test-fekuwap5yexa: Segment operation failed: bulk deleting failed segments fstests.go:2596: Put returned an error (acceptable): Put "http://127.0.0.1:28628/v1/AUTH_test/rclone-test-fekuwap5yexa_segments/short-eof-chunked.bin/2026-08-07-044406-GKsYYU_azdNYCl4P0h04jg/00000001": net/http: HTTP/1.x transport connection broken: http: ContentLength=100 with Body length 50 2026/08/07 04:44:06 DEBUG : pacer: Reducing sleep to 0s === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2691: *swift.Fs does not implement SetCopyCutoff === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2026/08/07 04:44:06 DEBUG : unknown-size-put.txt: Uploading segment file "unknown-size-put.txt/2026-08-07-044406-L_5DBIQp1ovfGhLS2Na5hw/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:06 DEBUG : unknown-size-put.txt: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:44:06 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "unknown-size-put.txt" to "rclone-test-fekuwap5yexa" === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/08/07 04:44:06 DEBUG : unknown-size-update.txt: Uploading segment file "unknown-size-update.txt/2026-08-07-044406-6Dct5RU4Rb-3vlguVpulDQ/00000000" into "rclone-test-fekuwap5yexa_segments" 2026/08/07 04:44:06 DEBUG : unknown-size-update.txt: Uploading segments into "rclone-test-fekuwap5yexa_segments" seems done (EOF) 2026/08/07 04:44:06 DEBUG : Swift container rclone-test-fekuwap5yexa: uploading manifest "unknown-size-update.txt" to "rclone-test-fekuwap5yexa" === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/08/07 04:44:06 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-fekuwap5yexa/deeper/nonexisting/directory" 2026/08/07 04:44:06 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/07 04:44:06 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:44:06 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:44:06 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:44:06 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:44:06 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/07 04:44:06 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/07 04:44:06 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/07 04:44:06 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/07 04:44:06 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/07 04:44:06 DEBUG : Swift container rclone-test-fekuwap5yexa path deeper/nonexisting/directory: Auto set use_segments_container to true === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2831: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2874: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2923: Can't test if can't have empty directories 2026/08/07 04:44:06 DEBUG : Waiting for deletions to finish 2026/08/07 04:44:07 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/08/07 04:44:07 INFO : large.txt (copy): Deleted 2026/08/07 04:44:07 INFO : large.txt: Deleted 2026/08/07 04:44:07 INFO : piped data chunk.txt: Deleted 2026/08/07 04:44:07 INFO : Swift container rclone-test-fekuwap5yexa: Container "rclone-test-fekuwap5yexa" removed 2026/08/07 04:44:07 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:3037: Shutdown method not supported 2026/08/07 04:44:07 NOTICE: TestSwiftAIO: Stopping server --- PASS: TestIntegration (34.15s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.03s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.03s) --- PASS: TestIntegration/FsMkdir (31.90s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.05s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.02s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.02s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.02s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.02s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding (2.45s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.15s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.09s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.11s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.16s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.15s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.13s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.07s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (16.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.02s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.23s) --- 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.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (2.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (1.98s) --- 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.63s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.48s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.73s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/full_read (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/seek_read (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read_to_end (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/refresh (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.07s) --- 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.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/PolicyDiscovery (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoChunk (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/WithChunk (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/WithChunkFail (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CopyLargeObject (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (11.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100 (1.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/99 (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/99/Streamed (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/100 (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/100/Streamed (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/201 (0.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/201/Streamed (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128 (1.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/127 (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/127/Streamed (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/128 (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/128/Streamed (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/257 (0.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/257/Streamed (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki (1.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999 (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999/Streamed (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000 (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000/Streamed (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001 (0.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001/Streamed (0.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki (1.74s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000 (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000/Streamed (0.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001 (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001/Streamed (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003 (0.89s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003/Streamed (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki (2.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116 (0.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116/Streamed (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117 (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117/Streamed (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235 (1.17s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235/Streamed (0.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi (2.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151 (0.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151/Streamed (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152 (0.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152/Streamed (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305 (1.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305/Streamed (0.76s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF/Simple (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF/Chunked (0.09s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (0.52s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.26s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.27s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.05s) --- 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 35.168s "go test -v -timeout 1h0m0s -remote TestSwiftAIO: -verbose" - Finished OK in 36.30507037s (try 1/5)