"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/01 02:47:42 NOTICE: TestS3R2: Starting server 2025/09/01 02:47:42 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cesitek5kitu" 2025/09/01 02:47:42 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/01 02:47:43 INFO : S3 bucket rclone-test-cesitek5kitu: Bucket "rclone-test-cesitek5kitu" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/09/01 02:47:47 INFO : S3 bucket rclone-test-cesitek5kitu: Bucket "rclone-test-cesitek5kitu" deleted === RUN TestIntegration/FsMkdir 2025/09/01 02:47:47 INFO : S3 bucket rclone-test-cesitek5kitu: Bucket "rclone-test-cesitek5kitu" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/09/01 02:47:47 INFO : dir/subdir: Making directory fstest.go:247: Filtering empty directory "dir" fstest.go:247: Filtering empty directory "dir/subdir" 2025/09/01 02:47:48 INFO : dir/subdir: Removing directory fstest.go:247: Filtering empty directory "dir" 2025/09/01 02:47:48 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/01 02:48:38 NOTICE: S3 bucket rclone-test-cesitek5kitu: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/09/01 02:48:39 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AE8o8joEeHNfqhsofutoeGbC9-TXdJ-Gyi6x5C4meLZYPYBlJvPW_CKBIBr9GF1Ob0q9IBQ-hKO0T1lxYv0sA1MUuujxjIG4SH7OhrO0dIUlK_1ozO4XjshZ22zhXezfT1uxE-uewt548ANa-bHkoqX-J7PMnId_XQGS3rCVMsRBnYtUGvVkIcHY13txTOxGGU4R6H364YTFkX33STHnj3lPehvOrVtUxbm2ilRH90oFL0lqq9B7TcRDn-jgESSio6_MmbjvxVejRBTkGBlxz2fAkqgDbOXXrCeSrIaf_5GsuXLzVuCsitt7IpLc86EHTywxuyULB9M2Ud1kedtjpXA 2025/09/01 02:48:40 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "3153ba80073e2c976cb902d6bf837c05" 2025/09/01 02:48:41 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "cfcd09160e0e42e0e4d79c9f0246212e" 2025/09/01 02:48:42 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "c60e94327db603b69fa2611012d88479" 2025/09/01 02:48:43 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AE8o8joEeHNfqhsofutoeGbC9-TXdJ-Gyi6x5C4meLZYPYBlJvPW_CKBIBr9GF1Ob0q9IBQ-hKO0T1lxYv0sA1MUuujxjIG4SH7OhrO0dIUlK_1ozO4XjshZ22zhXezfT1uxE-uewt548ANa-bHkoqX-J7PMnId_XQGS3rCVMsRBnYtUGvVkIcHY13txTOxGGU4R6H364YTFkX33STHnj3lPehvOrVtUxbm2ilRH90oFL0lqq9B7TcRDn-jgESSio6_MmbjvxVejRBTkGBlxz2fAkqgDbOXXrCeSrIaf_5GsuXLzVuCsitt7IpLc86EHTywxuyULB9M2Ud1kedtjpXA" 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/01 02:48:50 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/09/01 02:48:51 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/01 02:48:55 DEBUG : S3 bucket rclone-test-cesitek5kitu: bucket is versioned: false 2025/09/01 02:48:55 DEBUG : Waiting for deletions to finish 2025/09/01 02:48:55 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/09/01 02:48:55 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/09/01 02:48:56 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/09/01 02:48:58 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cesitek5kitu/dirToPurgeFromRoot" 2025/09/01 02:48:58 DEBUG : S3 bucket rclone-test-cesitek5kitu path dirToPurgeFromRoot: bucket is versioned: false 2025/09/01 02:48:58 DEBUG : Waiting for deletions to finish 2025/09/01 02:48:59 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/09/01 02:48:59 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/09/01 02:48:59 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/09/01 02:49:00 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cesitek5kitu/hello? sausage/êé" 2025/09/01 02:49:02 DEBUG : S3 bucket rclone-test-cesitek5kitu path hello? sausage/êé: bucket is versioned: false 2025/09/01 02:49:02 DEBUG : Waiting for deletions to finish 2025/09/01 02:49:03 DEBUG : "a/b/c/d/e.txt" version false 2025/09/01 02:49:03 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/09/01 02:49:03 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/01 02:49:24 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cesitek5kitu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/09/01 02:49:24 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cesitek5kitu/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-cesitek5kitu" from "TestS3R2:rclone-test-cesitek5kitu" 2025/09/01 02:49:25 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/01 02:49:36 DEBUG : piped data.txt: open chunk writer: started multipart upload: ADDgTBMKgo2GEZns9EYGYxqewf-T7JJoB0_saA3Bxiz79XuzsRjivCLn4D8NwZoCEp_GNEPxcJIYFyLoFiKBMqT25Jn_eVhTHja4F6nYQBU-O9iQ4OEQEqU4BD13P9ArL9Ncw7k45yvls8uQiNba7yMqIxsHkSVZ_rCrWxCq-Psg8_XWp9KLXeT34gsAuM2RMTovfYdKk9bel0NB9SUVa4dy4scDEbzdhST92DjQCm7n_4ARcV1x7WY3tG0IaW_UuGWNSDxfxCfJPe0wyL0ddTr9VtrYWn1acWGGC3DoROeiRRPw8zmXcetyQ-gE5Gl2y_JFTUJc6xlqhbGDa9OOkFM 2025/09/01 02:49:36 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/09/01 02:49:37 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/09/01 02:49:37 DEBUG : piped data.txt: multipart upload "ADDgTBMKgo2GEZns9EYGYxqewf-T7JJoB0_saA3Bxiz79XuzsRjivCLn4D8NwZoCEp_GNEPxcJIYFyLoFiKBMqT25Jn_eVhTHja4F6nYQBU-O9iQ4OEQEqU4BD13P9ArL9Ncw7k45yvls8uQiNba7yMqIxsHkSVZ_rCrWxCq-Psg8_XWp9KLXeT34gsAuM2RMTovfYdKk9bel0NB9SUVa4dy4scDEbzdhST92DjQCm7n_4ARcV1x7WY3tG0IaW_UuGWNSDxfxCfJPe0wyL0ddTr9VtrYWn1acWGGC3DoROeiRRPw8zmXcetyQ-gE5Gl2y_JFTUJc6xlqhbGDa9OOkFM" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/09/01 02:49:39 DEBUG : piped data.txt: open chunk writer: started multipart upload: AKMJ-hBPlQJHW-JF_DaT_fCKsi2ALegiEFhA9QctA9CNEwmXQo6hQULxg54xY_mgodJGDGsGdf47XxTHojcfTbZ48qIAnEIyN2muNSDkSrq6GZp9hJYL7X2woj2EljZY2F9a8QlDo6WVnwGaKJdOFBgjb-WNLw8ngT2Qh40zRy8Tb87kUDflCJB8nzMxvfv2Q0h2GS1fEs5OAcTZ_K_FGzeDW-IW9E5lbJlr8_A8WgIwUgw_EfBCyEUW5PE2Gbu8n6O_E-qwTttC5EPYY5kVssPD66Lba8oVgFoplUfpFbpp_3ZZhu8LNAZC0ZfXIF8X9I4pABUNgWWMc-Uczy1okqo 2025/09/01 02:49:39 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/01 02:49:40 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "3a0cb2c40a911fa5ef852d1c2e1151e7" 2025/09/01 02:49:41 DEBUG : piped data.txt: multipart upload "AKMJ-hBPlQJHW-JF_DaT_fCKsi2ALegiEFhA9QctA9CNEwmXQo6hQULxg54xY_mgodJGDGsGdf47XxTHojcfTbZ48qIAnEIyN2muNSDkSrq6GZp9hJYL7X2woj2EljZY2F9a8QlDo6WVnwGaKJdOFBgjb-WNLw8ngT2Qh40zRy8Tb87kUDflCJB8nzMxvfv2Q0h2GS1fEs5OAcTZ_K_FGzeDW-IW9E5lbJlr8_A8WgIwUgw_EfBCyEUW5PE2Gbu8n6O_E-qwTttC5EPYY5kVssPD66Lba8oVgFoplUfpFbpp_3ZZhu8LNAZC0ZfXIF8X9I4pABUNgWWMc-Uczy1okqo" 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/01 02:49:43 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/01 02:49:49 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AG00viYuVvyDv8xCO2dcXXyT0yNx7blOFnNWHHzQaoOPdZ48XIZCujPZo8_-pzB0HtlGNmMKvgm_Ehs6h-48mrIOucBmiMjns7bzFizF8Dt8XLohxlFlgxXXIR9L0TTxStjj7iOxziD7Aa-4IgD63_IXHk-B0bzW_cJIrYl08UKfrcH3o-xujkPojooEq5-9RY-D7RQnyTi4Lvi95H08S4CMqh4DQiB1_3oNqwbMqusEeNNOsbevIGnH7gKJYxqsPjoCRM1Nrpm4CvczqgHWDYFIq_7oQfQZ5BR5QsCA4yb9HVccGMpvRkzGOrKeffhiw0dyk0LcqvOBOghQ5Q9eTiQ 2025/09/01 02:49:50 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/09/01 02:49:51 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/09/01 02:49:52 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AG00viYuVvyDv8xCO2dcXXyT0yNx7blOFnNWHHzQaoOPdZ48XIZCujPZo8_-pzB0HtlGNmMKvgm_Ehs6h-48mrIOucBmiMjns7bzFizF8Dt8XLohxlFlgxXXIR9L0TTxStjj7iOxziD7Aa-4IgD63_IXHk-B0bzW_cJIrYl08UKfrcH3o-xujkPojooEq5-9RY-D7RQnyTi4Lvi95H08S4CMqh4DQiB1_3oNqwbMqusEeNNOsbevIGnH7gKJYxqsPjoCRM1Nrpm4CvczqgHWDYFIq_7oQfQZ5BR5QsCA4yb9HVccGMpvRkzGOrKeffhiw0dyk0LcqvOBOghQ5Q9eTiQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/09/01 02:49:55 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AC1oQupeLKDeAVeHef5snQyeHZvbTvjQdltAFNM1RrYgEImztz_LOe_NEUXgQExM1LIQQjDfsS-9mdy4ZANP1pGC6c5RSF27xZkcI9XSO7h5xX-NDZdi93eyKMPnnEdXYXfp4tckB-_jFbNM-_aNxm6jUmQ3xzEpEU5PdrMgy4-USP14VYCKEaiK2SUhHumTiQBAaNTvqd5PYzsh5a1BywCqsped5lXCAUlL4K-O3N87O29Xswz71111evEsicQeBxwMOAHI8q2AGDcFAEnOq3Rvd-lVRxV_Z24QYqOUldp2cLZbEgIWCNjfj1xOnqYH8bMC74mP2zJu-hO8OZf1gE0 2025/09/01 02:49:55 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/09/01 02:49:56 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/01 02:49:57 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AC1oQupeLKDeAVeHef5snQyeHZvbTvjQdltAFNM1RrYgEImztz_LOe_NEUXgQExM1LIQQjDfsS-9mdy4ZANP1pGC6c5RSF27xZkcI9XSO7h5xX-NDZdi93eyKMPnnEdXYXfp4tckB-_jFbNM-_aNxm6jUmQ3xzEpEU5PdrMgy4-USP14VYCKEaiK2SUhHumTiQBAaNTvqd5PYzsh5a1BywCqsped5lXCAUlL4K-O3N87O29Xswz71111evEsicQeBxwMOAHI8q2AGDcFAEnOq3Rvd-lVRxV_Z24QYqOUldp2cLZbEgIWCNjfj1xOnqYH8bMC74mP2zJu-hO8OZf1gE0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/09/01 02:49:59 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AFrIp-v2ce8Ot9rqLykfdxSCT30y1KXn5NoYPSWImNYsiiqZeAiUA5SVi4XG0lE5pfWOm7CrybAZ8XoB1pfEaNyz12rcz78IxILWtqBymKWDIviNtju1yAJ6JCTsdTspUFDt9baL_JI_W_0-L-pLcPlDL_aEwuAcAlJa9pcT_sLyhE_QlrKzyAEIKTy4GS1QUejlruzYjnF1mrs1bxFtB8u33uN_KuhXdC3Q4LazdTcFU-sr2vQPqJWPitfR9yJ8tPoSjyCP0fYfFj4p8M8CuxbQc9pQv7Iv1FKZSmTOjCpuDbZSXbSLIgfJDMS90Wd9A3ae57GRx3rnQiao-P07U7s 2025/09/01 02:49:59 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/01 02:50:00 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/01 02:50:01 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AFrIp-v2ce8Ot9rqLykfdxSCT30y1KXn5NoYPSWImNYsiiqZeAiUA5SVi4XG0lE5pfWOm7CrybAZ8XoB1pfEaNyz12rcz78IxILWtqBymKWDIviNtju1yAJ6JCTsdTspUFDt9baL_JI_W_0-L-pLcPlDL_aEwuAcAlJa9pcT_sLyhE_QlrKzyAEIKTy4GS1QUejlruzYjnF1mrs1bxFtB8u33uN_KuhXdC3Q4LazdTcFU-sr2vQPqJWPitfR9yJ8tPoSjyCP0fYfFj4p8M8CuxbQc9pQv7Iv1FKZSmTOjCpuDbZSXbSLIgfJDMS90Wd9A3ae57GRx3rnQiao-P07U7s" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/09/01 02:50:04 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AAhJ58TtYN1cXhDTHABP60Zz1OV4k7tON47RckHjbEgUldHUYuTaiKQdpSzqsExdnKHM9eVrh-__7lpmPMLfnerabKGzo2JGbWN6VKMu4T5300ZLlDaw6h_CVAWEW934Lqz4-wwtwDl6NMQmyPQXfFDcVkmjQZE8npNOI9zn_EggXM-q3YCfXvIRSN34CQfVtoHGY8wV8V0cv26I-s4p0oz0qE22jOUnlFuFf_A6Nk4-gbYE6F_ePUeDB_kgoJ3Zf8fg2kXoSYFBB8J6t6a06iU8QYcqFrZCgqwcsTxwBQATElY4YXpIip8Mrh3_MzM1SlSR5aPTLK3gDhBLGjYjY-Y 2025/09/01 02:50:04 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/09/01 02:50:04 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/09/01 02:50:04 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/09/01 02:50:05 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/01 02:50:05 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/01 02:50:05 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/01 02:50:06 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AAhJ58TtYN1cXhDTHABP60Zz1OV4k7tON47RckHjbEgUldHUYuTaiKQdpSzqsExdnKHM9eVrh-__7lpmPMLfnerabKGzo2JGbWN6VKMu4T5300ZLlDaw6h_CVAWEW934Lqz4-wwtwDl6NMQmyPQXfFDcVkmjQZE8npNOI9zn_EggXM-q3YCfXvIRSN34CQfVtoHGY8wV8V0cv26I-s4p0oz0qE22jOUnlFuFf_A6Nk4-gbYE6F_ePUeDB_kgoJ3Zf8fg2kXoSYFBB8J6t6a06iU8QYcqFrZCgqwcsTxwBQATElY4YXpIip8Mrh3_MzM1SlSR5aPTLK3gDhBLGjYjY-Y" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/09/01 02:50:09 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AOON6A8oDfG1ECIkqk3gfv-bwu5GiLQoYIwzZy_JS5gJzjhGSjiv7iGo5CWBPz81_WIZ3KuFycHSvyMzfAKOj1Ir1p-SxNi4N3w9bmH2F_hRzeFzfOHHBC0LJvL3UwRNZUwU8MAEn8XNUWa8d-UEiIeDP5betXPTGJkvUvOnlq3rr9-rdj-32SyNpMbmawXaVWrpfADEWsu8k5A1Q-UGVh0l7KUbLPaRUcnHLOR5ZWo8ReSCNo5dMXYzk2thQTxddJfVBM9I2WkdFUsEvixGCxHj5xKcDAb7x6OZttUkYzX4RrhvSuGwP7hcmut1Lpotk-4QZE0t429nTZ30yHuny14 2025/09/01 02:50:09 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/01 02:50:09 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/09/01 02:50:09 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/09/01 02:50:10 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/01 02:50:10 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/01 02:50:10 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/01 02:50:11 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AOON6A8oDfG1ECIkqk3gfv-bwu5GiLQoYIwzZy_JS5gJzjhGSjiv7iGo5CWBPz81_WIZ3KuFycHSvyMzfAKOj1Ir1p-SxNi4N3w9bmH2F_hRzeFzfOHHBC0LJvL3UwRNZUwU8MAEn8XNUWa8d-UEiIeDP5betXPTGJkvUvOnlq3rr9-rdj-32SyNpMbmawXaVWrpfADEWsu8k5A1Q-UGVh0l7KUbLPaRUcnHLOR5ZWo8ReSCNo5dMXYzk2thQTxddJfVBM9I2WkdFUsEvixGCxHj5xKcDAb7x6OZttUkYzX4RrhvSuGwP7hcmut1Lpotk-4QZE0t429nTZ30yHuny14" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/09/01 02:50:17 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ABDx9EZGVsBYCwgT4w1bvAFoxdF5ynbjKNVFkE20UR7islP8l-atZaJfTHsWWBbveylTnyU6Tk2kMGS-OWaDcKxzFQaw1ulQFloaDlyOaoRvTshuDPKkOTeA3yiBU7isaIKUBDnCHTq6uj-UE-IS0s5GEHrHSkwPf17k9pe2iM0Q3VOt5D_LE_1XByAZ_nVd6wa3rKC5h9jlmlrKWRarrVjPFXlWAgpX2OhWbsvTiOGt2lzNWu6cxoBFszkS29xX_b1RN2UmxkBSIQJifIRUKnx5v6Mw_SgqCLM5MstVA9u2Qf7oxO8GC7Jv05NOw42cEMeO2ULlV901pxHvLMm0TY0 2025/09/01 02:50:17 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/01 02:50:18 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/09/01 02:50:19 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ABDx9EZGVsBYCwgT4w1bvAFoxdF5ynbjKNVFkE20UR7islP8l-atZaJfTHsWWBbveylTnyU6Tk2kMGS-OWaDcKxzFQaw1ulQFloaDlyOaoRvTshuDPKkOTeA3yiBU7isaIKUBDnCHTq6uj-UE-IS0s5GEHrHSkwPf17k9pe2iM0Q3VOt5D_LE_1XByAZ_nVd6wa3rKC5h9jlmlrKWRarrVjPFXlWAgpX2OhWbsvTiOGt2lzNWu6cxoBFszkS29xX_b1RN2UmxkBSIQJifIRUKnx5v6Mw_SgqCLM5MstVA9u2Qf7oxO8GC7Jv05NOw42cEMeO2ULlV901pxHvLMm0TY0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/09/01 02:50:21 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AGK2SpU-Hd5OD3dyuxxBGjtjCTotLjm64OMQ-nDZO2y2zUgprSa8Q1hY9MJ85JMtqdoywIx8OnIx7JRmtJ6CHubCSU0RU8A7RzjbYh0a57IxHy6ezf2vxyCrZZhDMW2j6kPTfqvEvFT2YWN5NjYq_z2DIs9hAHyjn9k4XNfh-csXmkL7nXswdbgs6xu6-LH3aZ9gr2uiUbKLyZIEjZwufLHF34wbN1FuFCWLfHg7D9PhpNQGU8bLywIaoQCphIn2XInNbn2emonx5ITSbr3rHxhZR7DlR0efvejiNzsq3YkzojBoWddBL-jco99Ap6GjZbTRI30oPCJeKUw5HtHqeyo 2025/09/01 02:50:21 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/09/01 02:50:22 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/01 02:50:23 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AGK2SpU-Hd5OD3dyuxxBGjtjCTotLjm64OMQ-nDZO2y2zUgprSa8Q1hY9MJ85JMtqdoywIx8OnIx7JRmtJ6CHubCSU0RU8A7RzjbYh0a57IxHy6ezf2vxyCrZZhDMW2j6kPTfqvEvFT2YWN5NjYq_z2DIs9hAHyjn9k4XNfh-csXmkL7nXswdbgs6xu6-LH3aZ9gr2uiUbKLyZIEjZwufLHF34wbN1FuFCWLfHg7D9PhpNQGU8bLywIaoQCphIn2XInNbn2emonx5ITSbr3rHxhZR7DlR0efvejiNzsq3YkzojBoWddBL-jco99Ap6GjZbTRI30oPCJeKUw5HtHqeyo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/09/01 02:50:25 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ALx5qp9exp0LJLvas8NPYPfliZqrt8LgI5xkQAXmJB9SRDpXpMXiqTWpQcuCzIP-jnCKn5D_rga1apByiKMiqmqpG_3UMn9ncPTh71n_gH1_NIcALeU6Bgj4J1lBcp0k_P5PYZyHFtdGVEYmgzBuxMZ0I4KLyLQYgKuMCJZltuESVdGPaASwFtKzSZP6CnrC7s-udiq2uAaWV42CjaJc_EiL2cNsXyJPi1BgXQsIYc2ZAzzcjdsA-I4QS6GpiXi1FV9Xh2evyV0mRtKZXVWaNa7Axk3azOnagKZwEfDZ1QjWhGsMrpoPW4KYEQm_n8EqL66TB1AhFyssqZDivlQQt4o 2025/09/01 02:50:26 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/01 02:50:26 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/01 02:50:28 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ALx5qp9exp0LJLvas8NPYPfliZqrt8LgI5xkQAXmJB9SRDpXpMXiqTWpQcuCzIP-jnCKn5D_rga1apByiKMiqmqpG_3UMn9ncPTh71n_gH1_NIcALeU6Bgj4J1lBcp0k_P5PYZyHFtdGVEYmgzBuxMZ0I4KLyLQYgKuMCJZltuESVdGPaASwFtKzSZP6CnrC7s-udiq2uAaWV42CjaJc_EiL2cNsXyJPi1BgXQsIYc2ZAzzcjdsA-I4QS6GpiXi1FV9Xh2evyV0mRtKZXVWaNa7Axk3azOnagKZwEfDZ1QjWhGsMrpoPW4KYEQm_n8EqL66TB1AhFyssqZDivlQQt4o" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/09/01 02:50:30 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: ALiggwd7sShyvEgX3cDi0GwJApzZUJ9-v4EEDOd69ZXv4agd85mndyBvlbFPnwi9_gyTQPENHOB5KQtSASHDHd9wwfBgTgYFRwllHSZV7W5ZQwX1fDybP09vk0-LXYpX_mhB0-ZforWPGB3EZo-OlvENkK562kzWdBLT93tH1UzOOoJ4c5Xi2LSbnmuJ6oshWz4hIS_csyjnx9s0hM0KVGvxVUnAupRgc5JL10-RH-e6Wlz9BOsvAY-T9CPATtGNxV0htOEyKJluR4lA-kIsshLSgipLi_4WKlxv4_4MJoPJwprVUbzJTpHO2of5eM7BBHSJcdi2eFKWTv1VvwE8rws 2025/09/01 02:50:30 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/09/01 02:50:30 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/09/01 02:50:30 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/01 02:50:31 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/01 02:50:31 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/01 02:50:31 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/01 02:50:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "ALiggwd7sShyvEgX3cDi0GwJApzZUJ9-v4EEDOd69ZXv4agd85mndyBvlbFPnwi9_gyTQPENHOB5KQtSASHDHd9wwfBgTgYFRwllHSZV7W5ZQwX1fDybP09vk0-LXYpX_mhB0-ZforWPGB3EZo-OlvENkK562kzWdBLT93tH1UzOOoJ4c5Xi2LSbnmuJ6oshWz4hIS_csyjnx9s0hM0KVGvxVUnAupRgc5JL10-RH-e6Wlz9BOsvAY-T9CPATtGNxV0htOEyKJluR4lA-kIsshLSgipLi_4WKlxv4_4MJoPJwprVUbzJTpHO2of5eM7BBHSJcdi2eFKWTv1VvwE8rws" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/09/01 02:50:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AJwoDlgOddpat1MIzBVI2tqjRsedFU21Td3WDtCAG-Y-mwTQTeOkjXwdPzgUYDbEhX4d-a9DT3WDzbU27hvKBUZE74Hzl3icjq6lG7cFCX9eULLOPwYxVkq7bqzt2uHS0J2UXk1KZd-N83SNFaUChDU4UhDQbLafy9SBfR46Z_AgKSmTvZhnl9bqxU1CmNJVp2SfcHYTBXJZuXbDKH1kw9wT5s-e_RkKmWQT-ehAwkVPhm9kmDuLwp9QoRA4EUjkqPZxbxhucuf4TaOeBbLfb0SockIjPSUgzEa6CKQCz2jkcmpREdMlTUXQOfybUq0oLSkcnZmVlKjHypp0uahWqrw 2025/09/01 02:50:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/01 02:50:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/01 02:50:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/09/01 02:50:35 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/01 02:50:35 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/01 02:50:35 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/01 02:50:36 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AJwoDlgOddpat1MIzBVI2tqjRsedFU21Td3WDtCAG-Y-mwTQTeOkjXwdPzgUYDbEhX4d-a9DT3WDzbU27hvKBUZE74Hzl3icjq6lG7cFCX9eULLOPwYxVkq7bqzt2uHS0J2UXk1KZd-N83SNFaUChDU4UhDQbLafy9SBfR46Z_AgKSmTvZhnl9bqxU1CmNJVp2SfcHYTBXJZuXbDKH1kw9wT5s-e_RkKmWQT-ehAwkVPhm9kmDuLwp9QoRA4EUjkqPZxbxhucuf4TaOeBbLfb0SockIjPSUgzEa6CKQCz2jkcmpREdMlTUXQOfybUq0oLSkcnZmVlKjHypp0uahWqrw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/09/01 02:50:41 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ABDOP1FMJTUZvIf4fBlmEXIi_J8l6bp0Z6WADK7CSG9l0HLk9io3h-P519RF2E1WoIfgL-Uqgn_06M4hTFxqeDmOAvhpbrNNQaqqCgQqyd5tFo6-fWKC-OcNdfIRx6JNfRsyMDakvCZ2fRMVmiY16JLV-5bFXv1mXw3GPoTABSIDW2Vq-dcyAHpBT_Ztj3zGo0j3SVvnXUA-AWPDNWC1tFFiZdixJDvdHPXp-jYdsmJwW220woDPggp-c_cwM7j2hs-8ENM499I29HWAB63vzUOeHqTE_-ZyhgX1kpkYLu1KLHo4hG9inspT7_Cm88_Lf577gPIKSFg2LtExgXrTQlc 2025/09/01 02:50:41 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/01 02:50:42 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/09/01 02:50:43 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ABDOP1FMJTUZvIf4fBlmEXIi_J8l6bp0Z6WADK7CSG9l0HLk9io3h-P519RF2E1WoIfgL-Uqgn_06M4hTFxqeDmOAvhpbrNNQaqqCgQqyd5tFo6-fWKC-OcNdfIRx6JNfRsyMDakvCZ2fRMVmiY16JLV-5bFXv1mXw3GPoTABSIDW2Vq-dcyAHpBT_Ztj3zGo0j3SVvnXUA-AWPDNWC1tFFiZdixJDvdHPXp-jYdsmJwW220woDPggp-c_cwM7j2hs-8ENM499I29HWAB63vzUOeHqTE_-ZyhgX1kpkYLu1KLHo4hG9inspT7_Cm88_Lf577gPIKSFg2LtExgXrTQlc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/09/01 02:50:45 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AN5RioPfl6EamFl2lalIwA6PpIgMEb5aMRBwEN9k8rUl6vKnD3jczzmUs_U_LOvSZXdde1SnpXL-S_Seg1fiodID-TdjI0vbOJD1r89HbKwonxlWOwMRI5RZz4hP3U60-YJG5lNPww4EyMm0z9U5r0aluEPcy3nYVSepAbUTrqbSv4M4RmRdnlTGQVhLnrNrxI0QHH_D7ASrs6MVTtQIp-DmMxZLn_emUufFQh98yfh38rjz0JmYleLk3giCrbt9GhZP6-eUJTscOL4JnV593AVl5iFsRfUO48yok0pkUlOPjNPr5jwqUbovE9eEh8p_JbKr5UKBbCRjheMlfYhMo0A 2025/09/01 02:50:45 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/09/01 02:50:46 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/01 02:50:47 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AN5RioPfl6EamFl2lalIwA6PpIgMEb5aMRBwEN9k8rUl6vKnD3jczzmUs_U_LOvSZXdde1SnpXL-S_Seg1fiodID-TdjI0vbOJD1r89HbKwonxlWOwMRI5RZz4hP3U60-YJG5lNPww4EyMm0z9U5r0aluEPcy3nYVSepAbUTrqbSv4M4RmRdnlTGQVhLnrNrxI0QHH_D7ASrs6MVTtQIp-DmMxZLn_emUufFQh98yfh38rjz0JmYleLk3giCrbt9GhZP6-eUJTscOL4JnV593AVl5iFsRfUO48yok0pkUlOPjNPr5jwqUbovE9eEh8p_JbKr5UKBbCRjheMlfYhMo0A" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/09/01 02:50:49 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AJdIIkUoJa6UsdNCOz139gAvcuIKSfX2nwZ1ILwY7WLaJXfkxWinnfZBgOVf35esDzVj8-M1cly_jCqZNQHzZUi6JTBHBvgRgn6Sj5S570VaKyR_QB6anqheu15AKJSMzMsyJb7F82JjA9ojUzUUuf1ATUXDI33QT7jdDk16QPsjXh6X8odtZTsisQQ6zyft2PzuJumFAbM7YcjEojBNZMEsSVmRWzomU1XlzPj439EMy2Yt4vjQ4vTGnKmflYm3DmQsDJ4Ng5_PRznAWvWnl8dHZj-liYt6o1Xl6cjW0hf-Gm6_BqhntNIe4FYi3uavEtvoHBrHyRjEXVEBXZzb2Eo 2025/09/01 02:50:49 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/01 02:50:51 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/01 02:50:52 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AJdIIkUoJa6UsdNCOz139gAvcuIKSfX2nwZ1ILwY7WLaJXfkxWinnfZBgOVf35esDzVj8-M1cly_jCqZNQHzZUi6JTBHBvgRgn6Sj5S570VaKyR_QB6anqheu15AKJSMzMsyJb7F82JjA9ojUzUUuf1ATUXDI33QT7jdDk16QPsjXh6X8odtZTsisQQ6zyft2PzuJumFAbM7YcjEojBNZMEsSVmRWzomU1XlzPj439EMy2Yt4vjQ4vTGnKmflYm3DmQsDJ4Ng5_PRznAWvWnl8dHZj-liYt6o1Xl6cjW0hf-Gm6_BqhntNIe4FYi3uavEtvoHBrHyRjEXVEBXZzb2Eo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/09/01 02:50:54 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AAtQ2f6bjnOTPljo23c2ZK9Y7k7i1pxXGMMGTjF8sS_mz99U0OnvsDBEEVyylbiIvcj6tz2A-UZXECq34GDsOKhHSILr_CpELzvburcIXpNHdRR599gEEiGsAlIlOPna3rKSHNqwqW9fyM80BFMH8wCj3qqRKLe1Zxsh_G4iB3hH4z1raA9PZRlGXWR6GynHam8BNHMTfS8cIv8HdivGkYaqU9uVYWHZGPkHfOsPJgGvV-XT0E7txsd-mYNMnVbuhbRrQgcZNoOqkgGcA45Wengtw2Xu3JTndIjUJVRu8c_O9wfbvf6zuJX6Fep5iCUZ4nDPPPP_gookmUwaR8f1EsQ 2025/09/01 02:50:55 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/09/01 02:50:55 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/09/01 02:50:55 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/01 02:50:55 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/01 02:50:56 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/01 02:50:57 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/01 02:50:58 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AAtQ2f6bjnOTPljo23c2ZK9Y7k7i1pxXGMMGTjF8sS_mz99U0OnvsDBEEVyylbiIvcj6tz2A-UZXECq34GDsOKhHSILr_CpELzvburcIXpNHdRR599gEEiGsAlIlOPna3rKSHNqwqW9fyM80BFMH8wCj3qqRKLe1Zxsh_G4iB3hH4z1raA9PZRlGXWR6GynHam8BNHMTfS8cIv8HdivGkYaqU9uVYWHZGPkHfOsPJgGvV-XT0E7txsd-mYNMnVbuhbRrQgcZNoOqkgGcA45Wengtw2Xu3JTndIjUJVRu8c_O9wfbvf6zuJX6Fep5iCUZ4nDPPPP_gookmUwaR8f1EsQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/09/01 02:51:00 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AH4jy3cf_Z-W_Y02paF58inY5OSRqCf8MwMi-yVuSdRm91D8KBz4RdNTNIzibp_8LSD43Bkr3cE8YDwqvxAlCb7wFwlgXoYAwKTVfG7i8vk_7OE7xwgeKZ7lMcFkc5BQT-gG48-8a5jhsT-VpwCF4rvek6iL5JjsA11-qXJ_oQ-OyjWLLo9Ff6xqZzY3utFh2CEREcS8R6IKXuu65Ar4SxEAu1z6yHKsjwsdaGdeWDCkVbkjqvrRpUWk8GpMq9mseqW2IZFYVxOodggiDIKIOh2gujsylFJtS2LPtoURnOYw8XCoglZft57Xyc5gBmvF-ASDOHsWiZzsnn6cGREWEHo 2025/09/01 02:51:00 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/01 02:51:00 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/01 02:51:00 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/09/01 02:51:01 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/01 02:51:01 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/01 02:51:01 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/01 02:51:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AH4jy3cf_Z-W_Y02paF58inY5OSRqCf8MwMi-yVuSdRm91D8KBz4RdNTNIzibp_8LSD43Bkr3cE8YDwqvxAlCb7wFwlgXoYAwKTVfG7i8vk_7OE7xwgeKZ7lMcFkc5BQT-gG48-8a5jhsT-VpwCF4rvek6iL5JjsA11-qXJ_oQ-OyjWLLo9Ff6xqZzY3utFh2CEREcS8R6IKXuu65Ar4SxEAu1z6yHKsjwsdaGdeWDCkVbkjqvrRpUWk8GpMq9mseqW2IZFYVxOodggiDIKIOh2gujsylFJtS2LPtoURnOYw8XCoglZft57Xyc5gBmvF-ASDOHsWiZzsnn6cGREWEHo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/09/01 02:51:08 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AERsSJjxctxcf2K79gVNyeXrnoqCwjuWhp-RGydinUaxrnJkYZ06mqCpjLsDlJSe63pgR4MhiUq-L-gVktY0qYOUHDWOtLFtUqF-erZnZ359tn-QP4hWPTr9-XhwaLzJVQqnkfpMYl72vHXhRmeg5ZnTlTeFGj3NwIcTXzWAcvaeKMwAaF5vJ7Y606-i2tjWt-ZXYOMnlhoTSUFkcChP0wuI_nSLZ5p6JD3XKZ1ZF3IcGslSIj1UZXIgNZllhnxpVmHp9eyVo0fNf41WG1G8BrWa_R7IZfk7vSr2i00934Pi07iRy9GTSqmaSmsY6PPAZNjZaHPc3rUVruLFnhYhBMQ 2025/09/01 02:51:08 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/01 02:51:09 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/09/01 02:51:10 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AERsSJjxctxcf2K79gVNyeXrnoqCwjuWhp-RGydinUaxrnJkYZ06mqCpjLsDlJSe63pgR4MhiUq-L-gVktY0qYOUHDWOtLFtUqF-erZnZ359tn-QP4hWPTr9-XhwaLzJVQqnkfpMYl72vHXhRmeg5ZnTlTeFGj3NwIcTXzWAcvaeKMwAaF5vJ7Y606-i2tjWt-ZXYOMnlhoTSUFkcChP0wuI_nSLZ5p6JD3XKZ1ZF3IcGslSIj1UZXIgNZllhnxpVmHp9eyVo0fNf41WG1G8BrWa_R7IZfk7vSr2i00934Pi07iRy9GTSqmaSmsY6PPAZNjZaHPc3rUVruLFnhYhBMQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/09/01 02:51:12 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: ABIN-9O28-NmBEAAMaaDa1hntfb9wYdfpte3OTvf5mMcRd7eVs0rBw5JMbrLdi_xDTEoG5sXCiv4fw6Lsv-yOyYKSJENTzXv5qCFX_HPu_4R-rUHU9AY5E5HC0j3CSmYqqFUTgBhtOQOXqBxgeEjLofL5amCIdSNIUUiXD1R4s_S63gAMx9e0UdPimXq3VJiLPixPtf-FexhJ5xDf800jf2wacx1fCR25wHdPZgztsUdxv2JI6xKI8QPjzJhPxoqk9nnVC95pCC4eSI31pjd3ZDvil9tARav35JTkyCKAM7puNW6ETL7jJtZ_DbgivkxvkPJpIfMrFxAIR4WkvEayXY 2025/09/01 02:51:13 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/09/01 02:51:14 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/01 02:51:15 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "ABIN-9O28-NmBEAAMaaDa1hntfb9wYdfpte3OTvf5mMcRd7eVs0rBw5JMbrLdi_xDTEoG5sXCiv4fw6Lsv-yOyYKSJENTzXv5qCFX_HPu_4R-rUHU9AY5E5HC0j3CSmYqqFUTgBhtOQOXqBxgeEjLofL5amCIdSNIUUiXD1R4s_S63gAMx9e0UdPimXq3VJiLPixPtf-FexhJ5xDf800jf2wacx1fCR25wHdPZgztsUdxv2JI6xKI8QPjzJhPxoqk9nnVC95pCC4eSI31pjd3ZDvil9tARav35JTkyCKAM7puNW6ETL7jJtZ_DbgivkxvkPJpIfMrFxAIR4WkvEayXY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/09/01 02:51:17 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AAqIEjkCTGhGL0U2zkLIz4abjWYAO2EBoN3NeOqFMlXvGb_EC7ajMH_mKIW5G__Uk2mFc_25sb4q1hsGhlTyDpeSXCScBjRdGprR4Xbj_BLkWVsYbS0rNys9VmQRk52IQtZP-IB0cDVaLSh6aagsh7cvgIoavMLLfQxgxhtBSh3km6lUfTO_W9q6DwAmZ-XqmfDXCduvBuOdo0XR-Mwf_upjTGRfYyvdbI1KxfY5G91V0kj29pQAVgEh9DsqRXJatQI7pZjmc54LcgWML0ro-DuGPO8Otx8IM6j7pLkAYqAmQAW6JVlf2uEE8m3b36Fkt9SwszCqnCfmkBzr1_3Qjm4 2025/09/01 02:51:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/01 02:51:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/01 02:51:19 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AAqIEjkCTGhGL0U2zkLIz4abjWYAO2EBoN3NeOqFMlXvGb_EC7ajMH_mKIW5G__Uk2mFc_25sb4q1hsGhlTyDpeSXCScBjRdGprR4Xbj_BLkWVsYbS0rNys9VmQRk52IQtZP-IB0cDVaLSh6aagsh7cvgIoavMLLfQxgxhtBSh3km6lUfTO_W9q6DwAmZ-XqmfDXCduvBuOdo0XR-Mwf_upjTGRfYyvdbI1KxfY5G91V0kj29pQAVgEh9DsqRXJatQI7pZjmc54LcgWML0ro-DuGPO8Otx8IM6j7pLkAYqAmQAW6JVlf2uEE8m3b36Fkt9SwszCqnCfmkBzr1_3Qjm4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/09/01 02:51:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ADI7hV6HEdeU3ZBDcQC8UxOHVJk8yR3lAAh2EOrdYD6J_B2tizhrsOJ6rgHBl6heDrw5-wVbdxWNux3wCMeii8Wo93uVyxTUDDOszX8fMBt4-IcsQ_UCIz9MCKbZEuU7nuTYr4_BxK4Ou3AOnD4ESh2LgDDC6a4J_B1SoyTvlDADN53MP3hjhi_PVDXGHjjaUuEKMLsw01ma1cIFn_UUrtinhYm9yiUx9lZd4hcuuNJOEfwK9pq_E9202hX6ElBZV8rzqHAuGGpMkdYLS3FETBVz-MbTWkeJ6G4uxxyqb-Dk6VN6PrrmwwIRr7iPYdET-5is9Phk7YEAxty6i6xRyGw 2025/09/01 02:51:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/09/01 02:51:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/09/01 02:51:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/09/01 02:51:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/01 02:51:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/01 02:51:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/01 02:51:24 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ADI7hV6HEdeU3ZBDcQC8UxOHVJk8yR3lAAh2EOrdYD6J_B2tizhrsOJ6rgHBl6heDrw5-wVbdxWNux3wCMeii8Wo93uVyxTUDDOszX8fMBt4-IcsQ_UCIz9MCKbZEuU7nuTYr4_BxK4Ou3AOnD4ESh2LgDDC6a4J_B1SoyTvlDADN53MP3hjhi_PVDXGHjjaUuEKMLsw01ma1cIFn_UUrtinhYm9yiUx9lZd4hcuuNJOEfwK9pq_E9202hX6ElBZV8rzqHAuGGpMkdYLS3FETBVz-MbTWkeJ6G4uxxyqb-Dk6VN6PrrmwwIRr7iPYdET-5is9Phk7YEAxty6i6xRyGw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/09/01 02:51:27 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AAlPYd7wAK3Ynl7n18u-WcQqjI-vbUKWhJPslt4_My-e5vDs9hM1hXxDYyTrzqWrRMbJ3k6_8dX9Obyqp755pq0ysgaXkyp5-5UloeU2KzvxJLE9QyG3nlQ4Dpo2SE_0NaTe6qMqkdpbRw9BeoYNMENuWEFkCfTI36rgs284ccnPAWXzaXmwE5LbRUvTG-r05G9NqieTfGmd8vbnV8jgswPAGyp4LLNgNRYIPfoSTD0fVS2ulyt0PjIAhm3kxHCSlnbb-ABqMZQoaAeEf-1AMRP2likFg3dFLeiq9VphFeeLpDNcAVngXExvpf--rsn6k4AZqFr9JTMKsiUw0rv5j9o 2025/09/01 02:51:27 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/01 02:51:27 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/09/01 02:51:27 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/09/01 02:51:28 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/01 02:51:28 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/01 02:51:28 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/01 02:51:29 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AAlPYd7wAK3Ynl7n18u-WcQqjI-vbUKWhJPslt4_My-e5vDs9hM1hXxDYyTrzqWrRMbJ3k6_8dX9Obyqp755pq0ysgaXkyp5-5UloeU2KzvxJLE9QyG3nlQ4Dpo2SE_0NaTe6qMqkdpbRw9BeoYNMENuWEFkCfTI36rgs284ccnPAWXzaXmwE5LbRUvTG-r05G9NqieTfGmd8vbnV8jgswPAGyp4LLNgNRYIPfoSTD0fVS2ulyt0PjIAhm3kxHCSlnbb-ABqMZQoaAeEf-1AMRP2likFg3dFLeiq9VphFeeLpDNcAVngXExvpf--rsn6k4AZqFr9JTMKsiUw0rv5j9o" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/09/01 02:51:36 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AAj1faoiDBzSFNiF7Ing-5SHG1N-WR36l2nRNTfn1UMdbrY1YdN2GhOrtyLUkshmUu446z_XQeye6aEPUqsQK_yvbGSQ219_slBJF4IJtVbUfcWRHKKaWb4VqVLANhKJMK-0RUS7xBXZUI12P8gCCVpf_uP39KgnCLARv4lS-sumJlqCDwOVoFs_EaL3Z-Rd8TmXoovSBTlfciB5TI2JEqhv1ViZ4Hw-97Zhw9STBHs9nTVxtz4kkg-j-kLS5YdF4_LmDwM9TCPleHAuzfpezv7zmr1g3ZfRO-kKcBfwZhupSt7706Ey6NA7zvw1IvyKHx1jDASCr0lOzVkq3DRu_L0 2025/09/01 02:51:37 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/09/01 02:51:38 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/09/01 02:51:39 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AAj1faoiDBzSFNiF7Ing-5SHG1N-WR36l2nRNTfn1UMdbrY1YdN2GhOrtyLUkshmUu446z_XQeye6aEPUqsQK_yvbGSQ219_slBJF4IJtVbUfcWRHKKaWb4VqVLANhKJMK-0RUS7xBXZUI12P8gCCVpf_uP39KgnCLARv4lS-sumJlqCDwOVoFs_EaL3Z-Rd8TmXoovSBTlfciB5TI2JEqhv1ViZ4Hw-97Zhw9STBHs9nTVxtz4kkg-j-kLS5YdF4_LmDwM9TCPleHAuzfpezv7zmr1g3ZfRO-kKcBfwZhupSt7706Ey6NA7zvw1IvyKHx1jDASCr0lOzVkq3DRu_L0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/09/01 02:51:41 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: ANhlFpQef-QpK_QR2P0TWO17s0V-j-hQ2VZLJX0R7p0YGqvESWc0CJdijKQk8SUedT8DYDBxyac3zEw-lX7xNgHUPiE_XAaIvl5o00BsmGOXfuBdGMG08WSd0BVTPi_dl_HziUeTqZGNereIQzLpC3RTta9J_HxxjQG5lLj1J1RbWWkYUNezzPT15ygVV4SgJe10k0seCePpo7NKWx4Kqhgue5mLWojtW_DQNGEBLtJUv4OliaM_81k_D9miwC5tf9_fAzOTaH-ryUOiyp5JbqhcQr38HehLM9O81KL0lgP0G9RrqoxYK75sIr9T57Hsu8NomcktHSnfHJnLREP4vR0 2025/09/01 02:51:41 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/09/01 02:51:42 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/01 02:51:43 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "ANhlFpQef-QpK_QR2P0TWO17s0V-j-hQ2VZLJX0R7p0YGqvESWc0CJdijKQk8SUedT8DYDBxyac3zEw-lX7xNgHUPiE_XAaIvl5o00BsmGOXfuBdGMG08WSd0BVTPi_dl_HziUeTqZGNereIQzLpC3RTta9J_HxxjQG5lLj1J1RbWWkYUNezzPT15ygVV4SgJe10k0seCePpo7NKWx4Kqhgue5mLWojtW_DQNGEBLtJUv4OliaM_81k_D9miwC5tf9_fAzOTaH-ryUOiyp5JbqhcQr38HehLM9O81KL0lgP0G9RrqoxYK75sIr9T57Hsu8NomcktHSnfHJnLREP4vR0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/09/01 02:51:46 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AKJvYit3xiE6h0VLutN49aIaDJuuCBPbdAmkrTR8oAX21pLbG2uWOhgXfv4rShQQh2vyBxazRLs2wxlgQ3M2FAVklw63Z4FDJmpBpYt3WtLyTmFZPsnTw4ftk9aCZHRtPIzoCEt3FxETYYaxtF_BQb4KFyt7bvRUpAXIYi_JCmF3Z-GQmXmbd_TJDAz95EQR-Aq8jS_qV44b027dYuzLPTVdcf7IvcHIenzmKBGdlPo9C50oHyp4hqFLtg3HdjicC5U4SUnAdQ5j1Ivy_lqSL1uxDv4x8U9yNnIWZHIJYQuyl6AVDrtmyTlmDKAXpjANu416ZwNMJRVgC9RpaaRUwZk 2025/09/01 02:51:46 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/01 02:51:47 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/01 02:51:48 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AKJvYit3xiE6h0VLutN49aIaDJuuCBPbdAmkrTR8oAX21pLbG2uWOhgXfv4rShQQh2vyBxazRLs2wxlgQ3M2FAVklw63Z4FDJmpBpYt3WtLyTmFZPsnTw4ftk9aCZHRtPIzoCEt3FxETYYaxtF_BQb4KFyt7bvRUpAXIYi_JCmF3Z-GQmXmbd_TJDAz95EQR-Aq8jS_qV44b027dYuzLPTVdcf7IvcHIenzmKBGdlPo9C50oHyp4hqFLtg3HdjicC5U4SUnAdQ5j1Ivy_lqSL1uxDv4x8U9yNnIWZHIJYQuyl6AVDrtmyTlmDKAXpjANu416ZwNMJRVgC9RpaaRUwZk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/09/01 02:51:50 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AIj5jCPy7tAtQalUq3Ui80d32JpKmh7iwNsTyN2dLNZa-T9s4QN8BmAqvi4m_YKLCyerGNz_LhtLZtXDR8UUEE8fspL4yHIZ3wpZHVWUuQCDlkaVo-pVhFOiupaEqW_Eg0UXA_Q3wqE8UNeLX8I4S-IOxHHe_1o2fSluIGGvA0NsfURi8GpS5n1So5uzgh7-opjfa4JHIrd5nk9dMe98YT5_MR8uRWOANm5Cl1kmwpVkWurDGDYk30rytsRmbQA-eVG5RmzKICtAaE3MNIPnSAeRHgAxbw8Nb5Oqw7HbXSm02PlUeixg0f83aSii6NNa-mvhg9fhTbDevGayaz6QzJw 2025/09/01 02:51:51 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/09/01 02:51:51 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/09/01 02:51:51 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/09/01 02:51:51 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/01 02:51:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/01 02:51:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/01 02:51:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AIj5jCPy7tAtQalUq3Ui80d32JpKmh7iwNsTyN2dLNZa-T9s4QN8BmAqvi4m_YKLCyerGNz_LhtLZtXDR8UUEE8fspL4yHIZ3wpZHVWUuQCDlkaVo-pVhFOiupaEqW_Eg0UXA_Q3wqE8UNeLX8I4S-IOxHHe_1o2fSluIGGvA0NsfURi8GpS5n1So5uzgh7-opjfa4JHIrd5nk9dMe98YT5_MR8uRWOANm5Cl1kmwpVkWurDGDYk30rytsRmbQA-eVG5RmzKICtAaE3MNIPnSAeRHgAxbw8Nb5Oqw7HbXSm02PlUeixg0f83aSii6NNa-mvhg9fhTbDevGayaz6QzJw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/09/01 02:51:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AFdFlpBPaHu6YUv5GxJW7gv6V6DcXujgDlebksNlZJ52TcTr4wF1B3InsEZSIGn8dGdrk5NxL3Jdis8ilGHGWsqhfFQ-rpBb8mY74j4kxj9Q6JqFJAnwycjcPl2m88q_evKVlmv-nGLLaQ3EomTS6FUrDIbI8_6pDTDllYzzjyBnop3i6A8owWiJqUMRgSWRX1Z60OgfTg9VIqSHreBeUtW0bEjqxscvBWbhda9doboywYvAR5hKVBzYuwQ3P8gS1x--J9zcQzenlp7UlmCvoWxBwkP7LJ6Xy_4Rh33a5vvMDdd1pjnow3O0HxRWb9kXk2nHQLVF82I5-9FA4sGJwFU 2025/09/01 02:51:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/01 02:51:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/09/01 02:51:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/09/01 02:51:57 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/01 02:51:57 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/01 02:51:57 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/01 02:51:59 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AFdFlpBPaHu6YUv5GxJW7gv6V6DcXujgDlebksNlZJ52TcTr4wF1B3InsEZSIGn8dGdrk5NxL3Jdis8ilGHGWsqhfFQ-rpBb8mY74j4kxj9Q6JqFJAnwycjcPl2m88q_evKVlmv-nGLLaQ3EomTS6FUrDIbI8_6pDTDllYzzjyBnop3i6A8owWiJqUMRgSWRX1Z60OgfTg9VIqSHreBeUtW0bEjqxscvBWbhda9doboywYvAR5hKVBzYuwQ3P8gS1x--J9zcQzenlp7UlmCvoWxBwkP7LJ6Xy_4Rh33a5vvMDdd1pjnow3O0HxRWb9kXk2nHQLVF82I5-9FA4sGJwFU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/09/01 02:52:15 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ABF6cA9sjf03FXEhXv7ld3SfSpIH0fxRsrCsSLeaOHuKuiOqs0hFolXQihHEgvhW5ov_cNOrGOk8nSfQNokVVGB5AnCKmqcioH9TqQ9dLnwKH0-OvUh1gJBvOmqtE1gySzUglYvSQyUUUynEXLBIdGWtLTYw9LyzooJ5Hwew7F7QJi7E33p_40YTyu_PsEoDFSUkGwu0juqUq3Vz8lvaB7GZWRbwkLsdsfkKiMU4RfKGJnVERSxcxz_2qFUcfRqv1ZFhf3-HtP8PHkWKUKQCVxSGAlBEsF34Zd8gt0M9B9IvtvRxJcNh5j-eZuYAOghg89QA1D9nqZ6TIJ6goEthqOU 2025/09/01 02:52:16 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/09/01 02:52:17 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/09/01 02:52:18 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "ABF6cA9sjf03FXEhXv7ld3SfSpIH0fxRsrCsSLeaOHuKuiOqs0hFolXQihHEgvhW5ov_cNOrGOk8nSfQNokVVGB5AnCKmqcioH9TqQ9dLnwKH0-OvUh1gJBvOmqtE1gySzUglYvSQyUUUynEXLBIdGWtLTYw9LyzooJ5Hwew7F7QJi7E33p_40YTyu_PsEoDFSUkGwu0juqUq3Vz8lvaB7GZWRbwkLsdsfkKiMU4RfKGJnVERSxcxz_2qFUcfRqv1ZFhf3-HtP8PHkWKUKQCVxSGAlBEsF34Zd8gt0M9B9IvtvRxJcNh5j-eZuYAOghg89QA1D9nqZ6TIJ6goEthqOU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/09/01 02:52:20 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: APFzXwsAyOd1RK_4nkTDK0p-KQ2kHgjD2t9wEuxX-cB0ULsHjhRpJCseauZWprx1lUr6dA5-KnW4kvpJypuTmwqnCoA846wXrDsDYBUOje-Ts5uvudZNOAi0sp8zwXTJElzJGDTSWVMwKhN2CJy_9cYOJNxIoPWtZecGYVyTrSlhz1qLjr39S3Dn8x9rQ3grH1xiu-RgdhU5r-amMPJ7OQuwwULCt3xgWrFxbiCPleQfnHmf78PCjPOjVFGroYNC2h6JhsSvI-MclUQpqO13_yx69M9vVvTxd3WzsL8vL84c8F5KFUy374m1wRMARfbTZC_Zzz9mf4IjUvQXeqmxZeM 2025/09/01 02:52:21 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/09/01 02:52:22 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/01 02:52:22 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "APFzXwsAyOd1RK_4nkTDK0p-KQ2kHgjD2t9wEuxX-cB0ULsHjhRpJCseauZWprx1lUr6dA5-KnW4kvpJypuTmwqnCoA846wXrDsDYBUOje-Ts5uvudZNOAi0sp8zwXTJElzJGDTSWVMwKhN2CJy_9cYOJNxIoPWtZecGYVyTrSlhz1qLjr39S3Dn8x9rQ3grH1xiu-RgdhU5r-amMPJ7OQuwwULCt3xgWrFxbiCPleQfnHmf78PCjPOjVFGroYNC2h6JhsSvI-MclUQpqO13_yx69M9vVvTxd3WzsL8vL84c8F5KFUy374m1wRMARfbTZC_Zzz9mf4IjUvQXeqmxZeM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/09/01 02:52:25 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AI1t3sKRIpXxmHoaEnFHEEept8yLlLH250JuZxgH3G5uAk_INE0215j2X79S2JUHN7ziIXq98QRvFWaXkVGlu256JMbc4Fiao1H_v0_WDiSz-bpC9fbbDrdrODdixEVC18IjH4EMBlHaTSsJKrs09lCTE7O5qD5ILSZj1nnFmLdb1GFjvhE0P_rQ5tZSeRey2gemHmrZv7EtLDuO_lhEcOkobL5hZU-f5aGHuzP5yX6oYVlE9VoQITtW8ubTBPobHHsEwETw58VXxiM72h9MCnOXhdmiD_3xUU9PQ7W4l_oA_K0yzqJj7FRNHXiNQQHgFAU77zOs9BtHGYo55uHhWqQ 2025/09/01 02:52:25 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/01 02:52:26 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/01 02:52:27 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AI1t3sKRIpXxmHoaEnFHEEept8yLlLH250JuZxgH3G5uAk_INE0215j2X79S2JUHN7ziIXq98QRvFWaXkVGlu256JMbc4Fiao1H_v0_WDiSz-bpC9fbbDrdrODdixEVC18IjH4EMBlHaTSsJKrs09lCTE7O5qD5ILSZj1nnFmLdb1GFjvhE0P_rQ5tZSeRey2gemHmrZv7EtLDuO_lhEcOkobL5hZU-f5aGHuzP5yX6oYVlE9VoQITtW8ubTBPobHHsEwETw58VXxiM72h9MCnOXhdmiD_3xUU9PQ7W4l_oA_K0yzqJj7FRNHXiNQQHgFAU77zOs9BtHGYo55uHhWqQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/09/01 02:52:29 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AE0vMcg1esw7GAmRXjm8XuXbbRit7XPkl1CNK9onUTHYQxklWDOqDn1XwVmIFgCsNjD8d1n5JvXp7zuCOgh5TWAgu_eZaTEGIe41lvCmUWAJZ9cCBWQXw1p38Idqtj6IvWk1uOJnFPiAwqf3vlat0g6Wq2d4xsnupkRHmJmk2MBaTz0YUeIAiXn6si0tFBxegHPiehmO7Y-jKhQQmmAEtvZHMpZgZxsXrtizh23WHwwn3t1eyvso0zrjcreKSRjxB7l2uP00uw1dQqND1t7V_UGXYNK5it3izMzLlynAI9G0a9ulUOyYYdhOPwPGe1iExMm1NkNRSfb9h4f9t8ii_4I 2025/09/01 02:52:30 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/09/01 02:52:30 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/09/01 02:52:30 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/09/01 02:52:31 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/01 02:52:31 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/01 02:52:31 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/01 02:52:32 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AE0vMcg1esw7GAmRXjm8XuXbbRit7XPkl1CNK9onUTHYQxklWDOqDn1XwVmIFgCsNjD8d1n5JvXp7zuCOgh5TWAgu_eZaTEGIe41lvCmUWAJZ9cCBWQXw1p38Idqtj6IvWk1uOJnFPiAwqf3vlat0g6Wq2d4xsnupkRHmJmk2MBaTz0YUeIAiXn6si0tFBxegHPiehmO7Y-jKhQQmmAEtvZHMpZgZxsXrtizh23WHwwn3t1eyvso0zrjcreKSRjxB7l2uP00uw1dQqND1t7V_UGXYNK5it3izMzLlynAI9G0a9ulUOyYYdhOPwPGe1iExMm1NkNRSfb9h4f9t8ii_4I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/09/01 02:52:34 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: ABNzy1KQPetIrZnxqPYx994cWAoVA4i0HSBnYFS9sp4UtgJcP3Wb2bQI7dAS1r1UEusYg6r7u7YPKW8CME8KV0mtt3AVxtikIQ7fJAkLXYS212G06eTmiiGdohTXsbadDbrLnHwAs_ysFW-mK3PrxxMePWVNuazx6NYi_KH4JuAE730D_MlJdqjy8hiAgKkOmIy4qdRaI3brANz5aFl8UzPw5o2pOvsrHcEHHcJVzbXVgUUWbevTb97V1kpQF4flalUOcWm2PHzlRQ4NM77Q4_0J4jMClScux6fDilVNB4tcDZ3lweyYKJ1ROXLHNBf5FTaQYgZichwvm7MSCDoqk2s 2025/09/01 02:52:35 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/01 02:52:35 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/09/01 02:52:35 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/09/01 02:52:36 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/01 02:52:36 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/01 02:52:36 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/01 02:52:37 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "ABNzy1KQPetIrZnxqPYx994cWAoVA4i0HSBnYFS9sp4UtgJcP3Wb2bQI7dAS1r1UEusYg6r7u7YPKW8CME8KV0mtt3AVxtikIQ7fJAkLXYS212G06eTmiiGdohTXsbadDbrLnHwAs_ysFW-mK3PrxxMePWVNuazx6NYi_KH4JuAE730D_MlJdqjy8hiAgKkOmIy4qdRaI3brANz5aFl8UzPw5o2pOvsrHcEHHcJVzbXVgUUWbevTb97V1kpQF4flalUOcWm2PHzlRQ4NM77Q4_0J4jMClScux6fDilVNB4tcDZ3lweyYKJ1ROXLHNBf5FTaQYgZichwvm7MSCDoqk2s" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/09/01 02:52:42 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/09/01 02:52:50 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/09/01 02:52:56 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/09/01 02:53:03 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/09/01 02:53:10 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/09/01 02:53:16 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ADTLlVQWbNx78n6j3dggzjBR20uFa9FwnogGBWZWChgNV7Y7CyFSYA-e9Oe59Jxmgu1y2A0p2YFqdOEOyWQlxe2Je00nJDfIpE1X2yivlJglLDIHsRLBuNRC-uexCjLk3gQoTxxuR7p2U_iwho-GeYFQcXG1oCbYEs0dbi8pUXGejygI1-T8HXQSbPjWQiC--jomM-tfQLIFD3gpBhkDuVCCdpkU8HJ7b1jKn_6FVnOdziis6zRfPRnhJ0njApccVlDBIMZEd8uiD_ZGY6SKpbRgxU4R1B0mCsDxUu9dV0BvONfjqjDA_ayv0GS41qeV-tO8eOqdJNuHEH7S0QxSIjM 2025/09/01 02:53:16 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/01 02:53:17 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "d17a35ff0689660232245aa3645d3229" 2025/09/01 02:53:18 DEBUG : unknown-size-put.txt: multipart upload "ADTLlVQWbNx78n6j3dggzjBR20uFa9FwnogGBWZWChgNV7Y7CyFSYA-e9Oe59Jxmgu1y2A0p2YFqdOEOyWQlxe2Je00nJDfIpE1X2yivlJglLDIHsRLBuNRC-uexCjLk3gQoTxxuR7p2U_iwho-GeYFQcXG1oCbYEs0dbi8pUXGejygI1-T8HXQSbPjWQiC--jomM-tfQLIFD3gpBhkDuVCCdpkU8HJ7b1jKn_6FVnOdziis6zRfPRnhJ0njApccVlDBIMZEd8uiD_ZGY6SKpbRgxU4R1B0mCsDxUu9dV0BvONfjqjDA_ayv0GS41qeV-tO8eOqdJNuHEH7S0QxSIjM" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/09/01 02:53:21 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AHeW8l_zytaP1dVKmRlIw8zQak2qq9NbvnsTftmOPCPK4gdP0dgsgTXQwto0WCTVfC08v-axqVbrrHNLJaiJbToG0HKZ6eR3O3YZYWaUPpprkl2KY0qs7TrlnLUY-qMHUUFjJOu4uOUzeXvio56ydz0WOxM-WewTjEJybDlKf9-Eu9KvJhDC57mFLs3hVzJr4wFYyKCrBGi9MwS-KhxQmzU7XARU9EfBirBTVt8FlMiYu6db4LvAnPvgnnyP_iGNhHrLUALEvpJVvpbf50T5xCT8zws_Ns2O92eVCuQxWQX9fm-fgwq1JMeUu6_wMwMszotsEGmz8sSxga9dvvhhTBY 2025/09/01 02:53:21 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/09/01 02:53:21 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "d4588b7cc6a5ebcf07dbbde247290fed" 2025/09/01 02:53:23 DEBUG : unknown-size-update.txt: multipart upload "AHeW8l_zytaP1dVKmRlIw8zQak2qq9NbvnsTftmOPCPK4gdP0dgsgTXQwto0WCTVfC08v-axqVbrrHNLJaiJbToG0HKZ6eR3O3YZYWaUPpprkl2KY0qs7TrlnLUY-qMHUUFjJOu4uOUzeXvio56ydz0WOxM-WewTjEJybDlKf9-Eu9KvJhDC57mFLs3hVzJr4wFYyKCrBGi9MwS-KhxQmzU7XARU9EfBirBTVt8FlMiYu6db4LvAnPvgnnyP_iGNhHrLUALEvpJVvpbf50T5xCT8zws_Ns2O92eVCuQxWQX9fm-fgwq1JMeUu6_wMwMszotsEGmz8sSxga9dvvhhTBY" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/09/01 02:53:24 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cesitek5kitu/deeper/nonexisting/directory" 2025/09/01 02:53:24 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/09/01 02:53:24 DEBUG : Waiting for deletions to finish 2025/09/01 02:53:24 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/09/01 02:53:24 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/09/01 02:53:25 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/09/01 02:53:27 INFO : S3 bucket rclone-test-cesitek5kitu: Bucket "rclone-test-cesitek5kitu" deleted 2025/09/01 02:53:27 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (344.58s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.25s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (3.02s) --- PASS: TestIntegration/FsMkdir (340.15s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.48s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.11s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.16s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.19s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.15s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.19s) --- PASS: TestIntegration/FsMkdir/FsEncoding (46.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (2.34s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (3.11s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (2.61s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (2.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (2.39s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (2.39s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (2.42s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (2.55s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (2.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (2.42s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (2.32s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (2.22s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (2.45s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (2.35s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (2.44s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (2.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (2.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (2.47s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (2.29s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (2.22s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (6.17s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (61.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.76s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.89s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.15s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (3.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (3.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (3.77s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (9.94s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (5.98s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (1.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (1.99s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (1.91s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (1.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.76s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (1.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.93s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (7.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (3.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (1.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.89s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (1.21s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (1.23s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (6.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (3.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (3.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (3.91s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (2.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (1.87s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (173.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (26.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (8.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (5.21s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (9.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (4.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (9.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (4.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (25.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (7.74s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (4.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (8.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (4.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (8.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (26.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (6.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (3.95s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (9.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (5.24s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (10.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (5.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (27.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (7.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (4.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (9.26s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (4.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (10.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (5.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (39.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (8.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (4.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (9.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (4.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (21.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (16.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (27.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (8.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (5.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (8.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (4.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (10.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (5.34s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (35.98s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (8.29s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (6.03s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (7.06s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (6.88s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (7.72s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (8.53s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (3.78s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (4.75s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.39s) --- 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/01 02:53:27 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/09/01 02:53:27 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 344.620s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 5m46.035929608s (try 1/5)