"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/11/13 03:43:04 DEBUG : Creating backend with remote "TestS3R2:rclone-test-vuhokuf8luga" 2025/11/13 03:43:04 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/11/13 03:43:05 INFO : S3 bucket rclone-test-vuhokuf8luga: Bucket "rclone-test-vuhokuf8luga" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/11/13 03:43:06 INFO : S3 bucket rclone-test-vuhokuf8luga: Bucket "rclone-test-vuhokuf8luga" deleted === RUN TestIntegration/FsMkdir 2025/11/13 03:43:06 INFO : S3 bucket rclone-test-vuhokuf8luga: Bucket "rclone-test-vuhokuf8luga" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/11/13 03:43:06 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/11/13 03:43:06 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/11/13 03:43:06 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" fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:713 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Received unexpected error: operation error S3: PutObject, https response error StatusCode: 409, RequestID: , HostID: , api error NotImplemented: Bucket recreated during request lifetime. Please try your request again. Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: Put === 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/11/13 03:43:20 NOTICE: S3 bucket rclone-test-vuhokuf8luga: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/11/13 03:43:20 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AKYVpx_oTZ3Ko9eHMd6Vc6W82x266qotaai6oUO2YVTj0p0FQjmpvs7s0oQEGJ8Mx5em22Azxnogjr-vmWIYFK6FnOeMGk_buwHCFVNQ0d5vEIz3QCwmu25e_sSRPIflkcElkcoAWVGZQlYkjELhELMhrdJlm0GkMjBNoMhX85s_RK9eS2pPSFzM7PVgXdCFm8f4EKOGql-7QriYBbxtGhZmWNXLUBErpKzx7yeNnUq8YYS10G2_rwWbu0IIKXn__A6alrdLXhtcdhg9x1kKS3hrZ7_4dN5sREL47dmnK0HQdhgX5yccI-4rLdQSv7dKmvLhjs8YYl6EQ9jyUU8LXdI 2025/11/13 03:43:21 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "7b7df73cd3f524a461f8f9120430d189" 2025/11/13 03:43:22 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "78b27e62128a71c1387eb7d6d4dd51c8" 2025/11/13 03:43:22 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "69c6ce15aadce77c6f7959fb23b50295" 2025/11/13 03:43:23 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AKYVpx_oTZ3Ko9eHMd6Vc6W82x266qotaai6oUO2YVTj0p0FQjmpvs7s0oQEGJ8Mx5em22Azxnogjr-vmWIYFK6FnOeMGk_buwHCFVNQ0d5vEIz3QCwmu25e_sSRPIflkcElkcoAWVGZQlYkjELhELMhrdJlm0GkMjBNoMhX85s_RK9eS2pPSFzM7PVgXdCFm8f4EKOGql-7QriYBbxtGhZmWNXLUBErpKzx7yeNnUq8YYS10G2_rwWbu0IIKXn__A6alrdLXhtcdhg9x1kKS3hrZ7_4dN5sREL47dmnK0HQdhgX5yccI-4rLdQSv7dKmvLhjs8YYl6EQ9jyUU8LXdI" 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/11/13 03:43:25 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/11/13 03:43:25 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/11/13 03:43:27 DEBUG : S3 bucket rclone-test-vuhokuf8luga: bucket is versioned: false 2025/11/13 03:43:27 DEBUG : Waiting for deletions to finish 2025/11/13 03:43:27 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/11/13 03:43:27 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/11/13 03:43:28 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/11/13 03:43:28 DEBUG : Creating backend with remote "TestS3R2:rclone-test-vuhokuf8luga/dirToPurgeFromRoot" 2025/11/13 03:43:29 DEBUG : S3 bucket rclone-test-vuhokuf8luga path dirToPurgeFromRoot: bucket is versioned: false 2025/11/13 03:43:29 DEBUG : Waiting for deletions to finish 2025/11/13 03:43:29 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/11/13 03:43:29 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/11/13 03:43:29 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/11/13 03:43:29 DEBUG : Creating backend with remote "TestS3R2:rclone-test-vuhokuf8luga/hello? sausage/êé" 2025/11/13 03:43:30 DEBUG : S3 bucket rclone-test-vuhokuf8luga path hello? sausage/êé: bucket is versioned: false 2025/11/13 03:43:30 DEBUG : Waiting for deletions to finish 2025/11/13 03:43:30 DEBUG : "a/b/c/d/e.txt" version false 2025/11/13 03:43:30 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/11/13 03:43:30 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/11/13 03:43:36 DEBUG : Creating backend with remote "TestS3R2:rclone-test-vuhokuf8luga/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/11/13 03:43:36 DEBUG : Creating backend with remote "TestS3R2:rclone-test-vuhokuf8luga/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-vuhokuf8luga" from "TestS3R2:rclone-test-vuhokuf8luga" 2025/11/13 03:43:37 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 fstests.go:412: FS has no SetTier & GetTier interfaces === 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/11/13 03:43:42 DEBUG : piped data.txt: open chunk writer: started multipart upload: AG4br9bbyvRMdZBE7x-wFbb3BOkj1I_LH_jQmyUT1iBy7gOrjSNUDm5eMD90TXyxj0ctgsgeGtsHr2xIn6h0Sw0OmuPkM3q0qHLQ6PHn0Zc9mO84SqYBAyRTCu1rOm4kxKSaZ1AGLY3G3jFIQdg_saqmBkifphD5KLf19ISljd9yzv0J6mMUXlkxYA_xvfDxeV77wwbNx7OJZQpaIvtq8vw_PaGHUMaiROPxKRMBG0pmB7gJcdf8Vrh9l28cpxL7T26CdP-BZdUkZN_eH7nPfS95aJIXR0mED6tNQmMFq9a99mKEvfQ1FJyZpcbBv2y_fmnSKr6sLZP1LGqbSI6qvBI 2025/11/13 03:43:42 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/11/13 03:43:42 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/11/13 03:43:42 DEBUG : piped data.txt: multipart upload "AG4br9bbyvRMdZBE7x-wFbb3BOkj1I_LH_jQmyUT1iBy7gOrjSNUDm5eMD90TXyxj0ctgsgeGtsHr2xIn6h0Sw0OmuPkM3q0qHLQ6PHn0Zc9mO84SqYBAyRTCu1rOm4kxKSaZ1AGLY3G3jFIQdg_saqmBkifphD5KLf19ISljd9yzv0J6mMUXlkxYA_xvfDxeV77wwbNx7OJZQpaIvtq8vw_PaGHUMaiROPxKRMBG0pmB7gJcdf8Vrh9l28cpxL7T26CdP-BZdUkZN_eH7nPfS95aJIXR0mED6tNQmMFq9a99mKEvfQ1FJyZpcbBv2y_fmnSKr6sLZP1LGqbSI6qvBI" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/11/13 03:43:43 DEBUG : piped data.txt: open chunk writer: started multipart upload: AN5ZNxdEDC_Y8Kh_BMJVqzwiPg5V4ppz7JsscKkpBTwP3y5v9jraooY1GPobPArAK73gyQALW2xqc250byrWb4kDTmTsegTtlOARBWtFPe_RzY9_9rZXLt4LrSeObt2llQUHv1-e-Pq4PWKTXVJGbJIyTwieZ4iQC1vZOrtPFATYZD7P5Z42pkgYbWKK-XqE4yjx0XZ20YYvcw3buaKAqVc2vBbgxe8-YjJMpDv5EllOA4SJUNCYhRDZzgQVcAROl0nWkU3cZpVVINUJFPc79oFIinke9zRd2yzUDwz6KBt1r9yIyWMEOzTjTpm5GGNN17_MSkNpQ8bAFL-BxoP9z2Y 2025/11/13 03:43:43 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/11/13 03:43:43 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "ff9ec21a1b8be32474e58d3d5b200100" 2025/11/13 03:43:43 DEBUG : piped data.txt: multipart upload "AN5ZNxdEDC_Y8Kh_BMJVqzwiPg5V4ppz7JsscKkpBTwP3y5v9jraooY1GPobPArAK73gyQALW2xqc250byrWb4kDTmTsegTtlOARBWtFPe_RzY9_9rZXLt4LrSeObt2llQUHv1-e-Pq4PWKTXVJGbJIyTwieZ4iQC1vZOrtPFATYZD7P5Z42pkgYbWKK-XqE4yjx0XZ20YYvcw3buaKAqVc2vBbgxe8-YjJMpDv5EllOA4SJUNCYhRDZzgQVcAROl0nWkU3cZpVVINUJFPc79oFIinke9zRd2yzUDwz6KBt1r9yIyWMEOzTjTpm5GGNN17_MSkNpQ8bAFL-BxoP9z2Y" 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/11/13 03:43:44 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/11/13 03:43:46 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AH-vzV3pq0bJrkbml6s5evGOgwS9pZz1VEXA_tIo6vlsY37xT1vhDymjf2buzmsyM_6GNE4k4w176o3F73ggDTiZTyX99IpPwLApreRlC26ZOH-DUOESlhaB8On0YhO11K1VcipIdm3TwOEEr5_oOZq6KF8zleB3UAoJl7mcCG0oB3DR_uDNobYZiHbcZQhDVsP_wfX6R7v-nBHiV0SbK5WGKTL22kCjcdVPovt6nxhZPOEwWPUkXEdrrprP23b-ilIclVzU_CRBKTFEj_o35hi7preGiDz3o3MyoVDrd5EceX5lBBwnlj7iABCMXMFkjb9p8XyvZN-RTgHXzsN7yrg 2025/11/13 03:43:46 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/11/13 03:43:46 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/11/13 03:43:46 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AH-vzV3pq0bJrkbml6s5evGOgwS9pZz1VEXA_tIo6vlsY37xT1vhDymjf2buzmsyM_6GNE4k4w176o3F73ggDTiZTyX99IpPwLApreRlC26ZOH-DUOESlhaB8On0YhO11K1VcipIdm3TwOEEr5_oOZq6KF8zleB3UAoJl7mcCG0oB3DR_uDNobYZiHbcZQhDVsP_wfX6R7v-nBHiV0SbK5WGKTL22kCjcdVPovt6nxhZPOEwWPUkXEdrrprP23b-ilIclVzU_CRBKTFEj_o35hi7preGiDz3o3MyoVDrd5EceX5lBBwnlj7iABCMXMFkjb9p8XyvZN-RTgHXzsN7yrg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/11/13 03:43:47 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AKQ8eAZqMtSvV6DqJKNxKuR8dtMKg62Y1t6kZt7pUN1TgJqY7NeRDnNLFnJpwU85hey4uCOG1hgZiG4GK4AbDk--91WhJcPft_-4Y6TO6Ta0V3oN3Kz_VkF-EMnPmigA7t3B3tQflgeZcYCrN73nZbPxEKgG4ZW41j0RrZroIrmx13MZaMATBGkBgB0mkRJ_wkMj5F0ckHTmqgfuKfqy1ZDVnoXbsTcFxmidDsGjc4m6hP7BAwZ6-PKJczjdCt_8HtYem9-SIYQxUlsVVCoP09YvsISfr8RLRz6onb0beeZP0t3Ko_wNPoRq-3XC9beX4EIneHxweuIY6bg19KQujcM 2025/11/13 03:43:47 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/11/13 03:43:48 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/13 03:43:48 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AKQ8eAZqMtSvV6DqJKNxKuR8dtMKg62Y1t6kZt7pUN1TgJqY7NeRDnNLFnJpwU85hey4uCOG1hgZiG4GK4AbDk--91WhJcPft_-4Y6TO6Ta0V3oN3Kz_VkF-EMnPmigA7t3B3tQflgeZcYCrN73nZbPxEKgG4ZW41j0RrZroIrmx13MZaMATBGkBgB0mkRJ_wkMj5F0ckHTmqgfuKfqy1ZDVnoXbsTcFxmidDsGjc4m6hP7BAwZ6-PKJczjdCt_8HtYem9-SIYQxUlsVVCoP09YvsISfr8RLRz6onb0beeZP0t3Ko_wNPoRq-3XC9beX4EIneHxweuIY6bg19KQujcM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/11/13 03:43:49 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AB_WVuBpMeAWfNnuqejJnXBjRt6rutaV8ephuawHNprNhN25L9FYtHx54oz3k2RHObmFDGuG_LpKza9lHaA4OrCCuJngvZ_Pw7666oxJ9QiJAL3epVaBJUB8x2ScY2T0vYuF7O5NpGswGeQfRRej9g7qUOT0tdIt1fr_l7SjowVncV83ak6dpxy9ib5k6fKR2GZZIXrQ86fUJu7ZgYOpajJP3Cy35qsLPEjXgZYu8bpC1FHDlmQeFdBLf1SXbLLskNavArOLwUg9p0KqO4353Gp5gttutmRGUHLkL7ZeuqnD72Sv_WzXuyDSG9e9zdgA3URNMzB0aXjQaTGzftHTUsc 2025/11/13 03:43:49 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/11/13 03:43:49 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/13 03:43:49 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AB_WVuBpMeAWfNnuqejJnXBjRt6rutaV8ephuawHNprNhN25L9FYtHx54oz3k2RHObmFDGuG_LpKza9lHaA4OrCCuJngvZ_Pw7666oxJ9QiJAL3epVaBJUB8x2ScY2T0vYuF7O5NpGswGeQfRRej9g7qUOT0tdIt1fr_l7SjowVncV83ak6dpxy9ib5k6fKR2GZZIXrQ86fUJu7ZgYOpajJP3Cy35qsLPEjXgZYu8bpC1FHDlmQeFdBLf1SXbLLskNavArOLwUg9p0KqO4353Gp5gttutmRGUHLkL7ZeuqnD72Sv_WzXuyDSG9e9zdgA3URNMzB0aXjQaTGzftHTUsc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/11/13 03:43:50 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ABrTYdI0GW32lvAke0d4c20zrJjwIrjRWSiBpfy_57wDU4KKBsZ8pvxD8Vs17lrJ7JEjdKcv6LGlhvjip0u0asbj3yv_XH8O_SNujMrBStHWCoVTgui-_4WHl-shcRPC0oByy0tLlb2UPbOp8nUsLYB3sfSQ--B4o3uqvx2f4-prjIVGgFIMjtM1b0Fx3goCKETJebms0TFeEsU5X6LCxvy8-QnCT_64lqgFPkqlpqFoDclLTEHLZJlnyBnnjACI1sAxaOlWc9BvMbmo9zMQeaYipwU55ei8yVCEcVsuCWCLGVSzkQgy9TulQ5avrkuBCfElYMIIno8HoKftdQX6Q8U 2025/11/13 03:43:50 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/11/13 03:43:51 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/11/13 03:43:51 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/11/13 03:43:51 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/13 03:43:51 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/11/13 03:43:51 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/11/13 03:43:51 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ABrTYdI0GW32lvAke0d4c20zrJjwIrjRWSiBpfy_57wDU4KKBsZ8pvxD8Vs17lrJ7JEjdKcv6LGlhvjip0u0asbj3yv_XH8O_SNujMrBStHWCoVTgui-_4WHl-shcRPC0oByy0tLlb2UPbOp8nUsLYB3sfSQ--B4o3uqvx2f4-prjIVGgFIMjtM1b0Fx3goCKETJebms0TFeEsU5X6LCxvy8-QnCT_64lqgFPkqlpqFoDclLTEHLZJlnyBnnjACI1sAxaOlWc9BvMbmo9zMQeaYipwU55ei8yVCEcVsuCWCLGVSzkQgy9TulQ5avrkuBCfElYMIIno8HoKftdQX6Q8U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/11/13 03:43:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AKH6ll2JxmxZbnz6ukOTPL4eEAu6tb7tYnJF1ulhHR3C0fDRXCl9IxVaBOJLkz2FmTZfWvZY8r8Mc-zLk22dV7I3S7jQCK2odOic2bTkMFlM7RmQ3n2J3e9c8GOgxsYDFcXneKQlO4BszK5cv4wcyUK4Lea6toe2Bf0iqcRQZHEBtKEhuwJ2hOpc-wDgaXkNhwtc9O3f7jbzH0AkrISXPYQx6bk8J1s-_PwicoFrwo2Nu37i7FgL6YSYsIvPwMp9zBbyYxoXj6HfTxyNTFWBHrCFpd8d1pwL7nKnQaEdTPCUA75LyEL5VT1Ot3b9A_bewIShMgDqnjB5s2oFE9LZ1Uo 2025/11/13 03:43:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/11/13 03:43:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/11/13 03:43:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/11/13 03:43:53 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/13 03:43:53 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/11/13 03:43:53 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/11/13 03:43:53 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AKH6ll2JxmxZbnz6ukOTPL4eEAu6tb7tYnJF1ulhHR3C0fDRXCl9IxVaBOJLkz2FmTZfWvZY8r8Mc-zLk22dV7I3S7jQCK2odOic2bTkMFlM7RmQ3n2J3e9c8GOgxsYDFcXneKQlO4BszK5cv4wcyUK4Lea6toe2Bf0iqcRQZHEBtKEhuwJ2hOpc-wDgaXkNhwtc9O3f7jbzH0AkrISXPYQx6bk8J1s-_PwicoFrwo2Nu37i7FgL6YSYsIvPwMp9zBbyYxoXj6HfTxyNTFWBHrCFpd8d1pwL7nKnQaEdTPCUA75LyEL5VT1Ot3b9A_bewIShMgDqnjB5s2oFE9LZ1Uo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/11/13 03:43:55 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AO9oQNrBrHX5eL7fJ4KBaZpFUwAswinIQayygGBCxeVquVXqzM2eJ53gLuQDByLHCDPi1WsmWDAoqO2V3-qnR2fdcIbD3mnH7KlVq3ZoEiI9iP8vI13hCPcCC--AcUf1ZcW1Fm0wRk9dBB2GyqOogjg4qjVC-3ZRXOfA0IV718ylAVrs5HDDrRSxcRr_GVyIZqYm6qvMUdF__rb01G9hCwNFU6Ha2__Su3siVMU0dWLWS7ei0yFEPDDuVzGQx8Mj5wwBy2JslIwSEv2UduWoNhixHx5-BIqd9PNlXwMDjwAT7LFtSE9VkC9F4YaSJaJShQ0_mE-_eQV3TCvmx_FVBI8 2025/11/13 03:43:55 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/11/13 03:43:56 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/11/13 03:43:56 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AO9oQNrBrHX5eL7fJ4KBaZpFUwAswinIQayygGBCxeVquVXqzM2eJ53gLuQDByLHCDPi1WsmWDAoqO2V3-qnR2fdcIbD3mnH7KlVq3ZoEiI9iP8vI13hCPcCC--AcUf1ZcW1Fm0wRk9dBB2GyqOogjg4qjVC-3ZRXOfA0IV718ylAVrs5HDDrRSxcRr_GVyIZqYm6qvMUdF__rb01G9hCwNFU6Ha2__Su3siVMU0dWLWS7ei0yFEPDDuVzGQx8Mj5wwBy2JslIwSEv2UduWoNhixHx5-BIqd9PNlXwMDjwAT7LFtSE9VkC9F4YaSJaJShQ0_mE-_eQV3TCvmx_FVBI8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/11/13 03:43:57 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AOkzs-xd4uJRzxbEBeIdU6ClQ4epyQZ87ef7iKkorgLit7FDweofweqOQ3C5jBCMHN5Qq_ytt3pelJetF8uXcBXf8tbZyazH7Y6qP7Ki62AdgIRk1MSy4MBfOOJiIfD1vB2UPCsNBTOQsVxxpW2FEBSX179WPnaTFdnoyz60D3hL77G1V7jA7fVjoXtQ67CZzn-QBIMRAaRJqjIaOWUARA0fz9r49SDCbawNGClv_xYrNsxTCh5w-NwrFmA9lKvG9xW8EKq8T7YcWnyYUcWULdvEEx4CzHP5PCNVhnrO2lWD5vhd_3Sbkngxeq3N3DA4yF_11ECZd3Q3CI8Rmvv_o5w 2025/11/13 03:43:57 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/11/13 03:43:57 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/13 03:43:58 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AOkzs-xd4uJRzxbEBeIdU6ClQ4epyQZ87ef7iKkorgLit7FDweofweqOQ3C5jBCMHN5Qq_ytt3pelJetF8uXcBXf8tbZyazH7Y6qP7Ki62AdgIRk1MSy4MBfOOJiIfD1vB2UPCsNBTOQsVxxpW2FEBSX179WPnaTFdnoyz60D3hL77G1V7jA7fVjoXtQ67CZzn-QBIMRAaRJqjIaOWUARA0fz9r49SDCbawNGClv_xYrNsxTCh5w-NwrFmA9lKvG9xW8EKq8T7YcWnyYUcWULdvEEx4CzHP5PCNVhnrO2lWD5vhd_3Sbkngxeq3N3DA4yF_11ECZd3Q3CI8Rmvv_o5w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/11/13 03:43:58 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AG5y7k3bIdb4NjWIDEqwQzdRjG9yszfa5T5jpghaKpPCcDYjh3X1An7osMeYrKFx2BZgVpEgGoFfC95PxGRK_kgw6vtNIEwrLMaWNZ_mizFzEmm7or-jwHHdFoJf-472mRfWxGEGepiICZpSudPKaF08we2644QcFk7V0cNgWzV9qk1IVpELwrHiKtz649RlCo4E5Zx1YTPBwC_PPuW7K3RIYFxPBQYFvHNQAb2yC45GAooZtG2o-TjLZFcG8p_F7ofQfh9fl1wdZAHXMYBqbyZgVkK__X_MN_yLmIZ9QxKV8R4QIN_39-h90yWKcyBeURVLGDgQXUJnRLtWY5PMGC4 2025/11/13 03:43:59 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/11/13 03:43:59 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/13 03:43:59 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AG5y7k3bIdb4NjWIDEqwQzdRjG9yszfa5T5jpghaKpPCcDYjh3X1An7osMeYrKFx2BZgVpEgGoFfC95PxGRK_kgw6vtNIEwrLMaWNZ_mizFzEmm7or-jwHHdFoJf-472mRfWxGEGepiICZpSudPKaF08we2644QcFk7V0cNgWzV9qk1IVpELwrHiKtz649RlCo4E5Zx1YTPBwC_PPuW7K3RIYFxPBQYFvHNQAb2yC45GAooZtG2o-TjLZFcG8p_F7ofQfh9fl1wdZAHXMYBqbyZgVkK__X_MN_yLmIZ9QxKV8R4QIN_39-h90yWKcyBeURVLGDgQXUJnRLtWY5PMGC4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/11/13 03:44:00 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AIftwuPIyY-ViMuAVFnYNsgJMjFpILbsEv_S-4baFJa7XeP_dXiP0_IrgTBTkXdTX72H3TuA912hpDgB1ZHz8jMT_Dm3caeaOeNMsya-mZkIgm_bBsmPkSn9f-WNuMkf8m1BTBXYtb31ra9g1LdSxwcBexQbU6L7EyeM70EcPqx7I317EKrEPP3aQwpESqjb7P9sX5sm3bIWKrvwlpCvU5FcfRDTRjTuId2320LqhyKexjQHRbe1qXo7JzJUZIYRBO7k-6K3KB0W1zqZAwXGIGt_kKSn1XZ5p07TnHOK7cmvtpKwml53JWwMicQ6Ou9s15E1L3npIsT8pXO7UvVrRWs 2025/11/13 03:44:00 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/11/13 03:44:00 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/11/13 03:44:00 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/11/13 03:44:01 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/11/13 03:44:01 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/13 03:44:01 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/11/13 03:44:01 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AIftwuPIyY-ViMuAVFnYNsgJMjFpILbsEv_S-4baFJa7XeP_dXiP0_IrgTBTkXdTX72H3TuA912hpDgB1ZHz8jMT_Dm3caeaOeNMsya-mZkIgm_bBsmPkSn9f-WNuMkf8m1BTBXYtb31ra9g1LdSxwcBexQbU6L7EyeM70EcPqx7I317EKrEPP3aQwpESqjb7P9sX5sm3bIWKrvwlpCvU5FcfRDTRjTuId2320LqhyKexjQHRbe1qXo7JzJUZIYRBO7k-6K3KB0W1zqZAwXGIGt_kKSn1XZ5p07TnHOK7cmvtpKwml53JWwMicQ6Ou9s15E1L3npIsT8pXO7UvVrRWs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/11/13 03:44:03 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AIe7-EAgJlxC3gmqGuc0zpujj2M_Gf16O2nOmi18jkeHjEri7SteZkT1FGuoAk_zi8itTPNlw-ZDxX9y7i4zCdy6TtpFF-Gf6W9iERp_JmTVXTRVbb53HFgXJYmT-nHh2IbWPWglkea7QgLj9BOXSuBFfCQqFJEJmM1JvpbCVagF8Rkygs9Z0pYtXsRvJypzh_DY_3josXTw1OD5TK3fHS2-yKbRo77WQ6hXmxA4pl__9rhOYsISQbS1jTpoPSvu7HJFSag-8Iem3ZhHm9ULqrKN3QktBoWABHQd05tgRl4M6I4bc_E4EI2bWqDeyuSaYEx_u8KV6dbmxmd2IksTGpg 2025/11/13 03:44:03 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/11/13 03:44:03 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/11/13 03:44:03 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/11/13 03:44:03 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/11/13 03:44:03 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/13 03:44:03 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/11/13 03:44:04 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AIe7-EAgJlxC3gmqGuc0zpujj2M_Gf16O2nOmi18jkeHjEri7SteZkT1FGuoAk_zi8itTPNlw-ZDxX9y7i4zCdy6TtpFF-Gf6W9iERp_JmTVXTRVbb53HFgXJYmT-nHh2IbWPWglkea7QgLj9BOXSuBFfCQqFJEJmM1JvpbCVagF8Rkygs9Z0pYtXsRvJypzh_DY_3josXTw1OD5TK3fHS2-yKbRo77WQ6hXmxA4pl__9rhOYsISQbS1jTpoPSvu7HJFSag-8Iem3ZhHm9ULqrKN3QktBoWABHQd05tgRl4M6I4bc_E4EI2bWqDeyuSaYEx_u8KV6dbmxmd2IksTGpg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/11/13 03:44:06 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AIHm-k3PxDq9ZNViKqjou8G8WGrnoSKzP1wZNpiKMYO4kZwad4ahzjoYex5vASR2bkdHqnponNnyxAtF0ZvtemOSQr5_aKMtP-UT-80NlPwFdDx_hh8peeB0cE6YG-asNn1P1tU4DnUx1-tkDTrHhz7Fa6YF9cy_SALTzXAKiyxtVajv_e2SLGgeMDsMp0qh7Pzu5G8Q9hDqiNz-slUOTpfis_ZynaRvQWnaVpGj0-jHVAAe-g-LE8Fa1aaHOMYyBYBq8nwi5wMopH2jTQvTR49UEgj1NWIRoFU56zuVa_qv1L1Fh-hC1JWvb3H39E9Zon-S0GUxN2qKFLEOFhA113w 2025/11/13 03:44:06 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/11/13 03:44:06 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/11/13 03:44:06 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AIHm-k3PxDq9ZNViKqjou8G8WGrnoSKzP1wZNpiKMYO4kZwad4ahzjoYex5vASR2bkdHqnponNnyxAtF0ZvtemOSQr5_aKMtP-UT-80NlPwFdDx_hh8peeB0cE6YG-asNn1P1tU4DnUx1-tkDTrHhz7Fa6YF9cy_SALTzXAKiyxtVajv_e2SLGgeMDsMp0qh7Pzu5G8Q9hDqiNz-slUOTpfis_ZynaRvQWnaVpGj0-jHVAAe-g-LE8Fa1aaHOMYyBYBq8nwi5wMopH2jTQvTR49UEgj1NWIRoFU56zuVa_qv1L1Fh-hC1JWvb3H39E9Zon-S0GUxN2qKFLEOFhA113w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/11/13 03:44:07 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AJQJxTi7aQlFKzk_sJnighLnWyrd0alTyvIbSfKVbL_we0RxwIRy7C7tCg4wxf697Jkh3n87_AAW9wbPyYGOm177wjzDXxy5gcicVExdv9DYnloc_4ZwD0Dnas60577BizXg30_Zf72_bYR3iUmule0P9kH-XL0EnoSAVOQzZXF1BRFaMDxkTMAh1n6DgosmCIdwrcCK7TmazC5_uWC1AlmLW6czfZspLJWFXC8pObTRHeWS-1oVpaCuXwW-Zfq-u8WpYJEYVEBWqsPHe0MAlGs5KwDfiXIT70CkBdEnj3wXEQwQSTr0LUlHgpHArVmTppo9mLufloOY6tZcQX11bKw 2025/11/13 03:44:07 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/11/13 03:44:08 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/13 03:44:08 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AJQJxTi7aQlFKzk_sJnighLnWyrd0alTyvIbSfKVbL_we0RxwIRy7C7tCg4wxf697Jkh3n87_AAW9wbPyYGOm177wjzDXxy5gcicVExdv9DYnloc_4ZwD0Dnas60577BizXg30_Zf72_bYR3iUmule0P9kH-XL0EnoSAVOQzZXF1BRFaMDxkTMAh1n6DgosmCIdwrcCK7TmazC5_uWC1AlmLW6czfZspLJWFXC8pObTRHeWS-1oVpaCuXwW-Zfq-u8WpYJEYVEBWqsPHe0MAlGs5KwDfiXIT70CkBdEnj3wXEQwQSTr0LUlHgpHArVmTppo9mLufloOY6tZcQX11bKw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/11/13 03:44:09 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AFfODNsKeIJ1P-wOj1n8U5cy0MEogp8AnMlQ8hl9mNoqMwvy9J1Vuln7yH9TfSqdaNI_s8nC0s62sYPE1NBM9sf0E2cqpDd-f0KU-B0QI600SywIwHo4Kr4YSyJ_C7y5vmbpbu1i0nojgcWEYDRww7aSpwi4oQDOWxo2eNbsV1e3-5YnRvR4FMLkWhCTThBCSH861GDuNVT8h1ilX1pNGmjauiwPdzOnSGWjHGX95BqZqyeVDH09mrTe6H1HcrI7gB4lclGYF4Y545on0ZaRyFw1WQyK2qEX6ZTCfQqVpcd209Ssk43o3QbjiSu7qbBcUzifK9EqYuK_iwnACOR19HU 2025/11/13 03:44:09 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/11/13 03:44:09 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/13 03:44:09 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AFfODNsKeIJ1P-wOj1n8U5cy0MEogp8AnMlQ8hl9mNoqMwvy9J1Vuln7yH9TfSqdaNI_s8nC0s62sYPE1NBM9sf0E2cqpDd-f0KU-B0QI600SywIwHo4Kr4YSyJ_C7y5vmbpbu1i0nojgcWEYDRww7aSpwi4oQDOWxo2eNbsV1e3-5YnRvR4FMLkWhCTThBCSH861GDuNVT8h1ilX1pNGmjauiwPdzOnSGWjHGX95BqZqyeVDH09mrTe6H1HcrI7gB4lclGYF4Y545on0ZaRyFw1WQyK2qEX6ZTCfQqVpcd209Ssk43o3QbjiSu7qbBcUzifK9EqYuK_iwnACOR19HU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/11/13 03:44:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AE02naXmpzVEJ9SK2XtvjwV9e2wEDM1kMeoGLYGFksUIsxzkzYPI6qUOyn3gvbWYhRq1wwWId1gf4NliJx2uqfUJ0QRMIaLjRMsYYlFWZuZ-N2fBjlJrLyEpwE2kypedS0vcvEB-1Fb-WLQNKgiXOi3Y2qwj9h7isnDFpj_IYH2jMuNT7JsvsI6JnMV6LVmM-YLQBr7AGzyToojSO6GHveXUSQ4MDrionNhNrlwyghpJqe8dMgnEN4XCA6FO1G3lP-TnkXwzWOz-tcS2bbZJXCpxAs5MzWVXdUHx9Qugw4A9pg2M5MPiJTxOULivd-vOpInyFx9gOGsG_7R_iEvQ7Q0 2025/11/13 03:44:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/11/13 03:44:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/11/13 03:44:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/11/13 03:44:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/13 03:44:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/13 03:44:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/11/13 03:44:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AE02naXmpzVEJ9SK2XtvjwV9e2wEDM1kMeoGLYGFksUIsxzkzYPI6qUOyn3gvbWYhRq1wwWId1gf4NliJx2uqfUJ0QRMIaLjRMsYYlFWZuZ-N2fBjlJrLyEpwE2kypedS0vcvEB-1Fb-WLQNKgiXOi3Y2qwj9h7isnDFpj_IYH2jMuNT7JsvsI6JnMV6LVmM-YLQBr7AGzyToojSO6GHveXUSQ4MDrionNhNrlwyghpJqe8dMgnEN4XCA6FO1G3lP-TnkXwzWOz-tcS2bbZJXCpxAs5MzWVXdUHx9Qugw4A9pg2M5MPiJTxOULivd-vOpInyFx9gOGsG_7R_iEvQ7Q0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/11/13 03:44:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AOHsEKzBwCQIgh1SYfjZ-HDdesaOB2MEN8gZ3H6soNIwKnM0KyV1OF0OcGQHCFUFFpnrqLKAqj6rl35HkmDYgVaJ36sQTKxoFNDgjNJNeZg4hXTQQqqaq2wRAkzANmfGJhkZkYDTKT0-uoihph2yvhIXPLo5Y-OXZCw-83XByUrdlc0nJnkQ9wjtSeduudWu_KpYPTz-hSfGhg6TBPHRY8YplUE6JMsPpPcUowBvSsvQIlM0LgS-Cb2Rv0VPRkQrWHkyRoSgqRQDxvWneNygiezx3gV8Up6qqn242mCyBUtOm5hlw_l9JfCKwNzqHIbfk1AUaTwIk4tAfbjJ5tHHd2E 2025/11/13 03:44:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/11/13 03:44:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/11/13 03:44:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/11/13 03:44:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/13 03:44:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/13 03:44:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/11/13 03:44:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AOHsEKzBwCQIgh1SYfjZ-HDdesaOB2MEN8gZ3H6soNIwKnM0KyV1OF0OcGQHCFUFFpnrqLKAqj6rl35HkmDYgVaJ36sQTKxoFNDgjNJNeZg4hXTQQqqaq2wRAkzANmfGJhkZkYDTKT0-uoihph2yvhIXPLo5Y-OXZCw-83XByUrdlc0nJnkQ9wjtSeduudWu_KpYPTz-hSfGhg6TBPHRY8YplUE6JMsPpPcUowBvSsvQIlM0LgS-Cb2Rv0VPRkQrWHkyRoSgqRQDxvWneNygiezx3gV8Up6qqn242mCyBUtOm5hlw_l9JfCKwNzqHIbfk1AUaTwIk4tAfbjJ5tHHd2E" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/11/13 03:44:15 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AI4GEhNVjV5RhRaDsLM7iX0S9wM3ibv7yRfX-lg8Enr__gcZ-tDLIl38seMw-9ckt81HgdLryh2XDxalMYK3352rrAsCPigpJcO6qjbXOHEQ_wl0VNT2RzzUhF56M5pTHdPZomghBInihFWRcpcKa5Lp3m_5EO7zhplcr16EKCzrKtA1Hg0OsjT1Tzvm03A6SSgcWKQIJARbfo1RLvjlt4MDqiXC1RccxhQ8Gm-CWQTvDsZY0FJOukbcvooJKKpL56IQeIVrTjD2TWOAj9985YFnyBw5G9YDZYnBiRVDecnO8MnY1B2YnJd-zWgLMgyUE4JVXuIec_T4Wk8f3PWFpMw 2025/11/13 03:44:16 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/11/13 03:44:16 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/11/13 03:44:17 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AI4GEhNVjV5RhRaDsLM7iX0S9wM3ibv7yRfX-lg8Enr__gcZ-tDLIl38seMw-9ckt81HgdLryh2XDxalMYK3352rrAsCPigpJcO6qjbXOHEQ_wl0VNT2RzzUhF56M5pTHdPZomghBInihFWRcpcKa5Lp3m_5EO7zhplcr16EKCzrKtA1Hg0OsjT1Tzvm03A6SSgcWKQIJARbfo1RLvjlt4MDqiXC1RccxhQ8Gm-CWQTvDsZY0FJOukbcvooJKKpL56IQeIVrTjD2TWOAj9985YFnyBw5G9YDZYnBiRVDecnO8MnY1B2YnJd-zWgLMgyUE4JVXuIec_T4Wk8f3PWFpMw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/11/13 03:44:17 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AJ3Sw9bHs63bWx4u2LNCuqXJQdyZdd0t7X9kEf-wf4kHyqS9ZuFSYI3JdD-AOpiyx9MWAkUoVSzG33LGRC6_oZMZnGzvdqcKsDQ6MeZlcImUfhI_G61GMOpnckvThI7VzgRz_doVX1GgWmnZeNuUDRUmfq0BSAkXPvhxF5Gh8CmMAvXKmFFf9PpuQ00RuV85IJS0_hkgYpjCr9yw-LC1qbvTbzFnRIXlq0xBzLQXnFe25-RTDnM23SJoyLAWOjdNpTvq6CczDy8Cvcq_tQsz9pIXnfC8uEufSrygqOe5yIPLCgJaC20ZhQf0MaYM3oJ5e4O4BiQ6Qfba1cC_LDwYMHg 2025/11/13 03:44:18 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/11/13 03:44:18 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/13 03:44:18 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AJ3Sw9bHs63bWx4u2LNCuqXJQdyZdd0t7X9kEf-wf4kHyqS9ZuFSYI3JdD-AOpiyx9MWAkUoVSzG33LGRC6_oZMZnGzvdqcKsDQ6MeZlcImUfhI_G61GMOpnckvThI7VzgRz_doVX1GgWmnZeNuUDRUmfq0BSAkXPvhxF5Gh8CmMAvXKmFFf9PpuQ00RuV85IJS0_hkgYpjCr9yw-LC1qbvTbzFnRIXlq0xBzLQXnFe25-RTDnM23SJoyLAWOjdNpTvq6CczDy8Cvcq_tQsz9pIXnfC8uEufSrygqOe5yIPLCgJaC20ZhQf0MaYM3oJ5e4O4BiQ6Qfba1cC_LDwYMHg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/11/13 03:44:19 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ADrBnrQdguVg5Gjz9DmQW9-RnAVBzbw1rwU8k0TwbNZpRHgUKug5rhQaYGjDTM6rQJbR5H65P0PyaQr8MPH68e6qW79A4jYZrn8HpWb5ntF8Q5nbM4qtJB8KQXOz_zAABHNniQyaUwQVNzooR-Q-n82zuXMr72qrJwafBfVoDVocC5dPEYKufq0AsqB8QKNprRT-yP3pMosefq4A-YKuGe4dwvmo3U2lwVQ9NabVxLp9A3xOmP-348XEgLRbNSKPi9eScdZ46_DQIMrLDND_dbu9NMyvpNsFrGKgTKGUCrAQp-0WWyRXhAWyLJkzPuyL5n2i6xXa8Jgi8gwG3ARjwkE 2025/11/13 03:44:20 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/11/13 03:44:20 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/13 03:44:20 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ADrBnrQdguVg5Gjz9DmQW9-RnAVBzbw1rwU8k0TwbNZpRHgUKug5rhQaYGjDTM6rQJbR5H65P0PyaQr8MPH68e6qW79A4jYZrn8HpWb5ntF8Q5nbM4qtJB8KQXOz_zAABHNniQyaUwQVNzooR-Q-n82zuXMr72qrJwafBfVoDVocC5dPEYKufq0AsqB8QKNprRT-yP3pMosefq4A-YKuGe4dwvmo3U2lwVQ9NabVxLp9A3xOmP-348XEgLRbNSKPi9eScdZ46_DQIMrLDND_dbu9NMyvpNsFrGKgTKGUCrAQp-0WWyRXhAWyLJkzPuyL5n2i6xXa8Jgi8gwG3ARjwkE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/11/13 03:44:21 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AIYCR_HlKp1HAQA0-ZAByl_iPklPCadfSXFSx9gq0k97rthxjMUW_bClAKnDLB-JEjuS6jMP_zDUsHw2LUur_v7AGJ70fE2TndRVhUayto7m90tZu1BIa6k_6hoOFbPbhtxG347c66Fz_1rswaqOxkO0ryYFXomnrbc-EXMwGnK2FdDplLb0LZrqp5I54oK4xjvU8N72DRDz1k8_fJ0338iAa_JvbT_Y-f1Y65C8iL35bhi7tat9mmAsZohbmnFpYtMy-rSjYvwffkwu-vsTt_9WDRpMePt7_8Nv5Q1WuJYZD_WMaz5wbE-pFTC24hYm4SqI6wxcRMEJzEEcv-Gzh2M 2025/11/13 03:44:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/11/13 03:44:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/11/13 03:44:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/11/13 03:44:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/13 03:44:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/11/13 03:44:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/11/13 03:44:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AIYCR_HlKp1HAQA0-ZAByl_iPklPCadfSXFSx9gq0k97rthxjMUW_bClAKnDLB-JEjuS6jMP_zDUsHw2LUur_v7AGJ70fE2TndRVhUayto7m90tZu1BIa6k_6hoOFbPbhtxG347c66Fz_1rswaqOxkO0ryYFXomnrbc-EXMwGnK2FdDplLb0LZrqp5I54oK4xjvU8N72DRDz1k8_fJ0338iAa_JvbT_Y-f1Y65C8iL35bhi7tat9mmAsZohbmnFpYtMy-rSjYvwffkwu-vsTt_9WDRpMePt7_8Nv5Q1WuJYZD_WMaz5wbE-pFTC24hYm4SqI6wxcRMEJzEEcv-Gzh2M" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/11/13 03:44:23 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: APWy_1D-8lo95g9etrNAMDbA2Hal74YUGXOeDRtFC5-lZayRt3OehE9e4sniOKbKQH-OB_v2hsmfL0HhA6vTyjso0JEfqsC66TvURyky_7rKT62Mu27qLFWUePShQG1sKcVmXlwJdpGx3NB4RWh1EVHuISFkLwBzCIybe14clszEp8wo58XU-H_qUBvFbxFrUMYf-BPUxzMeYnwt0SNSiZ9LP8wN0X6hlVtVY4RxP86qIqpNFNMsJ_3aKN1cO_YoJvY4O6mBKiLPN5zUTePECxENzRDlir2dU7xoSPQN-iBdNKk4AuOki0I2EOGZQbJ-6Rdk_p7KvjVKYzFweEfJ6Hw 2025/11/13 03:44:24 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/11/13 03:44:24 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/11/13 03:44:24 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/11/13 03:44:24 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/11/13 03:44:24 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/11/13 03:44:24 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/13 03:44:25 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "APWy_1D-8lo95g9etrNAMDbA2Hal74YUGXOeDRtFC5-lZayRt3OehE9e4sniOKbKQH-OB_v2hsmfL0HhA6vTyjso0JEfqsC66TvURyky_7rKT62Mu27qLFWUePShQG1sKcVmXlwJdpGx3NB4RWh1EVHuISFkLwBzCIybe14clszEp8wo58XU-H_qUBvFbxFrUMYf-BPUxzMeYnwt0SNSiZ9LP8wN0X6hlVtVY4RxP86qIqpNFNMsJ_3aKN1cO_YoJvY4O6mBKiLPN5zUTePECxENzRDlir2dU7xoSPQN-iBdNKk4AuOki0I2EOGZQbJ-6Rdk_p7KvjVKYzFweEfJ6Hw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/11/13 03:44:27 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AMDGom4t0uCOiQjhI5OhlfZ8OVBOX4TNzuAMErCmNB8m7z-e5AgWmSE_rlKdzzZXVDnSyUKtkZYnHkQVCpiiFgtjp5IcTJNlIFQCxCQ7FYeKMqKud-khAIzZc27RizTBXc6MOqGlXRAoGwAZRZTAZQO2mHTZFKjsdC4JlqQ_AcMGVvFRlRv_W7gxKBkVebwhF8Fa2AaEkVxoq7fZyyk1ueFf7j1DpksTwOVIZKHgpV9OnT7o4u891G5S-JQA6bvQJyZ95rzOsQZfeZWEmjrUPhlyBp8QifO2i7SOaOzNjZaL2TJ5hoyqa1aro3WIREChdAvML6L2OA6uLHCzBosRhbs 2025/11/13 03:44:27 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/11/13 03:44:28 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/11/13 03:44:28 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AMDGom4t0uCOiQjhI5OhlfZ8OVBOX4TNzuAMErCmNB8m7z-e5AgWmSE_rlKdzzZXVDnSyUKtkZYnHkQVCpiiFgtjp5IcTJNlIFQCxCQ7FYeKMqKud-khAIzZc27RizTBXc6MOqGlXRAoGwAZRZTAZQO2mHTZFKjsdC4JlqQ_AcMGVvFRlRv_W7gxKBkVebwhF8Fa2AaEkVxoq7fZyyk1ueFf7j1DpksTwOVIZKHgpV9OnT7o4u891G5S-JQA6bvQJyZ95rzOsQZfeZWEmjrUPhlyBp8QifO2i7SOaOzNjZaL2TJ5hoyqa1aro3WIREChdAvML6L2OA6uLHCzBosRhbs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/11/13 03:44:29 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AJEg3MCvUfZwa0DssbzcdHjSn1ZBLB2l6pYFlTZgkjNNYub8CVXkKMLjnOW9-fmr_fjMt4mXma7Jzi6DGaaYhigHMSVPJTfm8-jZG-KQKUCe-C8vGZholXAZWrtsWv4pbc3cSvbyyLU1oEhKOyS43bXl6xr30BSZfQx7daEkAK_-dWFIEIOR_vJiN5yi9ZpigrXUWIumm1w6SPXCMISwCdj7TocAjgWcvdxzdziqGNDTXlsegK0VZ8ykxN3sT5C_9MD0ds1xAleIyIjCR9R6_iE_ouZjLU7sGvUpcXw6VLkgEVGRxHjg3xZP8npbP4BNld5lso50oqGHD0UGfWXtoMs 2025/11/13 03:44:29 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/11/13 03:44:30 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/13 03:44:30 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AJEg3MCvUfZwa0DssbzcdHjSn1ZBLB2l6pYFlTZgkjNNYub8CVXkKMLjnOW9-fmr_fjMt4mXma7Jzi6DGaaYhigHMSVPJTfm8-jZG-KQKUCe-C8vGZholXAZWrtsWv4pbc3cSvbyyLU1oEhKOyS43bXl6xr30BSZfQx7daEkAK_-dWFIEIOR_vJiN5yi9ZpigrXUWIumm1w6SPXCMISwCdj7TocAjgWcvdxzdziqGNDTXlsegK0VZ8ykxN3sT5C_9MD0ds1xAleIyIjCR9R6_iE_ouZjLU7sGvUpcXw6VLkgEVGRxHjg3xZP8npbP4BNld5lso50oqGHD0UGfWXtoMs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/11/13 03:44:31 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: ACIZzff4F5rbD8rYpNlrMkhxtaaxuh0tpFJiAx_7WYc4Bfq9SB1CinAoZDfofN1xF5ecCyOMbMteHLLN-pjT-37UntLKiF95W7Y3GA6o_Hzxo288tkyX8RDvYGVldV5nf-2bEouuqWcN9IiAGQNUcuf8yINzPsalI2yMKlSiboZe1WvtUH2z0tdoSl2slxg08LBzWP8bloQ8spuPwleTu48bHPLApCrZJztjKitL9ytP2zWdsUKfm-oKD-RwnNVDmx-wV6SBQyiJcWR1oQVERTsJaU242nvZ67W6KtuPuPf_-vS9CaoClpuJhqDH-esnw41CDDK9yOdZD9vk9Obu_oM 2025/11/13 03:44:32 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/11/13 03:44:32 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/13 03:44:32 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "ACIZzff4F5rbD8rYpNlrMkhxtaaxuh0tpFJiAx_7WYc4Bfq9SB1CinAoZDfofN1xF5ecCyOMbMteHLLN-pjT-37UntLKiF95W7Y3GA6o_Hzxo288tkyX8RDvYGVldV5nf-2bEouuqWcN9IiAGQNUcuf8yINzPsalI2yMKlSiboZe1WvtUH2z0tdoSl2slxg08LBzWP8bloQ8spuPwleTu48bHPLApCrZJztjKitL9ytP2zWdsUKfm-oKD-RwnNVDmx-wV6SBQyiJcWR1oQVERTsJaU242nvZ67W6KtuPuPf_-vS9CaoClpuJhqDH-esnw41CDDK9yOdZD9vk9Obu_oM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/11/13 03:44:33 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AFSTzWhyqSwaD1hQb3ABY6xcwIC_wivFJaNKwNvP-HlQTwkhlx936iOUWnv6eIKfwvjrqgUUB9K9jLeUHPMlJX0K_d1xKA-lqZOXsxUfsgM2uJBc2cr6HW4T-KtK9a6brMBXyI-sS2szIvYsmNGvqLCAtt0ENjOJ5W-opUpXCAnnpBxlC75hsguDx2xxRhGg_Psd2fs2zAIZ_iVPq7TmMu9RpRViGocNsD8iq6sun8N4fNZ72fgWm7iP4yIWtH2QxMH-X9ytOVuvvKZRF7cUb-W9EvgnDblayOLwmeikoeGztijvD-uq0STLhlDzbattG1bF2X3sksht9BUHy5X540k 2025/11/13 03:44:33 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/11/13 03:44:34 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/11/13 03:44:34 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/11/13 03:44:34 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/13 03:44:34 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/13 03:44:34 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/11/13 03:44:35 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AFSTzWhyqSwaD1hQb3ABY6xcwIC_wivFJaNKwNvP-HlQTwkhlx936iOUWnv6eIKfwvjrqgUUB9K9jLeUHPMlJX0K_d1xKA-lqZOXsxUfsgM2uJBc2cr6HW4T-KtK9a6brMBXyI-sS2szIvYsmNGvqLCAtt0ENjOJ5W-opUpXCAnnpBxlC75hsguDx2xxRhGg_Psd2fs2zAIZ_iVPq7TmMu9RpRViGocNsD8iq6sun8N4fNZ72fgWm7iP4yIWtH2QxMH-X9ytOVuvvKZRF7cUb-W9EvgnDblayOLwmeikoeGztijvD-uq0STLhlDzbattG1bF2X3sksht9BUHy5X540k" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/11/13 03:44:36 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: ADqA8PxZHagRHE3BhroOupcw1rm7rgvKKb17RHd880M1aJTS1oCT6L4ekZBIHYlYADDWuTic__ePu6kMwGYefM5nqXBwqiwFjUWTZRkIFv7wwgGb74K4wPWxXl7Vudn-0pBXGx3z_-WqoT5fEgS2_tERGrDtpvjYT6dBca2vP3lSeGCJtGAezgyJGxLFwOdz2-5Rmx_KCS5hRXO6FYd6w2yVD2Sxw00S-STqlaN4No6ja4fpu2PQ3egsfL0M4cvv3AqwdBix1B7j9wgbOq9OVEs9BPdbMSaJrqT1tZpxzAQMZhHhYHEFy1hhQMuol38-LAeCQLGjpvnE64HV6KdZr-Q 2025/11/13 03:44:36 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/11/13 03:44:36 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/11/13 03:44:36 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/11/13 03:44:37 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/13 03:44:37 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/11/13 03:44:37 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/13 03:44:37 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "ADqA8PxZHagRHE3BhroOupcw1rm7rgvKKb17RHd880M1aJTS1oCT6L4ekZBIHYlYADDWuTic__ePu6kMwGYefM5nqXBwqiwFjUWTZRkIFv7wwgGb74K4wPWxXl7Vudn-0pBXGx3z_-WqoT5fEgS2_tERGrDtpvjYT6dBca2vP3lSeGCJtGAezgyJGxLFwOdz2-5Rmx_KCS5hRXO6FYd6w2yVD2Sxw00S-STqlaN4No6ja4fpu2PQ3egsfL0M4cvv3AqwdBix1B7j9wgbOq9OVEs9BPdbMSaJrqT1tZpxzAQMZhHhYHEFy1hhQMuol38-LAeCQLGjpvnE64HV6KdZr-Q" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/11/13 03:44:40 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AHXVc1sHZUXdtlv3ggbzlE9NV56CpzgqbkIiFQ5EoSCqwxmtdSVZ7sxyR0KV9Gb9DnZIfIlhmswPGQUUgW87zvMBdrR8hcfi2rsSvmTagcaBcUhhTCruwQzS80_ZT9aCRdZ5aeOikkldnjK1t8lsuMbbmHWVZWoOhwcKJk7wB7lDaubSDf67maSq5upCUy0Ym5UeGdQvePjHl6HwwKP7KvYaLwywN98oaCU-Uh3pYn-ue41KYk21ScFyCDoEWqYn1isotCtB0y276f1pgSguDSGnaZrCn_LV1dIwyuq-gN-3n6uwCLg974XYnlPhBuZK2zLuyjVXck8oWlSMesgsnZ4 2025/11/13 03:44:40 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/11/13 03:44:41 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/11/13 03:44:41 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AHXVc1sHZUXdtlv3ggbzlE9NV56CpzgqbkIiFQ5EoSCqwxmtdSVZ7sxyR0KV9Gb9DnZIfIlhmswPGQUUgW87zvMBdrR8hcfi2rsSvmTagcaBcUhhTCruwQzS80_ZT9aCRdZ5aeOikkldnjK1t8lsuMbbmHWVZWoOhwcKJk7wB7lDaubSDf67maSq5upCUy0Ym5UeGdQvePjHl6HwwKP7KvYaLwywN98oaCU-Uh3pYn-ue41KYk21ScFyCDoEWqYn1isotCtB0y276f1pgSguDSGnaZrCn_LV1dIwyuq-gN-3n6uwCLg974XYnlPhBuZK2zLuyjVXck8oWlSMesgsnZ4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/11/13 03:44:42 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AIDZpYrQkJ0pPBm5iryIIJMbiD1LJNTKoubymhwLfFpTR5w74irM_3ROqdk35P2E6LXs_tCKoaBCXO3KnSkP87GLNc37dwRbqSiGLwysb5v_Gz3t_kXee2rJhC_LLG41kwtCR3eNo_VGkhTDR3La7nWFrAhCxLXsqqumc4qvb3ouM3Ra7uDAIB5bjQgBwip99sv1BQNXdSEG4YQlYMwfPbPifLvaHCdrRUrZ9YjI8XWLMSjVBrpK05ERuCAGQveUnXUYBAK0KNbCmIRJcf3vQkUSE_91X3MQGehh6cUitp63YExzdB3RyERrC7ki80sqt0EgqNrjpcxDJkVyOcKGb1w 2025/11/13 03:44:42 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/11/13 03:44:43 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/13 03:44:43 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AIDZpYrQkJ0pPBm5iryIIJMbiD1LJNTKoubymhwLfFpTR5w74irM_3ROqdk35P2E6LXs_tCKoaBCXO3KnSkP87GLNc37dwRbqSiGLwysb5v_Gz3t_kXee2rJhC_LLG41kwtCR3eNo_VGkhTDR3La7nWFrAhCxLXsqqumc4qvb3ouM3Ra7uDAIB5bjQgBwip99sv1BQNXdSEG4YQlYMwfPbPifLvaHCdrRUrZ9YjI8XWLMSjVBrpK05ERuCAGQveUnXUYBAK0KNbCmIRJcf3vQkUSE_91X3MQGehh6cUitp63YExzdB3RyERrC7ki80sqt0EgqNrjpcxDJkVyOcKGb1w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/11/13 03:44:44 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AP92cZXCrZCBKciVaqr_fJbSK2ihw1dLmcKmWe-4moEq8LfRUE36u82YLQOWaVmSDHBjnilw-y8lWv8uVlKvTWN7an1YFZgzaFZn6gqqW9G5qJKeVLQrYaQg-hqiLxgFhG9k9opdqbdR1cnKtlGAOwRHOPsmBX9NszbUf9J4P3m3lSvcLBwB16myb5PKtV-FzRwge6nUGdK5yn-5uf0mnUt0zFXnEl4fWLFU6D2tfDMblmsPp4L7l9mgNFak9OE7MYSHrQbZO2qrdO0IX9eIAiZ97cDUCjYhYSzF8Js-cmfjBmtEGPsZ7YAkXRT1EF5DdO6MufF8MFKqzwlqAW0cTCU 2025/11/13 03:44:45 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/11/13 03:44:45 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/13 03:44:45 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AP92cZXCrZCBKciVaqr_fJbSK2ihw1dLmcKmWe-4moEq8LfRUE36u82YLQOWaVmSDHBjnilw-y8lWv8uVlKvTWN7an1YFZgzaFZn6gqqW9G5qJKeVLQrYaQg-hqiLxgFhG9k9opdqbdR1cnKtlGAOwRHOPsmBX9NszbUf9J4P3m3lSvcLBwB16myb5PKtV-FzRwge6nUGdK5yn-5uf0mnUt0zFXnEl4fWLFU6D2tfDMblmsPp4L7l9mgNFak9OE7MYSHrQbZO2qrdO0IX9eIAiZ97cDUCjYhYSzF8Js-cmfjBmtEGPsZ7YAkXRT1EF5DdO6MufF8MFKqzwlqAW0cTCU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/11/13 03:44:46 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ANzbv_SZiHHwry3ebqqh-qNtTKY9F5tAHc9SMyqpS2TvrB60utcSz6m40kFlE3fbZoWuNbmZy07mMOWto1OSqrdOlVezc6V3zNzRpd_pfs7NSTu9w8gJPXI4ZKcwczkDStuwQNiQAh5mNaus8hIJT7V8WFMkHpaOZ6Uj9fTPP3GRxAzr_hCq67i2rYJuPawN4K-BtvE-V8mG2m_4B4apxisDOexDydAs2ftWV6gei2fRbhRogIXJND55eq-bKswxnpIxrARAhNpYt0AYUUBVRE5yrxl93MO8-p9SjkHI4IiGT-mToTZZF6etu72uQRw1nZPiaobc9xocg7MjMwG9UjM 2025/11/13 03:44:47 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/11/13 03:44:47 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/11/13 03:44:47 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/11/13 03:44:47 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/13 03:44:47 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/11/13 03:44:48 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/11/13 03:44:48 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ANzbv_SZiHHwry3ebqqh-qNtTKY9F5tAHc9SMyqpS2TvrB60utcSz6m40kFlE3fbZoWuNbmZy07mMOWto1OSqrdOlVezc6V3zNzRpd_pfs7NSTu9w8gJPXI4ZKcwczkDStuwQNiQAh5mNaus8hIJT7V8WFMkHpaOZ6Uj9fTPP3GRxAzr_hCq67i2rYJuPawN4K-BtvE-V8mG2m_4B4apxisDOexDydAs2ftWV6gei2fRbhRogIXJND55eq-bKswxnpIxrARAhNpYt0AYUUBVRE5yrxl93MO8-p9SjkHI4IiGT-mToTZZF6etu72uQRw1nZPiaobc9xocg7MjMwG9UjM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/11/13 03:44:49 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AOG1B1YV18PY9BL2dBAo-dcD9xmWIvU7_LbfW3RFXDQDABd2r16n2Q7O4PjG8Ta41O0uUhzMrpIdTb1FSo33IMmp7MJtSfV6hCZ2Ymb0eiOjocIEJrg0aQd_3VjK_5GNniWeUcdvXO687cFtAGQrh0xD77536Avl_bW197UaeMS73rG3NxIwU6owU1Ex-yUEtqkrNvb4RLPKI7B2h1xqKhir8LXUlJqi0RB3VpCsslsrQ2SbDzm009G2RGJeBPvuZreUrk5A5kOa9YgRoguWnXNDfcocAeLjyHtJlx4_1hkdku19DlzWrb73ubyqwdwERwa1BZ-kGXxly8iSU-xwstA 2025/11/13 03:44:49 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/11/13 03:44:50 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/11/13 03:44:50 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/11/13 03:44:50 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/11/13 03:44:50 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/13 03:44:50 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/11/13 03:44:51 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AOG1B1YV18PY9BL2dBAo-dcD9xmWIvU7_LbfW3RFXDQDABd2r16n2Q7O4PjG8Ta41O0uUhzMrpIdTb1FSo33IMmp7MJtSfV6hCZ2Ymb0eiOjocIEJrg0aQd_3VjK_5GNniWeUcdvXO687cFtAGQrh0xD77536Avl_bW197UaeMS73rG3NxIwU6owU1Ex-yUEtqkrNvb4RLPKI7B2h1xqKhir8LXUlJqi0RB3VpCsslsrQ2SbDzm009G2RGJeBPvuZreUrk5A5kOa9YgRoguWnXNDfcocAeLjyHtJlx4_1hkdku19DlzWrb73ubyqwdwERwa1BZ-kGXxly8iSU-xwstA" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/11/13 03:44:53 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/11/13 03:44:56 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/11/13 03:44:58 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/11/13 03:45:02 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/11/13 03:45:05 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/11/13 03:45:06 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AEW_dA6iOgm1YPl7uB6J0kBz4bmojFN_Gi-zIEUpQRfrIKL4v8ukMS8MvGghDLNc9Ferzqv0kHEKJs5Ws8v_oxFj0dAsC7Uvx3lSdrF2NnzONlseWbGMtSa_VKWv-szhy3EgYqzlaei12bENTMdNpypUuX_RVmLZGnZr67mrgd6EZ5YqqfsRj04TWVpEPKUO6OcKproq0Ys0t_rneF11tyqPVuI35ZEV2HbkpD0ZpPppEq6RvNdHSWSUh0S0UtjMSRRxQI1jWrH2P-u3cigtcL_LfH9cYY3TPKVeRCI4OStG9VZ98Ii4nR6TDvZV5GykMmh8iEUJtjr2s2vLg3FPzTg 2025/11/13 03:45:06 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/11/13 03:45:06 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "adfa07307a862befb54772452b08acfe" 2025/11/13 03:45:07 DEBUG : unknown-size-put.txt: multipart upload "AEW_dA6iOgm1YPl7uB6J0kBz4bmojFN_Gi-zIEUpQRfrIKL4v8ukMS8MvGghDLNc9Ferzqv0kHEKJs5Ws8v_oxFj0dAsC7Uvx3lSdrF2NnzONlseWbGMtSa_VKWv-szhy3EgYqzlaei12bENTMdNpypUuX_RVmLZGnZr67mrgd6EZ5YqqfsRj04TWVpEPKUO6OcKproq0Ys0t_rneF11tyqPVuI35ZEV2HbkpD0ZpPppEq6RvNdHSWSUh0S0UtjMSRRxQI1jWrH2P-u3cigtcL_LfH9cYY3TPKVeRCI4OStG9VZ98Ii4nR6TDvZV5GykMmh8iEUJtjr2s2vLg3FPzTg" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/11/13 03:45:08 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AIXrXPvQ9WWiWMSThqywyffk5mlOrMrLJ5R21yQ-khmqvXsAmzp80UWVNmEAq3auu0WCDrXG5cJwKOJAGE4r2BuLqAO8Cw4EDSg1tiZyj9NGCe22gLiZrTCmFkH0DNGqs7yBvcAUzJ3mvI8do-SoT5Uyy_5EJoZfVdpoGanYf1EB2gzhCGHVKo2pIYCs8impo_EGTRPsGy1N4fCcPcwHAn7NWhGUhudTpR3xDKZcPoCyAdNQa7jXpUP40YVEbH9KaFM2rtaHY80gSJ8jUNSgY0yj5s8DRBjrEdy1c6OuAgkmSIrCcsH58_LCEvZue7qgjeRX8_dvYC08TwXAIQ58Q7E 2025/11/13 03:45:08 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/11/13 03:45:08 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "d3f68cb139b3987d510a7ef2ebef3886" 2025/11/13 03:45:08 DEBUG : unknown-size-update.txt: multipart upload "AIXrXPvQ9WWiWMSThqywyffk5mlOrMrLJ5R21yQ-khmqvXsAmzp80UWVNmEAq3auu0WCDrXG5cJwKOJAGE4r2BuLqAO8Cw4EDSg1tiZyj9NGCe22gLiZrTCmFkH0DNGqs7yBvcAUzJ3mvI8do-SoT5Uyy_5EJoZfVdpoGanYf1EB2gzhCGHVKo2pIYCs8impo_EGTRPsGy1N4fCcPcwHAn7NWhGUhudTpR3xDKZcPoCyAdNQa7jXpUP40YVEbH9KaFM2rtaHY80gSJ8jUNSgY0yj5s8DRBjrEdy1c6OuAgkmSIrCcsH58_LCEvZue7qgjeRX8_dvYC08TwXAIQ58Q7E" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/11/13 03:45:08 DEBUG : Creating backend with remote "TestS3R2:rclone-test-vuhokuf8luga/deeper/nonexisting/directory" 2025/11/13 03:45:08 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/11/13 03:45:08 DEBUG : Waiting for deletions to finish 2025/11/13 03:45:09 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/11/13 03:45:09 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/11/13 03:45:09 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/11/13 03:45:09 INFO : S3 bucket rclone-test-vuhokuf8luga: Bucket "rclone-test-vuhokuf8luga" deleted 2025/11/13 03:45:09 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- FAIL: TestIntegration (125.81s) --- 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 (0.93s) --- FAIL: TestIntegration/FsMkdir (123.85s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.23s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.08s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (12.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.64s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.16s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.77s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.75s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.67s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.48s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (3.03s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (21.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.31s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.47s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (4.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.99s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.33s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.32s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.60s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.73s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.51s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (67.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (9.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (2.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (2.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (3.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (1.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (10.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (2.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (4.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (1.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (9.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (2.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (2.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (4.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (1.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (11.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (3.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (1.89s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (3.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (1.98s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (4.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (2.17s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (12.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (3.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (1.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (5.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (13.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (3.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (2.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (4.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (2.08s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (5.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (2.97s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (14.33s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (2.76s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (2.47s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (2.88s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (3.31s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (2.92s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.08s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.71s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.37s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.17s) --- 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/11/13 03:45:09 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/11/13 03:45:09 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/s3 125.864s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished ERROR in 2m7.630694008s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/leading_CR]