"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/08 03:42:09 NOTICE: TestSwiftAIO: Starting server 2026/08/08 03:42:10 NOTICE: TestSwiftAIO: Attempting to connect to "127.0.0.1:28628" try 1/100 2026/08/08 03:42:11 DEBUG : TestSwiftAIO: Read 0, error: read tcp 127.0.0.1:33206->127.0.0.1:28628: i/o timeout 2026/08/08 03:42:11 NOTICE: TestSwiftAIO: Started server and connected to "127.0.0.1:28628" 2026/08/08 03:42:11 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-papucev1lugi" 2026/08/08 03:42:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/08 03:42:11 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/08 03:42:11 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:11 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:11 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:11 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:11 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/08 03:42:11 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:11 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:11 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:11 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:11 DEBUG : Swift container rclone-test-papucev1lugi: Auto set use_segments_container to true 2026/08/08 03:42:11 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/08 03:42:11 INFO : Swift container rclone-test-papucev1lugi: Container "rclone-test-papucev1lugi" created === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2026/08/08 03:42:11 INFO : Swift container rclone-test-papucev1lugi: Container "rclone-test-papucev1lugi" removed === RUN TestIntegration/FsMkdir 2026/08/08 03:42:11 INFO : Swift container rclone-test-papucev1lugi: Container "rclone-test-papucev1lugi" created === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/08/08 03:42:11 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2026/08/08 03:42:11 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2026/08/08 03:42:11 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/08 03:42:14 DEBUG : Creating backend with remote "TestSwiftAIO:" 2026/08/08 03:42:14 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/08 03:42:14 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:14 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:14 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:14 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:14 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/08 03:42:14 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:14 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:14 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:14 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:14 DEBUG : Swift root: Auto set use_segments_container to true === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2026/08/08 03:42:14 DEBUG : Creating backend with remote "TestSwiftAIO:" 2026/08/08 03:42:14 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/08 03:42:14 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:14 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:14 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:14 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:14 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/08 03:42:14 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:14 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:14 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:14 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:14 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/08 03:42:15 DEBUG : Waiting for deletions to finish 2026/08/08 03:42:15 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/08/08 03:42:15 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-papucev1lugi/dirToPurgeFromRoot" 2026/08/08 03:42:15 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/08 03:42:15 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:15 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:15 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:15 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:15 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/08 03:42:15 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:15 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:15 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:15 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:15 DEBUG : Swift container rclone-test-papucev1lugi path dirToPurgeFromRoot: Auto set use_segments_container to true 2026/08/08 03:42:15 DEBUG : Waiting for deletions to finish 2026/08/08 03:42:15 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/08/08 03:42:15 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-papucev1lugi/hello? sausage/êé" 2026/08/08 03:42:15 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/08 03:42:15 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:15 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:15 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:15 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:15 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/08 03:42:15 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:15 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:15 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:15 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:15 DEBUG : Swift container rclone-test-papucev1lugi path hello? sausage/êé: Auto set use_segments_container to true 2026/08/08 03:42:15 DEBUG : fs cache: renaming cache item "TestSwiftAIO:rclone-test-papucev1lugi/hello? sausage/êé" to be canonical "TestSwiftAIO{AGmej}:rclone-test-papucev1lugi/hello? sausage/êé" 2026/08/08 03:42:15 DEBUG : Waiting for deletions to finish 2026/08/08 03:42:15 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/08 03:42:15 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2026/08/08 03:42:15 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2026/08/08 03:42:15 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2026/08/08 03:42:15 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/08 03:42:16 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2026/08/08 03:42:16 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/08/08 03:42:16 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2026/08/08 03:42:16 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/08/08 03:42:16 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2026/08/08 03:42:16 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/08/08 03:42:16 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2026/08/08 03:42:16 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/08/08 03:42:16 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2026/08/08 03:42:16 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/08/08 03:42:16 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2026/08/08 03:42:16 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/08/08 03:42:17 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2026/08/08 03:42:17 DEBUG : pacer: Rate limited, increasing sleep to 2s 2026/08/08 03:42:18 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString 2026/08/08 03:42:20 DEBUG : pacer: Reducing sleep to 1.5s === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs 2026/08/08 03:42:22 DEBUG : pacer: Reducing sleep to 1.125s === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote 2026/08/08 03:42:24 DEBUG : pacer: Reducing sleep to 843.75ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes 2026/08/08 03:42:25 DEBUG : pacer: Reducing sleep to 632.8125ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime 2026/08/08 03:42:26 DEBUG : pacer: Reducing sleep to 474.609375ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType 2026/08/08 03:42:26 DEBUG : pacer: Reducing sleep to 355.957031ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata 2026/08/08 03:42:27 DEBUG : pacer: Reducing sleep to 266.967773ms fstests.go:1657: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata 2026/08/08 03:42:27 DEBUG : pacer: Reducing sleep to 200.225829ms fstests.go:1728: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime 2026/08/08 03:42:27 DEBUG : pacer: Reducing sleep to 150.169371ms 2026/08/08 03:42:27 DEBUG : pacer: Reducing sleep to 112.627028ms 2026/08/08 03:42:28 DEBUG : pacer: Reducing sleep to 84.470271ms 2026/08/08 03:42:28 DEBUG : pacer: Reducing sleep to 63.352703ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize 2026/08/08 03:42:28 DEBUG : pacer: Reducing sleep to 47.514527ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen 2026/08/08 03:42:28 DEBUG : pacer: Reducing sleep to 35.635895ms 2026/08/08 03:42:28 DEBUG : pacer: Reducing sleep to 26.726921ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek 2026/08/08 03:42:28 DEBUG : pacer: Reducing sleep to 20.04519ms 2026/08/08 03:42:28 DEBUG : pacer: Reducing sleep to 15.033892ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange 2026/08/08 03:42:28 DEBUG : pacer: Reducing sleep to 11.275419ms 2026/08/08 03:42:28 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/08 03:42:28 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-papucev1lugi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2026/08/08 03:42:28 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/08 03:42:28 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:28 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:28 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:28 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:28 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/08 03:42:28 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:28 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:28 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:28 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:28 DEBUG : Swift container rclone-test-papucev1lugi 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/08 03:42:28 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-papucev1lugi/not found.txt" 2026/08/08 03:42:28 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/08 03:42:28 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:28 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:28 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:28 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:28 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/08 03:42:28 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:28 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:28 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:28 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:28 DEBUG : Swift container rclone-test-papucev1lugi 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-papucev1lugi" from "TestSwiftAIO:rclone-test-papucev1lugi" 2026/08/08 03:42:28 DEBUG : Creating backend with remote "TestSwiftAIO:" 2026/08/08 03:42:28 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/08 03:42:28 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:28 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:28 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:28 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:28 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/08 03:42:28 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:28 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:28 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:28 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:28 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/08 03:42:29 DEBUG : Swift container rclone-test-papucev1lugi: Auto set StoragePolicy to 1replica 2026/08/08 03:42:29 INFO : Swift container rclone-test-papucev1lugi: Container "rclone-test-papucev1lugi_segments" created 2026/08/08 03:42:29 DEBUG : piped data.txt: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:29 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "piped data.txt" to "rclone-test-papucev1lugi" 2026/08/08 03:42:29 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/08 03:42:29 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/08 03:42:29 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/08 03:42:29 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/08 03:42:29 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/08 03:42:29 DEBUG : piped data.txt: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/08/08 03:42:29 DEBUG : piped data.txt: Uploading segment file "piped data.txt/2026-08-08-034229-QyN5ceU8Vh2V6EJ1PqND_Q/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:29 DEBUG : piped data.txt: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:29 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "piped data.txt" to "rclone-test-papucev1lugi" 2026/08/08 03:42:29 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/08 03:42:29 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/08 03:42:29 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/08 03:42:29 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/08 03:42:29 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2026/08/08 03:42:29 DEBUG : piped data.txt: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/PolicyDiscovery 2026/08/08 03:42:29 INFO : Swift container rclone-test-papucev1lugi: Container "testPolicyDiscovery-1" created 2026/08/08 03:42:29 DEBUG : Swift container rclone-test-papucev1lugi: Auto set StoragePolicy to 1replica 2026/08/08 03:42:29 INFO : Swift container rclone-test-papucev1lugi: Container "testPolicyDiscovery-2" created 2026/08/08 03:42:29 DEBUG : Swift container rclone-test-papucev1lugi: Auto set StoragePolicy to Policy-1 2026/08/08 03:42:29 DEBUG : Swift container rclone-test-papucev1lugi: Auto set StoragePolicy to Policy-1 2026/08/08 03:42:29 INFO : Swift container rclone-test-papucev1lugi: Container "testPolicyDiscovery-2_segments" created 2026/08/08 03:42:29 DEBUG : Swift container rclone-test-papucev1lugi: Auto set StoragePolicy to Policy-1 === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/NoChunk === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/WithChunk 2026/08/08 03:42:30 DEBUG : piped data chunk.txt: Uploading segment file "piped data chunk.txt/2026-08-08-034230-O-bxwR6mKD__QU_J3vRIUA/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:30 DEBUG : piped data chunk.txt: Uploading segment file "piped data chunk.txt/2026-08-08-034230-O-bxwR6mKD__QU_J3vRIUA/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:30 DEBUG : piped data chunk.txt: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:30 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "piped data chunk.txt" to "rclone-test-papucev1lugi" === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/WithChunkFail 2026/08/08 03:42:30 DEBUG : piped data chunk with error.txt: Uploading segment file "piped data chunk with error.txt/2026-08-08-034230-SbPHNIP7HdtONhUYGk7xIQ/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:30 DEBUG : piped data chunk with error.txt: Uploading segment file "piped data chunk with error.txt/2026-08-08-034230-SbPHNIP7HdtONhUYGk7xIQ/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:30 DEBUG : piped data chunk with error.txt: Uploading segment file "piped data chunk with error.txt/2026-08-08-034230-SbPHNIP7HdtONhUYGk7xIQ/00000002" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:30 DEBUG : Swift container rclone-test-papucev1lugi: Segment operation failed: bulk deleting failed segments === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CopyLargeObject 2026/08/08 03:42:30 DEBUG : large.txt: Uploading segment file "large.txt/2026-08-08-034230-DJnKPfKEhZBXzj_yo9SvMA/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:30 DEBUG : large.txt: Uploading segment file "large.txt/2026-08-08-034230-DJnKPfKEhZBXzj_yo9SvMA/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:30 DEBUG : large.txt: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:30 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "large.txt" to "rclone-test-papucev1lugi" 2026/08/08 03:42:30 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "large.txt (copy)" to "rclone-test-papucev1lugi" === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/100 === RUN TestIntegration/FsMkdir/FsPutChunked/100/99 === RUN TestIntegration/FsMkdir/FsPutChunked/100/99/Streamed 2026/08/08 03:42:30 DEBUG : chunked-100-99-streamed.bin: Uploading segment file "chunked-100-99-streamed.bin/2026-08-08-034230-R62SHkebVItjuXtagwL-Sg/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:30 DEBUG : chunked-100-99-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:30 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-100-99-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:30 DEBUG : chunked-100-99-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:30 DEBUG : chunked-100-99-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:30 DEBUG : chunked-100-99-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:30 DEBUG : chunked-100-99-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:30 DEBUG : chunked-100-99-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:30 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/08 03:42:31 DEBUG : chunked-100-100-streamed.bin: Uploading segment file "chunked-100-100-streamed.bin/2026-08-08-034231-nqbwldYvdnAkysNr4AgISQ/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:31 DEBUG : chunked-100-100-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:31 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-100-100-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:31 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:31 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:31 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:31 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:31 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:31 DEBUG : chunked-100-100-streamed.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/100/201 2026/08/08 03:42:31 DEBUG : chunked-100-201.bin: Uploading segment file "chunked-100-201.bin/2026-08-08-034231-a38O0z7rmbwpWGJXj5w8NQ/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:31 DEBUG : chunked-100-201.bin: Uploading segment file "chunked-100-201.bin/2026-08-08-034231-a38O0z7rmbwpWGJXj5w8NQ/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:31 DEBUG : chunked-100-201.bin: Uploading segment file "chunked-100-201.bin/2026-08-08-034231-a38O0z7rmbwpWGJXj5w8NQ/00000002" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:31 DEBUG : chunked-100-201.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:31 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-100-201.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:31 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:31 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:31 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:31 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:31 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:31 DEBUG : chunked-100-201.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/100/201/Streamed 2026/08/08 03:42:31 DEBUG : chunked-100-201-streamed.bin: Uploading segment file "chunked-100-201-streamed.bin/2026-08-08-034231-E_wWVD55JP6-pFxKo0dvmg/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:31 DEBUG : chunked-100-201-streamed.bin: Uploading segment file "chunked-100-201-streamed.bin/2026-08-08-034231-E_wWVD55JP6-pFxKo0dvmg/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:32 DEBUG : chunked-100-201-streamed.bin: Uploading segment file "chunked-100-201-streamed.bin/2026-08-08-034231-E_wWVD55JP6-pFxKo0dvmg/00000002" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:32 DEBUG : chunked-100-201-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:32 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-100-201-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:32 DEBUG : chunked-100-201-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 DEBUG : chunked-100-201-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 DEBUG : chunked-100-201-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 DEBUG : chunked-100-201-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 DEBUG : chunked-100-201-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 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/08 03:42:32 DEBUG : chunked-128-127-streamed.bin: Uploading segment file "chunked-128-127-streamed.bin/2026-08-08-034232-F3Fy-lDn2SQv4CtEHmFhxQ/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:32 DEBUG : chunked-128-127-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:32 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-128-127-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:32 DEBUG : chunked-128-127-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 DEBUG : chunked-128-127-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 DEBUG : chunked-128-127-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 DEBUG : chunked-128-127-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 DEBUG : chunked-128-127-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 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/08 03:42:32 DEBUG : chunked-128-128-streamed.bin: Uploading segment file "chunked-128-128-streamed.bin/2026-08-08-034232-CNIuQfpubwMBnpsQm8TTxA/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:32 DEBUG : chunked-128-128-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:32 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-128-128-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:32 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:32 DEBUG : chunked-128-128-streamed.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/128/257 2026/08/08 03:42:33 DEBUG : chunked-128-257.bin: Uploading segment file "chunked-128-257.bin/2026-08-08-034233-7WXIR7zVTVxfV_U40aRKng/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:33 DEBUG : chunked-128-257.bin: Uploading segment file "chunked-128-257.bin/2026-08-08-034233-7WXIR7zVTVxfV_U40aRKng/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:33 DEBUG : chunked-128-257.bin: Uploading segment file "chunked-128-257.bin/2026-08-08-034233-7WXIR7zVTVxfV_U40aRKng/00000002" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:33 DEBUG : chunked-128-257.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:33 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-128-257.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:33 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:33 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:33 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:33 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:33 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:33 DEBUG : chunked-128-257.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/128/257/Streamed 2026/08/08 03:42:33 DEBUG : chunked-128-257-streamed.bin: Uploading segment file "chunked-128-257-streamed.bin/2026-08-08-034233-DN29BnqU3oHeZOA9IDTOTg/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:33 DEBUG : chunked-128-257-streamed.bin: Uploading segment file "chunked-128-257-streamed.bin/2026-08-08-034233-DN29BnqU3oHeZOA9IDTOTg/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:33 DEBUG : chunked-128-257-streamed.bin: Uploading segment file "chunked-128-257-streamed.bin/2026-08-08-034233-DN29BnqU3oHeZOA9IDTOTg/00000002" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:33 DEBUG : chunked-128-257-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:33 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-128-257-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:33 DEBUG : chunked-128-257-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:33 DEBUG : chunked-128-257-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:33 DEBUG : chunked-128-257-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:33 DEBUG : chunked-128-257-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:33 DEBUG : chunked-128-257-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:33 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/08 03:42:34 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-97.655Ki-streamed.bin/2026-08-08-034234-QRtO35oW1wtTaY0lzU5lMQ/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:34 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-97.656Ki-97.655Ki-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-97.655Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:34 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/08 03:42:34 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-97.656Ki-streamed.bin/2026-08-08-034234-SXfAXvgVdWiiCXbnYAyGQw/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:34 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-97.656Ki-97.656Ki-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading segment file "chunked-97.656Ki-195.313Ki.bin/2026-08-08-034234-T9tF3eeljfGG1K9DwnwdTw/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading segment file "chunked-97.656Ki-195.313Ki.bin/2026-08-08-034234-T9tF3eeljfGG1K9DwnwdTw/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading segment file "chunked-97.656Ki-195.313Ki.bin/2026-08-08-034234-T9tF3eeljfGG1K9DwnwdTw/00000002" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:34 DEBUG : chunked-97.656Ki-195.313Ki.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:34 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-97.656Ki-195.313Ki.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001/Streamed 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-195.313Ki-streamed.bin/2026-08-08-034235-CBvFmjVOw7QX1UVYX3IpyQ/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-195.313Ki-streamed.bin/2026-08-08-034235-CBvFmjVOw7QX1UVYX3IpyQ/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading segment file "chunked-97.656Ki-195.313Ki-streamed.bin/2026-08-08-034235-CBvFmjVOw7QX1UVYX3IpyQ/00000002" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:35 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-97.656Ki-195.313Ki-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 DEBUG : chunked-97.656Ki-195.313Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 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/08 03:42:35 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-97.656Ki-streamed.bin/2026-08-08-034235-eVLbm6nTuC04MwCovtQ6Og/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:35 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:35 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-97.657Ki-97.656Ki-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:35 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 DEBUG : chunked-97.657Ki-97.656Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:35 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/08 03:42:36 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-97.657Ki-streamed.bin/2026-08-08-034236-cIHZFJDLk-SIR4PcqdgtEA/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:36 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-97.657Ki-97.657Ki-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-97.657Ki-streamed.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading segment file "chunked-97.657Ki-195.315Ki.bin/2026-08-08-034236--kbM41otG-ExBqr0_l61Vg/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading segment file "chunked-97.657Ki-195.315Ki.bin/2026-08-08-034236--kbM41otG-ExBqr0_l61Vg/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading segment file "chunked-97.657Ki-195.315Ki.bin/2026-08-08-034236--kbM41otG-ExBqr0_l61Vg/00000002" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-195.315Ki.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:36 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-97.657Ki-195.315Ki.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-195.315Ki.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003/Streamed 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-195.315Ki-streamed.bin/2026-08-08-034236--1wwQUAaXHURFhYDkhWSGA/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:36 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-195.315Ki-streamed.bin/2026-08-08-034236--1wwQUAaXHURFhYDkhWSGA/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:37 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading segment file "chunked-97.657Ki-195.315Ki-streamed.bin/2026-08-08-034236--1wwQUAaXHURFhYDkhWSGA/00000002" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:37 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:37 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-97.657Ki-195.315Ki-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:37 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:37 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:37 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:37 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:37 DEBUG : chunked-97.657Ki-195.315Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:37 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/08 03:42:37 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Uploading segment file "chunked-682.731Ki-682.730Ki-streamed.bin/2026-08-08-034237-CZHzClrGUAhSZdoGN3pRTQ/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:37 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:37 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-682.731Ki-682.730Ki-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:37 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:37 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:37 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:37 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:37 DEBUG : chunked-682.731Ki-682.730Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:37 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/08 03:42:38 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Uploading segment file "chunked-682.731Ki-682.731Ki-streamed.bin/2026-08-08-034238-tSrmognH9SsnUDz-Xeh5UQ/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:38 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-682.731Ki-682.731Ki-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-682.731Ki-streamed.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading segment file "chunked-682.731Ki-1.333Mi.bin/2026-08-08-034238-cFsWXcB0bAI2g3dkD22CqA/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading segment file "chunked-682.731Ki-1.333Mi.bin/2026-08-08-034238-cFsWXcB0bAI2g3dkD22CqA/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading segment file "chunked-682.731Ki-1.333Mi.bin/2026-08-08-034238-cFsWXcB0bAI2g3dkD22CqA/00000002" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-1.333Mi.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:38 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-682.731Ki-1.333Mi.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-1.333Mi.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235/Streamed 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading segment file "chunked-682.731Ki-1.333Mi-streamed.bin/2026-08-08-034238-0W2OjDv3F5N-NYQQJph31A/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:38 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading segment file "chunked-682.731Ki-1.333Mi-streamed.bin/2026-08-08-034238-0W2OjDv3F5N-NYQQJph31A/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:39 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading segment file "chunked-682.731Ki-1.333Mi-streamed.bin/2026-08-08-034238-0W2OjDv3F5N-NYQQJph31A/00000002" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:39 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:39 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-682.731Ki-1.333Mi-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:39 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:39 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:39 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:39 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:39 DEBUG : chunked-682.731Ki-1.333Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:39 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/08 03:42:39 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Uploading segment file "chunked-2Mi-2.000Mi-streamed.bin/2026-08-08-034239-ikJFpPLckp9AV-rXv3fRfA/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:39 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:39 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-2Mi-2.000Mi-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:39 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:39 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:39 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:39 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:39 DEBUG : chunked-2Mi-2.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:39 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/08 03:42:40 DEBUG : chunked-2Mi-2Mi-streamed.bin: Uploading segment file "chunked-2Mi-2Mi-streamed.bin/2026-08-08-034240-mfuFEobKCmryKMc0SwajPA/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:40 DEBUG : chunked-2Mi-2Mi-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:40 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-2Mi-2Mi-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:40 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:40 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:40 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:40 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:40 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:40 DEBUG : chunked-2Mi-2Mi-streamed.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305 2026/08/08 03:42:41 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading segment file "chunked-2Mi-4.000Mi.bin/2026-08-08-034241-rYnmWAfPFATwYNz4BURAqw/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:41 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading segment file "chunked-2Mi-4.000Mi.bin/2026-08-08-034241-rYnmWAfPFATwYNz4BURAqw/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:41 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading segment file "chunked-2Mi-4.000Mi.bin/2026-08-08-034241-rYnmWAfPFATwYNz4BURAqw/00000002" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:41 DEBUG : chunked-2Mi-4.000Mi.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:41 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-2Mi-4.000Mi.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:41 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:41 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:41 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:41 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:41 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:41 DEBUG : chunked-2Mi-4.000Mi.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305/Streamed 2026/08/08 03:42:41 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading segment file "chunked-2Mi-4.000Mi-streamed.bin/2026-08-08-034241-HSawI4f4F2VLjpIx64wQRQ/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:42 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading segment file "chunked-2Mi-4.000Mi-streamed.bin/2026-08-08-034241-HSawI4f4F2VLjpIx64wQRQ/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:42 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading segment file "chunked-2Mi-4.000Mi-streamed.bin/2026-08-08-034241-HSawI4f4F2VLjpIx64wQRQ/00000002" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:42 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:42 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "chunked-2Mi-4.000Mi-streamed.bin" to "rclone-test-papucev1lugi" 2026/08/08 03:42:42 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:42 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:42 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:42 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:42 DEBUG : chunked-2Mi-4.000Mi-streamed.bin: Returning empty Md5sum for swift large object 2026/08/08 03:42:42 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/08 03:42:42 DEBUG : pacer: low level retry 1/1 (error Put "http://127.0.0.1:28628/v1/AUTH_test/rclone-test-papucev1lugi/short-eof.bin": net/http: HTTP/1.x transport connection broken: http: ContentLength=10240 with Body length 5120) 2026/08/08 03:42:42 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-papucev1lugi/short-eof.bin": net/http: HTTP/1.x transport connection broken: http: ContentLength=10240 with Body length 5120 2026/08/08 03:42:42 DEBUG : pacer: Reducing sleep to 0s === RUN TestIntegration/FsMkdir/FsPutShortEOF/Chunked 2026/08/08 03:42:42 DEBUG : short-eof-chunked.bin: Uploading segment file "short-eof-chunked.bin/2026-08-08-034242-Q4ufBA7DOQW_2p3wDwpGBw/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:42 DEBUG : short-eof-chunked.bin: Uploading segment file "short-eof-chunked.bin/2026-08-08-034242-Q4ufBA7DOQW_2p3wDwpGBw/00000001" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:42 DEBUG : pacer: low level retry 1/1 (error Put "http://127.0.0.1:28628/v1/AUTH_test/rclone-test-papucev1lugi_segments/short-eof-chunked.bin/2026-08-08-034242-Q4ufBA7DOQW_2p3wDwpGBw/00000001": net/http: HTTP/1.x transport connection broken: http: ContentLength=100 with Body length 50) 2026/08/08 03:42:42 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2026/08/08 03:42:42 DEBUG : Swift container rclone-test-papucev1lugi: 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-papucev1lugi_segments/short-eof-chunked.bin/2026-08-08-034242-Q4ufBA7DOQW_2p3wDwpGBw/00000001": net/http: HTTP/1.x transport connection broken: http: ContentLength=100 with Body length 50 2026/08/08 03:42:42 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/08 03:42:42 DEBUG : unknown-size-put.txt: Uploading segment file "unknown-size-put.txt/2026-08-08-034242-OGr6PQC5AHbC0Z3TTOowwg/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:42 DEBUG : unknown-size-put.txt: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:42 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "unknown-size-put.txt" to "rclone-test-papucev1lugi" === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/08/08 03:42:43 DEBUG : unknown-size-update.txt: Uploading segment file "unknown-size-update.txt/2026-08-08-034243-HwHln8XIG4T2-tkoEKe2Gg/00000000" into "rclone-test-papucev1lugi_segments" 2026/08/08 03:42:43 DEBUG : unknown-size-update.txt: Uploading segments into "rclone-test-papucev1lugi_segments" seems done (EOF) 2026/08/08 03:42:43 DEBUG : Swift container rclone-test-papucev1lugi: uploading manifest "unknown-size-update.txt" to "rclone-test-papucev1lugi" === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/08/08 03:42:43 DEBUG : Creating backend with remote "TestSwiftAIO:rclone-test-papucev1lugi/deeper/nonexisting/directory" 2026/08/08 03:42:43 DEBUG : Setting type="swift" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_TYPE 2026/08/08 03:42:43 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:43 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:43 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:43 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:43 DEBUG : TestSwiftAIO: detected overridden config - adding "{AGmej}" suffix to name 2026/08/08 03:42:43 DEBUG : Setting env_auth="false" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_ENV_AUTH 2026/08/08 03:42:43 DEBUG : Setting user="test:tester" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_USER 2026/08/08 03:42:43 DEBUG : Setting key="testing" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_KEY 2026/08/08 03:42:43 DEBUG : Setting auth="http://127.0.0.1:28628/auth/v1.0" for "TestSwiftAIO" from environment variable RCLONE_CONFIG_TESTSWIFTAIO_AUTH 2026/08/08 03:42:43 DEBUG : Swift container rclone-test-papucev1lugi 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/08 03:42:43 DEBUG : Waiting for deletions to finish 2026/08/08 03:42:43 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/08/08 03:42:43 INFO : large.txt: Deleted 2026/08/08 03:42:43 INFO : large.txt (copy): Deleted 2026/08/08 03:42:43 INFO : piped data chunk.txt: Deleted 2026/08/08 03:42:43 INFO : Swift container rclone-test-papucev1lugi: Container "rclone-test-papucev1lugi" removed 2026/08/08 03:42:43 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:3037: Shutdown method not supported 2026/08/08 03:42:43 NOTICE: TestSwiftAIO: Stopping server --- PASS: TestIntegration (34.71s) --- 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 (32.43s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.06s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.02s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.02s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.02s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.03s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding (2.50s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.16s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.15s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.11s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.11s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.11s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.14s) --- 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.56s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.10s) --- 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.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (0.28s) --- 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.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (1.99s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (1.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (1.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.63s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.48s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.73s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/full_read (0.02s) --- 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.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/refresh (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.16s) --- 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.02s) --- 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.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/PolicyDiscovery (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoChunk (0.13s) --- 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.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100 (1.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/99 (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/99/Streamed (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/100 (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/100/Streamed (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/201 (0.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100/201/Streamed (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128 (1.68s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/127 (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/127/Streamed (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/128 (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/128/Streamed (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/257 (0.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/128/257/Streamed (0.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki (1.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999 (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/99999/Streamed (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000 (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/100000/Streamed (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001 (0.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.656Ki/200001/Streamed (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki (1.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000 (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100000/Streamed (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001 (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/100001/Streamed (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003 (0.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/97.657Ki/200003/Streamed (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki (2.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116 (0.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699116/Streamed (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117 (0.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/699117/Streamed (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235 (1.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/682.731Ki/1398235/Streamed (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi (3.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151 (0.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097151/Streamed (0.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152 (0.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/2097152/Streamed (0.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/2Mi/4194305 (1.53s) --- 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.54s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.25s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.29s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.04s) --- 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.738s "go test -v -timeout 1h0m0s -remote TestSwiftAIO: -verbose" - Finished OK in 36.898200057s (try 1/5)