"go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Starting (try 1/5) === RUN TestSignHTTP --- PASS: TestSignHTTP (0.00s) === RUN TestVersionLess --- PASS: TestVersionLess (0.00s) === RUN TestMergeDeleteMarkers --- PASS: TestMergeDeleteMarkers (0.00s) === RUN TestRemoveAWSChunked === RUN TestRemoveAWSChunked/nil === RUN TestRemoveAWSChunked/empty === RUN TestRemoveAWSChunked/only_aws === RUN TestRemoveAWSChunked/leading_aws === RUN TestRemoveAWSChunked/trailing_aws === RUN TestRemoveAWSChunked/middle_aws === RUN TestRemoveAWSChunked/case_insensitive === RUN TestRemoveAWSChunked/duplicates === RUN TestRemoveAWSChunked/no_aws_normalize_spaces === RUN TestRemoveAWSChunked/surrounding_spaces === RUN TestRemoveAWSChunked/no_change --- PASS: TestRemoveAWSChunked (0.00s) --- PASS: TestRemoveAWSChunked/nil (0.00s) --- PASS: TestRemoveAWSChunked/empty (0.00s) --- PASS: TestRemoveAWSChunked/only_aws (0.00s) --- PASS: TestRemoveAWSChunked/leading_aws (0.00s) --- PASS: TestRemoveAWSChunked/trailing_aws (0.00s) --- PASS: TestRemoveAWSChunked/middle_aws (0.00s) --- PASS: TestRemoveAWSChunked/case_insensitive (0.00s) --- PASS: TestRemoveAWSChunked/duplicates (0.00s) --- PASS: TestRemoveAWSChunked/no_aws_normalize_spaces (0.00s) --- PASS: TestRemoveAWSChunked/surrounding_spaces (0.00s) --- PASS: TestRemoveAWSChunked/no_change (0.00s) === RUN TestIntegration fstests.go:438: Using remote "TestS3R2:" 2025/10/18 02:42:44 NOTICE: TestS3R2: Stopped server 2025/10/18 02:42:44 NOTICE: TestS3R2: Starting server 2025/10/18 02:42:44 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yepefoz5wixo" 2025/10/18 02:42:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound 2025/10/18 02:42:46 INFO : S3 bucket rclone-test-yepefoz5wixo: Bucket "rclone-test-yepefoz5wixo" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/10/18 02:42:48 INFO : S3 bucket rclone-test-yepefoz5wixo: Bucket "rclone-test-yepefoz5wixo" deleted === RUN TestIntegration/FsMkdir 2025/10/18 02:42:48 INFO : S3 bucket rclone-test-yepefoz5wixo: Bucket "rclone-test-yepefoz5wixo" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/10/18 02:42:48 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/10/18 02:42:49 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/10/18 02:42:49 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsListDirNotFound === RUN TestIntegration/FsMkdir/FsListRDirNotFound === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:786: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2025/10/18 02:43:21 NOTICE: S3 bucket rclone-test-yepefoz5wixo: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/10/18 02:43:21 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AFeCzaQqui86KmyvvtqArK3UFNXY-ADH55ohu1eEWApE769dGWKTz4bd18gjs_a8QFPA2ojvBPYiHTyX5u7DLQxkPf0sGblAx78aexfB09ueFoZXsjY7YS4JIOAfImyQrrLYwKlxzHTUjchSr0N0OFeH67QSLLXhfwDirNHnJ5FEUYd2vJBPrnVQ3uaRpS09tN7Pdy7pL-4iZ7BYIseU-KdxAMlYsRn-LD-FuN-H-6ZZz62QIpyolymTCHi0CXT5gqOfjr1e6nl0Q3vFZgCIjxNpprZxwL3ABflcD_tR5_2N7TVmoww-VpbWWEtcN40OmHSXpGedS3NpyN-ZuwUvcrU 2025/10/18 02:43:22 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "b0590c5aea4e58cef87e82ac2240f731" 2025/10/18 02:43:22 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "0d3d7b8d86b702bd1f1e94867a9ab0a8" 2025/10/18 02:43:23 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "40497cba4f40fd22e620c7dfa0729daf" 2025/10/18 02:43:23 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AFeCzaQqui86KmyvvtqArK3UFNXY-ADH55ohu1eEWApE769dGWKTz4bd18gjs_a8QFPA2ojvBPYiHTyX5u7DLQxkPf0sGblAx78aexfB09ueFoZXsjY7YS4JIOAfImyQrrLYwKlxzHTUjchSr0N0OFeH67QSLLXhfwDirNHnJ5FEUYd2vJBPrnVQ3uaRpS09tN7Pdy7pL-4iZ7BYIseU-KdxAMlYsRn-LD-FuN-H-6ZZz62QIpyolymTCHi0CXT5gqOfjr1e6nl0Q3vFZgCIjxNpprZxwL3ABflcD_tR5_2N7TVmoww-VpbWWEtcN40OmHSXpGedS3NpyN-ZuwUvcrU" finished === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:868: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2025/10/18 02:43:28 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/10/18 02:43:28 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2025/10/18 02:43:32 DEBUG : S3 bucket rclone-test-yepefoz5wixo: bucket is versioned: false 2025/10/18 02:43:32 DEBUG : Waiting for deletions to finish 2025/10/18 02:43:32 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/10/18 02:43:32 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/10/18 02:43:32 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/10/18 02:43:34 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yepefoz5wixo/dirToPurgeFromRoot" 2025/10/18 02:43:34 DEBUG : S3 bucket rclone-test-yepefoz5wixo path dirToPurgeFromRoot: bucket is versioned: false 2025/10/18 02:43:34 DEBUG : Waiting for deletions to finish 2025/10/18 02:43:34 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/10/18 02:43:34 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/10/18 02:43:34 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/10/18 02:43:35 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yepefoz5wixo/hello? sausage/êé" 2025/10/18 02:43:37 DEBUG : S3 bucket rclone-test-yepefoz5wixo path hello? sausage/êé: bucket is versioned: false 2025/10/18 02:43:37 DEBUG : Waiting for deletions to finish 2025/10/18 02:43:37 DEBUG : "a/b/c/d/e.txt" version false 2025/10/18 02:43:37 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/10/18 02:43:38 INFO : a/b/c/d/e.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1342: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1459: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1694: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/10/18 02:43:50 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yepefoz5wixo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/10/18 02:43:50 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yepefoz5wixo/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-yepefoz5wixo" from "TestS3R2:rclone-test-yepefoz5wixo" 2025/10/18 02:43:50 DEBUG : Creating backend with remote "TestS3R2:" === 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:2052: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2131: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2281: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/10/18 02:43:57 DEBUG : piped data.txt: open chunk writer: started multipart upload: AG9hYe5sK7rty8zwp_eUBMYj7do3lN8EHWs0ce2LawZ9Srtxy5iJGY0f8E4djoyikaj5mp_71zJGwepAnRIyggrifvBL5noMWOENqnXlI-qA_9ycgLn0LAKMlqifb7Dms3v1ZjT6QUvR8313OBn-sZrrAnNKicbzf317HAGGf6B9ha8hS2_eGZ6iWOZ0CfE1VqQHMojRfHg_2gdBJvguiLW5p4DMBiSjjmXdFsqhNqafFgz_GskDIDB0SQA65SNXLQqL5DaUe1-roEbIhA6Q-fWVtif_Q3bs3LDI-B4jW1wBxcqBogq1PXU_53helVJXaVSUtbdogB4mOxsR9eIXpO0 2025/10/18 02:43:57 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/10/18 02:43:57 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/10/18 02:43:58 DEBUG : piped data.txt: multipart upload "AG9hYe5sK7rty8zwp_eUBMYj7do3lN8EHWs0ce2LawZ9Srtxy5iJGY0f8E4djoyikaj5mp_71zJGwepAnRIyggrifvBL5noMWOENqnXlI-qA_9ycgLn0LAKMlqifb7Dms3v1ZjT6QUvR8313OBn-sZrrAnNKicbzf317HAGGf6B9ha8hS2_eGZ6iWOZ0CfE1VqQHMojRfHg_2gdBJvguiLW5p4DMBiSjjmXdFsqhNqafFgz_GskDIDB0SQA65SNXLQqL5DaUe1-roEbIhA6Q-fWVtif_Q3bs3LDI-B4jW1wBxcqBogq1PXU_53helVJXaVSUtbdogB4mOxsR9eIXpO0" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/10/18 02:43:59 DEBUG : piped data.txt: open chunk writer: started multipart upload: ADzrWwwiIEYDJTFEXk8Sb7Uy2FgpYT5sbPigO2n7fWa4n0hsHJfYf8VLaxpyA1Pr6YDWcmOwrkCdO8a08r2SQ9_3_BCFW8y4Q3PySFtkWXaoxaiyqnni5J8CT5sLpgJSGKrTNn4w8RGxWffO70AcooD4s6VoCXb0QKCr3obUYgDzLGniWZfTjxIzIXKVoT3veRWPRmJh0MnMo8LgHio1M_TMlOJZyLf2UH089MPaBv__hz5rklDzaUNbZeB9bmWsndT_Ppsy65mEd3a3ss1hHqP2CedvqQo5vKUFZFK6fVfbQqKH1GTABIEcJYzBgY9c0HH3_CU2tCsCzj0dj4By-8w 2025/10/18 02:43:59 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/10/18 02:43:59 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "f4c02eae18fc264b83a36e88c0d5b277" 2025/10/18 02:44:00 DEBUG : piped data.txt: multipart upload "ADzrWwwiIEYDJTFEXk8Sb7Uy2FgpYT5sbPigO2n7fWa4n0hsHJfYf8VLaxpyA1Pr6YDWcmOwrkCdO8a08r2SQ9_3_BCFW8y4Q3PySFtkWXaoxaiyqnni5J8CT5sLpgJSGKrTNn4w8RGxWffO70AcooD4s6VoCXb0QKCr3obUYgDzLGniWZfTjxIzIXKVoT3veRWPRmJh0MnMo8LgHio1M_TMlOJZyLf2UH089MPaBv__hz5rklDzaUNbZeB9bmWsndT_Ppsy65mEd3a3ss1hHqP2CedvqQo5vKUFZFK6fVfbQqKH1GTABIEcJYzBgY9c0HH3_CU2tCsCzj0dj4By-8w" finished === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress 2025/10/18 02:44:02 NOTICE: test-metadata: Not decompressing 'Content-Encoding: gzip' compressed file. Use --s3-decompress to override === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions s3_internal_test.go:298: Couldn't enable versioning: operation error S3: PutBucketVersioning, https response error StatusCode: 501, RequestID: , HostID: , api error NotImplemented: PutBucketVersioning not implemented === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed 2025/10/18 02:44:06 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AE2JNaHhvciS9yCRxggAcS0qHhUbrH3fjFIsRETPZJpq84HYqaaQwLCgMlCIUypoDN0pPjP3U5-kN1tBCM1ZcUwZApiJ4Hq7MYdM0VBLafe4K_CfO-XUchJpNh5COOIE1dAb3JLZl1FFwqtqGX0YmJI8k9is43DBeBzFmKf7FhtHjMUGvnTB7m_bTrqyX3cIf7VoAVWSlW6XfqOcAcbhUxbwYpuoDblxL8CeRGC24Qcyg7Wj14SzZpTpI40xPx2A8BMiWvfaHWkGZwHYOYmbjmu8kQxsfQvoaMRymxGHET7pdaywpkrjM5FSue4v9Phzruc2ViXeRUylkQKLKLbxP7k 2025/10/18 02:44:06 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/10/18 02:44:07 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/10/18 02:44:08 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AE2JNaHhvciS9yCRxggAcS0qHhUbrH3fjFIsRETPZJpq84HYqaaQwLCgMlCIUypoDN0pPjP3U5-kN1tBCM1ZcUwZApiJ4Hq7MYdM0VBLafe4K_CfO-XUchJpNh5COOIE1dAb3JLZl1FFwqtqGX0YmJI8k9is43DBeBzFmKf7FhtHjMUGvnTB7m_bTrqyX3cIf7VoAVWSlW6XfqOcAcbhUxbwYpuoDblxL8CeRGC24Qcyg7Wj14SzZpTpI40xPx2A8BMiWvfaHWkGZwHYOYmbjmu8kQxsfQvoaMRymxGHET7pdaywpkrjM5FSue4v9Phzruc2ViXeRUylkQKLKLbxP7k" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/10/18 02:44:09 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AAktAOpfrpNGvdzBcAHZ0ffX6SgIjnRaZffFxnHopn2uS6jFaIs0XgJHQht6X315lCzouZxniZbP-o6rem8IaUxVHFdPtbkZlUIt6SX_IsIvoYQAFN34ZYenVfFTSIZuzB1yyJ4sv4hqrZcZh9iw2he2zE4USvkg5qMp80K1Q7VPjZzpXLLy9AhmKkVjc_on9NjbtgfRnq3ZoQhgNV-S-BLRy0SHfwlJCLJTGRaYRbWMSnIqWiXUdtsMrQ-n4G6KvxA06odrz20FRcP5MP6u4mdtIg04Vwp-IMPntHYWb6iRBMdrlBqNxkEy7qgMRfup87NZ6PbOFFyhy1nhJ7_Kw7k 2025/10/18 02:44:09 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/10/18 02:44:10 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/10/18 02:44:11 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AAktAOpfrpNGvdzBcAHZ0ffX6SgIjnRaZffFxnHopn2uS6jFaIs0XgJHQht6X315lCzouZxniZbP-o6rem8IaUxVHFdPtbkZlUIt6SX_IsIvoYQAFN34ZYenVfFTSIZuzB1yyJ4sv4hqrZcZh9iw2he2zE4USvkg5qMp80K1Q7VPjZzpXLLy9AhmKkVjc_on9NjbtgfRnq3ZoQhgNV-S-BLRy0SHfwlJCLJTGRaYRbWMSnIqWiXUdtsMrQ-n4G6KvxA06odrz20FRcP5MP6u4mdtIg04Vwp-IMPntHYWb6iRBMdrlBqNxkEy7qgMRfup87NZ6PbOFFyhy1nhJ7_Kw7k" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/10/18 02:44:12 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AIocBEsPpOflxSEFdL51QztphN82ECWXkIv2o5_elg67IyZPcB-ki2AyF45uKwx_ofPUlb9EmncRva056QbHMuRNCm-F_e1sxQw2lcvPxP2lozjUhDmfLg2VM477FEMjDaT9vzyPrZptpb_SyHh2e4iMET6lZRIqC2TQbjrmA8iccLFY1boL-NzFHPBfxwYLufeXcMPxbIkXOpc2U54hdLMrBmEQYPSSGyEavcrmSSUoUa0aWHLhlTnPHGYabJ_FrKwWWiEppV_gWqQfdbWztmhcWXAR2taZMnR_w06z5KLApqjp9QQ9449-3-q0jcrhh6QcV902Fs7uhWMFGpxOgmQ 2025/10/18 02:44:12 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/10/18 02:44:13 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/10/18 02:44:14 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AIocBEsPpOflxSEFdL51QztphN82ECWXkIv2o5_elg67IyZPcB-ki2AyF45uKwx_ofPUlb9EmncRva056QbHMuRNCm-F_e1sxQw2lcvPxP2lozjUhDmfLg2VM477FEMjDaT9vzyPrZptpb_SyHh2e4iMET6lZRIqC2TQbjrmA8iccLFY1boL-NzFHPBfxwYLufeXcMPxbIkXOpc2U54hdLMrBmEQYPSSGyEavcrmSSUoUa0aWHLhlTnPHGYabJ_FrKwWWiEppV_gWqQfdbWztmhcWXAR2taZMnR_w06z5KLApqjp9QQ9449-3-q0jcrhh6QcV902Fs7uhWMFGpxOgmQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/10/18 02:44:15 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AJO_do8GpR5GaC6DadHtblEe-RVYHnaIDwmZQHF0WH5kKbxDMbIv0pBFmsN_sOWyPtzIlOuOT0X6dYZeoiMOdRT7rk_Q7eJrKhfXsBtgjPPE9OZt6Xi9mbSLTt4x4nxuBir44fL1DWwylSy75RgLe5uphtjMDtfg2nTntBNgZFAtntPes370m0HMk8-iYtxm2BhZvUbAXg6r8wP2nxiFEuKnWF4eOUvT841CEyxhk_KZ75fWtW4dBrUZSX80lOWyt_jP3US0fA92m3q8-sVz3qW-MAae5Jz8myDVQ806gGg5sJpQYgd0mWyp8lE1VcFSUKnzxHCCyFkgso-YpG5SQDA 2025/10/18 02:44:15 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/10/18 02:44:16 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/10/18 02:44:16 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/10/18 02:44:16 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/10/18 02:44:16 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/10/18 02:44:16 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/10/18 02:44:17 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AJO_do8GpR5GaC6DadHtblEe-RVYHnaIDwmZQHF0WH5kKbxDMbIv0pBFmsN_sOWyPtzIlOuOT0X6dYZeoiMOdRT7rk_Q7eJrKhfXsBtgjPPE9OZt6Xi9mbSLTt4x4nxuBir44fL1DWwylSy75RgLe5uphtjMDtfg2nTntBNgZFAtntPes370m0HMk8-iYtxm2BhZvUbAXg6r8wP2nxiFEuKnWF4eOUvT841CEyxhk_KZ75fWtW4dBrUZSX80lOWyt_jP3US0fA92m3q8-sVz3qW-MAae5Jz8myDVQ806gGg5sJpQYgd0mWyp8lE1VcFSUKnzxHCCyFkgso-YpG5SQDA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/10/18 02:44:18 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ACdwq3ju6br83hmCXRKs7XIYXdtE_L4ZbNXaunzjjSseMvLu2mciOIWKtFloQPRiIUGSf3OootPeaFBsC6XdwQIFGPmve3pumMlJCl06egkxPr7d9JH70fRIiGWkKriyOzfXcHzSVGUYtdO5J3TwuICBlR32b0VlqI7z3mxgdYGUeh31iEe7u7CI4XC2GsVFWqvjGrg5j45MgqWtvVC5jzeHPJRReB06zpxqJCHQYVJs1h7gzvrZEzs4ZV_AM9-3VMDNlmrivkudlaNlbC0I72-PQvyDHnM2nAET9xxl4VrRvBubVxuG1ENh21ILZPF-9kn5I8WGg4X2C3kPERnu_b4 2025/10/18 02:44:19 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/10/18 02:44:19 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/10/18 02:44:19 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/10/18 02:44:19 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/10/18 02:44:19 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/10/18 02:44:19 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/10/18 02:44:20 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ACdwq3ju6br83hmCXRKs7XIYXdtE_L4ZbNXaunzjjSseMvLu2mciOIWKtFloQPRiIUGSf3OootPeaFBsC6XdwQIFGPmve3pumMlJCl06egkxPr7d9JH70fRIiGWkKriyOzfXcHzSVGUYtdO5J3TwuICBlR32b0VlqI7z3mxgdYGUeh31iEe7u7CI4XC2GsVFWqvjGrg5j45MgqWtvVC5jzeHPJRReB06zpxqJCHQYVJs1h7gzvrZEzs4ZV_AM9-3VMDNlmrivkudlaNlbC0I72-PQvyDHnM2nAET9xxl4VrRvBubVxuG1ENh21ILZPF-9kn5I8WGg4X2C3kPERnu_b4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/10/18 02:44:24 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: APhalKkIuzXECjk9iVFD0ZBU3w60icL5sVPteUx3qDuPe9x1wG51a81Al0PVGz9c5NETkqwJSCmVx6AymWBnMbzqfPIkxzFHYG6sgj7pKWnrc_jvOq6Ze5rmBtA9XeGxRybnoVdQfrUGAZ_CQqO30qc0FVEYgDzDWF3ESl-5hGLGRaW0IlXRUFMZzmouhlBqnHwOYUxtOR0rZ-8u7iXMm-PWuzd3qSGrEp_ukbdXsL7O6hR6tu5g8pii68BDwhAqz-SN7NI7Gnc3DSdCUMcxMYdXtT1nStG11MMKF7cX43AgK1r44GfCvs0xavOMUVw8xIAjBsyEc0yv29JhrSFwd5c 2025/10/18 02:44:24 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/10/18 02:44:24 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/10/18 02:44:25 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "APhalKkIuzXECjk9iVFD0ZBU3w60icL5sVPteUx3qDuPe9x1wG51a81Al0PVGz9c5NETkqwJSCmVx6AymWBnMbzqfPIkxzFHYG6sgj7pKWnrc_jvOq6Ze5rmBtA9XeGxRybnoVdQfrUGAZ_CQqO30qc0FVEYgDzDWF3ESl-5hGLGRaW0IlXRUFMZzmouhlBqnHwOYUxtOR0rZ-8u7iXMm-PWuzd3qSGrEp_ukbdXsL7O6hR6tu5g8pii68BDwhAqz-SN7NI7Gnc3DSdCUMcxMYdXtT1nStG11MMKF7cX43AgK1r44GfCvs0xavOMUVw8xIAjBsyEc0yv29JhrSFwd5c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/10/18 02:44:26 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AGwkoznWYAQOAvfdkExy3RAi0kEvVhH93GkGZc1LAu3NSewF6yONHGMNQ_56EnpXEBPwHJ6mtbi6_XZWITpxSS_3bi9tyBPiiNo1dohRv-WEhmrlXS6X__YiquZu1TcEGaoHUqYP9Yw0fFEEda4u49WDvgr_6eiH1kGuqrSZEZjaXLhRmRoRNxcr_IDl7b7kdHUkW4_734gbnxahP9VzKGUSiZW1iw275EtSslF1Bch-86bzQPLOHdwQp_LNEuXZJPsujoeWYuX2Za8_r09J9NPyYFH6qHT-eB-G-K_D9fuuiZSkoPU85qXuZ-75cUgFmIooMqgH-hsz_PpOE-YhQVs 2025/10/18 02:44:26 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/10/18 02:44:27 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/10/18 02:44:28 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AGwkoznWYAQOAvfdkExy3RAi0kEvVhH93GkGZc1LAu3NSewF6yONHGMNQ_56EnpXEBPwHJ6mtbi6_XZWITpxSS_3bi9tyBPiiNo1dohRv-WEhmrlXS6X__YiquZu1TcEGaoHUqYP9Yw0fFEEda4u49WDvgr_6eiH1kGuqrSZEZjaXLhRmRoRNxcr_IDl7b7kdHUkW4_734gbnxahP9VzKGUSiZW1iw275EtSslF1Bch-86bzQPLOHdwQp_LNEuXZJPsujoeWYuX2Za8_r09J9NPyYFH6qHT-eB-G-K_D9fuuiZSkoPU85qXuZ-75cUgFmIooMqgH-hsz_PpOE-YhQVs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/10/18 02:44:29 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AOMnB_ENq70OJyg7J6KZ5Ab-fNHMcqDchan2USSPZxmOEZ24qdGiV949OHpsULfBgcdCWc-URdtK4Vawp5ukLl-Abo9HXnn0WqN-LHGezFSW6ceXgVH0qFPBRygpsmcFlJm0y5VFRakkw0rBATAwAk4SBPH_AOzhR46rtTZdSPLYikbojMBBA_EYjv26nZP_gWs0p8WON8VvdfB89_xX7iy20-W7aMVsfXhyfFG79Gb0jW_7EsiHopG50BcRVZLi7LLj4nlFoqgXP79palo865BVlcFzk_jpZ-5hKjJ6zL1h9RcDlSMy2hv-ewWRUSBL7wPukJnnF7JtS9HMvGKF_Lw 2025/10/18 02:44:29 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/10/18 02:44:30 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/10/18 02:44:31 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AOMnB_ENq70OJyg7J6KZ5Ab-fNHMcqDchan2USSPZxmOEZ24qdGiV949OHpsULfBgcdCWc-URdtK4Vawp5ukLl-Abo9HXnn0WqN-LHGezFSW6ceXgVH0qFPBRygpsmcFlJm0y5VFRakkw0rBATAwAk4SBPH_AOzhR46rtTZdSPLYikbojMBBA_EYjv26nZP_gWs0p8WON8VvdfB89_xX7iy20-W7aMVsfXhyfFG79Gb0jW_7EsiHopG50BcRVZLi7LLj4nlFoqgXP79palo865BVlcFzk_jpZ-5hKjJ6zL1h9RcDlSMy2hv-ewWRUSBL7wPukJnnF7JtS9HMvGKF_Lw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/10/18 02:44:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AHns60EapEJmjq2oBO4QwgpuyfqZoX2wnkUH7ZbODnxsI9QCzlp2FtilHCdMS4_oxQhSf9W1CYAIux2f2irDLw--FwGXM1bTG6p8FcVZ9EGfK-B4stVSyvG0t468CCtlLgHvVC47IEHHuuXWBeMM4C7X8br96XfJK478AzGaIpVcatfgHzzZwrl4W7lrakWsL50WzS1pQNcdSkdLBGcIUNYU0lkXNDDqvw3UBtXkK43Xzj6Q-cJrUUu4ac7XrD_bSg1VuUhkAYd0jZHv0CbECFnxDcx98XMVfhn4MoHdtzKp1m7vlkp8qE_KxNzXg39ikdaEfGF2B9RLFZqBxvxDUmw 2025/10/18 02:44:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/10/18 02:44:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/10/18 02:44:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/10/18 02:44:33 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/10/18 02:44:33 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/10/18 02:44:33 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/10/18 02:44:34 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AHns60EapEJmjq2oBO4QwgpuyfqZoX2wnkUH7ZbODnxsI9QCzlp2FtilHCdMS4_oxQhSf9W1CYAIux2f2irDLw--FwGXM1bTG6p8FcVZ9EGfK-B4stVSyvG0t468CCtlLgHvVC47IEHHuuXWBeMM4C7X8br96XfJK478AzGaIpVcatfgHzzZwrl4W7lrakWsL50WzS1pQNcdSkdLBGcIUNYU0lkXNDDqvw3UBtXkK43Xzj6Q-cJrUUu4ac7XrD_bSg1VuUhkAYd0jZHv0CbECFnxDcx98XMVfhn4MoHdtzKp1m7vlkp8qE_KxNzXg39ikdaEfGF2B9RLFZqBxvxDUmw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/10/18 02:44:35 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AM43Nq9CJvsM3aCpKIENUDZpIMjJnk7Zod46a-XNUVKS-W6I8jfWJWmRWns9HyRF9B3NTDS4Qpz2_CES6QXMV4ujwM3kOFmNnsOmHkSnL2JQTz70_Al6Q14paaOYzeSM7hrQmh4yi0D37BZlYAWZPn0daNrpUaX5tczqFh3GGWnMTUKONwXbXseOL2e_L2NMq6CG17FA5AXdeBFuJcvUgjUhKGwlnWT-bS1E57boEs7dFQ-kPKF85exyasryBa5qdjfo6LyDibsBRV1rc1MY4Pk-1zIjMIr6TFT7B0tp1VCYQ5S6tPUK5VZlZbFxJfmwsnBqqW0pptqjKcEizItM13I 2025/10/18 02:44:36 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/10/18 02:44:36 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/10/18 02:44:36 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/10/18 02:44:36 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/10/18 02:44:36 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/10/18 02:44:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/10/18 02:44:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AM43Nq9CJvsM3aCpKIENUDZpIMjJnk7Zod46a-XNUVKS-W6I8jfWJWmRWns9HyRF9B3NTDS4Qpz2_CES6QXMV4ujwM3kOFmNnsOmHkSnL2JQTz70_Al6Q14paaOYzeSM7hrQmh4yi0D37BZlYAWZPn0daNrpUaX5tczqFh3GGWnMTUKONwXbXseOL2e_L2NMq6CG17FA5AXdeBFuJcvUgjUhKGwlnWT-bS1E57boEs7dFQ-kPKF85exyasryBa5qdjfo6LyDibsBRV1rc1MY4Pk-1zIjMIr6TFT7B0tp1VCYQ5S6tPUK5VZlZbFxJfmwsnBqqW0pptqjKcEizItM13I" finished fstests.go:264: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:264 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:280 Error: Received unexpected error: unexpected EOF Test: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/10/18 02:44:40 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AN4pQ1TuPfK64Bgt8tAf3QlM7_5Ow6gXPib_GvAGi6IsX89fgRpgmlMyqbzgJvwj2xzqay8xYIyFqvkpltnMUbFGddQYW9RJuFjRmuehdeHrOAjin-p1A1vT7RbDYIa2zrLVnon19CN7euERdXZAd68aem-6H_HJCyhvouAPC5vF3ROTRo8J0bxxpuRJfFsv4Ed-iXSUVpTxs1j7bNDOSkOq4c3NVUtPLZoIbcfvRC5LEQAnevYYYUyGvMeiO9ovm0cgepujOOem2c5CFg-QotV5jxDFSD1Qbw4G0ammmyo5SKaeVKIqVBkeTkK8VSk_pjRaH6BjygU3EX_kCfa_ISk 2025/10/18 02:44:40 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/10/18 02:44:41 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/10/18 02:44:41 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AN4pQ1TuPfK64Bgt8tAf3QlM7_5Ow6gXPib_GvAGi6IsX89fgRpgmlMyqbzgJvwj2xzqay8xYIyFqvkpltnMUbFGddQYW9RJuFjRmuehdeHrOAjin-p1A1vT7RbDYIa2zrLVnon19CN7euERdXZAd68aem-6H_HJCyhvouAPC5vF3ROTRo8J0bxxpuRJfFsv4Ed-iXSUVpTxs1j7bNDOSkOq4c3NVUtPLZoIbcfvRC5LEQAnevYYYUyGvMeiO9ovm0cgepujOOem2c5CFg-QotV5jxDFSD1Qbw4G0ammmyo5SKaeVKIqVBkeTkK8VSk_pjRaH6BjygU3EX_kCfa_ISk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/10/18 02:44:43 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: ACaX4zCuFm3GLNV7FqII2ag1xRdvIUdZl3CaikTVdl08Ji1k92jF_W_IgMSi0ZiW4_MwrvIGahXyOn1SUGaYtZ99rtoHD0OWuvryIFPjZcsGV0XntkDvnnq9gEvziuT9ybLYDEY1HChwoCJ9e3bwjAWQ7KarIdqSTcPh2HuMAouNjOnh2MOMlQTaoNq9c0b7-Jv0Vda75v9M2VzAOxj8iIDDFtLmXFd209Jpjre1SjYQOJpoQfh2He7x7rxHVRU7u7iReJ6eUfx_734lxK7viq6fIjM1T4c3uepFfDmrvPc5Y9s_oK2STM--7pm7GwVXBciT7-jJjLeJTTWZp__MoJE 2025/10/18 02:44:43 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/10/18 02:44:44 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/10/18 02:44:44 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "ACaX4zCuFm3GLNV7FqII2ag1xRdvIUdZl3CaikTVdl08Ji1k92jF_W_IgMSi0ZiW4_MwrvIGahXyOn1SUGaYtZ99rtoHD0OWuvryIFPjZcsGV0XntkDvnnq9gEvziuT9ybLYDEY1HChwoCJ9e3bwjAWQ7KarIdqSTcPh2HuMAouNjOnh2MOMlQTaoNq9c0b7-Jv0Vda75v9M2VzAOxj8iIDDFtLmXFd209Jpjre1SjYQOJpoQfh2He7x7rxHVRU7u7iReJ6eUfx_734lxK7viq6fIjM1T4c3uepFfDmrvPc5Y9s_oK2STM--7pm7GwVXBciT7-jJjLeJTTWZp__MoJE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/10/18 02:44:46 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AMJk2u6E771lfTPf3thBO22wNxRPaan6-NqWHC2QnMpG7O-CNoLNzL7f7-WRG1Irr3emGI54gfa0c9O53xYMz5emjzTueH0hDmCS-YADUqA7W5zd9KSm2sfQB97Gh9MXqlimPPhMVp3_8htrLYDzyLj83IgSACObqWYWI0nHc0NfQDOEtCEFWb2DuPqA7CcYLozmKZnO5ssPp4_AZFqyMNvCsJRZAjWzAn2bqrrEXiwlZMzUWe0xFfjKQF0YhSDN9PUot9mnTcNy-mwLtwoESlrTJjaQBdMK5Deb4QtsF7ybe7gLQOPEI_hw4C-zk7NpKTrNG8aZ9K5rpOxHoerByts 2025/10/18 02:44:46 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/10/18 02:44:46 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/10/18 02:44:47 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AMJk2u6E771lfTPf3thBO22wNxRPaan6-NqWHC2QnMpG7O-CNoLNzL7f7-WRG1Irr3emGI54gfa0c9O53xYMz5emjzTueH0hDmCS-YADUqA7W5zd9KSm2sfQB97Gh9MXqlimPPhMVp3_8htrLYDzyLj83IgSACObqWYWI0nHc0NfQDOEtCEFWb2DuPqA7CcYLozmKZnO5ssPp4_AZFqyMNvCsJRZAjWzAn2bqrrEXiwlZMzUWe0xFfjKQF0YhSDN9PUot9mnTcNy-mwLtwoESlrTJjaQBdMK5Deb4QtsF7ybe7gLQOPEI_hw4C-zk7NpKTrNG8aZ9K5rpOxHoerByts" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/10/18 02:44:48 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AEwLDkCCcFDahq5zSwP83LY8Q2kJUds_cVShW3xvLt0KZxZfxcFCsGp9CchIKjP7PGWfaO7RftE8Kmd4T4mPL0rxdZwSlx5mdcs6FWmMuF1w6CpMsLnLXl0XnfHjYwc3Zbf7dAUQrScNmzSDemM2UKipo5jllXlF5ClAeqqsZ0UpeUn8DG_K_xx0CE5rXkCXN36vcBqo8GI9plFA9FGn3iT8KZSztCFywC4eGL3YqK0oRNzToV8D1CGZSxfxJWS1Kmz3_j6QCuKC8a4Z0bwxHw6kKa7slxfDymKza5rwtwGNLtRreLMNYBp5ONArK0i9AU-IbiKHxj78djSlGsBSuzA 2025/10/18 02:44:49 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/10/18 02:44:49 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/10/18 02:44:49 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/10/18 02:44:49 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/10/18 02:44:49 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/10/18 02:44:50 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/10/18 02:44:50 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AEwLDkCCcFDahq5zSwP83LY8Q2kJUds_cVShW3xvLt0KZxZfxcFCsGp9CchIKjP7PGWfaO7RftE8Kmd4T4mPL0rxdZwSlx5mdcs6FWmMuF1w6CpMsLnLXl0XnfHjYwc3Zbf7dAUQrScNmzSDemM2UKipo5jllXlF5ClAeqqsZ0UpeUn8DG_K_xx0CE5rXkCXN36vcBqo8GI9plFA9FGn3iT8KZSztCFywC4eGL3YqK0oRNzToV8D1CGZSxfxJWS1Kmz3_j6QCuKC8a4Z0bwxHw6kKa7slxfDymKza5rwtwGNLtRreLMNYBp5ONArK0i9AU-IbiKHxj78djSlGsBSuzA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/10/18 02:44:52 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AFgKHQjtiqxp7P7as9B2EfYzNhAwzXIGqOcxavQD8NOLa4EjDgA94hK6gab2fwTkikHZGAZlcxToWv18hxqkl1CaVm-OZz-12f1j7zTh7gwSp0A8JsmknK7wEVK4JbaJkSkqMZ5LxrQ6kqrDP_xPoQNXCMJ0DF7AvU-SHYpz3h_lAJlIfUwiXb4erLxkoLmZDxxN-r-Ro8PQLfTIqsSNbKG4A7SaUdBC7oTr80bI-eNcq6_ys-NnZL11xGUYGySwHeUBbTNp-aKnCeqjgqSIMUSgJJZKdBQG0DJwxBa2uc4p2WI3noqKAVtmZEAcSMHfP-LwV0yLIQLuc5U_5Wd8zmE 2025/10/18 02:44:52 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/10/18 02:44:52 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/10/18 02:44:52 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/10/18 02:44:53 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/10/18 02:44:53 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/10/18 02:44:53 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/10/18 02:44:53 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AFgKHQjtiqxp7P7as9B2EfYzNhAwzXIGqOcxavQD8NOLa4EjDgA94hK6gab2fwTkikHZGAZlcxToWv18hxqkl1CaVm-OZz-12f1j7zTh7gwSp0A8JsmknK7wEVK4JbaJkSkqMZ5LxrQ6kqrDP_xPoQNXCMJ0DF7AvU-SHYpz3h_lAJlIfUwiXb4erLxkoLmZDxxN-r-Ro8PQLfTIqsSNbKG4A7SaUdBC7oTr80bI-eNcq6_ys-NnZL11xGUYGySwHeUBbTNp-aKnCeqjgqSIMUSgJJZKdBQG0DJwxBa2uc4p2WI3noqKAVtmZEAcSMHfP-LwV0yLIQLuc5U_5Wd8zmE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/10/18 02:44:57 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AIqiNW0TECJZGZyF8-I36rZA0YhHNzAiMUog-_DooFi0-3ljj747zEQ1l0rWEOZtahXYBblcbXwvvmbkk6i2k-0bsf8UAJjjw1VqzF0sBmFnGKMwQrKIVGz0-VhmQu4W2gcQATS0gpPQwh5lT1MDiNYPTLw8k-sYRx1kukM66ydv6PVW0-EAb6l5spukn4MMr5Y8JdF2VRdJbkp_4DMYuw0bwL-BQjw0lkqWMnlcxoLGZTookhEzj54fs0KllGw-qcYeY0Qx7-QBhPQAwFE9KkR-LMW0gipOijpbq3yiKLsQWSZ8S4CH6XY4mruHuXgoQJC9h894EEXhZl9ncf0Q_6o 2025/10/18 02:44:57 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/10/18 02:44:58 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/10/18 02:44:59 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AIqiNW0TECJZGZyF8-I36rZA0YhHNzAiMUog-_DooFi0-3ljj747zEQ1l0rWEOZtahXYBblcbXwvvmbkk6i2k-0bsf8UAJjjw1VqzF0sBmFnGKMwQrKIVGz0-VhmQu4W2gcQATS0gpPQwh5lT1MDiNYPTLw8k-sYRx1kukM66ydv6PVW0-EAb6l5spukn4MMr5Y8JdF2VRdJbkp_4DMYuw0bwL-BQjw0lkqWMnlcxoLGZTookhEzj54fs0KllGw-qcYeY0Qx7-QBhPQAwFE9KkR-LMW0gipOijpbq3yiKLsQWSZ8S4CH6XY4mruHuXgoQJC9h894EEXhZl9ncf0Q_6o" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/10/18 02:45:00 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: ABwWBeCiECHpW7Zpith9ntgKPafggjxDD5U3EjnoCFdOiai-YT1UqydC_NfqiNJQyG25zTeEXN87rJi-QBoRHkAEH6c6zTbE6b-Dc5PuGTZOWlFiKssUKbsErLqISOfsrqHl0w_D_17G_CQLhL6-OLIkyPb0m-fcC4QrTbM3I5OcDw5JM7mihupW3S53VsVChWCqi4zptrPR1REuKwpv4qTb6dDFuRWyGTpopWYT32QrWkXwJhCvmqfOjoyqmqAfLraPTbcYs2FT9HfvWDCdZUg4iWX_wzIHSPxOXZxzHlA8hxAndhgCTCZa1QdQYadKzjRE1UpbDXAjk4onnH_apHY 2025/10/18 02:45:00 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/10/18 02:45:01 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/10/18 02:45:02 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "ABwWBeCiECHpW7Zpith9ntgKPafggjxDD5U3EjnoCFdOiai-YT1UqydC_NfqiNJQyG25zTeEXN87rJi-QBoRHkAEH6c6zTbE6b-Dc5PuGTZOWlFiKssUKbsErLqISOfsrqHl0w_D_17G_CQLhL6-OLIkyPb0m-fcC4QrTbM3I5OcDw5JM7mihupW3S53VsVChWCqi4zptrPR1REuKwpv4qTb6dDFuRWyGTpopWYT32QrWkXwJhCvmqfOjoyqmqAfLraPTbcYs2FT9HfvWDCdZUg4iWX_wzIHSPxOXZxzHlA8hxAndhgCTCZa1QdQYadKzjRE1UpbDXAjk4onnH_apHY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/10/18 02:45:03 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ADwOtj-hCNU0J6hfjqAoyJZd442b-S-qlGzhACkDEvmcIIPv-kkJJtgRH40nWJ9xeEzboqKAWs2JtdEjmKErFSXP5dNoY7KIKfu6mfqOGntDZaB5ev_LNjJwcjEUV9Rzw39YN9_xtFhCZ0-pEPP12rFtTOhq96CGH0UTPpjWQDbqCypL9d-AJ57kwapv5q0rWZeI0Pr-Cd0Ezn6rk8WTyXKNCIG__dObZRpTr8FF0t8fHElFVA4zHs1Q8Pt1oxso1G4lVa0VqGE5kJQ44ZFgimiaXBkMLD_88HDM4nmK4ono01fAPMc_yJQ6jSVCW3tu2Civ7VA1pR2Ui9O33osxdTc 2025/10/18 02:45:04 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/10/18 02:45:04 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/10/18 02:45:05 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ADwOtj-hCNU0J6hfjqAoyJZd442b-S-qlGzhACkDEvmcIIPv-kkJJtgRH40nWJ9xeEzboqKAWs2JtdEjmKErFSXP5dNoY7KIKfu6mfqOGntDZaB5ev_LNjJwcjEUV9Rzw39YN9_xtFhCZ0-pEPP12rFtTOhq96CGH0UTPpjWQDbqCypL9d-AJ57kwapv5q0rWZeI0Pr-Cd0Ezn6rk8WTyXKNCIG__dObZRpTr8FF0t8fHElFVA4zHs1Q8Pt1oxso1G4lVa0VqGE5kJQ44ZFgimiaXBkMLD_88HDM4nmK4ono01fAPMc_yJQ6jSVCW3tu2Civ7VA1pR2Ui9O33osxdTc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/10/18 02:45:07 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ABOx6tJeAw-9-bHU8v5vIcSzoU__wC3_aN9TzldzHQH1ZszpBBgjOXJtDN1vfknDZ6bMLUXwdyfXpl4KfLyA88127ONLB4Gx3Rs1bLfPP03mHSlnmiwZJLK-JCAO6RXKTFxPy74cKyfEJ60mhy-lvbqMhW2IXk42KH3MQxZVpCjS_mC1BVlfVSdtiTnyRa2M0ZbNqQx365Rw4clR4KB6uK3Id4CE_gJx9GzuWeqatAYwd_a0A43JZ85ngth5AMI4bI5SDcD2vQ8tz1r5VgCaiQKPIqn7NjOma3L7FYUKdTo3zi5OkCEA1YhKNY2V913R7cjixslj3IUfxaY74TN2a2Q 2025/10/18 02:45:07 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/10/18 02:45:07 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/10/18 02:45:07 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/10/18 02:45:07 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/10/18 02:45:08 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/10/18 02:45:08 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/10/18 02:45:08 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ABOx6tJeAw-9-bHU8v5vIcSzoU__wC3_aN9TzldzHQH1ZszpBBgjOXJtDN1vfknDZ6bMLUXwdyfXpl4KfLyA88127ONLB4Gx3Rs1bLfPP03mHSlnmiwZJLK-JCAO6RXKTFxPy74cKyfEJ60mhy-lvbqMhW2IXk42KH3MQxZVpCjS_mC1BVlfVSdtiTnyRa2M0ZbNqQx365Rw4clR4KB6uK3Id4CE_gJx9GzuWeqatAYwd_a0A43JZ85ngth5AMI4bI5SDcD2vQ8tz1r5VgCaiQKPIqn7NjOma3L7FYUKdTo3zi5OkCEA1YhKNY2V913R7cjixslj3IUfxaY74TN2a2Q" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/10/18 02:45:10 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AND-TMQT6GNH2wVkJKHKByz5VVzUOrQPP8Hg8rPdwmXzLyeL2tHDD0I-B-sjlyF70vEtgRVs0kEBfRNjbDTM1jSFmLFI_8v2jKwiNk1z3TGUHYf3eWu1KZYITH5p8roA45H8iucedfkC9gqrmkJK7EWrHOlRTbA0-iWxAFJ1238jioKCZysrk3cB-5AtiJaW8-NB5WLm8oeBS6zBXVtBdp4TR_GN-RbefU2tjvcSSSy7iyA71OwZq3sbQnulTG_39jagpPm9HZfEH7cQvcSIqAu8Cv6IIDG84Ily7DV4iVaoO70-K-y74rvoO1MdgbjHARB7Q8gc3PaBPn4DfcPHjWE 2025/10/18 02:45:11 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/10/18 02:45:11 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/10/18 02:45:11 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/10/18 02:45:11 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/10/18 02:45:11 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/10/18 02:45:12 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/10/18 02:45:12 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AND-TMQT6GNH2wVkJKHKByz5VVzUOrQPP8Hg8rPdwmXzLyeL2tHDD0I-B-sjlyF70vEtgRVs0kEBfRNjbDTM1jSFmLFI_8v2jKwiNk1z3TGUHYf3eWu1KZYITH5p8roA45H8iucedfkC9gqrmkJK7EWrHOlRTbA0-iWxAFJ1238jioKCZysrk3cB-5AtiJaW8-NB5WLm8oeBS6zBXVtBdp4TR_GN-RbefU2tjvcSSSy7iyA71OwZq3sbQnulTG_39jagpPm9HZfEH7cQvcSIqAu8Cv6IIDG84Ily7DV4iVaoO70-K-y74rvoO1MdgbjHARB7Q8gc3PaBPn4DfcPHjWE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/10/18 02:45:16 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: ADgKsBWaF5sOj7lz8OoNHrRSG8i_nik_Qvy3Nxam00b-0PkT1cZDujsVLLPjpzEIqNZk2jBbnYA9CnVJf-FCKyzDflFUeTTu6NV-6ICjqEVuoOwcGO0kKYOh7gBv_lDN8qbqFEX__5VbTev5FHhudOK9LmVPY_Fti4s4k4HGaGkLm8ccCo7-b7kgRa_BLTlUvd9n9iNE4PRoC3K6DRUOpKwHM-6hlmQh9dmUP7tRr3eX5_eny3ENDnYhEoCMaiGxr97CoyIiXvIefW7xXe1TkCX7CutatDgHE4jD7TKC20IXtkRJN6LkT20w6UlJ78UpBxKD_WoORYHmoGnb9uw0IR4 2025/10/18 02:45:17 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/10/18 02:45:18 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/10/18 02:45:19 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "ADgKsBWaF5sOj7lz8OoNHrRSG8i_nik_Qvy3Nxam00b-0PkT1cZDujsVLLPjpzEIqNZk2jBbnYA9CnVJf-FCKyzDflFUeTTu6NV-6ICjqEVuoOwcGO0kKYOh7gBv_lDN8qbqFEX__5VbTev5FHhudOK9LmVPY_Fti4s4k4HGaGkLm8ccCo7-b7kgRa_BLTlUvd9n9iNE4PRoC3K6DRUOpKwHM-6hlmQh9dmUP7tRr3eX5_eny3ENDnYhEoCMaiGxr97CoyIiXvIefW7xXe1TkCX7CutatDgHE4jD7TKC20IXtkRJN6LkT20w6UlJ78UpBxKD_WoORYHmoGnb9uw0IR4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/10/18 02:45:20 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AA7sfEUqpqsiq3RftLY6mea_e7egYforblKgD763K5srkZ6uVKqgm3Km-eFoNYTyDL3aGtTjBU4lKmRWpG3HyuYoH3-zz18jaACzn6vbmks84_snrn8jvt9HqvghyeIsNNXgkPzl5Svpe6A4sZ7Iauz8GGUh344H6dhXG7VtEG5C5bjB7JiQhld_aehxVSxOf6UPlDKLmAL2eX91-RzGp-_x8bQMUls2hXdtYnVKspD_SYAF9jtv4n_W-faREArfTi0LU1amkBpwR3hb-aQNmeCpmkY2DAgPqEQAuAD01sMF27coAPLVRJGcn9OW8ELzW31FnSpjfXNFvgsVYioxEYo 2025/10/18 02:45:21 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/10/18 02:45:21 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/10/18 02:45:22 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AA7sfEUqpqsiq3RftLY6mea_e7egYforblKgD763K5srkZ6uVKqgm3Km-eFoNYTyDL3aGtTjBU4lKmRWpG3HyuYoH3-zz18jaACzn6vbmks84_snrn8jvt9HqvghyeIsNNXgkPzl5Svpe6A4sZ7Iauz8GGUh344H6dhXG7VtEG5C5bjB7JiQhld_aehxVSxOf6UPlDKLmAL2eX91-RzGp-_x8bQMUls2hXdtYnVKspD_SYAF9jtv4n_W-faREArfTi0LU1amkBpwR3hb-aQNmeCpmkY2DAgPqEQAuAD01sMF27coAPLVRJGcn9OW8ELzW31FnSpjfXNFvgsVYioxEYo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/10/18 02:45:23 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AKJeukzYGre0HM7PGzURp_tb6C7gVwE6r_3oJPna8wOfi-3UzyunHxH5Abw_mtMY8Arr-3CBC17BvUx0Nzvz8mLb_YCXw4SUSJVRgK2gtCc_gq24ijmizlXaRjSRNdB9OVNHMH5Rklg_1lLJvI-CyRAYTWy5lRipYOdmQYW-93Xy9q5mDjfRLiqVbFA4BQx4lMS7XEi99cXqEoHBvOLZ0YfsxD1dzmITulsyNj2WTPvdsXfUrAH0EppF8m-wpEcFc1au74s5f2s0ND8fkeECTjgATunp8lgfCEIdDxYjPNSxSvg6TB2eHVJBhTYP0E0cosMGvtpBiOK4Zww34IzUHyw 2025/10/18 02:45:24 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/10/18 02:45:24 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/10/18 02:45:25 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AKJeukzYGre0HM7PGzURp_tb6C7gVwE6r_3oJPna8wOfi-3UzyunHxH5Abw_mtMY8Arr-3CBC17BvUx0Nzvz8mLb_YCXw4SUSJVRgK2gtCc_gq24ijmizlXaRjSRNdB9OVNHMH5Rklg_1lLJvI-CyRAYTWy5lRipYOdmQYW-93Xy9q5mDjfRLiqVbFA4BQx4lMS7XEi99cXqEoHBvOLZ0YfsxD1dzmITulsyNj2WTPvdsXfUrAH0EppF8m-wpEcFc1au74s5f2s0ND8fkeECTjgATunp8lgfCEIdDxYjPNSxSvg6TB2eHVJBhTYP0E0cosMGvtpBiOK4Zww34IzUHyw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/10/18 02:45:26 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AEvEA9KwRBk4m_XcdznhRuPcv01kNJ2wm7BpmZRpRhbV4U5y3zeJilj4KD8FMpHq3zEDb68W012h1txlFEa6CIqUmwpUINwuRjZbqpWY3vgTZBKjtvCf4uZnSPwlfQIi6w3tNbFRH5lvUJC-lCJLPcBn8I2z9chiaxArKQUkPS8Ar3nH79IDKeR48-8fiW7n2AuCdpPv816BnR5tyqE9RHOzlVYq5vZgySaveJTD4VcL5e0m6Db8HxkgbtxpD1a7jQrLsJxMJJvY2CVJMa4cdI8KPfsd8HA4InsQY63a5B8HIfpIq2z6k_enUx5SASu3JB3xAtqaDDF_qMXd4d20EfY 2025/10/18 02:45:27 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/10/18 02:45:27 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/10/18 02:45:27 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/10/18 02:45:28 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/10/18 02:45:28 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/10/18 02:45:28 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/10/18 02:45:28 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AEvEA9KwRBk4m_XcdznhRuPcv01kNJ2wm7BpmZRpRhbV4U5y3zeJilj4KD8FMpHq3zEDb68W012h1txlFEa6CIqUmwpUINwuRjZbqpWY3vgTZBKjtvCf4uZnSPwlfQIi6w3tNbFRH5lvUJC-lCJLPcBn8I2z9chiaxArKQUkPS8Ar3nH79IDKeR48-8fiW7n2AuCdpPv816BnR5tyqE9RHOzlVYq5vZgySaveJTD4VcL5e0m6Db8HxkgbtxpD1a7jQrLsJxMJJvY2CVJMa4cdI8KPfsd8HA4InsQY63a5B8HIfpIq2z6k_enUx5SASu3JB3xAtqaDDF_qMXd4d20EfY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/10/18 02:45:31 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: ACBbmjd0sa36DSYe0zUC6F9zCkqimQB936GAyXaEJDhVj0HycOXPPV9E19uWarY7bbAo0IfcJuEzuY1cPG4-U-TVEffRcu-68A97cEMoX5Pps3C-HagrBebo65vBvgqrQHF6fGCayzfb5y2FsO3_fTEXogkyCxdD_-HhKVnjmJ_W0H_k1vo7qIDZt9DgZicfp96SEkzhLFadz0zyJmzTD0O7_NzQr-4BLXLZRzN9ZAmUcyVS8evT8Ay9wLQY1AbBmIfbDI-VDmMFUzI-qMu9BCPk3oquZC4fvjdrF8cHvAbfwm6wUZp_KlzyqW8iAXIVKvpCiY_lmgNrBhSjfvQSnAU 2025/10/18 02:45:31 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/10/18 02:45:31 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/10/18 02:45:31 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/10/18 02:45:32 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/10/18 02:45:32 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/10/18 02:45:32 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/10/18 02:45:33 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "ACBbmjd0sa36DSYe0zUC6F9zCkqimQB936GAyXaEJDhVj0HycOXPPV9E19uWarY7bbAo0IfcJuEzuY1cPG4-U-TVEffRcu-68A97cEMoX5Pps3C-HagrBebo65vBvgqrQHF6fGCayzfb5y2FsO3_fTEXogkyCxdD_-HhKVnjmJ_W0H_k1vo7qIDZt9DgZicfp96SEkzhLFadz0zyJmzTD0O7_NzQr-4BLXLZRzN9ZAmUcyVS8evT8Ay9wLQY1AbBmIfbDI-VDmMFUzI-qMu9BCPk3oquZC4fvjdrF8cHvAbfwm6wUZp_KlzyqW8iAXIVKvpCiY_lmgNrBhSjfvQSnAU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/10/18 02:45:37 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ACkntua0XkXJL3XXy8eU13ZMcEYLVJKZafLlRjpsrx3-BCFEQF76GSZQqUvHDQ7nGty4j0a_Yiy74FpF249KmUkjUDXOD9s_POfmF4qF6nA7Ms-nFzNqo4WYuN5WWV31Ty8GDb2_qKC0tEDIH6DKBJqeho_ScNC9Owlva1o6upRddtYTYoWK3jY-8P6edvTZmWxK7PXQOX8RkCVg8XlgohkzD5NWYjbIPCCUmsc9GCvBZ4D601ar7TIWZuqD-RAjbioOpWoIsVEwQ0jeryvY4th_53VNM7U-6mKQ0qCjEfs-DK242UwI2PWYls_bJ9nDRG_zaIVNu6fu9D88Orn9U3A 2025/10/18 02:45:38 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/10/18 02:45:39 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/10/18 02:45:39 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "ACkntua0XkXJL3XXy8eU13ZMcEYLVJKZafLlRjpsrx3-BCFEQF76GSZQqUvHDQ7nGty4j0a_Yiy74FpF249KmUkjUDXOD9s_POfmF4qF6nA7Ms-nFzNqo4WYuN5WWV31Ty8GDb2_qKC0tEDIH6DKBJqeho_ScNC9Owlva1o6upRddtYTYoWK3jY-8P6edvTZmWxK7PXQOX8RkCVg8XlgohkzD5NWYjbIPCCUmsc9GCvBZ4D601ar7TIWZuqD-RAjbioOpWoIsVEwQ0jeryvY4th_53VNM7U-6mKQ0qCjEfs-DK242UwI2PWYls_bJ9nDRG_zaIVNu6fu9D88Orn9U3A" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/10/18 02:45:41 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AOcExiSCwBq4593_LMW_kjYZAkYbCaoq_K-9JgN6kdY5SU4viW0c0GJNXKUJyG1DycVKCq_RzNdC-xCteS3UYbQ00X0rh6uF6iPLaQBu4A_aboG1gB-2I4Q9dd5fTo4OZ7KNY5FcgmqeM4IBdmxzHJJZ9nnTczpQ0ZX1X0gXiLARfSpjaygdAR49NS8faFqw27uFct586Ae3BdWYbcuGwRJ8DqZleDl0TaIFKVUfKcCKTWALDCmIhVUfSDoQRJdtx6xyMKIonhlLpGgoBfwyCz-vQWyxh-7HQ6RlFOwtkrJGghl8hZGxnyZF_lmH6B1K6xt-qXYTUwrFLolaE_k8BXo 2025/10/18 02:45:41 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/10/18 02:45:42 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/10/18 02:45:43 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AOcExiSCwBq4593_LMW_kjYZAkYbCaoq_K-9JgN6kdY5SU4viW0c0GJNXKUJyG1DycVKCq_RzNdC-xCteS3UYbQ00X0rh6uF6iPLaQBu4A_aboG1gB-2I4Q9dd5fTo4OZ7KNY5FcgmqeM4IBdmxzHJJZ9nnTczpQ0ZX1X0gXiLARfSpjaygdAR49NS8faFqw27uFct586Ae3BdWYbcuGwRJ8DqZleDl0TaIFKVUfKcCKTWALDCmIhVUfSDoQRJdtx6xyMKIonhlLpGgoBfwyCz-vQWyxh-7HQ6RlFOwtkrJGghl8hZGxnyZF_lmH6B1K6xt-qXYTUwrFLolaE_k8BXo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/10/18 02:45:44 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AH_oSeQSEJAGrs-JvC0fjJn19Yx7IRZJ3-NIiFDKulHhbZRBZ3UkIoRCcx4gTctMirgmY_REU0E89q3ppEz2SBp49_OXSO5U4rtGGN-hW4T8bJRml1gSBaP3SjSmPj4HF6TuVM1afIKKvIil3TpUXvNXBpf-oWq3-swklYE2bDRML4bCnQ3WnjZehn34xGJbs9aHlcC4Fd-AitU_tKdTEqDWmRF-mC0c3IGTOGFj-Pmss9p_DE33YdTHA7g9Wm9LosbMsMxb65jDBA1HiOeHgqZPLHhMmE8xBDMFsPmNPVf7-ZWK7TKFlgD0PcR9qwuSNkhswzlPrumpibA1whbv5zQ 2025/10/18 02:45:45 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/10/18 02:45:46 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/10/18 02:45:46 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AH_oSeQSEJAGrs-JvC0fjJn19Yx7IRZJ3-NIiFDKulHhbZRBZ3UkIoRCcx4gTctMirgmY_REU0E89q3ppEz2SBp49_OXSO5U4rtGGN-hW4T8bJRml1gSBaP3SjSmPj4HF6TuVM1afIKKvIil3TpUXvNXBpf-oWq3-swklYE2bDRML4bCnQ3WnjZehn34xGJbs9aHlcC4Fd-AitU_tKdTEqDWmRF-mC0c3IGTOGFj-Pmss9p_DE33YdTHA7g9Wm9LosbMsMxb65jDBA1HiOeHgqZPLHhMmE8xBDMFsPmNPVf7-ZWK7TKFlgD0PcR9qwuSNkhswzlPrumpibA1whbv5zQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/10/18 02:45:48 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ACc_H5ANxlZtpjb-T17HsJGXf_Dqf0tHv-UiciR-J-t7j7DVOjqnKI818kVh3q7qnC1J7Gt5_vdpoYA1S5r8V0KHXFjceidKQv_IY4iYiIUUHDb-aQbQzaVu5_PZh7Nobigi2aF-pEJaUjiITpbiOpGXow2rp7EbpF_dkN1w3Td85bC_BdA6d1sMonyBjcGnAtT69uVcNHlqgIF6eFF0i72S_yvJQquetEW4OIc0LfFJ5vNo7konLZ1LTafbl2viixv_xH_hxA4OPCzRXasvmtlnw_J6bZvEuINi1ya0ZloNy5vAQRaZHGfYqBpZPeM0NhyD3Wg9zTnmaCFhe3owAKs 2025/10/18 02:45:48 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/10/18 02:45:49 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/10/18 02:45:49 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/10/18 02:45:49 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/10/18 02:45:49 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/10/18 02:45:49 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/10/18 02:45:50 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ACc_H5ANxlZtpjb-T17HsJGXf_Dqf0tHv-UiciR-J-t7j7DVOjqnKI818kVh3q7qnC1J7Gt5_vdpoYA1S5r8V0KHXFjceidKQv_IY4iYiIUUHDb-aQbQzaVu5_PZh7Nobigi2aF-pEJaUjiITpbiOpGXow2rp7EbpF_dkN1w3Td85bC_BdA6d1sMonyBjcGnAtT69uVcNHlqgIF6eFF0i72S_yvJQquetEW4OIc0LfFJ5vNo7konLZ1LTafbl2viixv_xH_hxA4OPCzRXasvmtlnw_J6bZvEuINi1ya0ZloNy5vAQRaZHGfYqBpZPeM0NhyD3Wg9zTnmaCFhe3owAKs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/10/18 02:45:52 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AOsVSItmW9MUnndVxdP8SWU5YAcGymttPFfsDutqxwjs2zOEAro_QaJ8x3E483aqYAbFUJAhd61wU4s45FlP3gKH_QAG-WCUPI51OufE5IccVyICHVOUrFtPQ3aylXKySF7Dxo3fplF9pzrw0DBJcyZ4G1l1iGPoFkPdc4UtzXX4s1Er81Dk9q0F7rg5eFNqO4aHxo2XHajIx6Wh4XZkngeT184MmITYW5rrpgKJFU5RdkjKfTJCrC4yVQTLbOyWv_PTeXROS_LEYnu3d-EJS5w5lCBF6n3nm-5WaTtN7C5whCFdawQ4nm2u0G-qGUFEH1Ajjr24dwsq0XOpLBLDwM4 2025/10/18 02:45:52 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/10/18 02:45:53 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/10/18 02:45:53 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/10/18 02:45:53 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/10/18 02:45:53 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/10/18 02:45:54 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/10/18 02:45:54 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AOsVSItmW9MUnndVxdP8SWU5YAcGymttPFfsDutqxwjs2zOEAro_QaJ8x3E483aqYAbFUJAhd61wU4s45FlP3gKH_QAG-WCUPI51OufE5IccVyICHVOUrFtPQ3aylXKySF7Dxo3fplF9pzrw0DBJcyZ4G1l1iGPoFkPdc4UtzXX4s1Er81Dk9q0F7rg5eFNqO4aHxo2XHajIx6Wh4XZkngeT184MmITYW5rrpgKJFU5RdkjKfTJCrC4yVQTLbOyWv_PTeXROS_LEYnu3d-EJS5w5lCBF6n3nm-5WaTtN7C5whCFdawQ4nm2u0G-qGUFEH1Ajjr24dwsq0XOpLBLDwM4" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/10/18 02:45:58 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/10/18 02:46:02 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/10/18 02:46:07 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/10/18 02:46:13 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/10/18 02:46:18 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/10/18 02:46:22 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ABgpnjStF4GEvZVlQVguhwT4xv0RVb0cPRU4Jhn6ncxBBFZXfv_U32_Z2ZnvjZWAq584W2TG9snq6UYIzfLtXoeTP4w-IO3iB1JpsMzbpYFbg8GGVaitUGa6JIGnuWg6nkvdZTMVJVlOiTIMJMyCLlVzEyhxcxOlMsH9reixs2VmNXmQ-Mwgf9YoLd4OmG0gVDJiwyGT68MmpJr39Iu1qFiLFpK5ENLz06Fu_4-NPy8o738trm9beG5EBy7jbK8i76Lnt2wQ0QzkxYPT_NKmrLHH41Htde1PY23NQytC4RlOHlYxmiha3YSpxvYelo0hmhx9f5PabAGkq4G-ZRnWB2I 2025/10/18 02:46:22 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/10/18 02:46:22 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "c24df806a47a015504a8bbc5ee91af3a" 2025/10/18 02:46:23 DEBUG : unknown-size-put.txt: multipart upload "ABgpnjStF4GEvZVlQVguhwT4xv0RVb0cPRU4Jhn6ncxBBFZXfv_U32_Z2ZnvjZWAq584W2TG9snq6UYIzfLtXoeTP4w-IO3iB1JpsMzbpYFbg8GGVaitUGa6JIGnuWg6nkvdZTMVJVlOiTIMJMyCLlVzEyhxcxOlMsH9reixs2VmNXmQ-Mwgf9YoLd4OmG0gVDJiwyGT68MmpJr39Iu1qFiLFpK5ENLz06Fu_4-NPy8o738trm9beG5EBy7jbK8i76Lnt2wQ0QzkxYPT_NKmrLHH41Htde1PY23NQytC4RlOHlYxmiha3YSpxvYelo0hmhx9f5PabAGkq4G-ZRnWB2I" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/10/18 02:46:25 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AG86DmcaXJ5-7CgqkZrZSdijKSCQTM2z1kMtKmcrubHDRsqUVvUlBFOLaqiQGNSduzA4e5BYMXSUMHIPfvuHRaOh3RfgIw2wa5oWA-bC3TDtxSvzQWzJfCU-9lqoDkVZ8eJPQmuI80uJS5QUttNtQakbYu_hF9x7WPegxQa8Iuv44raK6gl7ewulFqxKG8FGti-5l37YzXx2tMj4rlYx4rF0ppq-ZDtOcpZ4VVWp7mb0SoZbtkqxysiHX4HmrtH9mwy5qn_h5QVaJiri9BRemRd3WGeTPziNwXN-jTWb1ZeCi8y3Inz-1HHrH8-MJ4MhesZjml0tR1r8DKQ3yU7-oKo 2025/10/18 02:46:25 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/10/18 02:46:25 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "64b38a8504df207e2989deca82a9eae9" 2025/10/18 02:46:26 DEBUG : unknown-size-update.txt: multipart upload "AG86DmcaXJ5-7CgqkZrZSdijKSCQTM2z1kMtKmcrubHDRsqUVvUlBFOLaqiQGNSduzA4e5BYMXSUMHIPfvuHRaOh3RfgIw2wa5oWA-bC3TDtxSvzQWzJfCU-9lqoDkVZ8eJPQmuI80uJS5QUttNtQakbYu_hF9x7WPegxQa8Iuv44raK6gl7ewulFqxKG8FGti-5l37YzXx2tMj4rlYx4rF0ppq-ZDtOcpZ4VVWp7mb0SoZbtkqxysiHX4HmrtH9mwy5qn_h5QVaJiri9BRemRd3WGeTPziNwXN-jTWb1ZeCi8y3Inz-1HHrH8-MJ4MhesZjml0tR1r8DKQ3yU7-oKo" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/10/18 02:46:26 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yepefoz5wixo/deeper/nonexisting/directory" 2025/10/18 02:46:26 DEBUG : Config file has changed externally - reloading === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2625: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2717: Can't test if can't have empty directories 2025/10/18 02:46:27 DEBUG : Waiting for deletions to finish 2025/10/18 02:46:27 DEBUG : "chunked-5.054Mi-10.109Mi-streamed.bin" version false 2025/10/18 02:46:27 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "") 2025/10/18 02:46:27 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/10/18 02:46:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/10/18 02:46:27 INFO : chunked-5.054Mi-10.109Mi-streamed.bin: Deleted 2025/10/18 02:46:27 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/10/18 02:46:28 INFO : S3 bucket rclone-test-yepefoz5wixo: Bucket "rclone-test-yepefoz5wixo" deleted 2025/10/18 02:46:29 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- FAIL: TestIntegration (224.18s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.26s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (2.13s) --- FAIL: TestIntegration/FsMkdir (220.82s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.34s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.11s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.11s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.11s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.11s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.11s) --- PASS: TestIntegration/FsMkdir/FsEncoding (29.34s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.52s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.46s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.55s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.57s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.52s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.51s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.57s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.60s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.46s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.53s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.53s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.43s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.49s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.58s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.50s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.57s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.53s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.38s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (3.74s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (39.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.09s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (2.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (2.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (2.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (5.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (3.08s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (1.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (1.32s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.86s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (4.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (1.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (2.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.75s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.79s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (4.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (1.94s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (2.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (2.76s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (1.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (1.10s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.04s) --- FAIL: TestIntegration/FsMkdir/FsPutChunked (112.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (17.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (5.21s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (3.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (6.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (3.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (6.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (3.32s) --- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (16.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (4.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (2.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (5.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (2.85s) --- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (6.46s) --- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (16.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (4.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (2.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (5.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (2.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (6.53s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (3.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (19.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (5.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (3.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (6.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (3.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (7.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (3.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (20.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (5.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (3.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (6.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (3.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (8.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (4.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (21.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (6.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (7.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (3.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (8.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (4.20s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (25.45s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (4.16s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (4.63s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (5.82s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (5.63s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (5.21s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (5.07s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.95s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (3.12s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.26s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 s3_test.go:44: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2025/10/18 02:46:29 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/10/18 02:46:29 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/s3 224.204s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished ERROR in 3m45.61379311s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed]