"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/13 03:00:48 NOTICE: TestS3R2: Starting server 2025/09/13 03:00:48 DEBUG : Creating backend with remote "TestS3R2:rclone-test-debuteg5fixa" 2025/09/13 03:00:48 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/13 03:00:49 INFO : S3 bucket rclone-test-debuteg5fixa: Bucket "rclone-test-debuteg5fixa" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/09/13 03:00:52 INFO : S3 bucket rclone-test-debuteg5fixa: Bucket "rclone-test-debuteg5fixa" deleted === RUN TestIntegration/FsMkdir 2025/09/13 03:00:52 INFO : S3 bucket rclone-test-debuteg5fixa: Bucket "rclone-test-debuteg5fixa" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/09/13 03:00:53 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/09/13 03:00:53 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/09/13 03:00:53 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/13 03:01:35 NOTICE: S3 bucket rclone-test-debuteg5fixa: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/09/13 03:01:35 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AHGaoG7eIhUP_utjm8GRshDmMzrb_jcgb6lrDDMAkD9XzvprNEiJVXSZRZO6_ulijbKpDzmBJhcINtMrDFKjoUhL7eL9l8zAW9USaD6ElEEmqt1CrQ-hKCwvqOtjInRrbaQO-o_4yY9pQ7J-KZjqeCtXjL_qwAF_EQj_iUlswDgANI8qjasPsZnvsEEaYvGYQ8ZvYgkRaQVCSEsDAS306J4_Gm4MDsi1YD1rehKr1DdPgzybquJyk6zJftdHi9oVNndZ5XugghFO5kiUNtzBI2EMj-zRyNoAyHUw0zfnRlU9oCUCFGcLAL-Se_rOg1s4oJwl2jQzTDAmUSittOHZ3Tk 2025/09/13 03:01:36 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "7b921c7c33144177a09ce5722501484e" 2025/09/13 03:01:37 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "46ce3f3defe811dc40d140d50d787f69" 2025/09/13 03:01:38 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "c8801addde9a91298fc423782a20f393" 2025/09/13 03:01:39 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AHGaoG7eIhUP_utjm8GRshDmMzrb_jcgb6lrDDMAkD9XzvprNEiJVXSZRZO6_ulijbKpDzmBJhcINtMrDFKjoUhL7eL9l8zAW9USaD6ElEEmqt1CrQ-hKCwvqOtjInRrbaQO-o_4yY9pQ7J-KZjqeCtXjL_qwAF_EQj_iUlswDgANI8qjasPsZnvsEEaYvGYQ8ZvYgkRaQVCSEsDAS306J4_Gm4MDsi1YD1rehKr1DdPgzybquJyk6zJftdHi9oVNndZ5XugghFO5kiUNtzBI2EMj-zRyNoAyHUw0zfnRlU9oCUCFGcLAL-Se_rOg1s4oJwl2jQzTDAmUSittOHZ3Tk" 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/13 03:01:46 DEBUG : Creating backend with remote "TestS3R2:" 2025/09/13 03:01:46 DEBUG : Config file has changed externally - reloading === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/09/13 03:01:46 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/13 03:01:50 DEBUG : S3 bucket rclone-test-debuteg5fixa: bucket is versioned: false 2025/09/13 03:01:50 DEBUG : Waiting for deletions to finish 2025/09/13 03:01:51 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/09/13 03:01:51 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/09/13 03:01:51 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/09/13 03:01:53 DEBUG : Creating backend with remote "TestS3R2:rclone-test-debuteg5fixa/dirToPurgeFromRoot" 2025/09/13 03:01:54 DEBUG : S3 bucket rclone-test-debuteg5fixa path dirToPurgeFromRoot: bucket is versioned: false 2025/09/13 03:01:54 DEBUG : Waiting for deletions to finish 2025/09/13 03:01:54 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/09/13 03:01:54 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/09/13 03:01:54 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/09/13 03:01:55 DEBUG : Creating backend with remote "TestS3R2:rclone-test-debuteg5fixa/hello? sausage/êé" 2025/09/13 03:01:58 DEBUG : S3 bucket rclone-test-debuteg5fixa path hello? sausage/êé: bucket is versioned: false 2025/09/13 03:01:58 DEBUG : Waiting for deletions to finish 2025/09/13 03:01:58 DEBUG : "a/b/c/d/e.txt" version false 2025/09/13 03:01:58 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/09/13 03:01:58 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/13 03:02:14 DEBUG : Creating backend with remote "TestS3R2:rclone-test-debuteg5fixa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/09/13 03:02:14 DEBUG : Creating backend with remote "TestS3R2:rclone-test-debuteg5fixa/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-debuteg5fixa" from "TestS3R2:rclone-test-debuteg5fixa" 2025/09/13 03:02:15 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/13 03:02:27 DEBUG : piped data.txt: open chunk writer: started multipart upload: AG60LkYdnQ7FYAFPAsfgADf1SR2KJWLjNnqD2YxZVZ7qDT7y1mRexfmkWefsj-vRJvJXvh4vWHpMTFt7wTdJMPs5AKcxtCHFr5RJ57zlN4FBEoBz8jtkR0NqhadL8ORxrSgOpOGmixV4mPB3PSkRk3dH0oTAJwstkhEqJznGQIeRcBAM9FR4sOG_HjsAjubKWLrqFC228ES4s6RTDNqRaKUwx3aaUrW1qQnI9A5UplNz5RXUCZLu-KLT0uald0yE6iyxKbriBHx4LG8pBVMx1NDYqp4EU82CBFq94ejuJv2sQtZkrKHR-0L08kUh8V1d2wu5Rkl5KRNhJTPKSdY3RqA 2025/09/13 03:02:27 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/09/13 03:02:27 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/09/13 03:02:28 DEBUG : piped data.txt: multipart upload "AG60LkYdnQ7FYAFPAsfgADf1SR2KJWLjNnqD2YxZVZ7qDT7y1mRexfmkWefsj-vRJvJXvh4vWHpMTFt7wTdJMPs5AKcxtCHFr5RJ57zlN4FBEoBz8jtkR0NqhadL8ORxrSgOpOGmixV4mPB3PSkRk3dH0oTAJwstkhEqJznGQIeRcBAM9FR4sOG_HjsAjubKWLrqFC228ES4s6RTDNqRaKUwx3aaUrW1qQnI9A5UplNz5RXUCZLu-KLT0uald0yE6iyxKbriBHx4LG8pBVMx1NDYqp4EU82CBFq94ejuJv2sQtZkrKHR-0L08kUh8V1d2wu5Rkl5KRNhJTPKSdY3RqA" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/09/13 03:02:29 DEBUG : piped data.txt: open chunk writer: started multipart upload: AGlBc4FjAPRBuAEQ4hmL0e6GI4IqZrBY4xef-trQIAfj8eUpdUg5A39i69hkriTVKvYZq2NEsdD-4i2EDCvw9svpDBCBUHDt74uyxRU5UMmJdas8hNU6vhuywTk1CF0aXKsqObr0U-0s6kjYCDP1G2rRThuXXrsIUX2_Dha8B7LCjfQGzx5fRGt8CTkeoE5HbOh4ympOKV86h5WymnUxAJHQAuPZYjUwLKtlUJKfKFn5TEQZweplwAVyfbcIWbMis_XvX6e3ryttZqISLK6KMTrAOmU4ODaNUQrp3ceTS3bYprbXKJE-V5XimFt6LosGGJBLy1ZTmy1I94RwtW929PI 2025/09/13 03:02:29 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/13 03:02:29 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "f76ea3ffa2d8db443f42044732cfed17" 2025/09/13 03:02:30 DEBUG : piped data.txt: multipart upload "AGlBc4FjAPRBuAEQ4hmL0e6GI4IqZrBY4xef-trQIAfj8eUpdUg5A39i69hkriTVKvYZq2NEsdD-4i2EDCvw9svpDBCBUHDt74uyxRU5UMmJdas8hNU6vhuywTk1CF0aXKsqObr0U-0s6kjYCDP1G2rRThuXXrsIUX2_Dha8B7LCjfQGzx5fRGt8CTkeoE5HbOh4ympOKV86h5WymnUxAJHQAuPZYjUwLKtlUJKfKFn5TEQZweplwAVyfbcIWbMis_XvX6e3ryttZqISLK6KMTrAOmU4ODaNUQrp3ceTS3bYprbXKJE-V5XimFt6LosGGJBLy1ZTmy1I94RwtW929PI" 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/13 03:02:33 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/13 03:02:38 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AL1hp_UEHMceH3Rdgkrbymb60rF4P8zOxDEvl3OG5qPgdVTbuLJAY-L5HhhQ3sZPFZi5Gs9JKG_Hh3BQ_8aWlzU03n_sx3V_IDhSBoB9AwXOxGa3rhvg_uwd7gMr9NvPkDxO1wLKy1fm4j0fgehBq-R1Vl-cvppSFl1O49qF0JkFBVKI92ahNDsM1-jZ9GiimVtb3jhA3H4n4Cj2KjrQ0tu56041BBdZAlfMeUFShW5VMa2d3sRj-NMXZl8zNP9SIPP6ZYsuwVBCYNShUe5hLPQt5k_oWX1hZscTj2xOa9NOTahDnZ7xT3zb1ORS6ijv78aDpT0N4vyIonnD1xE6DCQ 2025/09/13 03:02:38 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/09/13 03:02:40 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/09/13 03:02:41 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AL1hp_UEHMceH3Rdgkrbymb60rF4P8zOxDEvl3OG5qPgdVTbuLJAY-L5HhhQ3sZPFZi5Gs9JKG_Hh3BQ_8aWlzU03n_sx3V_IDhSBoB9AwXOxGa3rhvg_uwd7gMr9NvPkDxO1wLKy1fm4j0fgehBq-R1Vl-cvppSFl1O49qF0JkFBVKI92ahNDsM1-jZ9GiimVtb3jhA3H4n4Cj2KjrQ0tu56041BBdZAlfMeUFShW5VMa2d3sRj-NMXZl8zNP9SIPP6ZYsuwVBCYNShUe5hLPQt5k_oWX1hZscTj2xOa9NOTahDnZ7xT3zb1ORS6ijv78aDpT0N4vyIonnD1xE6DCQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/09/13 03:02:43 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AJS9khf0qY-k4o9OVDgeI_hDUqkVkrux-3vk0dBffokHvdVC6iydH6eQT9pCiOVCZIg970F16wFB9r9HvTlvhXFXRWuoVlhjLVDkCcyG7oirEW8l5-pM1O1VXb2kwgFgwWbOgvZQMSARpEXugMvbYenNnNVnewfcyvQkVQHhSx1NYzxzWqI8AkXfLE3N0a1FJ--vB2RzSss0bLTwBx_lfOuAVANrOmtq9E5hKKKiwlMM3hdVGIfXoYfEGhTZjSvEAvOA7-on5kp36Ve8wsTtEL4zsMTUiNQivDx5ZztwlJh7XsfjEthQ4o_3rWKglVXkTBvVWkuR0LWLDugVKff8j_U 2025/09/13 03:02:43 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/09/13 03:02:44 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/13 03:02:45 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AJS9khf0qY-k4o9OVDgeI_hDUqkVkrux-3vk0dBffokHvdVC6iydH6eQT9pCiOVCZIg970F16wFB9r9HvTlvhXFXRWuoVlhjLVDkCcyG7oirEW8l5-pM1O1VXb2kwgFgwWbOgvZQMSARpEXugMvbYenNnNVnewfcyvQkVQHhSx1NYzxzWqI8AkXfLE3N0a1FJ--vB2RzSss0bLTwBx_lfOuAVANrOmtq9E5hKKKiwlMM3hdVGIfXoYfEGhTZjSvEAvOA7-on5kp36Ve8wsTtEL4zsMTUiNQivDx5ZztwlJh7XsfjEthQ4o_3rWKglVXkTBvVWkuR0LWLDugVKff8j_U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/09/13 03:02:47 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AC0Pcj3VGo3g8oBSDSIly3Y33ue42lpCYtVci5R6wRG6dpOCoR9_LLvOf0ixc9e_71lidDRoJLBGnkJ_mhQGKB2UVN5H_wU0GpFoTDrUoGJ6qi8VWpg9WxLYAEVn6IPWEqjnjUHWPi53uyX0OCZIFcNoVECqpsF9wehT-AVkH2jxjo5A-VhjAPIj_WYsxeMz5Aehu0KFsaJhIiHebBGWYWkL40ZdX8-5HZylKxnYH82_q03qE_U1yeXlEWHgHjYUPFOfMV15xLJuOLXvDXAN5gFnjzwBnvv9LspNGvgE3Um8mKFGXz-SKaNLEifOiMsZjY7YrSIV5Es8h1MGQLCxAcw 2025/09/13 03:02:47 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/13 03:02:49 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/13 03:02:50 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AC0Pcj3VGo3g8oBSDSIly3Y33ue42lpCYtVci5R6wRG6dpOCoR9_LLvOf0ixc9e_71lidDRoJLBGnkJ_mhQGKB2UVN5H_wU0GpFoTDrUoGJ6qi8VWpg9WxLYAEVn6IPWEqjnjUHWPi53uyX0OCZIFcNoVECqpsF9wehT-AVkH2jxjo5A-VhjAPIj_WYsxeMz5Aehu0KFsaJhIiHebBGWYWkL40ZdX8-5HZylKxnYH82_q03qE_U1yeXlEWHgHjYUPFOfMV15xLJuOLXvDXAN5gFnjzwBnvv9LspNGvgE3Um8mKFGXz-SKaNLEifOiMsZjY7YrSIV5Es8h1MGQLCxAcw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/09/13 03:02:53 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ABYBhJT_xX4hFLGm5fxP6VHL9JoGS49100r0l2YxaIXerKMcCgcwsxJet5V7o7OQprh4AaJD1Fd3TEkZp6Kpe8qsxH7AG3qkRkifBKJgJaG1efTmPNKKpTC-j6LLLPlOgq4aiK8N6OEbcJeaDkFvqZ-iTMp-obaUClQk7Ex2pRzMthtfjgzJsS9I0eCmJPVs24hMl9aCXuepyhq_vKleGBbGVMTx-mKK_qKtr9HZ4f7SOOnGIG_Tyknje1YOL1Zgv7gCvTY_HOJnKwemsO2IBVqhaeroXfMBGQGxLekHMkmSfbiuCZQyC8hjqgdWvhRhXHFdmlds2vNK6au5BlcsfVg 2025/09/13 03:02:53 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/09/13 03:02:53 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/09/13 03:02:53 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/09/13 03:02:54 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/13 03:02:54 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/13 03:02:55 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/13 03:02:55 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ABYBhJT_xX4hFLGm5fxP6VHL9JoGS49100r0l2YxaIXerKMcCgcwsxJet5V7o7OQprh4AaJD1Fd3TEkZp6Kpe8qsxH7AG3qkRkifBKJgJaG1efTmPNKKpTC-j6LLLPlOgq4aiK8N6OEbcJeaDkFvqZ-iTMp-obaUClQk7Ex2pRzMthtfjgzJsS9I0eCmJPVs24hMl9aCXuepyhq_vKleGBbGVMTx-mKK_qKtr9HZ4f7SOOnGIG_Tyknje1YOL1Zgv7gCvTY_HOJnKwemsO2IBVqhaeroXfMBGQGxLekHMkmSfbiuCZQyC8hjqgdWvhRhXHFdmlds2vNK6au5BlcsfVg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/09/13 03:02:57 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AMZl2cVu5a67EynZ8LEcgQzKO3dBYsFygn4egy6-zBCWTCQA1Kk9gRqN5OOiacNzsohABgwzSy2UlgvBS0aGEEVSgsuGPJknSZhUFQi8HDCQ_bPRrRwb9ohmuOm7XRFtCFMSw2AyWORczgoKvyBZTmZ4p9mrAzZo1P2MG8G75wT9QzWeMi00pQpdr3MsDppgLllIsuvsM2Zbi0u8RhHWxt0-a7dO8UhDFV7EdjmOWv7fRMCSOW-3J0A479hpQLernk-tst39YDvUrkITeSvSzSGxmwwi24ByYyWRaNTVN46dis1yhPygg6EFzalsuqIxmZ80vqr7CRyGdaPC-hh34Dc 2025/09/13 03:02:57 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/13 03:02:58 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/09/13 03:02:58 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/09/13 03:02:58 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/13 03:02:58 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/13 03:02:59 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/13 03:02:59 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AMZl2cVu5a67EynZ8LEcgQzKO3dBYsFygn4egy6-zBCWTCQA1Kk9gRqN5OOiacNzsohABgwzSy2UlgvBS0aGEEVSgsuGPJknSZhUFQi8HDCQ_bPRrRwb9ohmuOm7XRFtCFMSw2AyWORczgoKvyBZTmZ4p9mrAzZo1P2MG8G75wT9QzWeMi00pQpdr3MsDppgLllIsuvsM2Zbi0u8RhHWxt0-a7dO8UhDFV7EdjmOWv7fRMCSOW-3J0A479hpQLernk-tst39YDvUrkITeSvSzSGxmwwi24ByYyWRaNTVN46dis1yhPygg6EFzalsuqIxmZ80vqr7CRyGdaPC-hh34Dc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/09/13 03:03:03 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AMbrxvCg6SN8h7N8zbE1t_QB_l05MeNumRUbuxioP1Xm3TyIIV-gm2kjggwGqPRLVLtCrHwFoq_Y7CQEOhrm13DJ29KrkrYDv9Gu_NBjPjo45lyLU8DO5pcYubVx-sRzkdtDmSCLdOPwA1q-IaK3-qLKoABZtzc_Gwxm5lMFXFHawp74eEQfXW98b_pDiPnPBgIin7Cg3nhIT21iei7nfvDWojwodIN9448AZrebqsA35yWBif_IurDDCU73X1e77EmBOj2mDgqTUkPRGIrgVQ54DurK6OgFqhZXaIG3l50zYjgVUmec69R266rWGQ7dkUAgScg2-hLC4S8YLnHp-XY 2025/09/13 03:03:03 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/13 03:03:04 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/09/13 03:03:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AMbrxvCg6SN8h7N8zbE1t_QB_l05MeNumRUbuxioP1Xm3TyIIV-gm2kjggwGqPRLVLtCrHwFoq_Y7CQEOhrm13DJ29KrkrYDv9Gu_NBjPjo45lyLU8DO5pcYubVx-sRzkdtDmSCLdOPwA1q-IaK3-qLKoABZtzc_Gwxm5lMFXFHawp74eEQfXW98b_pDiPnPBgIin7Cg3nhIT21iei7nfvDWojwodIN9448AZrebqsA35yWBif_IurDDCU73X1e77EmBOj2mDgqTUkPRGIrgVQ54DurK6OgFqhZXaIG3l50zYjgVUmec69R266rWGQ7dkUAgScg2-hLC4S8YLnHp-XY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/09/13 03:03:07 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AF5jt-YcA4P-Pal8l7kkfX6G1kgMk3_NFHDixJBnBgkj3ueOEbOrZELAqEIH1UG_O5tR9BBzZy1d8UH0meurF41VyKa8_88C5IYSgF2NoHvS-nl0EMrwWLOyGdrI37WqgX5gneMsb4L0pfWzrQrj7_UHRNzpv1n-9PyGmocOVwicpTB5Dk_GlgQROGIWHmNucIavIgHT30pJdaurCZlrijv2lTTwzl5ExX-tHJ31eKBsQSBGYGe_i8DJo8zwir7itZ8TGzTipJhGHNmYQEtuuDon1Ko1b-1sQqsofe7aMsOMd47Eis4RUaqFBuy1L2jEcfawjRNfUOv7MIEe-c4inDc 2025/09/13 03:03:07 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/09/13 03:03:08 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/13 03:03:09 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AF5jt-YcA4P-Pal8l7kkfX6G1kgMk3_NFHDixJBnBgkj3ueOEbOrZELAqEIH1UG_O5tR9BBzZy1d8UH0meurF41VyKa8_88C5IYSgF2NoHvS-nl0EMrwWLOyGdrI37WqgX5gneMsb4L0pfWzrQrj7_UHRNzpv1n-9PyGmocOVwicpTB5Dk_GlgQROGIWHmNucIavIgHT30pJdaurCZlrijv2lTTwzl5ExX-tHJ31eKBsQSBGYGe_i8DJo8zwir7itZ8TGzTipJhGHNmYQEtuuDon1Ko1b-1sQqsofe7aMsOMd47Eis4RUaqFBuy1L2jEcfawjRNfUOv7MIEe-c4inDc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/09/13 03:03:11 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ADDVajwbLwFja9fe0SNmLz84aP8uhRyteNXU9ZHpm1hJ1muyh1VYTwogdj2-wBSYgKSE2zDhWGYHhgaoVO17pPltvVe_ckeGwU36ddHrqCuXLLDRCjM5LGSvU_z6N1GY0jkh31fijZVQJjoWZD99ITe-C_qs9HX3MBLKQSEmSVQq5XeFqGyTJmvcXrM-h9PHwEaR4TGCjaxpdskg5wdkl3W1Zxj9P9HdAaQZxT5SP3qGtkybwV4Vf26ebthvUmxS4qKMzNJ3RN15Zd52Dc1QbMO77Dp0GBxymzkHqv9Cw6AUblRBIJ9QDR2hPqJ3Lc1eWl7CLaCoVDVmU5g3rSjNbAM 2025/09/13 03:03:12 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/13 03:03:12 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/13 03:03:13 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ADDVajwbLwFja9fe0SNmLz84aP8uhRyteNXU9ZHpm1hJ1muyh1VYTwogdj2-wBSYgKSE2zDhWGYHhgaoVO17pPltvVe_ckeGwU36ddHrqCuXLLDRCjM5LGSvU_z6N1GY0jkh31fijZVQJjoWZD99ITe-C_qs9HX3MBLKQSEmSVQq5XeFqGyTJmvcXrM-h9PHwEaR4TGCjaxpdskg5wdkl3W1Zxj9P9HdAaQZxT5SP3qGtkybwV4Vf26ebthvUmxS4qKMzNJ3RN15Zd52Dc1QbMO77Dp0GBxymzkHqv9Cw6AUblRBIJ9QDR2hPqJ3Lc1eWl7CLaCoVDVmU5g3rSjNbAM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/09/13 03:03:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: ADzUzWqSFBIE0qzYIZjU7ASI7IKB2FYh-A5CfQ5n8jxIX3B1iHoaWp2NmHtFqtopm8721xZi87kkCod9KRtJZ5k7YKJPZ9Sxvj7kJbAFu0Z0wb0hwdR72wcyI5hHQJ056o2L0dlox40jJe_mvbYehAtfAf72D-a5DeoKgL9Wns9zqU7PQ_x0JHQOHgZevJQkC8ux-55T9keufL0muo-tWsnNP0xZEUHpYcFb28PttaiKJ-0zsPovyICQPg7LkrmmUquaW5QpECSrrzFuEvBWotwCgNVOW-gu7qFBTFC6uKwI9_bxWO4L3do3BboXdGnagrRJvB2Mp5F9rVaaWjdsXWM 2025/09/13 03:03:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/09/13 03:03:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/09/13 03:03:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/13 03:03:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/13 03:03:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/13 03:03:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/13 03:03:17 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "ADzUzWqSFBIE0qzYIZjU7ASI7IKB2FYh-A5CfQ5n8jxIX3B1iHoaWp2NmHtFqtopm8721xZi87kkCod9KRtJZ5k7YKJPZ9Sxvj7kJbAFu0Z0wb0hwdR72wcyI5hHQJ056o2L0dlox40jJe_mvbYehAtfAf72D-a5DeoKgL9Wns9zqU7PQ_x0JHQOHgZevJQkC8ux-55T9keufL0muo-tWsnNP0xZEUHpYcFb28PttaiKJ-0zsPovyICQPg7LkrmmUquaW5QpECSrrzFuEvBWotwCgNVOW-gu7qFBTFC6uKwI9_bxWO4L3do3BboXdGnagrRJvB2Mp5F9rVaaWjdsXWM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/09/13 03:03:20 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ADQPTH6lFLllVW4LO45tI_v8mU2-SHh17HuTPLfkzyo2LdEpyc59EJzV_y-BWWZbOHvIdzOHuyd4FahyO2Vh3sjTMtgq8YJiC3ySHvsg14dpOXlmLxZXXCBvSwt5_sy8FcN_Q55JkIMfZfq_KbxFvkKL3x92IwgN5O0rDpHrP2G184eheaowDgceeS3BFHUdZmb13sj5t91uClSnAFr7x9SqBiCClxq5FRBzs9eP-DVt7HXXP9e6p4qq4gdqaXXg8iNtNXd-rH5IgaT1kteg4QgzXYqDLMkMR1pCGOGxANTI51kCJmu0U8H9ramy4PRIVU_cHZu6xW6Sf1qvlqKm3dw 2025/09/13 03:03:21 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/13 03:03:21 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/13 03:03:21 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/09/13 03:03:21 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/13 03:03:22 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/13 03:03:22 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/13 03:03:23 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ADQPTH6lFLllVW4LO45tI_v8mU2-SHh17HuTPLfkzyo2LdEpyc59EJzV_y-BWWZbOHvIdzOHuyd4FahyO2Vh3sjTMtgq8YJiC3ySHvsg14dpOXlmLxZXXCBvSwt5_sy8FcN_Q55JkIMfZfq_KbxFvkKL3x92IwgN5O0rDpHrP2G184eheaowDgceeS3BFHUdZmb13sj5t91uClSnAFr7x9SqBiCClxq5FRBzs9eP-DVt7HXXP9e6p4qq4gdqaXXg8iNtNXd-rH5IgaT1kteg4QgzXYqDLMkMR1pCGOGxANTI51kCJmu0U8H9ramy4PRIVU_cHZu6xW6Sf1qvlqKm3dw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/09/13 03:03:30 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AM-ZVIrykr6iD-c1Ez4t7-HTI1Mca1sJaPB5MJY-Ax2PXYeoZ4PGg-xfrEfpxMGM7uWaf_Yc_FFDrpCuxLkrx5-1y19VQezZUAffwoNguO0-npXg7xHjKPjcm0MoICOjSKRQsac1ztFLXI9LMTyimIvuMsTbuBB7u9H_dbs_8h3p3jSpWTpi107ypq9jdqfYK6SCxnftzmAmFzSwqD0Sj0sXwS8kdWTEGLByHWEdOP3xPjZiYIz8VQZ3TCToXIWK72HaU_StrmiKSRnQ1T3Ml-VomkFtNs9NzK1o4DFchpEino82xfdVKQU4ZyyOVwZ9zM9sj3NMLqv3pkJlb4L1PSU 2025/09/13 03:03:30 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/13 03:03:31 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/09/13 03:03:32 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AM-ZVIrykr6iD-c1Ez4t7-HTI1Mca1sJaPB5MJY-Ax2PXYeoZ4PGg-xfrEfpxMGM7uWaf_Yc_FFDrpCuxLkrx5-1y19VQezZUAffwoNguO0-npXg7xHjKPjcm0MoICOjSKRQsac1ztFLXI9LMTyimIvuMsTbuBB7u9H_dbs_8h3p3jSpWTpi107ypq9jdqfYK6SCxnftzmAmFzSwqD0Sj0sXwS8kdWTEGLByHWEdOP3xPjZiYIz8VQZ3TCToXIWK72HaU_StrmiKSRnQ1T3Ml-VomkFtNs9NzK1o4DFchpEino82xfdVKQU4ZyyOVwZ9zM9sj3NMLqv3pkJlb4L1PSU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/09/13 03:03:34 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AOObCi0g7h2NrjlEE_fe56axMPfZChs8EcQ0Mo87KzRVYSc8aTN-Cvt7-WIvHcBjk1N6YxJvn85qY9jVcBd_nC49Bag-mH83u0mbPqXQy3u8GiBpkzs58GGUIDJJeQb5mTNGgU0C2G8gAje27ETEiqmBsgsn8QEECZhwLwpLUt2c1eZsYDPB3h1mgpmYk43ng-w6UhxEKbyKhOQbCL6J-KpR1kV-LxZtNaIyLxiRXAAJW5LS7jDTaO7z439CpYvL5cAfqGkfeoy9Pg-vrSHSp3sSjl-0tyl8wA_vOHmtOCnuZZdjBcLKVHcUjHzjo2tKf_-uMChSYpjQGdSTOaGbifg 2025/09/13 03:03:34 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/09/13 03:03:35 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/13 03:03:36 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AOObCi0g7h2NrjlEE_fe56axMPfZChs8EcQ0Mo87KzRVYSc8aTN-Cvt7-WIvHcBjk1N6YxJvn85qY9jVcBd_nC49Bag-mH83u0mbPqXQy3u8GiBpkzs58GGUIDJJeQb5mTNGgU0C2G8gAje27ETEiqmBsgsn8QEECZhwLwpLUt2c1eZsYDPB3h1mgpmYk43ng-w6UhxEKbyKhOQbCL6J-KpR1kV-LxZtNaIyLxiRXAAJW5LS7jDTaO7z439CpYvL5cAfqGkfeoy9Pg-vrSHSp3sSjl-0tyl8wA_vOHmtOCnuZZdjBcLKVHcUjHzjo2tKf_-uMChSYpjQGdSTOaGbifg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/09/13 03:03:39 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AME2jDzRxo3Zpihpc_8dSL6D3JDk8xYRL97WVf-L_WeMoHB5fmS5zwTT2_1NEKjo_N4Q0thYZcRcvpA0mdFqek_bz8r0HHA9euN5YeRNXnK0_V7Kgl8_5FAN8UsbMRI_3b-ea-nNhfXwFmts5NLF71TqD_TCcQpmeZXj2auYX1Ga49z7k3e0imRdfHKheVA3wMZbqsTSD9ka-Hm9mE8YnQN3FHLN-QboU4Tziox1jO1PMxB371Bq3vQvWaAK2rVpBpJeuHXluEK3PGx-ijmzs62tVOEhyvMJmcsE1VRVrCPcTl8MwXpFiJpvOPCLRqY_dAZTOnXzYsF-eePFlhj3IgY 2025/09/13 03:03:39 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/13 03:03:41 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/13 03:03:42 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AME2jDzRxo3Zpihpc_8dSL6D3JDk8xYRL97WVf-L_WeMoHB5fmS5zwTT2_1NEKjo_N4Q0thYZcRcvpA0mdFqek_bz8r0HHA9euN5YeRNXnK0_V7Kgl8_5FAN8UsbMRI_3b-ea-nNhfXwFmts5NLF71TqD_TCcQpmeZXj2auYX1Ga49z7k3e0imRdfHKheVA3wMZbqsTSD9ka-Hm9mE8YnQN3FHLN-QboU4Tziox1jO1PMxB371Bq3vQvWaAK2rVpBpJeuHXluEK3PGx-ijmzs62tVOEhyvMJmcsE1VRVrCPcTl8MwXpFiJpvOPCLRqY_dAZTOnXzYsF-eePFlhj3IgY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/09/13 03:03:44 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AE7xJrwlHReDHorHt-54GZpg91ncm2ygjPCvCIpVuBAlqTJlyI1qjr-CB_QQP1VpkFq1yplHi_qJx-tgV00OKM-H7Fm0jXHG_1X3tmBVb_u6iM6qhW1Ddi4Lp1Nx1T5dsukhIk3mn8D3NYX6U2HPyD6QpX2KwgupTqIH25iBH7DGOsvZ8duMD2BE4ict0FPt4052WIq-yzedOegSlHXiYk3OsMKh6y3X1pgLG-EqpLQ3hAd8mvUP1gyzbfKXfe4SRSuabM5G-S5T5jYZE1F3XQRktjo_LwFZUC8F4g9fG-tujkpABUrXK9KT4pfap4bNFOn80sARt8bjTAzTZ_N9PE4 2025/09/13 03:03:44 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/09/13 03:03:44 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/09/13 03:03:44 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/13 03:03:44 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/13 03:03:45 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/13 03:03:45 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/13 03:03:46 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AE7xJrwlHReDHorHt-54GZpg91ncm2ygjPCvCIpVuBAlqTJlyI1qjr-CB_QQP1VpkFq1yplHi_qJx-tgV00OKM-H7Fm0jXHG_1X3tmBVb_u6iM6qhW1Ddi4Lp1Nx1T5dsukhIk3mn8D3NYX6U2HPyD6QpX2KwgupTqIH25iBH7DGOsvZ8duMD2BE4ict0FPt4052WIq-yzedOegSlHXiYk3OsMKh6y3X1pgLG-EqpLQ3hAd8mvUP1gyzbfKXfe4SRSuabM5G-S5T5jYZE1F3XQRktjo_LwFZUC8F4g9fG-tujkpABUrXK9KT4pfap4bNFOn80sARt8bjTAzTZ_N9PE4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/09/13 03:03:48 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AEh1bWdqTfwNXFGlyvk_8D-UqSxN6aoHsrjKoGn-5Thp3RFzZBg7SnEtAhjW8EDJ0F4aZsq6Mc6kJruCMF3oXXtzpLmeR6G5parjtGWOulh-q5AxciAuihKpl7PxP3q1Z5yVT90SGEWpGZzL-mcD0ZvslLflwSJSxt_LGdkR4XmFC5L9xE9-zM3a-dgqn227zaEKGth06hBKHIqRFPXG2XngEsERn5eXAqhJcNO2S_oUPIPjV-4-stKHvgXHseMwEMOJo8rs_8_DotorsLVxJ58StkBJUyn4Nii-pBJTpNfDwSIvnzDDbTJAXFEZW8-GLCwZ77DFGFhqJ4Dned_dBts 2025/09/13 03:03:48 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/13 03:03:48 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/13 03:03:48 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/09/13 03:03:49 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/13 03:03:49 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/13 03:03:50 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/13 03:03:50 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AEh1bWdqTfwNXFGlyvk_8D-UqSxN6aoHsrjKoGn-5Thp3RFzZBg7SnEtAhjW8EDJ0F4aZsq6Mc6kJruCMF3oXXtzpLmeR6G5parjtGWOulh-q5AxciAuihKpl7PxP3q1Z5yVT90SGEWpGZzL-mcD0ZvslLflwSJSxt_LGdkR4XmFC5L9xE9-zM3a-dgqn227zaEKGth06hBKHIqRFPXG2XngEsERn5eXAqhJcNO2S_oUPIPjV-4-stKHvgXHseMwEMOJo8rs_8_DotorsLVxJ58StkBJUyn4Nii-pBJTpNfDwSIvnzDDbTJAXFEZW8-GLCwZ77DFGFhqJ4Dned_dBts" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/09/13 03:03:56 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AFpG_ngwJNBEJIFVmifD_i7VceoZspIITltVoUFsmbYsdsQQ9BIGWbYY8Gy62NfQrSOZThUNk7fxXxceqqj8EB3GOxNHCjJRtCc0ONaeM1BgQsYEozJRBbtxUONW2q1p5e5TjmcGA0Lwc5mQR07-tUaFIBYA_-JPfHFHVvKMA_95f2utx-zks7rtetWySzAVJjJrEh8qxHF5GMmH2sLvrpONIe2xWPopDW7FRLto8jM9zex9BRjzL74C53w4sZns7cjovHmhU8FTZB1p-s-iJEf25EXUIbXDLODLAeHaKj1r613QJrUViiCT12KIvMob9QlFlHWAU5LuRkbQG_0kllI 2025/09/13 03:03:56 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/13 03:03:57 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/09/13 03:03:58 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AFpG_ngwJNBEJIFVmifD_i7VceoZspIITltVoUFsmbYsdsQQ9BIGWbYY8Gy62NfQrSOZThUNk7fxXxceqqj8EB3GOxNHCjJRtCc0ONaeM1BgQsYEozJRBbtxUONW2q1p5e5TjmcGA0Lwc5mQR07-tUaFIBYA_-JPfHFHVvKMA_95f2utx-zks7rtetWySzAVJjJrEh8qxHF5GMmH2sLvrpONIe2xWPopDW7FRLto8jM9zex9BRjzL74C53w4sZns7cjovHmhU8FTZB1p-s-iJEf25EXUIbXDLODLAeHaKj1r613QJrUViiCT12KIvMob9QlFlHWAU5LuRkbQG_0kllI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/09/13 03:04:00 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AL1dZGmMvi-Ls1owGGGsQ_B40IzdPv_JfNrPfhDj50Zn79Ros-CtWh_rC2ODxF7CMtJc6iUYGXNbysiSPwHLXWwOSMo6B-Ye3jv_oO7_JKI4xCo_sOWec5LLkiug75w7AZ00vGCE-lVde1mwlvRa2NktkV5bdTZNCMWTIzMxb9OldZ-MziYrbe6zw2wtVQuzac4N1TpSI-CJsRZNGAc8n8zDm_SuPG8-PXIA90k9l75FR_EBELytQyI3T3rud4HlPIVTElk8XlvgPNJJrbDUe03Ajio8yVIOm6g9NzwTm564m-oSyMPbHlnoBJ01IibdEVZvMddwV3ZKMTm7XlA-orA 2025/09/13 03:04:00 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/09/13 03:04:01 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/13 03:04:02 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AL1dZGmMvi-Ls1owGGGsQ_B40IzdPv_JfNrPfhDj50Zn79Ros-CtWh_rC2ODxF7CMtJc6iUYGXNbysiSPwHLXWwOSMo6B-Ye3jv_oO7_JKI4xCo_sOWec5LLkiug75w7AZ00vGCE-lVde1mwlvRa2NktkV5bdTZNCMWTIzMxb9OldZ-MziYrbe6zw2wtVQuzac4N1TpSI-CJsRZNGAc8n8zDm_SuPG8-PXIA90k9l75FR_EBELytQyI3T3rud4HlPIVTElk8XlvgPNJJrbDUe03Ajio8yVIOm6g9NzwTm564m-oSyMPbHlnoBJ01IibdEVZvMddwV3ZKMTm7XlA-orA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/09/13 03:04:03 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AOAD8TJgYvlY71iB8KLxeuBCL0GjX8kMIWwZcYy6fIpqk93nJusa0FqwKk_kGn8t5fg2e_T3ssyOPWiHeEUK1gqRMLEQo_8RU9InwlZdJffcIFoSb4ulOnJq70n_CcGE4lPUyPfI5ZcB7kOtZuUjJGOr9_vphew-z0N0DfPU1n3vxaNQuHu_0t0IngeyBNFoQO6xED3ptBMvNIrf3zhdNRDPVljv1AkPSngZFPXshaqeClUy2RwiJeXgz-2qudDl1FRmIhr5C9BKNgat5DthEfL2voneBmMA9rEGszb7VUhZT0401YEPmhtjNTGKPQZM-DQXd5pLm-VzY4gzFM5ULZg 2025/09/13 03:04:03 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/13 03:04:04 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/13 03:04:05 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AOAD8TJgYvlY71iB8KLxeuBCL0GjX8kMIWwZcYy6fIpqk93nJusa0FqwKk_kGn8t5fg2e_T3ssyOPWiHeEUK1gqRMLEQo_8RU9InwlZdJffcIFoSb4ulOnJq70n_CcGE4lPUyPfI5ZcB7kOtZuUjJGOr9_vphew-z0N0DfPU1n3vxaNQuHu_0t0IngeyBNFoQO6xED3ptBMvNIrf3zhdNRDPVljv1AkPSngZFPXshaqeClUy2RwiJeXgz-2qudDl1FRmIhr5C9BKNgat5DthEfL2voneBmMA9rEGszb7VUhZT0401YEPmhtjNTGKPQZM-DQXd5pLm-VzY4gzFM5ULZg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/09/13 03:04:07 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AGWd78F2nphhcpqsapoVxBVrO9nDH3dzqr-PHuVYftvXAOzaUEIwUX17gChJoLua46ogpBvrYRm58uxYr_reOU9RgEeOGHblTwwiZ1SPJEteLLPYBE6THTHYYyC1GlWJnyhjLbLCXuqddwcZL7xz4moXbrVvouEAxajlNbCr7gH16LVYtVMLrHhiRcVpdcP2KRIh5IsRPZ6qGHK7Uxkwbq9lX6Ct4Hk1ASEkcu80VsBiAsf0oy1wmf6_DQjGFF9JQbYOPXZgfBSmSD5RABZZ1j1oO2DNFRWqvXj3s_EuvVdao-W5RFa_gkTz5zRwps8p2Zej_sw6UtVdgrJ0T8Iu6K4 2025/09/13 03:04:07 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/09/13 03:04:07 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/09/13 03:04:07 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/09/13 03:04:08 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/13 03:04:08 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/13 03:04:09 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/13 03:04:10 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AGWd78F2nphhcpqsapoVxBVrO9nDH3dzqr-PHuVYftvXAOzaUEIwUX17gChJoLua46ogpBvrYRm58uxYr_reOU9RgEeOGHblTwwiZ1SPJEteLLPYBE6THTHYYyC1GlWJnyhjLbLCXuqddwcZL7xz4moXbrVvouEAxajlNbCr7gH16LVYtVMLrHhiRcVpdcP2KRIh5IsRPZ6qGHK7Uxkwbq9lX6Ct4Hk1ASEkcu80VsBiAsf0oy1wmf6_DQjGFF9JQbYOPXZgfBSmSD5RABZZ1j1oO2DNFRWqvXj3s_EuvVdao-W5RFa_gkTz5zRwps8p2Zej_sw6UtVdgrJ0T8Iu6K4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/09/13 03:04:12 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: APNokBRi7P26HXooy-6JFi4Z1ZmelgSNiVv0v-0IwVQzt2jVvtuYUGqlNVgbF6_W01zo0ymB1aOefIha43XHOG4I5aUPd6AQBFKj1nzrkCSJfWo9r9e49OZ2XYprLXEKExjcG3U5ADO6Ag2fEYtgtSB3gOhO1euaAFv2Ocuv7e8a0P9JmEfKGRI18sBi_uIDQSBgUDwAmrC1O8xiLIiWfCesSdj86Gw0y8mWHSOpchf686RPL3y3lQs53VK-Wg_USrnsqhJmcNEqeUoaagPna0_NmZ3fCoFb1ZylesjB6LHNK7a7TIiGl1Zm4MCiI-4Qdvr49RAhAHRuAcgt3iiHAhQ 2025/09/13 03:04:12 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/13 03:04:12 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/09/13 03:04:12 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/09/13 03:04:13 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/13 03:04:13 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/13 03:04:14 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/13 03:04:15 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "APNokBRi7P26HXooy-6JFi4Z1ZmelgSNiVv0v-0IwVQzt2jVvtuYUGqlNVgbF6_W01zo0ymB1aOefIha43XHOG4I5aUPd6AQBFKj1nzrkCSJfWo9r9e49OZ2XYprLXEKExjcG3U5ADO6Ag2fEYtgtSB3gOhO1euaAFv2Ocuv7e8a0P9JmEfKGRI18sBi_uIDQSBgUDwAmrC1O8xiLIiWfCesSdj86Gw0y8mWHSOpchf686RPL3y3lQs53VK-Wg_USrnsqhJmcNEqeUoaagPna0_NmZ3fCoFb1ZylesjB6LHNK7a7TIiGl1Zm4MCiI-4Qdvr49RAhAHRuAcgt3iiHAhQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/09/13 03:04:20 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: ALvXgc09hh2RqI6wl_hhH-pT568bJqT6S--G7lYfnCMverZqBUYJ6GbkqkoFgTP-5E_RpXm2Q8AB4kTpfziTTYrScBa_fuxcMGF1xZEM1nWLjCxwz5K-ADequoiCDGRmDapXDuaa9fwa6C-0DX5pSgDDmaPHJrZuF4RehP-wVfwQzulBaYBwOqqNf4h5PPj6IzcPzc8y13tXq6Dj2W4gk-nyk11hEuW5vU4mTKbPRhpEYCkCNvn0OFaR45iD3okY-gWzPMzKRNGbQz_2Ur6yxenxG1WjhFMV6flLToK1d9mQE5bWsxceE5yNt0OM3huRtFmuzkh8xUAHeVbqfO6ct30 2025/09/13 03:04:20 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/09/13 03:04:22 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/09/13 03:04:23 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "ALvXgc09hh2RqI6wl_hhH-pT568bJqT6S--G7lYfnCMverZqBUYJ6GbkqkoFgTP-5E_RpXm2Q8AB4kTpfziTTYrScBa_fuxcMGF1xZEM1nWLjCxwz5K-ADequoiCDGRmDapXDuaa9fwa6C-0DX5pSgDDmaPHJrZuF4RehP-wVfwQzulBaYBwOqqNf4h5PPj6IzcPzc8y13tXq6Dj2W4gk-nyk11hEuW5vU4mTKbPRhpEYCkCNvn0OFaR45iD3okY-gWzPMzKRNGbQz_2Ur6yxenxG1WjhFMV6flLToK1d9mQE5bWsxceE5yNt0OM3huRtFmuzkh8xUAHeVbqfO6ct30" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/09/13 03:04:26 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AJFR4CIBXV8KnqoWAhve7xilIpD5b-zIP4hp7d_RR1JFUj0-uN-x4dPkz2lDAhb3HB361EdUaedRTT_iOVs8QzlrL18zhR0HoCOGAaAeBxGuUz-FsyzH_9Xgnt4Q1MMEOkT_JpB1fW5mycl3A6Yq1ugYZbG8NjF2PHI_mdurZwm_QTRyFVewQHfJ1otLB687DHWPyIgYrOP-JOsnHXXRHJmSMyIqdTz3zblxxFxUb1iIQAOW4BEcTFuODKUJ0dm5c6j8EqrAL6IZKwrOQ_LnYTd0FnRTt8wUleU0cCTeW6Y0AzOIFYlLFba8U_l1nY77BAuG1mv5qZVU0EIODBjvMT0 2025/09/13 03:04:26 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/09/13 03:04:27 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/13 03:04:28 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AJFR4CIBXV8KnqoWAhve7xilIpD5b-zIP4hp7d_RR1JFUj0-uN-x4dPkz2lDAhb3HB361EdUaedRTT_iOVs8QzlrL18zhR0HoCOGAaAeBxGuUz-FsyzH_9Xgnt4Q1MMEOkT_JpB1fW5mycl3A6Yq1ugYZbG8NjF2PHI_mdurZwm_QTRyFVewQHfJ1otLB687DHWPyIgYrOP-JOsnHXXRHJmSMyIqdTz3zblxxFxUb1iIQAOW4BEcTFuODKUJ0dm5c6j8EqrAL6IZKwrOQ_LnYTd0FnRTt8wUleU0cCTeW6Y0AzOIFYlLFba8U_l1nY77BAuG1mv5qZVU0EIODBjvMT0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/09/13 03:04:30 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AMPCbl8hU1obyFKczpCT1TTzmVF3F2KSV7aUIctGNTl3BE-gCOn5d1ln_e-OEcXIjqWpjq5B4YNhTNet_tWhHUWNWJUeOCXCr7TGSEzW30oFa0ddyjDvx-xOY8DnrFXukGr3ZTMwqlobmJikz0fc0zBBbVd8Q_fDrZGClZUyhxo4XylvU66YwGh5XscjQvhEyB_x_2aItPWq1EIE7fqUUP0GBUX9v7IC_8bR066kHQHsmi3UfAMjod-HpleZ9VwDA3Lat9w4kXzxUdLFrEMv98oCYQBf3jyfUW1DR5Kb2oTGr_fgz2vowy-v2cqNMcjBAd8IzZi9ktS1jTUfn3L-5NM 2025/09/13 03:04:30 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/13 03:04:31 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/13 03:04:32 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AMPCbl8hU1obyFKczpCT1TTzmVF3F2KSV7aUIctGNTl3BE-gCOn5d1ln_e-OEcXIjqWpjq5B4YNhTNet_tWhHUWNWJUeOCXCr7TGSEzW30oFa0ddyjDvx-xOY8DnrFXukGr3ZTMwqlobmJikz0fc0zBBbVd8Q_fDrZGClZUyhxo4XylvU66YwGh5XscjQvhEyB_x_2aItPWq1EIE7fqUUP0GBUX9v7IC_8bR066kHQHsmi3UfAMjod-HpleZ9VwDA3Lat9w4kXzxUdLFrEMv98oCYQBf3jyfUW1DR5Kb2oTGr_fgz2vowy-v2cqNMcjBAd8IzZi9ktS1jTUfn3L-5NM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/09/13 03:04:34 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AHQLiIYOGtQ13SLdWj04hZhADaf66xFtKm4s0Z5y9WH5yqmQjKIe2eCaGaWeoXrTgolDPbLiyup0x2roKALVzcyS2zMXSpuK6dBB38CgvWaCx87uVZh4YPwfhgVIdsyBuBECLLL0TLmStqozf_Mef433bkuuw0vYkhPZ1QSyD19zlU2ZamC6rEn5f55qWQPZBTx_Jx-V32igNwRCkb--vRRaoFj0aiNpL7oPzWMZZL_8Lz_IrG6C6RRp1g4-v9bp1FpSDlC6eX0D5KVc6k6kHAlET2LUl44ffIPZ35BDeaOzgR8ktDkOwMOH6wzmFxpw6CFdfumhf57SfZXqr0JIgEY 2025/09/13 03:04:34 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/09/13 03:04:34 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/09/13 03:04:34 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/09/13 03:04:35 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/13 03:04:35 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/13 03:04:36 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/13 03:04:37 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AHQLiIYOGtQ13SLdWj04hZhADaf66xFtKm4s0Z5y9WH5yqmQjKIe2eCaGaWeoXrTgolDPbLiyup0x2roKALVzcyS2zMXSpuK6dBB38CgvWaCx87uVZh4YPwfhgVIdsyBuBECLLL0TLmStqozf_Mef433bkuuw0vYkhPZ1QSyD19zlU2ZamC6rEn5f55qWQPZBTx_Jx-V32igNwRCkb--vRRaoFj0aiNpL7oPzWMZZL_8Lz_IrG6C6RRp1g4-v9bp1FpSDlC6eX0D5KVc6k6kHAlET2LUl44ffIPZ35BDeaOzgR8ktDkOwMOH6wzmFxpw6CFdfumhf57SfZXqr0JIgEY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/09/13 03:04:40 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AD1uqantkEt8xQpqe46bZNGOJpvVXwaAEXp9fuGON-0Z1zZIxyyErt5fBIXOpOVyt7T65yPpA4jvUlQ2xtgvQoimOJTcp8jA2AAfpD03fqo-LDL8_U4PfSgMyHtIlAdRGsSEtGr4Lk3OqGJF9OqG9NxElY3_pq8FNytDWqULyD1Zl2SeeEUr8-GXHHX_W-S18hQ0ZR8TY7Jk_3CoQZMR0CuCxjqOrVCYpWJHY5jfg4fX2z7ttagdMTVRpLwGRodOC5LWDbvsUbDrZASxZjdrvT5yO080BPBUYQlOozwoSGFBQyzfB8FhOzrmL-_4pbpCQh1sNUiy4e1mOrDIncbANRM 2025/09/13 03:04:41 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/13 03:04:41 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/09/13 03:04:41 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/09/13 03:04:41 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/13 03:04:42 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/13 03:04:42 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/13 03:04:43 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AD1uqantkEt8xQpqe46bZNGOJpvVXwaAEXp9fuGON-0Z1zZIxyyErt5fBIXOpOVyt7T65yPpA4jvUlQ2xtgvQoimOJTcp8jA2AAfpD03fqo-LDL8_U4PfSgMyHtIlAdRGsSEtGr4Lk3OqGJF9OqG9NxElY3_pq8FNytDWqULyD1Zl2SeeEUr8-GXHHX_W-S18hQ0ZR8TY7Jk_3CoQZMR0CuCxjqOrVCYpWJHY5jfg4fX2z7ttagdMTVRpLwGRodOC5LWDbvsUbDrZASxZjdrvT5yO080BPBUYQlOozwoSGFBQyzfB8FhOzrmL-_4pbpCQh1sNUiy4e1mOrDIncbANRM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/09/13 03:04:48 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AMMA5tjg-d3UCaPhBKevBTt7jguOs5kqSGTvqLWA-PTN21l2uHufGSq4papggmANTwSPEHZ7J0R7gu2u8h159qj1JEDtG3yVtRNW1dEbsYXuVxdRcTxTydXBU5tyYloLAMv_yZEqEseoFjYqQqahxFlxgwRl2S53QRNPJF-w_Ux0WfkPmm_stL028kDdHzdEo6hzVEG2wW4BT4-qbZ9Ky-QRuWTl-hfFBr7yCDJNDWT36lI7kzCuDGvz1hD6h03g3CHkmed9DXkMG5mLsx8b7zBT-T7sIytLEPHF-XXixv27HchI5iYDu9XbM0RbR6fknKvrUT6iZIaf0EsJHGfg8pU 2025/09/13 03:04:48 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/09/13 03:04:49 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/09/13 03:04:50 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AMMA5tjg-d3UCaPhBKevBTt7jguOs5kqSGTvqLWA-PTN21l2uHufGSq4papggmANTwSPEHZ7J0R7gu2u8h159qj1JEDtG3yVtRNW1dEbsYXuVxdRcTxTydXBU5tyYloLAMv_yZEqEseoFjYqQqahxFlxgwRl2S53QRNPJF-w_Ux0WfkPmm_stL028kDdHzdEo6hzVEG2wW4BT4-qbZ9Ky-QRuWTl-hfFBr7yCDJNDWT36lI7kzCuDGvz1hD6h03g3CHkmed9DXkMG5mLsx8b7zBT-T7sIytLEPHF-XXixv27HchI5iYDu9XbM0RbR6fknKvrUT6iZIaf0EsJHGfg8pU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/09/13 03:04:52 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AGRWhNxz1k8CLW5pb2hQcBs6RoJIZFQiLUNEmCgxZbCvkv7aPGvT2P7QDP_jabpMe_83VF2210FnZIUm8Z8Rl-h7bfYL7pZfzzf9TN-DRRFxe8TeI0DWibXhzV4zIYcpBSsXe8di2e7x-ECRnZRe_4JNRd3pdTmByj_gDtLujmcrhE5eCZPOxw6_KzkeermDgG-p_Pgbs6HvTG3eWw5ZBmEP4dOgpOpZFx2ISjbkHUT-hQb0X6fDHkWwETpiXI0ekTdEaMDd3bFVkzdePVFrP3D7d7vy9N-kppvWUQ4RfHhuZY98H9rVELzfBChAOcAxBcLqFi1JbAqMjXzdZ2MFesc 2025/09/13 03:04:52 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/09/13 03:04:53 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/13 03:04:54 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AGRWhNxz1k8CLW5pb2hQcBs6RoJIZFQiLUNEmCgxZbCvkv7aPGvT2P7QDP_jabpMe_83VF2210FnZIUm8Z8Rl-h7bfYL7pZfzzf9TN-DRRFxe8TeI0DWibXhzV4zIYcpBSsXe8di2e7x-ECRnZRe_4JNRd3pdTmByj_gDtLujmcrhE5eCZPOxw6_KzkeermDgG-p_Pgbs6HvTG3eWw5ZBmEP4dOgpOpZFx2ISjbkHUT-hQb0X6fDHkWwETpiXI0ekTdEaMDd3bFVkzdePVFrP3D7d7vy9N-kppvWUQ4RfHhuZY98H9rVELzfBChAOcAxBcLqFi1JbAqMjXzdZ2MFesc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/09/13 03:04:57 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: APciNmuUNjfJuUbdV9qysX5OdltKZlG47mtuGelhz-9jTQ2GHMo-TLkmoNMtm4IJ_LeEBmOozK7oJq0oKo2zIWFlLRuwAyP3Pmo4P4a9iJu9BSzqVdj2VLoP_EiyAjtPQi71_AN-BqZJA9qL7LdigY6fyF9nC-882NNnqQzLwNMb68OidDesM3RUaZSNesduOAHL5gvLWGu-PzUbi0ww4SlpAYHfDZbuHfiTh3YB5XtkBx67CBk-kQH9V5asGRKPfOQpSYq8YsTKSR5acy3F0ZK5MH6p__0ACL4L7bNrMSwe1EIurWuKYEGV_ZgqoQJtbbp7gR8QF80UTSue0oOsK8A 2025/09/13 03:04:57 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/13 03:04:59 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/13 03:05:00 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "APciNmuUNjfJuUbdV9qysX5OdltKZlG47mtuGelhz-9jTQ2GHMo-TLkmoNMtm4IJ_LeEBmOozK7oJq0oKo2zIWFlLRuwAyP3Pmo4P4a9iJu9BSzqVdj2VLoP_EiyAjtPQi71_AN-BqZJA9qL7LdigY6fyF9nC-882NNnqQzLwNMb68OidDesM3RUaZSNesduOAHL5gvLWGu-PzUbi0ww4SlpAYHfDZbuHfiTh3YB5XtkBx67CBk-kQH9V5asGRKPfOQpSYq8YsTKSR5acy3F0ZK5MH6p__0ACL4L7bNrMSwe1EIurWuKYEGV_ZgqoQJtbbp7gR8QF80UTSue0oOsK8A" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/09/13 03:05:03 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ABVa2D8NIE7VdUmaLf7cTUjtcl-k9HSJEMOazMXUYxaQYoyA-kYolhZn1dc4OPym4Cp3gAkOntN9J_dqqK0d-BNMtBnXaEaiv_6_pe1lkSbhlZj9g6YNug97mKp82L9hDOjl7ACwOZe0gnhjvKWgZdu3mq1f15STznvsfKVwk8E43ENcazbghasqDhdE_CjHX3IXGzTH1PKq9ytHlrgXe84ewuPk7p9q_Rlg5EFqx9Gmy_WkqVwE_qIuOf0fHTBxBP1x2PAb2BVfwyCLHVXPUHxkCc1qjJ86yhxLV1qKvn_8ZCsR4s8LcTu3r9287t-SLqYQmacXN_Q9x__fhkmnTDo 2025/09/13 03:05:04 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/09/13 03:05:04 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/09/13 03:05:04 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/09/13 03:05:05 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/13 03:05:05 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/13 03:05:05 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/13 03:05:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ABVa2D8NIE7VdUmaLf7cTUjtcl-k9HSJEMOazMXUYxaQYoyA-kYolhZn1dc4OPym4Cp3gAkOntN9J_dqqK0d-BNMtBnXaEaiv_6_pe1lkSbhlZj9g6YNug97mKp82L9hDOjl7ACwOZe0gnhjvKWgZdu3mq1f15STznvsfKVwk8E43ENcazbghasqDhdE_CjHX3IXGzTH1PKq9ytHlrgXe84ewuPk7p9q_Rlg5EFqx9Gmy_WkqVwE_qIuOf0fHTBxBP1x2PAb2BVfwyCLHVXPUHxkCc1qjJ86yhxLV1qKvn_8ZCsR4s8LcTu3r9287t-SLqYQmacXN_Q9x__fhkmnTDo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/09/13 03:05:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AHiFo02al5DFHIRYUrYNaGI2PqPrs-M3RKzvgAD8_zB5vUznoNl4ktYZGzybteB5Sq5efE3rV7E_KSX0Amh-Mw4UPrzTAV7jJjyyauNBiOmvlIPfZHO7PwYtfk8HDk0wRapD6m_VFkoGooF0zu9eh3eCrx8QvZI-X8nb50-avQ4EyhbSWsMZ9XoF-OI1CUPWHkofHmOyx3eeXnPqIfKm1o8-a-TLAyXYuhY_WF7knPmsb5OhOTvwzFly7MFmZhsoCXuFQva0pylOzntapSaA87YAoV2vd8hD6B2WvvIc__E6-RK4zePWl1sL3IEOdrWAVV8G678rH_4ICJmwEikYy2g 2025/09/13 03:05:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/13 03:05:10 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/09/13 03:05:10 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/09/13 03:05:10 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/13 03:05:10 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/13 03:05:11 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/13 03:05:12 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AHiFo02al5DFHIRYUrYNaGI2PqPrs-M3RKzvgAD8_zB5vUznoNl4ktYZGzybteB5Sq5efE3rV7E_KSX0Amh-Mw4UPrzTAV7jJjyyauNBiOmvlIPfZHO7PwYtfk8HDk0wRapD6m_VFkoGooF0zu9eh3eCrx8QvZI-X8nb50-avQ4EyhbSWsMZ9XoF-OI1CUPWHkofHmOyx3eeXnPqIfKm1o8-a-TLAyXYuhY_WF7knPmsb5OhOTvwzFly7MFmZhsoCXuFQva0pylOzntapSaA87YAoV2vd8hD6B2WvvIc__E6-RK4zePWl1sL3IEOdrWAVV8G678rH_4ICJmwEikYy2g" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/09/13 03:05:18 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/09/13 03:05:25 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/09/13 03:05:31 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/09/13 03:05:37 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/09/13 03:05:44 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/09/13 03:05:48 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ALtlr_sPkcZsdilq8P2tWM_KMObJcxNABpeac0eE-GfLd-28LJ88hg735aLXY_hSJWTE90TKszK8qfUrrcILWyiIAlcFuu6YoJv4gfu76pqtlvDxWyOGc8cGpqSsfY3fIumhWu1LQhP_G7AP2nJ6uH27x5sbODBBrGhJUvGIgvAWLEYkIxHE6J66rLnkv9OsSoZHU4vp8J0XqqEXlHFtcxBNDTORq0PO736VL4f-8-d11L_mzLpPcmvv2SnY4WkG4esb5qt4ncx8tko-g0Pq_BnnKELp5U4l2Jv5QV590nlHhqr6KyNyUi_7YzHNmYFK3QPSHdTnMrELmmmkxlqCgn4 2025/09/13 03:05:49 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/13 03:05:49 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "8adb702934de255b39b07b8148feea7c" 2025/09/13 03:05:50 DEBUG : unknown-size-put.txt: multipart upload "ALtlr_sPkcZsdilq8P2tWM_KMObJcxNABpeac0eE-GfLd-28LJ88hg735aLXY_hSJWTE90TKszK8qfUrrcILWyiIAlcFuu6YoJv4gfu76pqtlvDxWyOGc8cGpqSsfY3fIumhWu1LQhP_G7AP2nJ6uH27x5sbODBBrGhJUvGIgvAWLEYkIxHE6J66rLnkv9OsSoZHU4vp8J0XqqEXlHFtcxBNDTORq0PO736VL4f-8-d11L_mzLpPcmvv2SnY4WkG4esb5qt4ncx8tko-g0Pq_BnnKELp5U4l2Jv5QV590nlHhqr6KyNyUi_7YzHNmYFK3QPSHdTnMrELmmmkxlqCgn4" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/09/13 03:05:52 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AKzYodZdxW1katwJB7_R9yRkynC-QG7utjGJjZO3Q8SAk9JqNky3cDYk805t_hW--VKG-9hJq5RYKtF8XZCetwC3c8PbV03Vn0-Ti86wXQguSGR0m9vik9bXfT4h0kaaH44PMTXMAiVQqql46XhrUJzYzzj-qar-k7fOUrX58ihtVpGEduGp1zJZscpB5tZXnJ4ZYGYSgBmE3beABUkhkg_G4TQAFqX-3Q2W5_H3v9JqB9FrRcwKPzZZMxmfaKarRsaYJoQ2lAxZKTOroUDsrFQIw-ULNmoStUtKUyF3cs2mC8bOMmT0wqfg-QH94JjkXbMp76lteYTqsQZI7GplXbc 2025/09/13 03:05:52 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/09/13 03:05:53 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "bc81de583a11b54eaa4f56d7eb9408b0" 2025/09/13 03:05:54 DEBUG : unknown-size-update.txt: multipart upload "AKzYodZdxW1katwJB7_R9yRkynC-QG7utjGJjZO3Q8SAk9JqNky3cDYk805t_hW--VKG-9hJq5RYKtF8XZCetwC3c8PbV03Vn0-Ti86wXQguSGR0m9vik9bXfT4h0kaaH44PMTXMAiVQqql46XhrUJzYzzj-qar-k7fOUrX58ihtVpGEduGp1zJZscpB5tZXnJ4ZYGYSgBmE3beABUkhkg_G4TQAFqX-3Q2W5_H3v9JqB9FrRcwKPzZZMxmfaKarRsaYJoQ2lAxZKTOroUDsrFQIw-ULNmoStUtKUyF3cs2mC8bOMmT0wqfg-QH94JjkXbMp76lteYTqsQZI7GplXbc" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/09/13 03:05:54 DEBUG : Creating backend with remote "TestS3R2:rclone-test-debuteg5fixa/deeper/nonexisting/directory" 2025/09/13 03:05:54 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/13 03:05:55 DEBUG : Waiting for deletions to finish 2025/09/13 03:05:55 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/09/13 03:05:55 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/09/13 03:05:55 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/09/13 03:05:56 INFO : S3 bucket rclone-test-debuteg5fixa: Bucket "rclone-test-debuteg5fixa" deleted 2025/09/13 03:05:57 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (308.26s) --- 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 (2.20s) --- PASS: TestIntegration/FsMkdir (304.84s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.67s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.14s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.13s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.13s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.15s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.20s) --- PASS: TestIntegration/FsMkdir/FsEncoding (38.51s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (2.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (2.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (2.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (2.38s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (2.33s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.89s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.95s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (2.19s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (2.21s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.98s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (2.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (2.17s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (2.18s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (2.17s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.66s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.47s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.58s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (5.71s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (53.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.09s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (2.93s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (3.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (3.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (6.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (3.84s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (1.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (1.70s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (1.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.99s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.88s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (9.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (1.51s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (4.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (2.73s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.86s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.84s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (1.11s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (4.75s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (2.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (2.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (3.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (1.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (1.26s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (160.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (26.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (8.24s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (5.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (9.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (5.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (8.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (3.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (26.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (5.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (3.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (7.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (3.24s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (12.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (6.89s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (26.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (6.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (3.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (9.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (5.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (9.74s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (5.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (23.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (6.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (3.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (7.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (3.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (10.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (5.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (27.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (8.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (6.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (8.08s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (3.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (11.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (4.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (30.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (6.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.95s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (11.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (6.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (12.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (6.83s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (32.87s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (6.80s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (6.01s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (6.73s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (5.92s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (7.42s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (6.24s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (2.15s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (4.09s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.41s) --- 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/13 03:05:57 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/09/13 03:05:57 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 308.300s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 5m9.510414465s (try 1/5)