"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/09/12 01:08:27 NOTICE: TestS3R2: Starting server 2025/09/12 01:08:27 DEBUG : Creating backend with remote "TestS3R2:rclone-test-fotevey1xaye" 2025/09/12 01:08:27 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/09/12 01:08:28 INFO : S3 bucket rclone-test-fotevey1xaye: Bucket "rclone-test-fotevey1xaye" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/09/12 01:08:29 INFO : S3 bucket rclone-test-fotevey1xaye: Bucket "rclone-test-fotevey1xaye" deleted === RUN TestIntegration/FsMkdir 2025/09/12 01:08:29 INFO : S3 bucket rclone-test-fotevey1xaye: Bucket "rclone-test-fotevey1xaye" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/09/12 01:08:29 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/09/12 01:08:29 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/09/12 01:08:29 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/09/12 01:08:49 NOTICE: S3 bucket rclone-test-fotevey1xaye: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/09/12 01:08:49 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AHGQTb8hGjCvaLn1Rz-AkECqkBnM-TSPLwZE1l6TeLQHYopxB0KGvcZ2lHJe3LSzzLdFzx92NqF7ZwcJNfpoHLpyVKLFrW_MVMFzxJn6dE7ZXLEomfVlk81rSultkhisGyumTnoUjG4nmU8H20YPESIZ7tvNo47PFxwFd-ZcFYle7YM0PA_rgwAFvTOfyL1xGAZefx8AnDNhqJd1rC73BBETK68MIskn4eiEVE_YmsPRNp8s02Ar5b-0HdHQ2I8N560MevVtuErUnl0EyeRwcInNPd57-cG2LYiNAF7cpVKbMo4qhtxlBC-zqQIlBFInfC-ffzR15NLiRtVZ4tdaQn0 2025/09/12 01:08:49 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "1697f921e7cf27b60bdaf2993c8ba429" 2025/09/12 01:08:50 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "dd0bfa2c6a873bb5c7f4307019ab54c1" 2025/09/12 01:08:50 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "ed74b196715a8f82229830020365a7a3" 2025/09/12 01:08:50 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AHGQTb8hGjCvaLn1Rz-AkECqkBnM-TSPLwZE1l6TeLQHYopxB0KGvcZ2lHJe3LSzzLdFzx92NqF7ZwcJNfpoHLpyVKLFrW_MVMFzxJn6dE7ZXLEomfVlk81rSultkhisGyumTnoUjG4nmU8H20YPESIZ7tvNo47PFxwFd-ZcFYle7YM0PA_rgwAFvTOfyL1xGAZefx8AnDNhqJd1rC73BBETK68MIskn4eiEVE_YmsPRNp8s02Ar5b-0HdHQ2I8N560MevVtuErUnl0EyeRwcInNPd57-cG2LYiNAF7cpVKbMo4qhtxlBC-zqQIlBFInfC-ffzR15NLiRtVZ4tdaQn0" 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/09/12 01:08:53 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/09/12 01:08:53 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/09/12 01:08:55 DEBUG : S3 bucket rclone-test-fotevey1xaye: bucket is versioned: false 2025/09/12 01:08:55 DEBUG : Waiting for deletions to finish 2025/09/12 01:08:55 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/09/12 01:08:55 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/09/12 01:08:55 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/09/12 01:08:56 DEBUG : Creating backend with remote "TestS3R2:rclone-test-fotevey1xaye/dirToPurgeFromRoot" 2025/09/12 01:08:56 DEBUG : S3 bucket rclone-test-fotevey1xaye path dirToPurgeFromRoot: bucket is versioned: false 2025/09/12 01:08:56 DEBUG : Waiting for deletions to finish 2025/09/12 01:08:57 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/09/12 01:08:57 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/09/12 01:08:57 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/09/12 01:08:57 DEBUG : Creating backend with remote "TestS3R2:rclone-test-fotevey1xaye/hello? sausage/êé" 2025/09/12 01:08:59 DEBUG : S3 bucket rclone-test-fotevey1xaye path hello? sausage/êé: bucket is versioned: false 2025/09/12 01:08:59 DEBUG : Waiting for deletions to finish 2025/09/12 01:08:59 DEBUG : "a/b/c/d/e.txt" version false 2025/09/12 01:08:59 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/09/12 01:08:59 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/09/12 01:09:07 DEBUG : Creating backend with remote "TestS3R2:rclone-test-fotevey1xaye/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/09/12 01:09:07 DEBUG : Creating backend with remote "TestS3R2:rclone-test-fotevey1xaye/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-fotevey1xaye" from "TestS3R2:rclone-test-fotevey1xaye" 2025/09/12 01:09:08 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/09/12 01:09:13 DEBUG : piped data.txt: open chunk writer: started multipart upload: AJUIgP3-OwJtcWzEeV52qHWKqomnH0JLKMTnzFC_4ktTTbMKIjQfQgwBKk4msSaNeoyD4HoduFBjEBBi4sJ5oMnGZ7Sc2u8dNg8mn3yZ8xcMJXExuZ8L-eQHrzDjEbkHDcO5dZ6pTGQzIqttryW7Y_tL__dJNNk7UCsavgEPnznJcPB0-rnO7VrZ7wk7xRMXI3gBf32HodBOoipVVgTNF5tLV11YkWlGn_0MhWzWvukgS_e9HlRvAc2k5TSNfDB3vhH_4wgfxM0JHzAlKwoTMDX4Babz3MhIEFAhlnbuGrNFnsjtycmDMbJ1AtyPLe5AyWcPSA2_nFnLgUChIPyAGLI 2025/09/12 01:09:13 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/09/12 01:09:13 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/09/12 01:09:14 DEBUG : piped data.txt: multipart upload "AJUIgP3-OwJtcWzEeV52qHWKqomnH0JLKMTnzFC_4ktTTbMKIjQfQgwBKk4msSaNeoyD4HoduFBjEBBi4sJ5oMnGZ7Sc2u8dNg8mn3yZ8xcMJXExuZ8L-eQHrzDjEbkHDcO5dZ6pTGQzIqttryW7Y_tL__dJNNk7UCsavgEPnznJcPB0-rnO7VrZ7wk7xRMXI3gBf32HodBOoipVVgTNF5tLV11YkWlGn_0MhWzWvukgS_e9HlRvAc2k5TSNfDB3vhH_4wgfxM0JHzAlKwoTMDX4Babz3MhIEFAhlnbuGrNFnsjtycmDMbJ1AtyPLe5AyWcPSA2_nFnLgUChIPyAGLI" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/09/12 01:09:14 DEBUG : piped data.txt: open chunk writer: started multipart upload: AJxkAH8fEsejMQzjbyYrkZGR1-My8CdWM-D-tqJuVEWEA6b_ci9D1Bm1-l614lecCoA1PqMyC251dEKhRQUzAzxbCiTVLm3R5hm7j1ToicP_gUkGmzVWXFg7FeNFfoXM-3rNI0y0fennJfvB18S79gsIjoBP7Kxxoha9uD69rZPESliJ7HWgFU7X8f-Ttsfr0HM6c1x0cAqZeKY_MgPqjHs8EAwRoEiePqZiWPy01Bg7zYqkSlYsDkObYId4_lT6tzHd63cn99KVT6BpDOJFBBHTAS9deabzNirX7mD7xotUED268B0XsJMMkDuqVW47vcWKgzn7wW0JtHnl8dhgO1w 2025/09/12 01:09:14 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/12 01:09:14 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "94b613779a1b00949106ef136198d9da" 2025/09/12 01:09:15 DEBUG : piped data.txt: multipart upload "AJxkAH8fEsejMQzjbyYrkZGR1-My8CdWM-D-tqJuVEWEA6b_ci9D1Bm1-l614lecCoA1PqMyC251dEKhRQUzAzxbCiTVLm3R5hm7j1ToicP_gUkGmzVWXFg7FeNFfoXM-3rNI0y0fennJfvB18S79gsIjoBP7Kxxoha9uD69rZPESliJ7HWgFU7X8f-Ttsfr0HM6c1x0cAqZeKY_MgPqjHs8EAwRoEiePqZiWPy01Bg7zYqkSlYsDkObYId4_lT6tzHd63cn99KVT6BpDOJFBBHTAS9deabzNirX7mD7xotUED268B0XsJMMkDuqVW47vcWKgzn7wW0JtHnl8dhgO1w" 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/09/12 01:09:15 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/09/12 01:09:18 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: ABfYZuaUhjGEGmuZWdG2zUKBjONOt_0cmZsQ8JqLAS-isbP95htSF9CUEQ_poJtRgGA2cbJ7TGwMRg7jByXM1BByH38lQK_yvFkfzCaq8imXR8XYTHEGWslZyaF8ebSxV49bgB04dvDDz1jQM2IBSdSMvPzhdJ9xPmoPfoLOTFJ1DBJp229rHHDuGJchRW9slxd8P8Uv5OxYJEMgtEKaLuYvGRgf2vBNezoCbyEqyRIdTcPzGjRYvvLrXFyg0E53ewBAo56SBcpztqry6poAY3D_1GtP9Uz9RvfeTRqF5REKr-jTwgL_UQCey8LG1Ultk9qvmjoXQHVlLxlsG14wzio 2025/09/12 01:09:18 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/09/12 01:09:18 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/09/12 01:09:18 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "ABfYZuaUhjGEGmuZWdG2zUKBjONOt_0cmZsQ8JqLAS-isbP95htSF9CUEQ_poJtRgGA2cbJ7TGwMRg7jByXM1BByH38lQK_yvFkfzCaq8imXR8XYTHEGWslZyaF8ebSxV49bgB04dvDDz1jQM2IBSdSMvPzhdJ9xPmoPfoLOTFJ1DBJp229rHHDuGJchRW9slxd8P8Uv5OxYJEMgtEKaLuYvGRgf2vBNezoCbyEqyRIdTcPzGjRYvvLrXFyg0E53ewBAo56SBcpztqry6poAY3D_1GtP9Uz9RvfeTRqF5REKr-jTwgL_UQCey8LG1Ultk9qvmjoXQHVlLxlsG14wzio" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/09/12 01:09:20 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: ACVjRi7KYBzbCd5pCgI4TxNfpno3em-ul1bFiyhUDlUYUUXdmQLvXQuqFBRnYrcqV45ugxzhu04Eo6DwpcagsaO73beeluDd0D8mxItfDfPoiTT91qdAQFYy57Dbq_BOUU3ZQae0XLmiIOz2nLC_-Ce56LcwWkor8XwkfIYr7h2bvE7S7zYimOPc1zqCYykiUN-sINefmqIeir7uIeIVsDVVBTc3GWyiAi1m2j9Jq2eE7o67u8YuMSztSbmMUZ9ijMTjX7G9y2Zs3HAKgJVXGgWlfZ9aqzYB48MX_e5-sgO2afW7tovuC_S1FiwWKZEayBA63h2kG9FCDIG3wOLMqKs 2025/09/12 01:09:20 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/09/12 01:09:20 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/12 01:09:20 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "ACVjRi7KYBzbCd5pCgI4TxNfpno3em-ul1bFiyhUDlUYUUXdmQLvXQuqFBRnYrcqV45ugxzhu04Eo6DwpcagsaO73beeluDd0D8mxItfDfPoiTT91qdAQFYy57Dbq_BOUU3ZQae0XLmiIOz2nLC_-Ce56LcwWkor8XwkfIYr7h2bvE7S7zYimOPc1zqCYykiUN-sINefmqIeir7uIeIVsDVVBTc3GWyiAi1m2j9Jq2eE7o67u8YuMSztSbmMUZ9ijMTjX7G9y2Zs3HAKgJVXGgWlfZ9aqzYB48MX_e5-sgO2afW7tovuC_S1FiwWKZEayBA63h2kG9FCDIG3wOLMqKs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/09/12 01:09:21 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: ABiz0zDa-Tbi-Fi9P8i4uFuY65W23eNgOKija7AGOtdCdpxeqZ0VFU7xDAQiBK7HX-Bliav3ExIsUadRaQGRlE6DwOkgaah4m5QEuivgoYo41b6KgVT99MXciZ9jCeSgZaatfU48O9nNlyL92DidTTRo-93HunD1sP5WpzTK32Y-cx8ZHj989YIPjOJYVu0DE1nh2ajKmxQ6ayNVv9X7Uaeb0YZRFDNDl-KloJTrgy-Mt7HG1ye65INwVihyT_DcfrwjLtDJ431F4JiAcyuHkVwhF30fDeXR4djYDrlVqw1wyt4FWVQFtn6SgsM1ZUbqIq6aTidSeHvPz7bQFSBCNtI 2025/09/12 01:09:21 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/12 01:09:22 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/12 01:09:22 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "ABiz0zDa-Tbi-Fi9P8i4uFuY65W23eNgOKija7AGOtdCdpxeqZ0VFU7xDAQiBK7HX-Bliav3ExIsUadRaQGRlE6DwOkgaah4m5QEuivgoYo41b6KgVT99MXciZ9jCeSgZaatfU48O9nNlyL92DidTTRo-93HunD1sP5WpzTK32Y-cx8ZHj989YIPjOJYVu0DE1nh2ajKmxQ6ayNVv9X7Uaeb0YZRFDNDl-KloJTrgy-Mt7HG1ye65INwVihyT_DcfrwjLtDJ431F4JiAcyuHkVwhF30fDeXR4djYDrlVqw1wyt4FWVQFtn6SgsM1ZUbqIq6aTidSeHvPz7bQFSBCNtI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/09/12 01:09:23 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ACFFk6WuUU-XPuSKYvDmTcODqohAvYl90zSbuUYEh6tJZu2rcNiOnXlXsvfpUhZZ8NLZ6XqF8yAmEVb4l9aUmE9SBrvlzRVmdwhtbFvHz577RtLz4Pqn2pvF89ipR0-05D4TVSwGbb7lZ4Ldtx9TPhaNT62h9S3HAW9U_O4koO4IuBj_zIY_HNSMMdUFghEEaMOvklDovEzYmAGiMrJXEFklH3uWA1LKrqABxIOg6-_K5VxDfI2hO51jWPa9TXc7u_6WGmqlTxtnHO2TU_7a9Aq5aGTOilWEKluF8NksEU2EoqkYWkSabLpRF3i4ppFgSyFWxcZOwHbD1hkmFHD5r0U 2025/09/12 01:09:23 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/09/12 01:09:23 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/09/12 01:09:23 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/09/12 01:09:24 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/12 01:09:24 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/12 01:09:24 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/12 01:09:24 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ACFFk6WuUU-XPuSKYvDmTcODqohAvYl90zSbuUYEh6tJZu2rcNiOnXlXsvfpUhZZ8NLZ6XqF8yAmEVb4l9aUmE9SBrvlzRVmdwhtbFvHz577RtLz4Pqn2pvF89ipR0-05D4TVSwGbb7lZ4Ldtx9TPhaNT62h9S3HAW9U_O4koO4IuBj_zIY_HNSMMdUFghEEaMOvklDovEzYmAGiMrJXEFklH3uWA1LKrqABxIOg6-_K5VxDfI2hO51jWPa9TXc7u_6WGmqlTxtnHO2TU_7a9Aq5aGTOilWEKluF8NksEU2EoqkYWkSabLpRF3i4ppFgSyFWxcZOwHbD1hkmFHD5r0U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/09/12 01:09:26 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AL79_nfgQj0m9fXSeoyXpaaDhwN_sQMkGV-sl7VoxzC6bC5bXy4hFxUfQSvFYmHfhgOFTtT1DBeEc9tG9DyzSgWrhY7MU1sWsOY0ntRCAI1VFm9OVAF5sWc-ljd1TWqk9ygXZPKaNH1IbsX1tLecV1kf0iFSY7yUxP8vXTHx9bS_uY1J6iCIGD7-T2N8JUCyLcxpVewQKXQcFMSTf3jAQNhKaTDcZpwqKX6zxv9kZwdklybHFI_sQsbmXpTO3iLUFqFDFxEQ9UdjfnbjS2jtLhzoCOzDJZbJWh6j1VeatO5HwrRYMIbHrF6QKCHgcXycvzfaS4-CPPMIbLGofd7W6s0 2025/09/12 01:09:26 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/12 01:09:26 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/09/12 01:09:26 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/09/12 01:09:27 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/12 01:09:27 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/12 01:09:27 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/12 01:09:27 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AL79_nfgQj0m9fXSeoyXpaaDhwN_sQMkGV-sl7VoxzC6bC5bXy4hFxUfQSvFYmHfhgOFTtT1DBeEc9tG9DyzSgWrhY7MU1sWsOY0ntRCAI1VFm9OVAF5sWc-ljd1TWqk9ygXZPKaNH1IbsX1tLecV1kf0iFSY7yUxP8vXTHx9bS_uY1J6iCIGD7-T2N8JUCyLcxpVewQKXQcFMSTf3jAQNhKaTDcZpwqKX6zxv9kZwdklybHFI_sQsbmXpTO3iLUFqFDFxEQ9UdjfnbjS2jtLhzoCOzDJZbJWh6j1VeatO5HwrRYMIbHrF6QKCHgcXycvzfaS4-CPPMIbLGofd7W6s0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/09/12 01:09:30 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: APbaKm17gwOeFUVJtJKR04j2W_VLtBqWVMSD-mvOOJqmOksSzrgVNhjCOlSKXuzyZxB2XFHPW63MlJXNKa00XUyUxgbRCJn2tPDjMH-JiEh4HdXnd8Q7dKHkZeEgGJsdccHDZktXJWiERRTzNcc9Zvu99SQB5W7zA6lV9gXldN9uXOT2mMLaaDeDSmJfzXtL60vEe4AVWM6oEoGE50SmDTND0jdPzsHz_dxNinuGpOw7vwgmYglZMi-hESrIhH-ioKGcUILN5ahPnjlx1Zw8sOj4Yr1efSeUv5ENOBKqdIe7DwvhzVMHdN1HvskY9kY5M59t5OG1c4wRMsEykYF4NiM 2025/09/12 01:09:30 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/12 01:09:31 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/09/12 01:09:31 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "APbaKm17gwOeFUVJtJKR04j2W_VLtBqWVMSD-mvOOJqmOksSzrgVNhjCOlSKXuzyZxB2XFHPW63MlJXNKa00XUyUxgbRCJn2tPDjMH-JiEh4HdXnd8Q7dKHkZeEgGJsdccHDZktXJWiERRTzNcc9Zvu99SQB5W7zA6lV9gXldN9uXOT2mMLaaDeDSmJfzXtL60vEe4AVWM6oEoGE50SmDTND0jdPzsHz_dxNinuGpOw7vwgmYglZMi-hESrIhH-ioKGcUILN5ahPnjlx1Zw8sOj4Yr1efSeUv5ENOBKqdIe7DwvhzVMHdN1HvskY9kY5M59t5OG1c4wRMsEykYF4NiM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/09/12 01:09:32 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AANLkD1j53qe7uJQ51oBB4iiYl7HtN8C-TSeyvzAYa9IB32SkjF7-PBQIT8_uiHIJPVBDlhBUhOODd87imwMdoHajPkMFXdWkA4NYUS4Jap2o3J4xs_RZ5b55mXKhRCP87vWV4RHMSJjG5k4PHXvz6MrNZmmXzjSCd6oBUoMe-S_rNZTHcb_vZaOiU7dou6O2ruTkUMZCkTtJuTBY55d19hL6NQfeEpy4LfiOd4rmLfKdAkB1sA7MQnv4fDOmCvyHKVl3dud_BJ4J7HShJ3ECyXCXdtGhr2ZkzssoLRFr0t6cTGLM9yUxxCJIVZZySh4Se_wBcRh9C87OKZ9wXSZD7c 2025/09/12 01:09:32 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/09/12 01:09:34 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/12 01:09:34 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AANLkD1j53qe7uJQ51oBB4iiYl7HtN8C-TSeyvzAYa9IB32SkjF7-PBQIT8_uiHIJPVBDlhBUhOODd87imwMdoHajPkMFXdWkA4NYUS4Jap2o3J4xs_RZ5b55mXKhRCP87vWV4RHMSJjG5k4PHXvz6MrNZmmXzjSCd6oBUoMe-S_rNZTHcb_vZaOiU7dou6O2ruTkUMZCkTtJuTBY55d19hL6NQfeEpy4LfiOd4rmLfKdAkB1sA7MQnv4fDOmCvyHKVl3dud_BJ4J7HShJ3ECyXCXdtGhr2ZkzssoLRFr0t6cTGLM9yUxxCJIVZZySh4Se_wBcRh9C87OKZ9wXSZD7c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/09/12 01:09:35 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AN8IXT9UwZ_1KgeJ0__FZ4o8eR_lugDoJ_NEcL0OzpT9wC7-kAeob0R5Wua02oFiF5ifaqvpz8hHjpgOGjRVm9Lb8_xz77Ue7j88QSHOGrPdbBkaZWaIEj_sT9PXU3_AX4YP3C9EuFwsjOgFPbpnHbojHOs05-GE2OwmwWwGTD4Loy4DHy_b5do6u1n9IT6Sj61g5j-sXMAvdbbQjG0SP70I12o5Om2nDRvL0-Gbz6ML9mcryL0CyGOiceWy8EKHUe9VPWtUeOrdFpOWzmp-THpyLJ7lTjBoI_n0MoOz3X9BaPlikIJuL8WB8S5ndIBTqhyrpj0DziWZ5OMfTdwF8MM 2025/09/12 01:09:35 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/12 01:09:36 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/12 01:09:36 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AN8IXT9UwZ_1KgeJ0__FZ4o8eR_lugDoJ_NEcL0OzpT9wC7-kAeob0R5Wua02oFiF5ifaqvpz8hHjpgOGjRVm9Lb8_xz77Ue7j88QSHOGrPdbBkaZWaIEj_sT9PXU3_AX4YP3C9EuFwsjOgFPbpnHbojHOs05-GE2OwmwWwGTD4Loy4DHy_b5do6u1n9IT6Sj61g5j-sXMAvdbbQjG0SP70I12o5Om2nDRvL0-Gbz6ML9mcryL0CyGOiceWy8EKHUe9VPWtUeOrdFpOWzmp-THpyLJ7lTjBoI_n0MoOz3X9BaPlikIJuL8WB8S5ndIBTqhyrpj0DziWZ5OMfTdwF8MM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/09/12 01:09:37 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AHgNA7a1PTD-gyadpUqDSFo4J27qI1slnYIZKGjHGMl4xgNpl0zepc2Ld6QlVeESLstbah_oKER1M_JapLLVcgEnRXmoJbPyxkOzg6SgvUv-YX9u1gwXQ308VpYfTtbsJxgzonQn99exRfUwWon4PNhYCjq9wUtRuEiBpHZsEE37KbtcKm4a1ygOU6iqrPPAR85wp8dvm9T-z-Ta5XZCE_4AHA363Lg-FnYMGGTnPy256kDU369V8HkAo5Hixp77Ohv0x3q8jvmAe1A2iLbgHN3w5AyTIrAO3cv97QZYIMMSMxVWbayLyqRRZJlcgsC7-QJiukE0U8kMr0V3crg0FVM 2025/09/12 01:09:37 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/09/12 01:09:37 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/09/12 01:09:37 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/12 01:09:38 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/12 01:09:38 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/12 01:09:39 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/12 01:09:40 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AHgNA7a1PTD-gyadpUqDSFo4J27qI1slnYIZKGjHGMl4xgNpl0zepc2Ld6QlVeESLstbah_oKER1M_JapLLVcgEnRXmoJbPyxkOzg6SgvUv-YX9u1gwXQ308VpYfTtbsJxgzonQn99exRfUwWon4PNhYCjq9wUtRuEiBpHZsEE37KbtcKm4a1ygOU6iqrPPAR85wp8dvm9T-z-Ta5XZCE_4AHA363Lg-FnYMGGTnPy256kDU369V8HkAo5Hixp77Ohv0x3q8jvmAe1A2iLbgHN3w5AyTIrAO3cv97QZYIMMSMxVWbayLyqRRZJlcgsC7-QJiukE0U8kMr0V3crg0FVM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/09/12 01:09:42 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AJdrzm10wVDUL79-38pBW6avII6_lkql0lAEQOcjChPfY_UditlD7IABsJXD2Mom9X2RocPwctNI00bUptuHeRHneRFmLFP8kiveO-wQ2WmntXort9S5p3VSCrQVoZaEaC4Zto3ZaeklKeFmwXE25x16A75ZbzTa6o9_HIUU1xFQPqNNUialNqedkXSWFlQ5bIpl-cr-fP2ahtHk7LWSV0vb4vNdb8AwuGJye33PZScnmekDBBPcFMP6msIIqBbGcHZpcNwLuEr9lyvx_Vcbu7SztaDO4mTfXp67fN3Ht4oWDJ89-OosG3CkyHGhPJzY5Z3lrgiED3sExypcyFfb5cg 2025/09/12 01:09:43 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/12 01:09:43 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/12 01:09:43 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/09/12 01:09:43 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/12 01:09:43 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/12 01:09:44 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/12 01:09:45 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AJdrzm10wVDUL79-38pBW6avII6_lkql0lAEQOcjChPfY_UditlD7IABsJXD2Mom9X2RocPwctNI00bUptuHeRHneRFmLFP8kiveO-wQ2WmntXort9S5p3VSCrQVoZaEaC4Zto3ZaeklKeFmwXE25x16A75ZbzTa6o9_HIUU1xFQPqNNUialNqedkXSWFlQ5bIpl-cr-fP2ahtHk7LWSV0vb4vNdb8AwuGJye33PZScnmekDBBPcFMP6msIIqBbGcHZpcNwLuEr9lyvx_Vcbu7SztaDO4mTfXp67fN3Ht4oWDJ89-OosG3CkyHGhPJzY5Z3lrgiED3sExypcyFfb5cg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/09/12 01:09:52 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AATyKW0LYm0VhPP_MMxgnXr1Lgj4ucIYvWC9Tbd-4wEdn73GZgp70v54v_dVMEc5txqph4-Q9zRN49zeZQ7JQIjZTo6icgW3NztsbBcDQ516llH9SaOO0hii7_0DjEgCkAblEiKk_U9ZIWwJVQLRzoXFVpKmptEhDK6giGk1qveF311lu4yY5NOeNFllyrOatX1JhuEr0UVZLSnNtcQ7Vvs_pQD6oF5X-NHsCBL6D5stLZwYJco_lbJt4lcVdR74qhin4DlZDyy-pTuqHPjkXjscK1jnnULj4kcnVaxAFG5adIah0858VUF2pXnYqxlPqzmnGdJr_zdofZ_Ul9FaKMs 2025/09/12 01:09:52 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/12 01:09:53 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/09/12 01:09:54 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AATyKW0LYm0VhPP_MMxgnXr1Lgj4ucIYvWC9Tbd-4wEdn73GZgp70v54v_dVMEc5txqph4-Q9zRN49zeZQ7JQIjZTo6icgW3NztsbBcDQ516llH9SaOO0hii7_0DjEgCkAblEiKk_U9ZIWwJVQLRzoXFVpKmptEhDK6giGk1qveF311lu4yY5NOeNFllyrOatX1JhuEr0UVZLSnNtcQ7Vvs_pQD6oF5X-NHsCBL6D5stLZwYJco_lbJt4lcVdR74qhin4DlZDyy-pTuqHPjkXjscK1jnnULj4kcnVaxAFG5adIah0858VUF2pXnYqxlPqzmnGdJr_zdofZ_Ul9FaKMs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/09/12 01:09:56 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: ABO9nJTeKCUIDTPxRB3gkf-ma4lDcV69pEfMhm4kQ1RJCa-0555kCdjeUNfyQrbknD3xzwJO0fzYtAo4jORDFve2TDowORgUp8XGGR-vQcNZCFSxzNK-z66mkUYrIgzy01Ha0Sim8Rk6iNmyMabXgHkSlRj22GyeXmAb4uylzrcKxfVO0WLVZ9ZQJeZjQuIva6LDMd1ahm3rJFWgnatLSw_PyBqhi3WeuAdEwk_9cm-I5VAGPbualMdjas6xJ5YQ5VxeXy_gkbvUPSWaaTME7M7m9p43mLC97cEL-NffqM8nrMmoX3tKUBLmaz8rCvuxgW7yQLfSXgYxTlsPpuSO4Vk 2025/09/12 01:09:56 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/09/12 01:09:57 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/12 01:09:58 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "ABO9nJTeKCUIDTPxRB3gkf-ma4lDcV69pEfMhm4kQ1RJCa-0555kCdjeUNfyQrbknD3xzwJO0fzYtAo4jORDFve2TDowORgUp8XGGR-vQcNZCFSxzNK-z66mkUYrIgzy01Ha0Sim8Rk6iNmyMabXgHkSlRj22GyeXmAb4uylzrcKxfVO0WLVZ9ZQJeZjQuIva6LDMd1ahm3rJFWgnatLSw_PyBqhi3WeuAdEwk_9cm-I5VAGPbualMdjas6xJ5YQ5VxeXy_gkbvUPSWaaTME7M7m9p43mLC97cEL-NffqM8nrMmoX3tKUBLmaz8rCvuxgW7yQLfSXgYxTlsPpuSO4Vk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/09/12 01:09:59 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ADGfcQ0pah9sw1qALyuzBcbdHwvU7f4xLwuL5IwuWI6kQApDugcT_u0_uXFw5j-yKVXdvfV5QASBX3Mju1--NMzxdBMgeTPbH8_hOv8zhSxBiQhhbsvIuaLbQXQxmA2qmC9qL3sqUGcOnCtdVoGejBwETLNZIvup_5dGbnPgLzi4ObaZp4v9x89CxNFdvlXogI8IbmqWMiMVegZA4X1_GVNFuA6P3_9h7G7yXJLobHh6rNng8bOP17capOzSnoRNQxjpm0hSbF04bKci_EKNjIGrqv8cJb-jtkZIESV-QbpGEDuS9jun_bWgFsO_1rOSNFS0fnCtTQZoKO5Miw5rhP0 2025/09/12 01:09:59 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/12 01:10:00 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/12 01:10:01 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ADGfcQ0pah9sw1qALyuzBcbdHwvU7f4xLwuL5IwuWI6kQApDugcT_u0_uXFw5j-yKVXdvfV5QASBX3Mju1--NMzxdBMgeTPbH8_hOv8zhSxBiQhhbsvIuaLbQXQxmA2qmC9qL3sqUGcOnCtdVoGejBwETLNZIvup_5dGbnPgLzi4ObaZp4v9x89CxNFdvlXogI8IbmqWMiMVegZA4X1_GVNFuA6P3_9h7G7yXJLobHh6rNng8bOP17capOzSnoRNQxjpm0hSbF04bKci_EKNjIGrqv8cJb-jtkZIESV-QbpGEDuS9jun_bWgFsO_1rOSNFS0fnCtTQZoKO5Miw5rhP0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/09/12 01:10:03 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AMt2L8LaOA7oXNYYMQ106OJhzu8rtOFRPIKaDwQPSAnJQrM4HNCIG9WKOJAJmXPuD5ajvf73stHg0UQxmsQSuZTwKDvW63KYSh84sIdeWhdl3zPENtgcisULK4LGiRA03MNfD6Ng4PNfTGjXN-EmXtt2zpzXP9JNuUO8CmLkGy9cMcCxlfLk2Oj1BlqJk6ugOqM8BDBDuk70_xdKpPZ572wvXduTaJR-lvmRdFrApQDnfYnJpJpHNqigXtqaQSYQgjdhnz8MPVRNaIPHDBukQ8hFH-_L1XPPRfTz7GwgbTv3yFNjWaYEOPuTDnWkLevLBQ4qe2Lm_P1MEQmoeSqGgp0 2025/09/12 01:10:03 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/09/12 01:10:03 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/09/12 01:10:03 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/12 01:10:04 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/12 01:10:04 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/12 01:10:04 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/12 01:10:05 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AMt2L8LaOA7oXNYYMQ106OJhzu8rtOFRPIKaDwQPSAnJQrM4HNCIG9WKOJAJmXPuD5ajvf73stHg0UQxmsQSuZTwKDvW63KYSh84sIdeWhdl3zPENtgcisULK4LGiRA03MNfD6Ng4PNfTGjXN-EmXtt2zpzXP9JNuUO8CmLkGy9cMcCxlfLk2Oj1BlqJk6ugOqM8BDBDuk70_xdKpPZ572wvXduTaJR-lvmRdFrApQDnfYnJpJpHNqigXtqaQSYQgjdhnz8MPVRNaIPHDBukQ8hFH-_L1XPPRfTz7GwgbTv3yFNjWaYEOPuTDnWkLevLBQ4qe2Lm_P1MEQmoeSqGgp0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/09/12 01:10:09 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AGIY9vDOMr6oY4fWRlKyva-dfHfeeMmHJRxIZQA-H78jhAaJLeLgcZ3GwKe3Ikar-08hgS_VbpRFmX33RMlVzhpnAqdtuoEmuWtNID5TQDQ-14s4MRJcwZAo960NneDFuAleHBdYtAiQoOFvlgmMbpb-pGhwmgEFQ8Yubka93NVXGB84b9fmYe251pwj7GlfoTyO2Ldvcj2u6ikmJi6UwCVGdRcLDGVfX2p6Soc0csJQZ-odFiv1RDY44_7HU-vJkcuAdH7lbpytyCGXz-XfImCjkp1f-dJcRQrj4Yt53PnzqtHinCccGmIfR--Rgm2POldmcEYMH0EZaJ8ksZ1LHRg 2025/09/12 01:10:09 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/12 01:10:09 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/12 01:10:09 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/09/12 01:10:10 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/12 01:10:10 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/12 01:10:11 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/12 01:10:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AGIY9vDOMr6oY4fWRlKyva-dfHfeeMmHJRxIZQA-H78jhAaJLeLgcZ3GwKe3Ikar-08hgS_VbpRFmX33RMlVzhpnAqdtuoEmuWtNID5TQDQ-14s4MRJcwZAo960NneDFuAleHBdYtAiQoOFvlgmMbpb-pGhwmgEFQ8Yubka93NVXGB84b9fmYe251pwj7GlfoTyO2Ldvcj2u6ikmJi6UwCVGdRcLDGVfX2p6Soc0csJQZ-odFiv1RDY44_7HU-vJkcuAdH7lbpytyCGXz-XfImCjkp1f-dJcRQrj4Yt53PnzqtHinCccGmIfR--Rgm2POldmcEYMH0EZaJ8ksZ1LHRg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/09/12 01:10:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AEvbyidmwntaWcThdE0f4KsErkPcH-7cDMTQ9gr4DBtG4y81GG6GGg5sxmeA5Wi7KK6SSVdj-wWR27tfJRTOr5WRhIVO_t42WE6RzlNFAssgWwQ-MRZNN-rTbd04BseOFCNEdtyibH2evgAboBQe-EqzM9HZjuKdZChYMr6ABMXlctn4_O5UzE5PA3eDGwzRFFSezT98ZdiTqq8P2V6r5aTpez-if3Axd8zQ5_vg8zcT1pZopvydgdTi70MB3j4VOrNQho1jbVfoLyxHu7G1M-LRpgv2UQq-Zdd_Rf88cQreNDFgYh0tXWq-_5b_7WP1eBJtZOZhOLs2qKjjQO8BclU 2025/09/12 01:10:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/12 01:10:19 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/09/12 01:10:20 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AEvbyidmwntaWcThdE0f4KsErkPcH-7cDMTQ9gr4DBtG4y81GG6GGg5sxmeA5Wi7KK6SSVdj-wWR27tfJRTOr5WRhIVO_t42WE6RzlNFAssgWwQ-MRZNN-rTbd04BseOFCNEdtyibH2evgAboBQe-EqzM9HZjuKdZChYMr6ABMXlctn4_O5UzE5PA3eDGwzRFFSezT98ZdiTqq8P2V6r5aTpez-if3Axd8zQ5_vg8zcT1pZopvydgdTi70MB3j4VOrNQho1jbVfoLyxHu7G1M-LRpgv2UQq-Zdd_Rf88cQreNDFgYh0tXWq-_5b_7WP1eBJtZOZhOLs2qKjjQO8BclU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/09/12 01:10:22 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AGEFx3k_7QGHF055wzxvP2LoxaMUGz5074ITMQI1XXkSyINn6e1Eq_TWZ8F-mVAWNc6mpxv2fX-wE2DzJcYay60dLYy82sRDFgxiqkDbCtPGS9P0MjRHKukxiqLLQ8ELDIfxnYvqhikwmsLG0gpsc8eiIAHvRMmdZii9FcSgrr5a_Jlk8PCIo4uPUd8S2UEWutpulfoARBRREnX-i8r6tJQbPA5EApIgLH-iLSCftTKTAzmcEjbaJ5GbhgvRhEMpI-d-5_vd_FPvOOSZ97cuzbhN9BhklezgbP8lQoz43aWsGH4ccJzVZgBcEEkEn1gwieJuFdKpTUA5TuwI7pI1fq0 2025/09/12 01:10:22 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/09/12 01:10:24 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/12 01:10:25 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AGEFx3k_7QGHF055wzxvP2LoxaMUGz5074ITMQI1XXkSyINn6e1Eq_TWZ8F-mVAWNc6mpxv2fX-wE2DzJcYay60dLYy82sRDFgxiqkDbCtPGS9P0MjRHKukxiqLLQ8ELDIfxnYvqhikwmsLG0gpsc8eiIAHvRMmdZii9FcSgrr5a_Jlk8PCIo4uPUd8S2UEWutpulfoARBRREnX-i8r6tJQbPA5EApIgLH-iLSCftTKTAzmcEjbaJ5GbhgvRhEMpI-d-5_vd_FPvOOSZ97cuzbhN9BhklezgbP8lQoz43aWsGH4ccJzVZgBcEEkEn1gwieJuFdKpTUA5TuwI7pI1fq0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/09/12 01:10:27 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AO6s9woPSBQaJeMG-1xLMiD5YoFnOoA2YNaF6jzJac5wPK_pkqzS5jSZlI7TjD2jX3EZ4JZa56xAX0hU3LKF4usWkdUkGAs-IBPz_GEtzjqx2VG874QdLcmkd-jrl-46Kt-vJU9smpIG6Dr1sH8p2929MEv0x0xuI3KMvOrkI-cNH8Tck01sKL1kkfzbhxQ57B_K1Pwo23VyC0SAHcsoWrPlk_teEtGOLgAn_Of8-Xd66hpPjbyKcWTgZryyPTHpw77Z3I64Ew8zkiFYZNBtYucIUQRZC7B7K6gvjwTkHajxmKGzFQrcwwg8EtujQe2jLYR6tTgsmmF2VuW6aMo1nhI 2025/09/12 01:10:27 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/12 01:10:29 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/12 01:10:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AO6s9woPSBQaJeMG-1xLMiD5YoFnOoA2YNaF6jzJac5wPK_pkqzS5jSZlI7TjD2jX3EZ4JZa56xAX0hU3LKF4usWkdUkGAs-IBPz_GEtzjqx2VG874QdLcmkd-jrl-46Kt-vJU9smpIG6Dr1sH8p2929MEv0x0xuI3KMvOrkI-cNH8Tck01sKL1kkfzbhxQ57B_K1Pwo23VyC0SAHcsoWrPlk_teEtGOLgAn_Of8-Xd66hpPjbyKcWTgZryyPTHpw77Z3I64Ew8zkiFYZNBtYucIUQRZC7B7K6gvjwTkHajxmKGzFQrcwwg8EtujQe2jLYR6tTgsmmF2VuW6aMo1nhI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/09/12 01:10:32 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AONe3mii7lFjNx7wwPHNkXiOp7FhsqwtwLgu8BXOVzy5eMEtwTfoq3HEdOJBEWfQ6SWRYGQM5bXu1ZaKvZDM3PlR_mHyS9JZWqSvTop103vZgfPKYEyjNFogeGTUdFcmELlDbc87p_YN16HxpF62LixoKXRtDiopUT0_eQZZpvcz6dh0ekdIOx_C7c679oJEZtqYlYz8qCPK016XqlqN4MKd20tyoQSpT2PqnF2FqQ7O2aEYzBCKmqMO0wvoonwpkcOnHIjOqjbOg_5B6bgvp6nK_-4u2VcP_H1vUmBjIEA_gdHQ9MNo9hSPE_gNl_OlbfIyA1U06k82MSue3PhTLcE 2025/09/12 01:10:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/09/12 01:10:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/09/12 01:10:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/09/12 01:10:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/12 01:10:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/12 01:10:36 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/12 01:10:37 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AONe3mii7lFjNx7wwPHNkXiOp7FhsqwtwLgu8BXOVzy5eMEtwTfoq3HEdOJBEWfQ6SWRYGQM5bXu1ZaKvZDM3PlR_mHyS9JZWqSvTop103vZgfPKYEyjNFogeGTUdFcmELlDbc87p_YN16HxpF62LixoKXRtDiopUT0_eQZZpvcz6dh0ekdIOx_C7c679oJEZtqYlYz8qCPK016XqlqN4MKd20tyoQSpT2PqnF2FqQ7O2aEYzBCKmqMO0wvoonwpkcOnHIjOqjbOg_5B6bgvp6nK_-4u2VcP_H1vUmBjIEA_gdHQ9MNo9hSPE_gNl_OlbfIyA1U06k82MSue3PhTLcE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/09/12 01:10:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: ADpxFjvE1ZYrChB82Y7oQbipGdEvcivJU6Z9J6EmnzJ9cSSpCxGEdb_nYsyX9oowQs34Grz-vNf17bnpLXQJPQPSPnIX19XQIx9FZ2bPvKpWpzmQC8mxETDeWU3BPsV_oISA9XpbT3PDp3Ql3-jZ724-8PCkUBubUGho8wYV9uhUwxfy52NDvJx-3G1sLk6dl8ww-rPsCI5t_6rtt-JJ0GIeNKo7MVzDVebfmb-INpYQZpMAa7AFLsSU2NGSluCCV37hwIxn80ZGanZggETjJimS8CZXsc1_sQzqRkimRlTChu27vshRE3BFcSahv3fbP8OIzKEo_ekBy_l3vXZFiVY 2025/09/12 01:10:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/12 01:10:42 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/09/12 01:10:42 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/09/12 01:10:42 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/12 01:10:42 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/12 01:10:43 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/12 01:10:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "ADpxFjvE1ZYrChB82Y7oQbipGdEvcivJU6Z9J6EmnzJ9cSSpCxGEdb_nYsyX9oowQs34Grz-vNf17bnpLXQJPQPSPnIX19XQIx9FZ2bPvKpWpzmQC8mxETDeWU3BPsV_oISA9XpbT3PDp3Ql3-jZ724-8PCkUBubUGho8wYV9uhUwxfy52NDvJx-3G1sLk6dl8ww-rPsCI5t_6rtt-JJ0GIeNKo7MVzDVebfmb-INpYQZpMAa7AFLsSU2NGSluCCV37hwIxn80ZGanZggETjJimS8CZXsc1_sQzqRkimRlTChu27vshRE3BFcSahv3fbP8OIzKEo_ekBy_l3vXZFiVY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/09/12 01:10:47 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AGRS3COoaIiiS1sswOnmlxzriNrVWlkgPKbrlMrVEmqGAQ3atUu5qYWA46DxiWynmyjfJbEhLMbhVa_nhG8KeA1ZXUO3tTfaF5CKr01ZpCm6Lm49o5JPm7KWOmKeIxQSRCUkeRhux2kYq_GDkNXI3TpMBjk-0282ZdCGaCQOsKnbbVrkyDKa4ppTmwLhBjij_b_7f-vmgb735GxYfAIBJtqHmeI7o8hJG5cG9U-gmHWcOC178Uof7OEE2lmwsGqN6hoonFv6totEoLWgheQx7cnvaqGdHFiWN6J8QhUlMEwFXC6J7ygsF6h7YdSpi9iXpcKZUEYDpQKk09zRkoLjmqo 2025/09/12 01:10:48 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/09/12 01:10:48 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/09/12 01:10:48 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AGRS3COoaIiiS1sswOnmlxzriNrVWlkgPKbrlMrVEmqGAQ3atUu5qYWA46DxiWynmyjfJbEhLMbhVa_nhG8KeA1ZXUO3tTfaF5CKr01ZpCm6Lm49o5JPm7KWOmKeIxQSRCUkeRhux2kYq_GDkNXI3TpMBjk-0282ZdCGaCQOsKnbbVrkyDKa4ppTmwLhBjij_b_7f-vmgb735GxYfAIBJtqHmeI7o8hJG5cG9U-gmHWcOC178Uof7OEE2lmwsGqN6hoonFv6totEoLWgheQx7cnvaqGdHFiWN6J8QhUlMEwFXC6J7ygsF6h7YdSpi9iXpcKZUEYDpQKk09zRkoLjmqo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/09/12 01:10:49 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AFZqk1zN9QXb1yJA2pWmX4mNY44jVwxo-53aatrAG-UXomAsUJZzWA_Sw9ttkDULtKuwwVluhA6EIt9ZXAjLlg1YNKcGp5I-u2ki1cauGMNgKUyCDYflWsiAxDB7rO6OtRhV8-993tEUndfj53iR0ehH9wfHXV8AJsB2KpVKniAlUv0cA3EGZz0H9FEHqBsWK5d7QL7B_NvIyD4C_eY39xNAXMj3MszsuA63UQLFzot2GgsJTj2CHX5uXTnwnr1DSwuq57rdUVbPmubil_AIJrUsALqiqqG2e72mDSztbRaIcIwDtziTubnTxEgkmgK45v2Faew3CMO_mEys-_erDDM 2025/09/12 01:10:50 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/09/12 01:10:50 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/12 01:10:51 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AFZqk1zN9QXb1yJA2pWmX4mNY44jVwxo-53aatrAG-UXomAsUJZzWA_Sw9ttkDULtKuwwVluhA6EIt9ZXAjLlg1YNKcGp5I-u2ki1cauGMNgKUyCDYflWsiAxDB7rO6OtRhV8-993tEUndfj53iR0ehH9wfHXV8AJsB2KpVKniAlUv0cA3EGZz0H9FEHqBsWK5d7QL7B_NvIyD4C_eY39xNAXMj3MszsuA63UQLFzot2GgsJTj2CHX5uXTnwnr1DSwuq57rdUVbPmubil_AIJrUsALqiqqG2e72mDSztbRaIcIwDtziTubnTxEgkmgK45v2Faew3CMO_mEys-_erDDM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/09/12 01:10:53 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: APFqsNmDVnKXRGv27mfEYHjiHHb-tkIvsYMu7Kb94i4lp5I68FHMbEnbj5aoNooQQdXqqQkWOCMzCSbz4reYM3TVog92ZPmmquoC-cNNz45j_yTRr1QLvJ-4LQkV4YMFwie6fjxkr8ahYfVDcBXo8Dv_0zKtRPxC5o_F2DtNUj-gx6-cRErhlm7fAF2tb9UiSsFEM9jc3sYEg05PERTDyerEZgSnqI6NuKMHPksyoEF1dvmAarHshzIAj2pMRIvDUOT9wE64XmLVBeGztyPMaEvLDwpsWB7ZLnssbdOyWUbMbT2GH1xkACm3P16cNb1xAhXsGV51N-SKeyljUJavSN8 2025/09/12 01:10:53 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/12 01:10:54 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/12 01:10:54 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "APFqsNmDVnKXRGv27mfEYHjiHHb-tkIvsYMu7Kb94i4lp5I68FHMbEnbj5aoNooQQdXqqQkWOCMzCSbz4reYM3TVog92ZPmmquoC-cNNz45j_yTRr1QLvJ-4LQkV4YMFwie6fjxkr8ahYfVDcBXo8Dv_0zKtRPxC5o_F2DtNUj-gx6-cRErhlm7fAF2tb9UiSsFEM9jc3sYEg05PERTDyerEZgSnqI6NuKMHPksyoEF1dvmAarHshzIAj2pMRIvDUOT9wE64XmLVBeGztyPMaEvLDwpsWB7ZLnssbdOyWUbMbT2GH1xkACm3P16cNb1xAhXsGV51N-SKeyljUJavSN8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/09/12 01:10:55 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AOdEb9yIUTE6TvzaZiCCc-Ra3u7SSAvXthqGOBMpq3yPat3K5TW_jO7qwtC3NaD5O2lmg-mGtc9GbV5b8obTybJ7A2FuyooemordIjOHWHnrfg-6n4YfNLPC-JhO7XLWpSslUaI-yPCq6GUWGaeoT8VbQQIWVADYI69OI1RSRYgMqwEPqKLFC2UToQyVEFv8seEOy7IGuAyP-D4VNc-Q0fGf1Xi9cKG29N_3b6Dz5zPsQ9nG9KbyGl0AA2JUQDfhz2MdcV2nhx7zx66Nk7CjKpoTvB9kMRS-ZGHt9H491bFWhn4VJgvJe1pk520b9rgbGvY88AkENBmcZmbg46wXk6w 2025/09/12 01:10:55 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/09/12 01:10:56 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/09/12 01:10:56 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/09/12 01:10:56 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/12 01:10:56 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/12 01:10:56 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/12 01:10:57 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AOdEb9yIUTE6TvzaZiCCc-Ra3u7SSAvXthqGOBMpq3yPat3K5TW_jO7qwtC3NaD5O2lmg-mGtc9GbV5b8obTybJ7A2FuyooemordIjOHWHnrfg-6n4YfNLPC-JhO7XLWpSslUaI-yPCq6GUWGaeoT8VbQQIWVADYI69OI1RSRYgMqwEPqKLFC2UToQyVEFv8seEOy7IGuAyP-D4VNc-Q0fGf1Xi9cKG29N_3b6Dz5zPsQ9nG9KbyGl0AA2JUQDfhz2MdcV2nhx7zx66Nk7CjKpoTvB9kMRS-ZGHt9H491bFWhn4VJgvJe1pk520b9rgbGvY88AkENBmcZmbg46wXk6w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/09/12 01:10:58 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AKptFT0angt0LIeMs0XL41KygST_ao315Sx6MYShh4_DFh1X7gAciZKGcQo4Jr4HGhPvH5dr7Fu3kL9jNxVGLf04Qh5UQFEf9nYhZjykiZN_IHZCSr6tNaYKDVBXK00c-vzyEsPIfqsN4Hrb-2wUnxm8fr6fnEhQfzaXxHYUqot2caHXEUnzzqYEZg7ZI8EjFf0SOZFZ1LGhKrzUcbrnn8Cx0SkwQ0ddOjXuv7TxgK-2qIG2-FQxlv1EKgL0RYQLcVvY2IiaMbCl8VoFEkl6ipOJcIYmMCjmmKppLRJzrg5Ra9NOz10tYUzvYw7_ImBq6oOlhIEq79zyHHZPQaDOmuY 2025/09/12 01:10:58 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/12 01:10:59 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/09/12 01:10:59 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/09/12 01:10:59 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/12 01:10:59 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/12 01:11:00 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/12 01:11:00 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AKptFT0angt0LIeMs0XL41KygST_ao315Sx6MYShh4_DFh1X7gAciZKGcQo4Jr4HGhPvH5dr7Fu3kL9jNxVGLf04Qh5UQFEf9nYhZjykiZN_IHZCSr6tNaYKDVBXK00c-vzyEsPIfqsN4Hrb-2wUnxm8fr6fnEhQfzaXxHYUqot2caHXEUnzzqYEZg7ZI8EjFf0SOZFZ1LGhKrzUcbrnn8Cx0SkwQ0ddOjXuv7TxgK-2qIG2-FQxlv1EKgL0RYQLcVvY2IiaMbCl8VoFEkl6ipOJcIYmMCjmmKppLRJzrg5Ra9NOz10tYUzvYw7_ImBq6oOlhIEq79zyHHZPQaDOmuY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/09/12 01:11:04 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AMoCDt6byV6Ava2VqCDIPuLdeKYh47_qTeaKwMxhupEAG2gj-labpuzKsd3V8X3Fod3vTY3-3-iIoJ21lJNSTvQCZlEtm278KK5R2kgrgMLho-6N-CGjAf0-qaqim2L-t3sYfszyBVq6ByacfmA4z2-_PYNFyqJdRO9MHqfMIuEeVVkr5kbBXV74gq7av3fAEu1v6VSqCvpJTwylaeDuGxyFN6dTHdtfTeGTMtKfulLxGTezxWSfs8OGIxmIg1_ERIXjrzutwysVCDKcEgSYscU635EI26SXbxks8pIeNEgNsCJ8BefBpAbM4Qt9ZP6HQBL8Uf0dkQ0fZAKqGZPv2p8 2025/09/12 01:11:05 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/09/12 01:11:07 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/09/12 01:11:07 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AMoCDt6byV6Ava2VqCDIPuLdeKYh47_qTeaKwMxhupEAG2gj-labpuzKsd3V8X3Fod3vTY3-3-iIoJ21lJNSTvQCZlEtm278KK5R2kgrgMLho-6N-CGjAf0-qaqim2L-t3sYfszyBVq6ByacfmA4z2-_PYNFyqJdRO9MHqfMIuEeVVkr5kbBXV74gq7av3fAEu1v6VSqCvpJTwylaeDuGxyFN6dTHdtfTeGTMtKfulLxGTezxWSfs8OGIxmIg1_ERIXjrzutwysVCDKcEgSYscU635EI26SXbxks8pIeNEgNsCJ8BefBpAbM4Qt9ZP6HQBL8Uf0dkQ0fZAKqGZPv2p8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/09/12 01:11:08 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: ABMU15ATWo7B3NBtIS2cSxHNLeVDwsYjl0WMhZAJoox8sE7u7eGknQ0lDekJpDyQ8HHsWuHQeLcouw-m7BJ8vXzYghpoR3IBo8Kh3dqiIqs7gmfU6sVS5dMD47gFhHqSQzZFPp1fiDHlW4N3Zj5CSMELJDxype1MaGJ0AgFFtpJdJ34tG5ZbwZvk4tv1Bnb_0RmKWTzSXHL8KSAeDaxhii_3rpOfr0IpOEuMvnk8kOtEC7470xbvQsA4asUM-XlEsX3aa86mNqj5sWZtS3TXaP3NVQWzQo3XtBOcz9rBfIpJQkTRjI9C7LCwC_sm0QaWLlLG_c1mspr2hAulKQ0ypXE 2025/09/12 01:11:08 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/09/12 01:11:10 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/12 01:11:10 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "ABMU15ATWo7B3NBtIS2cSxHNLeVDwsYjl0WMhZAJoox8sE7u7eGknQ0lDekJpDyQ8HHsWuHQeLcouw-m7BJ8vXzYghpoR3IBo8Kh3dqiIqs7gmfU6sVS5dMD47gFhHqSQzZFPp1fiDHlW4N3Zj5CSMELJDxype1MaGJ0AgFFtpJdJ34tG5ZbwZvk4tv1Bnb_0RmKWTzSXHL8KSAeDaxhii_3rpOfr0IpOEuMvnk8kOtEC7470xbvQsA4asUM-XlEsX3aa86mNqj5sWZtS3TXaP3NVQWzQo3XtBOcz9rBfIpJQkTRjI9C7LCwC_sm0QaWLlLG_c1mspr2hAulKQ0ypXE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/09/12 01:11:11 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AP8-Pu8-i2JPQ8-GiS9CRszpqZwgYIrQ4JM40LnDQ5OruBa2Usq5N7wE9FIMXrwTSfL51P4yLYIAMY8zPMYXqwoIJgyQrEDmyA_Q6tKpzQg4Exj81IQpyXoJdTrQsblzOzORW89osKm1SQle6R9PrF6tyjYB0DyRnfjREc10N-UjsVUD8rn1OteOlnZipvi692QlyfLZnkmI_6m24k9SdTvGxUrwiMm9bN_UbJlOk3q8hZbrzUbdppFn2sS9wOwgu6XVU9a5zjpI5lmkaIDxnr8kiB7zdTSFi_lzWlByxLqsXmqCYRQ1LSHHhShlA9TEcaxT-7gtjz7-jJmDK4ug3oo 2025/09/12 01:11:12 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/12 01:11:13 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/12 01:11:13 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AP8-Pu8-i2JPQ8-GiS9CRszpqZwgYIrQ4JM40LnDQ5OruBa2Usq5N7wE9FIMXrwTSfL51P4yLYIAMY8zPMYXqwoIJgyQrEDmyA_Q6tKpzQg4Exj81IQpyXoJdTrQsblzOzORW89osKm1SQle6R9PrF6tyjYB0DyRnfjREc10N-UjsVUD8rn1OteOlnZipvi692QlyfLZnkmI_6m24k9SdTvGxUrwiMm9bN_UbJlOk3q8hZbrzUbdppFn2sS9wOwgu6XVU9a5zjpI5lmkaIDxnr8kiB7zdTSFi_lzWlByxLqsXmqCYRQ1LSHHhShlA9TEcaxT-7gtjz7-jJmDK4ug3oo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/09/12 01:11:16 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AIZsihLMhVLoy1VA65-xvIoc_pWaRxslZoIW4xNCbarH82TeNlQw2ajniGIgBnb5RVO13oqQnOFJf7Sary-IjLDHECEF6LAhAh6rDi0YpVRd2LwUnPyu6bg-A57sK-kikBrpt4hCw6J7Aid0FFpKQspeTtx8uTY4p7ZojnKE3_3Nd8F74iNqP2ASBfn35R4hiv1A-Anyp2Hb_NJoZHjyzYuqqHcnb9r5Tlz5any6F3gLkPD9IrgytMb-Ly1WnRL3C8xOqSl4aWhhKWpE0Qy-SusWIwc4Hx3kWdHGzUPlIBbN871ibEfLXCiurNdIg9JKuIb1Ljc_d1SClNU8BgWyV88 2025/09/12 01:11:16 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/09/12 01:11:17 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/09/12 01:11:17 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/09/12 01:11:17 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/12 01:11:17 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/12 01:11:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/12 01:11:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AIZsihLMhVLoy1VA65-xvIoc_pWaRxslZoIW4xNCbarH82TeNlQw2ajniGIgBnb5RVO13oqQnOFJf7Sary-IjLDHECEF6LAhAh6rDi0YpVRd2LwUnPyu6bg-A57sK-kikBrpt4hCw6J7Aid0FFpKQspeTtx8uTY4p7ZojnKE3_3Nd8F74iNqP2ASBfn35R4hiv1A-Anyp2Hb_NJoZHjyzYuqqHcnb9r5Tlz5any6F3gLkPD9IrgytMb-Ly1WnRL3C8xOqSl4aWhhKWpE0Qy-SusWIwc4Hx3kWdHGzUPlIBbN871ibEfLXCiurNdIg9JKuIb1Ljc_d1SClNU8BgWyV88" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/09/12 01:11:22 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AOmGksOcZn6OqAb0cFpFJOy9idXbUsRsKsm20G1De__oNQP24OKiRQsmg1ayK20ef9BRN9vIsH-pR6_3y62hzJvUS5BUi5TdACmqgl8CSK6RPpweVqlnMBhM82bt6BFw5I4dKzbTm_HUYA8uYV_G0qQ61c0lfGnTitbtXxNOVFHbSN_6qhHEJy1S9t34GXATbMD_eafLXOfH-vQT90xPAVZUwsAH-DzRE76ASb8HVYe-qtHjvjW6qYfaKrmv6KEqrXHh6j8TeNPfcjTzhJq_mxnDCpQkz2fLaZTUDrP2BN2trmJx1riNkqZtoCdLxI2ZCUjJssl5wHMpD2jCBZQdN94 2025/09/12 01:11:22 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/12 01:11:22 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/09/12 01:11:22 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/09/12 01:11:23 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/12 01:11:23 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/12 01:11:23 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/12 01:11:23 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AOmGksOcZn6OqAb0cFpFJOy9idXbUsRsKsm20G1De__oNQP24OKiRQsmg1ayK20ef9BRN9vIsH-pR6_3y62hzJvUS5BUi5TdACmqgl8CSK6RPpweVqlnMBhM82bt6BFw5I4dKzbTm_HUYA8uYV_G0qQ61c0lfGnTitbtXxNOVFHbSN_6qhHEJy1S9t34GXATbMD_eafLXOfH-vQT90xPAVZUwsAH-DzRE76ASb8HVYe-qtHjvjW6qYfaKrmv6KEqrXHh6j8TeNPfcjTzhJq_mxnDCpQkz2fLaZTUDrP2BN2trmJx1riNkqZtoCdLxI2ZCUjJssl5wHMpD2jCBZQdN94" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/09/12 01:11:26 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/09/12 01:11:31 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/09/12 01:11:35 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/09/12 01:11:41 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/09/12 01:11:45 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/09/12 01:11:50 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AOxI4g_RuctplsrQmK0o9R6yanoKGGetZNKuVsndLmzj3DzJnCsCtOCVNGw_KVl_ZHVwduMNb4dBT-PJGoRuIqk6w4OCKPqUQOcJH7wqHzInm5iAj1W8LfCXjASs8xJPbM2Hho3D1stg6YGIvt2T4ayCLGoxZ6DpamxYAyYqNSn__ZJEGiT1mvOCzfMD6M32B2q56guQkGT8P6cOFh5U0W1raefgpfluvIdUXnruzeL3w6Lx_eu7qizDPD6rtFhtpYA6mwZA8JtpPqH7Flcv6f-SplssQciKrycSXYqtphk4rV6tnEVWGNdrsBGsmZRu5QtqtuhfHZOnfdVFOLddidM 2025/09/12 01:11:50 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/12 01:11:50 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "9eced2569efd3ef9280600f91d16c435" 2025/09/12 01:11:50 DEBUG : unknown-size-put.txt: multipart upload "AOxI4g_RuctplsrQmK0o9R6yanoKGGetZNKuVsndLmzj3DzJnCsCtOCVNGw_KVl_ZHVwduMNb4dBT-PJGoRuIqk6w4OCKPqUQOcJH7wqHzInm5iAj1W8LfCXjASs8xJPbM2Hho3D1stg6YGIvt2T4ayCLGoxZ6DpamxYAyYqNSn__ZJEGiT1mvOCzfMD6M32B2q56guQkGT8P6cOFh5U0W1raefgpfluvIdUXnruzeL3w6Lx_eu7qizDPD6rtFhtpYA6mwZA8JtpPqH7Flcv6f-SplssQciKrycSXYqtphk4rV6tnEVWGNdrsBGsmZRu5QtqtuhfHZOnfdVFOLddidM" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/09/12 01:11:51 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AGUbv_CpmbzJkxX8c3V37tSug8ZjCILhO0YSnAwIudpGtReKx1xi4HKSgehpeV9E99k7kndh6t0IVD-pwvAcyayXbUolGFu7vmcaX3t7XFrqDCfUXXl-_wtaDhfWrTVDV9x4EZvxT8Ny0VvphvnXV-OfggFReBkCun3_axBXuwlJLv-s9ADora3EXbV9pNZ9EBXTW2acb0xKttzBLqMreQy_FwwSZdE8ZvtRt7g4forKbD8Ob4SHCkGHnN9x5NDqaZy-pbTHyXoATSZG2EOZ7FXjMwU7eKlZr7jkNCszOQokW5NHTIRmfBLOlKiTw3eRyFMPNFKieg4FwEBfDeCUy7s 2025/09/12 01:11:51 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/09/12 01:11:52 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "23e1944d08c26880293f3d67886a77e1" 2025/09/12 01:11:52 DEBUG : unknown-size-update.txt: multipart upload "AGUbv_CpmbzJkxX8c3V37tSug8ZjCILhO0YSnAwIudpGtReKx1xi4HKSgehpeV9E99k7kndh6t0IVD-pwvAcyayXbUolGFu7vmcaX3t7XFrqDCfUXXl-_wtaDhfWrTVDV9x4EZvxT8Ny0VvphvnXV-OfggFReBkCun3_axBXuwlJLv-s9ADora3EXbV9pNZ9EBXTW2acb0xKttzBLqMreQy_FwwSZdE8ZvtRt7g4forKbD8Ob4SHCkGHnN9x5NDqaZy-pbTHyXoATSZG2EOZ7FXjMwU7eKlZr7jkNCszOQokW5NHTIRmfBLOlKiTw3eRyFMPNFKieg4FwEBfDeCUy7s" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/09/12 01:11:52 DEBUG : Creating backend with remote "TestS3R2:rclone-test-fotevey1xaye/deeper/nonexisting/directory" === 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/09/12 01:11:52 DEBUG : Waiting for deletions to finish 2025/09/12 01:11:53 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/09/12 01:11:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/09/12 01:11:53 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/09/12 01:11:53 INFO : S3 bucket rclone-test-fotevey1xaye: Bucket "rclone-test-fotevey1xaye" deleted 2025/09/12 01:11:54 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (207.36s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.34s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.91s) --- PASS: TestIntegration/FsMkdir (205.21s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.25s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.13s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.09s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.16s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding (17.57s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.99s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.95s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.87s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.96s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.31s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.77s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.75s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.40s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.44s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.48s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (2.40s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (25.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.06s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (2.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (3.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.60s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.67s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.76s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (4.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (2.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.28s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.53s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.77s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.89s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.88s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.55s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (128.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (11.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (3.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (3.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (5.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (20.17s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (3.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (4.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (11.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (6.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (25.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (7.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (4.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (7.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (3.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (11.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (5.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (31.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (7.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (4.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (10.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (5.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (13.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (4.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (16.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.81s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (5.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (2.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (7.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (4.21s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (22.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (5.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (8.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (4.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (8.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (3.16s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (25.03s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (4.47s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (4.50s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (5.41s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (3.73s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (6.92s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.53s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.07s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.45s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.16s) --- 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/09/12 01:11:54 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/09/12 01:11:54 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 207.453s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 3m31.628136334s (try 1/5)