"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/19 04:31:47 NOTICE: TestS3R2: Starting server 2025/09/19 04:31:47 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yoyevim7fele" 2025/09/19 04:31:47 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/19 04:31:48 INFO : S3 bucket rclone-test-yoyevim7fele: Bucket "rclone-test-yoyevim7fele" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/09/19 04:31:49 INFO : S3 bucket rclone-test-yoyevim7fele: Bucket "rclone-test-yoyevim7fele" deleted === RUN TestIntegration/FsMkdir 2025/09/19 04:31:50 INFO : S3 bucket rclone-test-yoyevim7fele: Bucket "rclone-test-yoyevim7fele" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/09/19 04:31:50 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/09/19 04:31:50 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/09/19 04:31:50 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 " 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 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/trailing_space Messages: Put === 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/19 04:32:05 NOTICE: S3 bucket rclone-test-yoyevim7fele: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/09/19 04:32:05 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AFE1-WX68ydZHlQ_N7qusIAWF1_pGei3FiE4ae85nevaKgDx-Mn1-S9hnalVOAyCwXT2Ua5b0spLmXP8Mfv2kixpACqDUIKEAz4Rgxl6P9KPorkxZKuqeLTKDeuoDYFdHoViT41rglrgwazreXmCmKHCs0V8zCEx702srsxbtGhwfcdIg_ESso9ufHNzBjvm_zoVU4lJ4eIuPewZi278q4ALYPtIpUVnF53ZCjecv3ORtpOQaaMENX1JcNwA4kHLU02pSa6rn44JNAfx9RJoWzzzenfXVGbgpFZnshpdtu_tLX6XPlFILnwsw8PBJs_d4iCr28bAZhVjAteR7ODMTI0 2025/09/19 04:32:06 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "f6a29a046105a53fe69eeb8d3deb0553" 2025/09/19 04:32:06 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "7427481273b0c939e3d7f16c7e7a66ce" 2025/09/19 04:32:07 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "ad37a80f876fc397fcfad76779935206" 2025/09/19 04:32:08 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AFE1-WX68ydZHlQ_N7qusIAWF1_pGei3FiE4ae85nevaKgDx-Mn1-S9hnalVOAyCwXT2Ua5b0spLmXP8Mfv2kixpACqDUIKEAz4Rgxl6P9KPorkxZKuqeLTKDeuoDYFdHoViT41rglrgwazreXmCmKHCs0V8zCEx702srsxbtGhwfcdIg_ESso9ufHNzBjvm_zoVU4lJ4eIuPewZi278q4ALYPtIpUVnF53ZCjecv3ORtpOQaaMENX1JcNwA4kHLU02pSa6rn44JNAfx9RJoWzzzenfXVGbgpFZnshpdtu_tLX6XPlFILnwsw8PBJs_d4iCr28bAZhVjAteR7ODMTI0" 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/19 04:32:12 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/09/19 04:32:13 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/19 04:32:15 DEBUG : S3 bucket rclone-test-yoyevim7fele: bucket is versioned: false 2025/09/19 04:32:15 DEBUG : Waiting for deletions to finish 2025/09/19 04:32:15 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/09/19 04:32:15 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/09/19 04:32:15 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/09/19 04:32:16 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yoyevim7fele/dirToPurgeFromRoot" 2025/09/19 04:32:16 DEBUG : S3 bucket rclone-test-yoyevim7fele path dirToPurgeFromRoot: bucket is versioned: false 2025/09/19 04:32:16 DEBUG : Waiting for deletions to finish 2025/09/19 04:32:16 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/09/19 04:32:16 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/09/19 04:32:16 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/09/19 04:32:16 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yoyevim7fele/hello? sausage/êé" 2025/09/19 04:32:18 DEBUG : S3 bucket rclone-test-yoyevim7fele path hello? sausage/êé: bucket is versioned: false 2025/09/19 04:32:18 DEBUG : Waiting for deletions to finish 2025/09/19 04:32:18 DEBUG : "a/b/c/d/e.txt" version false 2025/09/19 04:32:18 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/09/19 04:32:18 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/19 04:32:24 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yoyevim7fele/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/09/19 04:32:24 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yoyevim7fele/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-yoyevim7fele" from "TestS3R2:rclone-test-yoyevim7fele" 2025/09/19 04:32:25 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2052: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2131: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2281: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/09/19 04:32:31 DEBUG : piped data.txt: open chunk writer: started multipart upload: AJvLVgDzCeuSB_yVyRfi7APz8HJkYl0woxqJerSOJ5rXEpDGk2ACU54KzlOynl92UcAGmS6Mm47MED7WZuC_adZqv8HYq4yvIB9piHtcsv61wua0AAO7AAzsmUhTO2oHPmd_bBn8OtHbs2IL4vKykZNFtzNOouj1GeNHtDmvk3Pav9o6IV37QRlTA40l6YPHO_kxi87vsGtTwuujL8TaIpnhTsddPoZUKM9lYz2q7Y25ujNc8qMtt1VMq6AuL2MELUiAG33pfmFfRjtBCgug4Ngn9DMV9Pfzd71bfdph-0sJi9HR3qtqAYN97EtJfDEkCzqpNuey0sWUdUgnDQwXexY 2025/09/19 04:32:31 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/09/19 04:32:31 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/09/19 04:32:31 DEBUG : piped data.txt: multipart upload "AJvLVgDzCeuSB_yVyRfi7APz8HJkYl0woxqJerSOJ5rXEpDGk2ACU54KzlOynl92UcAGmS6Mm47MED7WZuC_adZqv8HYq4yvIB9piHtcsv61wua0AAO7AAzsmUhTO2oHPmd_bBn8OtHbs2IL4vKykZNFtzNOouj1GeNHtDmvk3Pav9o6IV37QRlTA40l6YPHO_kxi87vsGtTwuujL8TaIpnhTsddPoZUKM9lYz2q7Y25ujNc8qMtt1VMq6AuL2MELUiAG33pfmFfRjtBCgug4Ngn9DMV9Pfzd71bfdph-0sJi9HR3qtqAYN97EtJfDEkCzqpNuey0sWUdUgnDQwXexY" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/09/19 04:32:31 DEBUG : piped data.txt: open chunk writer: started multipart upload: ADo3D-wyAV0_XiIYEnWDWXmZP6iEr9YWifJQo0NK_588Ye6QSK2oC-4KLOMTAsOKKRlmsLqmu0cnuXEVnqiag1zURs7aapT0izVLRKELadDKPdnsaKsabKPDCQxY_x5HD0alDkKUcrbaetOI932yt8pVUNNOnrwnKgKt1Yf12oxheVEdLfJQEymC403tvRzWN9Iwipshz72p_buUhNzCaCNCL0FLUBi1nMzoqfS-lp_q7xNiheCqv70qOv3-RNOTswiy11rVHcgm0XXx5a9tDZUWVldYkJa04cD6ZrMY6IPZJSw9IXdbjOvHcKcMEsWCz16HGe3aXReCcJkXKrLLT3c 2025/09/19 04:32:31 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/19 04:32:31 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "4c52505bc3aaf2feb78e5a113d659bec" 2025/09/19 04:32:32 DEBUG : piped data.txt: multipart upload "ADo3D-wyAV0_XiIYEnWDWXmZP6iEr9YWifJQo0NK_588Ye6QSK2oC-4KLOMTAsOKKRlmsLqmu0cnuXEVnqiag1zURs7aapT0izVLRKELadDKPdnsaKsabKPDCQxY_x5HD0alDkKUcrbaetOI932yt8pVUNNOnrwnKgKt1Yf12oxheVEdLfJQEymC403tvRzWN9Iwipshz72p_buUhNzCaCNCL0FLUBi1nMzoqfS-lp_q7xNiheCqv70qOv3-RNOTswiy11rVHcgm0XXx5a9tDZUWVldYkJa04cD6ZrMY6IPZJSw9IXdbjOvHcKcMEsWCz16HGe3aXReCcJkXKrLLT3c" 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/19 04:32: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/19 04:32:36 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AGypS49c6s0AsIYB8efMWcL8tSgAN1e4AbQcdNwXcD1Aw6ooD9rpzBtDHJ_NeyDS_e46n9dqBU71Zx0jNaWWwo4Iq1WDlFpVTyWmCkMQtC5vTqURGUwJQg3tWITQKGHa0XpyQCM4oEVtXFL2G4DmXIZy8BAzYGdysjxYGSuunY5u3I_Sil9UAki9IbBQ75TCPzzNhAJ42rbKSuzzbQ5NFFazV8hVOw1JWYgP8C1nsHWt8bzC9sIkZ8WM6S8oOSaBfawriv6Kl_VanQ1fLF5boBG8L1sd7k1F7J0jc0imyfEfHJ5EAIiKz0LEvAcRS-xxE3ohABck9TPDBwYaLA7g4nI 2025/09/19 04:32:36 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/09/19 04:32:37 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/09/19 04:32:38 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AGypS49c6s0AsIYB8efMWcL8tSgAN1e4AbQcdNwXcD1Aw6ooD9rpzBtDHJ_NeyDS_e46n9dqBU71Zx0jNaWWwo4Iq1WDlFpVTyWmCkMQtC5vTqURGUwJQg3tWITQKGHa0XpyQCM4oEVtXFL2G4DmXIZy8BAzYGdysjxYGSuunY5u3I_Sil9UAki9IbBQ75TCPzzNhAJ42rbKSuzzbQ5NFFazV8hVOw1JWYgP8C1nsHWt8bzC9sIkZ8WM6S8oOSaBfawriv6Kl_VanQ1fLF5boBG8L1sd7k1F7J0jc0imyfEfHJ5EAIiKz0LEvAcRS-xxE3ohABck9TPDBwYaLA7g4nI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/09/19 04:32:39 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AJeuksMmnA2UNSonB97ezWtGxrnfihg9hX9-8xihdsPF2RRh1TeCri_tlhelMaosgnHxkbKBTBlATO-faZUfyJjLjlnLhy-R_uRqeL8B8cODgjmYH7z1NcewlByo1rayVKQKDvAFP5uaT9IahdXuE2nCB9T0ths3_LV2_91ifVdMsqhXE2wkXEosW9rHW4Abtcps99cLxy5GUvLJcueDQ3YNV3igpr2wnTG2Mf41gdZ0UFvsMbFnO2ZJLUouKycUeUonPPjnUO1vpyJ6MGJOZcOlQ2SX9vwCKvRFNZIZL5en-GTgPv8b31q7eXaGYBP-Gqq3DcMuUKR-itpJQu_IPok 2025/09/19 04:32:39 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/09/19 04:32:39 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/19 04:32:40 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AJeuksMmnA2UNSonB97ezWtGxrnfihg9hX9-8xihdsPF2RRh1TeCri_tlhelMaosgnHxkbKBTBlATO-faZUfyJjLjlnLhy-R_uRqeL8B8cODgjmYH7z1NcewlByo1rayVKQKDvAFP5uaT9IahdXuE2nCB9T0ths3_LV2_91ifVdMsqhXE2wkXEosW9rHW4Abtcps99cLxy5GUvLJcueDQ3YNV3igpr2wnTG2Mf41gdZ0UFvsMbFnO2ZJLUouKycUeUonPPjnUO1vpyJ6MGJOZcOlQ2SX9vwCKvRFNZIZL5en-GTgPv8b31q7eXaGYBP-Gqq3DcMuUKR-itpJQu_IPok" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/09/19 04:32:41 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: ALMxd3WlMYnyKpRVLrkgSHgag-jO5a7d_sPiBYxmHPVH1IhmJFCMjoNeiWxWjB26UFIpPvKer-8FwsoGWzo0YItuZE2Lca8gQsXozKk3Zd9CJ-phom1Ihpb3BsTXOtg_zyVn4FRm-59awbRbI4DojWCzOIad5AVxc4D-oICP9pXf3SJoJ_W0ak2upNwYz3N2sgHwD41vHPovOAABLfhej26w5fRcbfuY6zheaG-RanvaC4AT3d9n_BtqUc5aJETa62X702p9pEDQJ2STLpbZ7U9cKQJPPloccZR4mfJ3O3yJYDF03eofXKPLCBZBUD4MDcXS3EmPfJExNr8M9NnzAv4 2025/09/19 04:32:41 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/19 04:32:41 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/19 04:32:42 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "ALMxd3WlMYnyKpRVLrkgSHgag-jO5a7d_sPiBYxmHPVH1IhmJFCMjoNeiWxWjB26UFIpPvKer-8FwsoGWzo0YItuZE2Lca8gQsXozKk3Zd9CJ-phom1Ihpb3BsTXOtg_zyVn4FRm-59awbRbI4DojWCzOIad5AVxc4D-oICP9pXf3SJoJ_W0ak2upNwYz3N2sgHwD41vHPovOAABLfhej26w5fRcbfuY6zheaG-RanvaC4AT3d9n_BtqUc5aJETa62X702p9pEDQJ2STLpbZ7U9cKQJPPloccZR4mfJ3O3yJYDF03eofXKPLCBZBUD4MDcXS3EmPfJExNr8M9NnzAv4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/09/19 04:32:43 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AJu-uwtd9Ff8hDwsMHqptEATe-Cr2xMBMBRGWfQHFTumon9EwkW-5EmnzKBgPtixMvO5EMK9tYlhjBeWtqjrtQEgM3PMqgmhCLyvgaqiybHZTlNc5D059eeg1jbC_9zlNAzsceYXeGqjcUxsm2RWWBa-fjpVmAwhPq1rtdhO-_biBQhsf4Q3WCNOsxZYb5ftI5X8HvE3JMlhXShs1a_muTmvCZxWBxvXMkNBE5DirHNgFXPlgc9ctFo12dLNZGcsV_k1TRaZOwzN5VVFEuEBovctgnF9dQLZDoe20vGUDJyNJ-5dKDHsQLjCirf7dB2-v6j08HS3LvheXw467ViZxuI 2025/09/19 04:32:43 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/09/19 04:32:43 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/09/19 04:32:43 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/09/19 04:32:43 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/19 04:32:44 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/19 04:32:44 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/19 04:32:44 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AJu-uwtd9Ff8hDwsMHqptEATe-Cr2xMBMBRGWfQHFTumon9EwkW-5EmnzKBgPtixMvO5EMK9tYlhjBeWtqjrtQEgM3PMqgmhCLyvgaqiybHZTlNc5D059eeg1jbC_9zlNAzsceYXeGqjcUxsm2RWWBa-fjpVmAwhPq1rtdhO-_biBQhsf4Q3WCNOsxZYb5ftI5X8HvE3JMlhXShs1a_muTmvCZxWBxvXMkNBE5DirHNgFXPlgc9ctFo12dLNZGcsV_k1TRaZOwzN5VVFEuEBovctgnF9dQLZDoe20vGUDJyNJ-5dKDHsQLjCirf7dB2-v6j08HS3LvheXw467ViZxuI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/09/19 04:32:45 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AODDMYWG1CVRELNtc3EtOgyTnFyoTvn6F0G1KEsVVrA6Gc8Uu2AOGgJCAwQgPHVGuzaFCaRA-zgFZ5nDanjIkIWYxMgsJAXH451vdMwSl3DJbYQuaD5YdP3HGK7PocZTeogUxdq9HM1IWbuC0OowFSRsod8iLc6sh_fOH0cY6R2N0wJbAr_lwzye-B7CzTEsL2tA5uD-tTDWjyDtvWIBnpLvYIACbW27IaBldQLKejWRFu07Sui5x4AeerjyX-3EwxSx-mExcr9TAEjcH8cwiWlJIp0ybwmdrBrOchU7GYfKX0_-eKGSg-QVNWwjir1IzaMGgrneNoaUV7fKR2F3q3c 2025/09/19 04:32:45 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/19 04:32:45 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/09/19 04:32:45 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/09/19 04:32:45 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/19 04:32:46 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/19 04:32:47 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/19 04:32:47 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AODDMYWG1CVRELNtc3EtOgyTnFyoTvn6F0G1KEsVVrA6Gc8Uu2AOGgJCAwQgPHVGuzaFCaRA-zgFZ5nDanjIkIWYxMgsJAXH451vdMwSl3DJbYQuaD5YdP3HGK7PocZTeogUxdq9HM1IWbuC0OowFSRsod8iLc6sh_fOH0cY6R2N0wJbAr_lwzye-B7CzTEsL2tA5uD-tTDWjyDtvWIBnpLvYIACbW27IaBldQLKejWRFu07Sui5x4AeerjyX-3EwxSx-mExcr9TAEjcH8cwiWlJIp0ybwmdrBrOchU7GYfKX0_-eKGSg-QVNWwjir1IzaMGgrneNoaUV7fKR2F3q3c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/09/19 04:32:50 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ACms9CyXdqpsA0zPwznTn4I7oQtoSm7obQ3EypaxYyweX4cI7kmZh-L2bMf5xSUb06B7223lSeegNG3j-G715oLoaZoHOk_bA6DEEPWDTw9M6LG1LKd8SnWJjtUczqSrc0fAhhSsAmAc_FbU_6X8mGawWWpyQYGf29dq1N-Gz1hD99_NPGq9qp9ok_f_gws9N7btVGbQyq6H6zTx1Wb2JbdRFumor2U2RAcuiNmOuTrtPfapkyo0i-KHJdbqNdv9wCEcL13j8mXIZJOqIO_wOULpP--nl7sHUdpKgTIvwbqIN3xIsGRyrDdICrgh9n3JPO_DxbYLYQMNwmDVgPQ13UA 2025/09/19 04:32:50 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/19 04:32:51 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/09/19 04:32:51 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ACms9CyXdqpsA0zPwznTn4I7oQtoSm7obQ3EypaxYyweX4cI7kmZh-L2bMf5xSUb06B7223lSeegNG3j-G715oLoaZoHOk_bA6DEEPWDTw9M6LG1LKd8SnWJjtUczqSrc0fAhhSsAmAc_FbU_6X8mGawWWpyQYGf29dq1N-Gz1hD99_NPGq9qp9ok_f_gws9N7btVGbQyq6H6zTx1Wb2JbdRFumor2U2RAcuiNmOuTrtPfapkyo0i-KHJdbqNdv9wCEcL13j8mXIZJOqIO_wOULpP--nl7sHUdpKgTIvwbqIN3xIsGRyrDdICrgh9n3JPO_DxbYLYQMNwmDVgPQ13UA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/09/19 04:32:52 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ADf6Y-B8WiFPOyRp_8BtzbVzyjuDeKMgeRP3FSIuhK2hqM9GK05_MHUhI38V-nH8jIL33Gb4s1Iob_mnmaxf2PCON52SvqzoNz1DdmHGN6d68bl7W-UTbY6ADSVFz6gAdp0YF1r2d3n12Lepdfouuu7OyrJz1GKvDsiYUFeKOukcl6kZcgg8EaFQcQzSXGphMKKftOyHRw5KPNdr4jpLijLnIAOiTWIh9R6yaVwtpO20Z-5cSACEOA0DeCpZ_ymkEMRy5OoKNwUT0msorxscEZRh3fUz3-ptJmbpS11orfo7LPXruzYk0FugxuOXTMN47MfyrK5wQQ7x6WcSm85Jts4 2025/09/19 04:32:52 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/09/19 04:32:53 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/19 04:32:53 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ADf6Y-B8WiFPOyRp_8BtzbVzyjuDeKMgeRP3FSIuhK2hqM9GK05_MHUhI38V-nH8jIL33Gb4s1Iob_mnmaxf2PCON52SvqzoNz1DdmHGN6d68bl7W-UTbY6ADSVFz6gAdp0YF1r2d3n12Lepdfouuu7OyrJz1GKvDsiYUFeKOukcl6kZcgg8EaFQcQzSXGphMKKftOyHRw5KPNdr4jpLijLnIAOiTWIh9R6yaVwtpO20Z-5cSACEOA0DeCpZ_ymkEMRy5OoKNwUT0msorxscEZRh3fUz3-ptJmbpS11orfo7LPXruzYk0FugxuOXTMN47MfyrK5wQQ7x6WcSm85Jts4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/09/19 04:32:54 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AKWcZgxlZawP2UFgnEuppz2YqkcSrAoox9_krkZtmIK2v55b3JwNl5QeYnZHf9Jsez9RaRwIG9dCkkiSi8UNx6YSmL2wCSOw1V3MC7cZTKOmmjBgcHOFNuY908g7ZwGVjRkfG_rWtr285_jgVrhQLbJ6cQMBx2vxVOxOpsrNJqGjHnPFcFzBlJbACEl9D1SLwklsU22kSL1J8gQaIN1VG4-_eVISwHsocrAeGMqEqHT2U_LwKGAdOrvnLinHiVr93HG4EbYd8BMqBV6sNTpnw4ZZCsHmPl7ZKqADzNjZo4WS_mG_nnWknKQQxiQdxVm6Y8zcaPAg-a0PW6g7S_CyrMU 2025/09/19 04:32:54 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/19 04:32:55 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/19 04:32:55 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AKWcZgxlZawP2UFgnEuppz2YqkcSrAoox9_krkZtmIK2v55b3JwNl5QeYnZHf9Jsez9RaRwIG9dCkkiSi8UNx6YSmL2wCSOw1V3MC7cZTKOmmjBgcHOFNuY908g7ZwGVjRkfG_rWtr285_jgVrhQLbJ6cQMBx2vxVOxOpsrNJqGjHnPFcFzBlJbACEl9D1SLwklsU22kSL1J8gQaIN1VG4-_eVISwHsocrAeGMqEqHT2U_LwKGAdOrvnLinHiVr93HG4EbYd8BMqBV6sNTpnw4ZZCsHmPl7ZKqADzNjZo4WS_mG_nnWknKQQxiQdxVm6Y8zcaPAg-a0PW6g7S_CyrMU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/09/19 04:32:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: ALPSddq2gnn3IRKeppfwLj37bF2SHK9PyFGJVXgslgaWjWYJT67aXlTa66Q7CHVCCSRGGkA4jilXVE2q5_qhstziNV6_Fg35zXaiDDPeFiT5ZrryzXRFOYZnWYeomEAymelQ6KkMxkgTp0kR8RsgiPVJy3vE3Ko9B5aKrvm2BoVLx-gikvThJP1dL6gFVmcU07kJ7gENLAvYlOcy3Bhc-kwffZwUlDZ6o1z5sXtjduRFb9u5kCtpjL3lF2g2g0PYUO8Y1Xp7V0Zw9y2F-POr4ow7NMRDRt7cygZwEY__OZUJK5TtVjeaykJ4cn6uTYQasoWArARpuTNRc0YKYtRlYrE 2025/09/19 04:32:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/09/19 04:32:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/09/19 04:32:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/19 04:32:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/19 04:32:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/19 04:32:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/19 04:32:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "ALPSddq2gnn3IRKeppfwLj37bF2SHK9PyFGJVXgslgaWjWYJT67aXlTa66Q7CHVCCSRGGkA4jilXVE2q5_qhstziNV6_Fg35zXaiDDPeFiT5ZrryzXRFOYZnWYeomEAymelQ6KkMxkgTp0kR8RsgiPVJy3vE3Ko9B5aKrvm2BoVLx-gikvThJP1dL6gFVmcU07kJ7gENLAvYlOcy3Bhc-kwffZwUlDZ6o1z5sXtjduRFb9u5kCtpjL3lF2g2g0PYUO8Y1Xp7V0Zw9y2F-POr4ow7NMRDRt7cygZwEY__OZUJK5TtVjeaykJ4cn6uTYQasoWArARpuTNRc0YKYtRlYrE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/09/19 04:32:59 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AH8Dhd1cJYA-bAxiGDrlvxIhRSkEOSr8BkzWZllWbOKy9RNvWr0IwTloesp1WeY8IgWXWRHlVfFHv210LntVCExiV3cOkrRD_VeHCkJXmqGgpiprEKsUmN0MB_-dOiLyIi0Vmn-kDPDHbDX1XfmzPXmb4XjhDbeswqz94P-v7mEUQCJRS9mtT5t1rqAoRpR12LjPAGfitxvyIN6afZXiTe5Li8pgev4SftGiTX7quC4hADY_05S-k_VIGfY9lMatRYZRZlFF94k7rwAAZ0OPIwGttIZPoxP4dIspPz88aO_BWs9lYh9NC1iNVIrIj48nO8i70JbTlujNO11cooUcF7E 2025/09/19 04:32:59 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/19 04:32:59 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/19 04:32:59 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/09/19 04:33:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/19 04:33:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/19 04:33:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/19 04:33:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AH8Dhd1cJYA-bAxiGDrlvxIhRSkEOSr8BkzWZllWbOKy9RNvWr0IwTloesp1WeY8IgWXWRHlVfFHv210LntVCExiV3cOkrRD_VeHCkJXmqGgpiprEKsUmN0MB_-dOiLyIi0Vmn-kDPDHbDX1XfmzPXmb4XjhDbeswqz94P-v7mEUQCJRS9mtT5t1rqAoRpR12LjPAGfitxvyIN6afZXiTe5Li8pgev4SftGiTX7quC4hADY_05S-k_VIGfY9lMatRYZRZlFF94k7rwAAZ0OPIwGttIZPoxP4dIspPz88aO_BWs9lYh9NC1iNVIrIj48nO8i70JbTlujNO11cooUcF7E" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/09/19 04:33:03 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AOyTkR55UJSbrc3gt42oA4FSb7Om28gssrnMGDkZqEAV_SeL6qtBkNXHXLcPCietfa8sJxw2vqUM7l18KpGW6bayQwuUxn7N056aFctLWjkTd9yrbsSk8vkQ8R0wUd8codTtjvdnQf4JHgepLAKmIAK7IAgDnggNUPTCLRGgNpSlAHm9c4k-KWzgdsKFwoue26eGycyim0X6FoOLdBJMaArHzJAmDebAaAJwMUpUa1ucj8w2kTf5xvAi4_zlIPCt7L6J7AI6MV2NuVkdX-VljI7jKoPOzttdUS5g7Gx12JSzv8IDigZXU2ud6S-VMM8w-HZFDVTQiusNCooyId3FS4c 2025/09/19 04:33:03 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/19 04:33:04 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/09/19 04:33:04 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AOyTkR55UJSbrc3gt42oA4FSb7Om28gssrnMGDkZqEAV_SeL6qtBkNXHXLcPCietfa8sJxw2vqUM7l18KpGW6bayQwuUxn7N056aFctLWjkTd9yrbsSk8vkQ8R0wUd8codTtjvdnQf4JHgepLAKmIAK7IAgDnggNUPTCLRGgNpSlAHm9c4k-KWzgdsKFwoue26eGycyim0X6FoOLdBJMaArHzJAmDebAaAJwMUpUa1ucj8w2kTf5xvAi4_zlIPCt7L6J7AI6MV2NuVkdX-VljI7jKoPOzttdUS5g7Gx12JSzv8IDigZXU2ud6S-VMM8w-HZFDVTQiusNCooyId3FS4c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/09/19 04:33:05 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AEeXR-WRPOlGqgUXmNiogPcHxpeJpdCDvlZw3iYsTvFF0_gRpnbqMJnfJ4APQ054nAEXVOj0sODZTVVDDRrskl_2sIPizxljELMHn83d-_S8QuEGVENRltZmq8OkoVyeF8aAmxOwIh6carGsKi0S-VGxXFCGqpgC95g84AbP9R1K2Y1Mt17gSX6uH8YKUL5rKn380WJXqb_gmWSDQC71Dm3lZa7GlVU9nWzIf9aGIPxs6CzYQd7V4WYzAetU6QZ3NxiBhocQaRagPEWPBdY-ty4U48Pfnj_p71ICGYxhercZKgUPGK7nJnDJ-nmPkjI3wq6Ed63cWwiOPxzUyI2JYXM 2025/09/19 04:33:05 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/09/19 04:33:06 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/19 04:33:06 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AEeXR-WRPOlGqgUXmNiogPcHxpeJpdCDvlZw3iYsTvFF0_gRpnbqMJnfJ4APQ054nAEXVOj0sODZTVVDDRrskl_2sIPizxljELMHn83d-_S8QuEGVENRltZmq8OkoVyeF8aAmxOwIh6carGsKi0S-VGxXFCGqpgC95g84AbP9R1K2Y1Mt17gSX6uH8YKUL5rKn380WJXqb_gmWSDQC71Dm3lZa7GlVU9nWzIf9aGIPxs6CzYQd7V4WYzAetU6QZ3NxiBhocQaRagPEWPBdY-ty4U48Pfnj_p71ICGYxhercZKgUPGK7nJnDJ-nmPkjI3wq6Ed63cWwiOPxzUyI2JYXM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/09/19 04:33:07 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AHVLRs-j1l-vI3Zc3wj4LSb7QdwBgYYR4R00EKYHolssP1unvJn65c6BXXwh8qH-wuanlSFmTo5jCKxoLXS3XMsxCVUz2I8JGbU7g7KPDxCF7oN4wLLxvZu4n-JxE9YT56q1iLU4MemugcNhe103QZAYyxfC-4GmZ-tm51-JKYPl5gTLhLWea3BAXEMEOkqDeOrI7MMcRXav5mzsqGhwIMxNWi55I1S8zFwhLGW-3IRv_GPpm3XZXQSCJIuO8AuX8Ct3OIGXFu0mBO93KRFme5KjWwOA4HcJqYX-a_bYnUliueb6QmbOerw19x9h4_vbOqGNBiYTSpjj1iSxMhPyAak 2025/09/19 04:33:07 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/19 04:33:08 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/19 04:33:08 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AHVLRs-j1l-vI3Zc3wj4LSb7QdwBgYYR4R00EKYHolssP1unvJn65c6BXXwh8qH-wuanlSFmTo5jCKxoLXS3XMsxCVUz2I8JGbU7g7KPDxCF7oN4wLLxvZu4n-JxE9YT56q1iLU4MemugcNhe103QZAYyxfC-4GmZ-tm51-JKYPl5gTLhLWea3BAXEMEOkqDeOrI7MMcRXav5mzsqGhwIMxNWi55I1S8zFwhLGW-3IRv_GPpm3XZXQSCJIuO8AuX8Ct3OIGXFu0mBO93KRFme5KjWwOA4HcJqYX-a_bYnUliueb6QmbOerw19x9h4_vbOqGNBiYTSpjj1iSxMhPyAak" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/09/19 04:33:08 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AOe4nEwyOzc80cXIjC3ZzUV_HelWjVGsLAGhMoJamIVNaidsaSRzF0OxX7qtZeC5pFL9MC0mmfrsdoPvZgZdgUP9jcv8iscCPjDEN5KQKyJItHmd4YrtWp_yhjwmkAvu0l5fewATMibIUsRvTP57tiDFXNIGV-eSZB5D2c5tO8mUHrkX-B4XVn7IN4_njjqBSuqTQTYrwtimJZCkvhgO4kIrVTCYecntmRItKzzrP6rfvlx-foGXBd1fHSeuI_qz_FoNg-EZFnNBuwSWUSE4lWhQgA9Qkdd70AlNAJy3pSobI5U7n5eZEtUEYoJBeoSavVoy_3qXF6AsynkKRCP_tfo 2025/09/19 04:33:09 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/09/19 04:33:09 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/09/19 04:33:09 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/19 04:33:09 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/19 04:33:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/19 04:33:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/19 04:33:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AOe4nEwyOzc80cXIjC3ZzUV_HelWjVGsLAGhMoJamIVNaidsaSRzF0OxX7qtZeC5pFL9MC0mmfrsdoPvZgZdgUP9jcv8iscCPjDEN5KQKyJItHmd4YrtWp_yhjwmkAvu0l5fewATMibIUsRvTP57tiDFXNIGV-eSZB5D2c5tO8mUHrkX-B4XVn7IN4_njjqBSuqTQTYrwtimJZCkvhgO4kIrVTCYecntmRItKzzrP6rfvlx-foGXBd1fHSeuI_qz_FoNg-EZFnNBuwSWUSE4lWhQgA9Qkdd70AlNAJy3pSobI5U7n5eZEtUEYoJBeoSavVoy_3qXF6AsynkKRCP_tfo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/09/19 04:33:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ABmwSsakyULgvMzNVK2Lkfy5dPgh58s6cdVekBjuAeUx6qfwLejYV7-pVtlRQG-CRxFjBcItJhX2i98n3vzuw-bdIcvv9W7KnyKzQePr4Lm4cKuRz1xTPq-b0cO_toZCzNn-eo9ozFloG0LBPFsDGPdp9deszSArQ2PFtWeErjtrO2KJK5Xk8YaW2s0wtgR9teyMsRpvLy5jeSzkwqOWj1ku3k_6Mc1mnqBZVEKm-qncsFV_iG_vKFeyB2QyLAy4K8f7XaXQ-rtUSHehQDECIhcY78l-K-ywzX50x6lw0_QHZj5ne1qJK5B1YlMqpLLby8ys52C_hcCPWuG1qVTxPAw 2025/09/19 04:33:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/19 04:33:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/19 04:33:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/09/19 04:33:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/19 04:33:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/19 04:33:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/19 04:33:14 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "ABmwSsakyULgvMzNVK2Lkfy5dPgh58s6cdVekBjuAeUx6qfwLejYV7-pVtlRQG-CRxFjBcItJhX2i98n3vzuw-bdIcvv9W7KnyKzQePr4Lm4cKuRz1xTPq-b0cO_toZCzNn-eo9ozFloG0LBPFsDGPdp9deszSArQ2PFtWeErjtrO2KJK5Xk8YaW2s0wtgR9teyMsRpvLy5jeSzkwqOWj1ku3k_6Mc1mnqBZVEKm-qncsFV_iG_vKFeyB2QyLAy4K8f7XaXQ-rtUSHehQDECIhcY78l-K-ywzX50x6lw0_QHZj5ne1qJK5B1YlMqpLLby8ys52C_hcCPWuG1qVTxPAw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/09/19 04:33:16 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AK5cXfEzITcxoPzXz1i8RkAJsCOc3sXTIXqLWVsQkC4hoicaeencz_1384qGopx5EKDEAE5_HGnSLmFpASyZkWpQDZ2rOhUsEqzjP-R3YLtmdU5ZxTgyjQLZH_jBjXIqMjDN60UrOTCJ04d3_KSy9wm68_TrD57YntIogyjF1A3F8PBgbIaqeOfyR7H5zFPHw8YEniU7LY59uojuMkLu6OE6wfJQgK36dVDkjTN8hTlRYetH1IiS_Q6JHggjVT1uNMWq8EXJySlz3guIuCZya-rN012w1-Pzc2I6ilgvijP0dbYAyd78XsjYKSP1jaaLTvxzBGvVGxtsIZASwvLja7c 2025/09/19 04:33:16 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/19 04:33:17 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/09/19 04:33:17 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AK5cXfEzITcxoPzXz1i8RkAJsCOc3sXTIXqLWVsQkC4hoicaeencz_1384qGopx5EKDEAE5_HGnSLmFpASyZkWpQDZ2rOhUsEqzjP-R3YLtmdU5ZxTgyjQLZH_jBjXIqMjDN60UrOTCJ04d3_KSy9wm68_TrD57YntIogyjF1A3F8PBgbIaqeOfyR7H5zFPHw8YEniU7LY59uojuMkLu6OE6wfJQgK36dVDkjTN8hTlRYetH1IiS_Q6JHggjVT1uNMWq8EXJySlz3guIuCZya-rN012w1-Pzc2I6ilgvijP0dbYAyd78XsjYKSP1jaaLTvxzBGvVGxtsIZASwvLja7c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/09/19 04:33:19 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: ALFtCVgOyqNZ-Bzx77GXHAP7d_mp4E9OBihs2tU-8SFkFfxxHejmDzly87Mf8ghQ5-PbAmrRZDGmqZVBuAzk7i8OI61C_XpRjvE_oev48SbIantvPnM-42aseizhIb-7PIiGf4F2wsbC8RiNLCEGPsRHyab2fXoAGB4nEeRxkmHr-vczjfPXVhaarhGt1_TWmawIS_Pqol6Y0-oo9eNwhPDB-VduK4F1NI3_4o-AJdpfyUDZu1BSaavv3qP29Ig42YyiQyXALTqR9-uh-Jgr6jYrkMTG0rrC8NpU33KfyUsWn78rEI_ZkXiQknFPpcacIZwleT-Bs8GwFbNKKY-BEsY 2025/09/19 04:33:19 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/09/19 04:33:20 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/19 04:33:20 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "ALFtCVgOyqNZ-Bzx77GXHAP7d_mp4E9OBihs2tU-8SFkFfxxHejmDzly87Mf8ghQ5-PbAmrRZDGmqZVBuAzk7i8OI61C_XpRjvE_oev48SbIantvPnM-42aseizhIb-7PIiGf4F2wsbC8RiNLCEGPsRHyab2fXoAGB4nEeRxkmHr-vczjfPXVhaarhGt1_TWmawIS_Pqol6Y0-oo9eNwhPDB-VduK4F1NI3_4o-AJdpfyUDZu1BSaavv3qP29Ig42YyiQyXALTqR9-uh-Jgr6jYrkMTG0rrC8NpU33KfyUsWn78rEI_ZkXiQknFPpcacIZwleT-Bs8GwFbNKKY-BEsY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/09/19 04:33:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ALbJu_kwjA1ZwsO33GnNprH9jE3kKIShjLR94Yp5c3_t6jRv8HO0FscIdoyC3VIDsUKsGr1Ne_F2-meSZAQ21xpiDrkobTwAG2jNx6nUK3GNErz3rchvDTmous8RL5QzxoiTz95B_1llCCNTqRrgSkgYf9bPJ7BnSnaDx-vpPq56B_d-pTPP7ztpG_yizhpYgUAFamm92DXySbp0dnRdHpGzyElgPBarf79OP2T4lmJNDtzEgYicYrxh2B8kzvr05z3MZak6vou3RzuiXWb45LeOArg5_ckqWpNcf5ysB-Y2y9lNsVcgAwFioutpILZP7ZzxBTB1rhH55RO58qVmafU 2025/09/19 04:33:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/19 04:33:22 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/19 04:33:23 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ALbJu_kwjA1ZwsO33GnNprH9jE3kKIShjLR94Yp5c3_t6jRv8HO0FscIdoyC3VIDsUKsGr1Ne_F2-meSZAQ21xpiDrkobTwAG2jNx6nUK3GNErz3rchvDTmous8RL5QzxoiTz95B_1llCCNTqRrgSkgYf9bPJ7BnSnaDx-vpPq56B_d-pTPP7ztpG_yizhpYgUAFamm92DXySbp0dnRdHpGzyElgPBarf79OP2T4lmJNDtzEgYicYrxh2B8kzvr05z3MZak6vou3RzuiXWb45LeOArg5_ckqWpNcf5ysB-Y2y9lNsVcgAwFioutpILZP7ZzxBTB1rhH55RO58qVmafU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/09/19 04:33:24 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AJQYItKIW_2YcBbRI1OJTqsDRYxLbLxh5H6UETa38kifjYZYS8Dnb4zlCmzHDS3SXRImDDaBB21yd8kBpjhYtgB5uviGBdoQojCl3wxn05c29FiLIWZBNBzluzRIM8InVK8tMWGQZjLeDW8Z54ICqMq0ZXce0Pc2xPeRp4eOJycDJTQfvszKHAm0gET6jWeZe0BYFPY0G6z-VOZ2_wDoVUpQpwQMcvxbOXpM6KkcnIL2bWBO36lSVEtpiAhZogfISVSwt8aaG4sBtXYuYJ4AYY3XUJUh6yhNVPOpvgN0f1i78ckIWMZnMxUM5dAwuPDXSjez1YQWCZNEY_mt4O3tm6w 2025/09/19 04:33:24 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/09/19 04:33:24 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/09/19 04:33:24 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/09/19 04:33:24 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/19 04:33:24 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/19 04:33:25 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/19 04:33:25 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AJQYItKIW_2YcBbRI1OJTqsDRYxLbLxh5H6UETa38kifjYZYS8Dnb4zlCmzHDS3SXRImDDaBB21yd8kBpjhYtgB5uviGBdoQojCl3wxn05c29FiLIWZBNBzluzRIM8InVK8tMWGQZjLeDW8Z54ICqMq0ZXce0Pc2xPeRp4eOJycDJTQfvszKHAm0gET6jWeZe0BYFPY0G6z-VOZ2_wDoVUpQpwQMcvxbOXpM6KkcnIL2bWBO36lSVEtpiAhZogfISVSwt8aaG4sBtXYuYJ4AYY3XUJUh6yhNVPOpvgN0f1i78ckIWMZnMxUM5dAwuPDXSjez1YQWCZNEY_mt4O3tm6w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/09/19 04:33:27 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AH1yvvf40G8b5bxJeTVr4AdqMjqMB9stusFIvYrZtMYpBdopB00eQ11I2B59CLXvv6zSTZvdQjOXpnA3vWRVBHHuLM7d1f2tkakWeDY7MWSA05lJgOY2L_v21q_GNlIC-Vy2-OZoa5bGsbOtCEId2XH_ZDDA_Qd_LPOnOf5uQNRB2waGRwq0tg8S1Ch1PrEh63QH73Qi0yySmxPO_4cms35IocP7PDiDaBBPbjJ3Xw0wMDk2pvy6NUgCWLYXUEXxwArl9pr39PHLiT0yU59rnOe9FabOZpBxB3nEsxIbo_jjKkWUY4rPvq62E2-tYATS0i_Zhmmcc9JZRc2tWTagolI 2025/09/19 04:33:27 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/19 04:33:27 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/09/19 04:33:27 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/09/19 04:33:27 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/19 04:33:28 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/19 04:33:28 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/19 04:33:29 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AH1yvvf40G8b5bxJeTVr4AdqMjqMB9stusFIvYrZtMYpBdopB00eQ11I2B59CLXvv6zSTZvdQjOXpnA3vWRVBHHuLM7d1f2tkakWeDY7MWSA05lJgOY2L_v21q_GNlIC-Vy2-OZoa5bGsbOtCEId2XH_ZDDA_Qd_LPOnOf5uQNRB2waGRwq0tg8S1Ch1PrEh63QH73Qi0yySmxPO_4cms35IocP7PDiDaBBPbjJ3Xw0wMDk2pvy6NUgCWLYXUEXxwArl9pr39PHLiT0yU59rnOe9FabOZpBxB3nEsxIbo_jjKkWUY4rPvq62E2-tYATS0i_Zhmmcc9JZRc2tWTagolI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/09/19 04:33:32 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AH5D3p3bP0i313pgx1QWhnNp6F2hkdizNAeWBEAGSQSHibqek14HEOB16wVPMMfVr-fLUerDPj1CX_8sdWHk3EB0HwrckvQLjJJ41GQxk6idKBn9gm3bv0TqdrQwdsenjsg5STNxHc52cLotbQp5TgBmC-fVWXAJeR5pRyxHOJy0xshXJK54f525iiaGhmMXxnrebuPtDAErp5es8hG32eKV4g4_ya54lkXF4YzlGuGzHRF7bf2cCN9Vg7HJyezYfGNGrUR0eg5hZGzLE6YCP9LLRAHJgyS_9tTs5-6W0TTuWmsySHKO-GMJzSQaKGPhn6V1QOwpd_MqEdKVkSzZv8s 2025/09/19 04:33:33 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/09/19 04:33:34 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/09/19 04:33:34 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AH5D3p3bP0i313pgx1QWhnNp6F2hkdizNAeWBEAGSQSHibqek14HEOB16wVPMMfVr-fLUerDPj1CX_8sdWHk3EB0HwrckvQLjJJ41GQxk6idKBn9gm3bv0TqdrQwdsenjsg5STNxHc52cLotbQp5TgBmC-fVWXAJeR5pRyxHOJy0xshXJK54f525iiaGhmMXxnrebuPtDAErp5es8hG32eKV4g4_ya54lkXF4YzlGuGzHRF7bf2cCN9Vg7HJyezYfGNGrUR0eg5hZGzLE6YCP9LLRAHJgyS_9tTs5-6W0TTuWmsySHKO-GMJzSQaKGPhn6V1QOwpd_MqEdKVkSzZv8s" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/09/19 04:33:35 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AHRVcWa8V5eWEUurVriwYdb29eY8ripBt9rZKWuHZqFubLLXg2J0z5dfAIwo0tCD2voUJws5Ea94LsxhrVPS9S4Sx2lVBQBmE-qiu6kx6HiVRc6foBBNDW_QbTlxZ6nQMQ6dJhF9OoyiYJVmdmp8fJdpv2pZCPOxBysGGhz3vbI1fhkTEl717Ikj0aPevfyCblnGNYwZ4GakN2p8ukW7p77dDsFEz22Bx4Sd9Ku6bIzbYrdgUoqHWmFB0Gv_FHCJf-oxbxKL-mOQq-_LEX5Qzlb-R9R9wsZdGFQXbmS6vOEkTiOOZS7v5f4pA2Sy5y7YhDmkqMdZP7vcIg8Yojk7I7w 2025/09/19 04:33:35 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/09/19 04:33:36 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/19 04:33:37 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AHRVcWa8V5eWEUurVriwYdb29eY8ripBt9rZKWuHZqFubLLXg2J0z5dfAIwo0tCD2voUJws5Ea94LsxhrVPS9S4Sx2lVBQBmE-qiu6kx6HiVRc6foBBNDW_QbTlxZ6nQMQ6dJhF9OoyiYJVmdmp8fJdpv2pZCPOxBysGGhz3vbI1fhkTEl717Ikj0aPevfyCblnGNYwZ4GakN2p8ukW7p77dDsFEz22Bx4Sd9Ku6bIzbYrdgUoqHWmFB0Gv_FHCJf-oxbxKL-mOQq-_LEX5Qzlb-R9R9wsZdGFQXbmS6vOEkTiOOZS7v5f4pA2Sy5y7YhDmkqMdZP7vcIg8Yojk7I7w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/09/19 04:33:38 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AI5I9VvQQqSodwWjfUIx0tZlnEDDFqteNnH_aqf5XeYvGNvJlbclBc6QWplU1hX81Co3Hy0NdQziif_wF7hTgO9YhJYC69EXfOuZKudzRMkzqCqxiiWpVbjEsRvAOw_jH1KsnXCI7pfiu-Cgf1bSzPA4Qa3ErPw6CoIGMitutqR8HXzUCTc1kkURsZrksAoBSw8a1n4tCe0t6u7Cg-3l-jug4LEjpVv8xZjBMOM6Yq6E2K4JtsbWv_FETj9GgDES7DeSathfC6TdHeqXH0Jh0wzSvI3tFh3Pwfl93C6yRLWE-fJYAF5sF569jCLZKm8qfrz29OyIQTbNpjRLd1mIz6Y 2025/09/19 04:33:38 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/19 04:33:39 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/19 04:33:39 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AI5I9VvQQqSodwWjfUIx0tZlnEDDFqteNnH_aqf5XeYvGNvJlbclBc6QWplU1hX81Co3Hy0NdQziif_wF7hTgO9YhJYC69EXfOuZKudzRMkzqCqxiiWpVbjEsRvAOw_jH1KsnXCI7pfiu-Cgf1bSzPA4Qa3ErPw6CoIGMitutqR8HXzUCTc1kkURsZrksAoBSw8a1n4tCe0t6u7Cg-3l-jug4LEjpVv8xZjBMOM6Yq6E2K4JtsbWv_FETj9GgDES7DeSathfC6TdHeqXH0Jh0wzSvI3tFh3Pwfl93C6yRLWE-fJYAF5sF569jCLZKm8qfrz29OyIQTbNpjRLd1mIz6Y" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/09/19 04:33:39 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AJ4Zlx4Vh3R8bAm-lMFTijT7qPDVgkAoAGobux5Boy44O30AnXf_n2vks43Uprk8wl0pkCuVAQWOHp7rJ2lOHT-cpCJSo5MV3qgiOCpnRNgfisbx6Mvea27AGMchKr6x6n-eGf4bidr6Fbk8p1mzF0lC3oeIIJI-a6W8kw-SE4uPhKlS6psqODRGfWKkdR5iekApiKYM5hz5pyS5aaq27-QFjiOJy0xU8DiK5vrC8td4wKHj8dQm91GV0hVHlCrCdb0dqcYzsI81pSWY1cM_JccCNZMCjSYVU7OB6K2G8HcVn_KkSbYKAx8LByx6rzojJI4W2mVdR5lGxzNouzOi-gw 2025/09/19 04:33:40 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/09/19 04:33:40 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/09/19 04:33:40 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/09/19 04:33:40 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/19 04:33:41 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/19 04:33:41 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/19 04:33:41 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AJ4Zlx4Vh3R8bAm-lMFTijT7qPDVgkAoAGobux5Boy44O30AnXf_n2vks43Uprk8wl0pkCuVAQWOHp7rJ2lOHT-cpCJSo5MV3qgiOCpnRNgfisbx6Mvea27AGMchKr6x6n-eGf4bidr6Fbk8p1mzF0lC3oeIIJI-a6W8kw-SE4uPhKlS6psqODRGfWKkdR5iekApiKYM5hz5pyS5aaq27-QFjiOJy0xU8DiK5vrC8td4wKHj8dQm91GV0hVHlCrCdb0dqcYzsI81pSWY1cM_JccCNZMCjSYVU7OB6K2G8HcVn_KkSbYKAx8LByx6rzojJI4W2mVdR5lGxzNouzOi-gw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/09/19 04:33:44 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AEd5xKal73-zih-8vJwPuIhpKG1MuD6VUYfT5jDT2iZkK8pbnvLjcmQrYn8rgpm0IBVJTpoccBLeFP2vwPohKqrTHFsDVHwQQAwduLzEriZ82omGx9fPazycBt_3asGYgDJ76SJh6xs3VPnnGTVOeaaFvQbs42PEQDb9wxNuvBwNl4fNXDE_C850x_1CBX_p9HFkC0dfvLkN0JRAiCssUaMZep37wt7-e6WswXFABYTVw7S4_oLSKyXZRtIzRDVq6wquMIbTiJ-nkq44zK95anVo5A7LFAqfjaxP832doA79fglLyT0ORmXYLmIF4EyAZ9GyCS0zSlfJlXGu4Q66yjY 2025/09/19 04:33:44 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/19 04:33:45 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/09/19 04:33:45 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/09/19 04:33:45 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/19 04:33:45 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/19 04:33:46 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/19 04:33:47 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AEd5xKal73-zih-8vJwPuIhpKG1MuD6VUYfT5jDT2iZkK8pbnvLjcmQrYn8rgpm0IBVJTpoccBLeFP2vwPohKqrTHFsDVHwQQAwduLzEriZ82omGx9fPazycBt_3asGYgDJ76SJh6xs3VPnnGTVOeaaFvQbs42PEQDb9wxNuvBwNl4fNXDE_C850x_1CBX_p9HFkC0dfvLkN0JRAiCssUaMZep37wt7-e6WswXFABYTVw7S4_oLSKyXZRtIzRDVq6wquMIbTiJ-nkq44zK95anVo5A7LFAqfjaxP832doA79fglLyT0ORmXYLmIF4EyAZ9GyCS0zSlfJlXGu4Q66yjY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/09/19 04:33:50 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AMmMS6b1PUP_9d1cue3zd8FPJprBQHRHCPkD10oglVCQsz_JYtSyp8qDHkJsJRNozHV9HhtqPUCETxRLhUC2NTJOn2NSEnyFLq_JUTM6A-TZX5QimA24cCoWUwJYe4c5drI90_re_5u3znhN42SBvbYmzT6bnezBIZ0wKpsK9iKPX-jSQovvKTEk_HyHW2fCgRlKORWRpW3a0mHIPjJZ32leSfmUBAkg8IUxM8ta3qIWWLVOi8k0g65uRbdPw8pWTxOxD1QarkTtfdTgYCQcW2mkQCHU8AK7eVPUu9QoDFpF9LXIy15wWQZMaKWDXKRPTGbTejzLcuvDe_BCLkgBXHk 2025/09/19 04:33:51 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/09/19 04:33:52 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/09/19 04:33:52 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AMmMS6b1PUP_9d1cue3zd8FPJprBQHRHCPkD10oglVCQsz_JYtSyp8qDHkJsJRNozHV9HhtqPUCETxRLhUC2NTJOn2NSEnyFLq_JUTM6A-TZX5QimA24cCoWUwJYe4c5drI90_re_5u3znhN42SBvbYmzT6bnezBIZ0wKpsK9iKPX-jSQovvKTEk_HyHW2fCgRlKORWRpW3a0mHIPjJZ32leSfmUBAkg8IUxM8ta3qIWWLVOi8k0g65uRbdPw8pWTxOxD1QarkTtfdTgYCQcW2mkQCHU8AK7eVPUu9QoDFpF9LXIy15wWQZMaKWDXKRPTGbTejzLcuvDe_BCLkgBXHk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/09/19 04:33:54 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AIVXShfozlqlZIVHCRBvqPoJRgbUO_Q7qEQ-OP2eouzSzSqbfg9O18cwXeu19pl_Rnsf8FhfmABxsAQuYzI1iUp3w8bAMLFF82vY4c-dwNa894BzAaim0c6rXJxAtK4Wi-ZzmjNoGE2oWo01xnsE9PRv1OBoE-qudef0JAvuly4mWiS8hBMnPGlk6X12QbtsiXJH1o5elMvfYMNKWbrI2uQ2xJjAEt6UV4b-ZPY2w2UNjlWqNyMZAzLRNthXgk4y6yk7br3KDw8yYF49CGJ5ivGyxuyhn9nhqUhCISw0zAJxpfarNUkzFqAv-mkX1_P1UlTmoOJiJXvei5fW4hNhXqo 2025/09/19 04:33:55 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/09/19 04:33:57 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/19 04:33:57 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AIVXShfozlqlZIVHCRBvqPoJRgbUO_Q7qEQ-OP2eouzSzSqbfg9O18cwXeu19pl_Rnsf8FhfmABxsAQuYzI1iUp3w8bAMLFF82vY4c-dwNa894BzAaim0c6rXJxAtK4Wi-ZzmjNoGE2oWo01xnsE9PRv1OBoE-qudef0JAvuly4mWiS8hBMnPGlk6X12QbtsiXJH1o5elMvfYMNKWbrI2uQ2xJjAEt6UV4b-ZPY2w2UNjlWqNyMZAzLRNthXgk4y6yk7br3KDw8yYF49CGJ5ivGyxuyhn9nhqUhCISw0zAJxpfarNUkzFqAv-mkX1_P1UlTmoOJiJXvei5fW4hNhXqo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/09/19 04:33:59 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AC9A0GawUJW5t3GtP2RN2Uw0fPv8B3oKt9uZhva8JlzBgJr_UXfgW04Z1DlnIDqKHY4Nc6Ur_lGxjyuzWq0WQKCpNX_rfDCnRe_NViTr0bhdd0hxAtpalYXxgpAEMxhbmrzKpRyf75P3C7rnMZSiBCurKK8E9xNzOfl-nVAJgnJNXEmu8Q6Pk7rLWKQUia_ry3dz21MysA1G5TY3JFxrYzIJxr2Z3C0z9XH9_n5R9605HKGH5-vmeAzgzRW9wPD3VUZ7yyKZSW2FIFKq1NA2s32apHcTazyjs0rDMDnUzWQKlTH5lnq0u5zV92K8Viqx51ZUIg2d1dpGj8SVsssg0m0 2025/09/19 04:33:59 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/19 04:34:00 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/19 04:34:00 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AC9A0GawUJW5t3GtP2RN2Uw0fPv8B3oKt9uZhva8JlzBgJr_UXfgW04Z1DlnIDqKHY4Nc6Ur_lGxjyuzWq0WQKCpNX_rfDCnRe_NViTr0bhdd0hxAtpalYXxgpAEMxhbmrzKpRyf75P3C7rnMZSiBCurKK8E9xNzOfl-nVAJgnJNXEmu8Q6Pk7rLWKQUia_ry3dz21MysA1G5TY3JFxrYzIJxr2Z3C0z9XH9_n5R9605HKGH5-vmeAzgzRW9wPD3VUZ7yyKZSW2FIFKq1NA2s32apHcTazyjs0rDMDnUzWQKlTH5lnq0u5zV92K8Viqx51ZUIg2d1dpGj8SVsssg0m0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/09/19 04:34:02 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AFkDmFJCmG8PdAa40f8P_dvlxYjeK4iyPFGgCd3JP9HJas9hUxmoNK561Mb7t39qnjsD1t4vFj4LmNEQpJRlTPUSlV8V4g5lsHxyJrB1ihfXgtzjxRnS8yxj8F2IwktFUvFlIPBfTWZJJXUX_qG3y7-JHQ-MxO88ybJAaxoHoQm4AazInBYBCjh6dksAXrv5_tnMpM_9BdLB8BZ377YINKNY9JCZeQnZ6bUhHx2M8rrv__i_NRnQ8vrq6b_Z5t0tpXiiKk5nTxz027Qnj4SkNJFkHi64KAuTU1NtsVo3DnB9DHAPRyr-mc0UeLpPAw6XidzltxvVxHDCbABydsV8r6E 2025/09/19 04:34:02 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/09/19 04:34:02 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/09/19 04:34:02 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/09/19 04:34:03 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/19 04:34:03 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/19 04:34:04 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/19 04:34:04 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AFkDmFJCmG8PdAa40f8P_dvlxYjeK4iyPFGgCd3JP9HJas9hUxmoNK561Mb7t39qnjsD1t4vFj4LmNEQpJRlTPUSlV8V4g5lsHxyJrB1ihfXgtzjxRnS8yxj8F2IwktFUvFlIPBfTWZJJXUX_qG3y7-JHQ-MxO88ybJAaxoHoQm4AazInBYBCjh6dksAXrv5_tnMpM_9BdLB8BZ377YINKNY9JCZeQnZ6bUhHx2M8rrv__i_NRnQ8vrq6b_Z5t0tpXiiKk5nTxz027Qnj4SkNJFkHi64KAuTU1NtsVo3DnB9DHAPRyr-mc0UeLpPAw6XidzltxvVxHDCbABydsV8r6E" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/09/19 04:34:06 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AElOjEE45DoUHF1SSQ-vm7w1HbdaNLwqoqsYR75NKS-sx4-3pPSBYmWgTbII5SkCqRd5RNXZsMQPQKyDm6oYCVWpxjvyEp80Z7qv8Y31-caq-Fk9s0iDSOlvT2ENGaRlSrvWM74aQU5FA8kwt7HOAJq2NbN_2-U7y_QI1Z6J6Xgsd-5WDgYUskGH1xbknuPhiw8OpodD63IB-Qzpc-36audAKLvFwu9-eOhZX4AFVz2Lsbe4Jj1MxLyvWK1xb0owerLScAfndYVmOsE7SHUDs59eQbZOKBZsj0_4w6ifrPvHFY3Am0YUVdkphP1winCfoqHEh0t_kD1iDNU6S9raPAI 2025/09/19 04:34:06 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/19 04:34:07 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/09/19 04:34:07 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/09/19 04:34:07 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/19 04:34:07 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/19 04:34:08 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/19 04:34:08 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AElOjEE45DoUHF1SSQ-vm7w1HbdaNLwqoqsYR75NKS-sx4-3pPSBYmWgTbII5SkCqRd5RNXZsMQPQKyDm6oYCVWpxjvyEp80Z7qv8Y31-caq-Fk9s0iDSOlvT2ENGaRlSrvWM74aQU5FA8kwt7HOAJq2NbN_2-U7y_QI1Z6J6Xgsd-5WDgYUskGH1xbknuPhiw8OpodD63IB-Qzpc-36audAKLvFwu9-eOhZX4AFVz2Lsbe4Jj1MxLyvWK1xb0owerLScAfndYVmOsE7SHUDs59eQbZOKBZsj0_4w6ifrPvHFY3Am0YUVdkphP1winCfoqHEh0t_kD1iDNU6S9raPAI" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/09/19 04:34:11 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/09/19 04:34:16 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/09/19 04:34:20 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/09/19 04:34:25 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/09/19 04:34:31 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/09/19 04:34:34 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ADvJODbAg3zEfQ-aVt8v9f5MQEVoa9nDb963FSvIgDb-sDt2lWT1FEEF4mS0nuxVpJp-9i5Va3zqbXs9GSOPwS6yTxtU6gvXRphouuipAXPdEJQ0pvtE9kIEXJBTg6Jkq9vzs7NS2H408E0Tha2Qc0RQZTStVt0Oz0z2HTYRbi7kRJqh8uthfqWz6LMd21tjYViCxBaoP4u6GQhi89L_PwzdvJGTrOTLsPTb9FHS2yWmX0lI8GTXICGe4BnrDbYL2fnqUDg-hSMJ-S_CCcOuyXZEdfPFwWO8PmVN_NOD02ThpbUqGu9rFJlH94TZSS6fJ0ajJbgyvcTeI5KL1x9xt60 2025/09/19 04:34:34 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/19 04:34:34 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "165ea70e9cfe12bb42f8f44e04b69a9f" 2025/09/19 04:34:34 DEBUG : unknown-size-put.txt: multipart upload "ADvJODbAg3zEfQ-aVt8v9f5MQEVoa9nDb963FSvIgDb-sDt2lWT1FEEF4mS0nuxVpJp-9i5Va3zqbXs9GSOPwS6yTxtU6gvXRphouuipAXPdEJQ0pvtE9kIEXJBTg6Jkq9vzs7NS2H408E0Tha2Qc0RQZTStVt0Oz0z2HTYRbi7kRJqh8uthfqWz6LMd21tjYViCxBaoP4u6GQhi89L_PwzdvJGTrOTLsPTb9FHS2yWmX0lI8GTXICGe4BnrDbYL2fnqUDg-hSMJ-S_CCcOuyXZEdfPFwWO8PmVN_NOD02ThpbUqGu9rFJlH94TZSS6fJ0ajJbgyvcTeI5KL1x9xt60" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/09/19 04:34:35 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ADO2bHDOeygdmQW9CTwG8zTrnFG9m3vdEUu5Q4H3c7fAVZCMvrD3lxhQ5pqcxJmrZSmr2SKBUcnIEqGVW4KSp6Cas_rdQViSe0cypEGR2svF2WwEcPJDoBtmlEixAHdJmjsVnsURDs8sUYFpMTBc-PoeN59DRrz5PFoe7Zx8U2Sdnww8tb-2dhaZ6G_1y-aIcpTZdodZmw34yGVA4P8l7WXqsCd8gDOK65XshHC-77ASTCgCIG8zbelqzafkfi7rB0OPokhiUIE24D4b5l7IwspkWdzzOSsnBSdkcxNbiXVyfxJv2es9eT1zVUWncHn3RIcdVH_gzpZckBawfUuTguo 2025/09/19 04:34:35 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/09/19 04:34:35 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "3c88b91095ee1d368d18213302118247" 2025/09/19 04:34:36 DEBUG : unknown-size-update.txt: multipart upload "ADO2bHDOeygdmQW9CTwG8zTrnFG9m3vdEUu5Q4H3c7fAVZCMvrD3lxhQ5pqcxJmrZSmr2SKBUcnIEqGVW4KSp6Cas_rdQViSe0cypEGR2svF2WwEcPJDoBtmlEixAHdJmjsVnsURDs8sUYFpMTBc-PoeN59DRrz5PFoe7Zx8U2Sdnww8tb-2dhaZ6G_1y-aIcpTZdodZmw34yGVA4P8l7WXqsCd8gDOK65XshHC-77ASTCgCIG8zbelqzafkfi7rB0OPokhiUIE24D4b5l7IwspkWdzzOSsnBSdkcxNbiXVyfxJv2es9eT1zVUWncHn3RIcdVH_gzpZckBawfUuTguo" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/09/19 04:34:36 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yoyevim7fele/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2625: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2717: Can't test if can't have empty directories 2025/09/19 04:34:36 DEBUG : Waiting for deletions to finish 2025/09/19 04:34:36 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/09/19 04:34:36 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/09/19 04:34:36 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/09/19 04:34:37 INFO : S3 bucket rclone-test-yoyevim7fele: Bucket "rclone-test-yoyevim7fele" deleted 2025/09/19 04:34:37 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- FAIL: TestIntegration (170.04s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.30s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.19s) --- FAIL: TestIntegration/FsMkdir (167.79s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.23s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.06s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.10s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.14s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (13.42s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.74s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.57s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.55s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.95s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.26s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.99s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.73s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.64s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.58s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (5.10s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (23.69s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.09s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.60s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.59s) --- 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.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.56s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.51s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (4.93s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.99s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.21s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.29s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.87s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (1.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.47s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (95.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (14.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (4.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (2.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (4.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.98s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (5.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (3.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (13.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (3.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (2.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (4.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (2.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (4.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (13.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (3.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (3.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (6.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (15.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (4.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (2.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (4.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (2.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (6.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (3.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (18.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (5.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (4.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (1.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (8.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (3.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (21.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (6.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (7.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (3.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (8.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (4.10s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (24.36s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (4.82s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (3.41s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (5.40s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (4.69s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (6.02s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.01s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.78s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.24s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.14s) --- 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/19 04:34:37 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/09/19 04:34:37 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 170.069s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished ERROR in 2m51.835379099s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/trailing_space]