"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/10 01:02:30 NOTICE: TestS3R2: Starting server 2025/09/10 01:02:30 DEBUG : Creating backend with remote "TestS3R2:rclone-test-rowusul8tufa" 2025/09/10 01:02:30 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/10 01:02:31 INFO : S3 bucket rclone-test-rowusul8tufa: Bucket "rclone-test-rowusul8tufa" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/09/10 01:02:32 INFO : S3 bucket rclone-test-rowusul8tufa: Bucket "rclone-test-rowusul8tufa" deleted === RUN TestIntegration/FsMkdir 2025/09/10 01:02:32 INFO : S3 bucket rclone-test-rowusul8tufa: Bucket "rclone-test-rowusul8tufa" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/09/10 01:02:32 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/09/10 01:02:32 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/09/10 01:02:32 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsListDirNotFound === RUN TestIntegration/FsMkdir/FsListRDirNotFound === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:786: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2025/09/10 01:03:14 NOTICE: S3 bucket rclone-test-rowusul8tufa: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/09/10 01:03:14 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AE7f2hJOEoSbJG00_Bag6lBZplv0pqeF1o_VDW5vH4DKfWk9EBlQiZ5nVziBCsfilf6XSK3-FNWHdSw4tBEQr0lRrCCqMnMOpsoewa86YsMsJ6VC6t1jpI3Wj5J3la7NPCkHk995V52ajpw9z5g9k7S30tESQPCmvlDVsS6CULpe7UqYMILDGVXwdr4ps-UH8mUqiackrxPFWzhkL9gJFJMwCSAbG3CRqSGRsHW5iiObQwCgTaeGMN0JSJBJZRBrUPpdZ0UDxdq47ioNPHxyeu-XG19qNKNep1AKWZ8wjRh1IVFEAwE-T56tcgJd3U60WWJ1DfN1MoW6Np8Fyw2PxcM 2025/09/10 01:03:14 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "1ae57c3eacb4f97c1c058402fa177045" 2025/09/10 01:03:15 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "1bb6a34c1c590465cf068948e9fa08fb" 2025/09/10 01:03:15 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "3d91f46912269837d868b66c5aefcbe6" 2025/09/10 01:03:15 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AE7f2hJOEoSbJG00_Bag6lBZplv0pqeF1o_VDW5vH4DKfWk9EBlQiZ5nVziBCsfilf6XSK3-FNWHdSw4tBEQr0lRrCCqMnMOpsoewa86YsMsJ6VC6t1jpI3Wj5J3la7NPCkHk995V52ajpw9z5g9k7S30tESQPCmvlDVsS6CULpe7UqYMILDGVXwdr4ps-UH8mUqiackrxPFWzhkL9gJFJMwCSAbG3CRqSGRsHW5iiObQwCgTaeGMN0JSJBJZRBrUPpdZ0UDxdq47ioNPHxyeu-XG19qNKNep1AKWZ8wjRh1IVFEAwE-T56tcgJd3U60WWJ1DfN1MoW6Np8Fyw2PxcM" 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/10 01:03:20 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/09/10 01:03:20 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/10 01:03:22 DEBUG : S3 bucket rclone-test-rowusul8tufa: bucket is versioned: false 2025/09/10 01:03:22 DEBUG : Waiting for deletions to finish 2025/09/10 01:03:22 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/09/10 01:03:22 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/09/10 01:03:22 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/09/10 01:03:24 DEBUG : Creating backend with remote "TestS3R2:rclone-test-rowusul8tufa/dirToPurgeFromRoot" 2025/09/10 01:03:24 DEBUG : S3 bucket rclone-test-rowusul8tufa path dirToPurgeFromRoot: bucket is versioned: false 2025/09/10 01:03:24 DEBUG : Waiting for deletions to finish 2025/09/10 01:03:24 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/09/10 01:03:24 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/09/10 01:03:24 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/09/10 01:03:24 DEBUG : Creating backend with remote "TestS3R2:rclone-test-rowusul8tufa/hello? sausage/êé" 2025/09/10 01:03:26 DEBUG : S3 bucket rclone-test-rowusul8tufa path hello? sausage/êé: bucket is versioned: false 2025/09/10 01:03:26 DEBUG : Waiting for deletions to finish 2025/09/10 01:03:26 DEBUG : "a/b/c/d/e.txt" version false 2025/09/10 01:03:26 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/09/10 01:03:26 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/10 01:03:32 DEBUG : Creating backend with remote "TestS3R2:rclone-test-rowusul8tufa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/09/10 01:03:33 DEBUG : Creating backend with remote "TestS3R2:rclone-test-rowusul8tufa/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-rowusul8tufa" from "TestS3R2:rclone-test-rowusul8tufa" 2025/09/10 01:03:33 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/10 01:03:37 DEBUG : piped data.txt: open chunk writer: started multipart upload: ACldkmSgas3JNWRpupSOPP8dm1nrt1rG2uVtnkxo33nEhjYg4AzffI7pUXwgDK38T2EPoZZiyMYdLC-nTP4lfRlJ5Cz4AgyxyCpMNYYxDIddKRy_AbGJOazOvaPKeq7pfJmJ5ZbFXEVPaV-ELHzpKDhcU53inaHrfISQJqKJo9MNEi9CUQiJ5-ReAbTDMY42OS6XHOuDSjh8Zo1oE5vn1tj2JdmRSdm5qRcuZ_V1-R0oiqKLTEpU6W-XAdT08ickbIUkWw7OH4Ugtjmo7NKls_Cw9lD6AX6SIa9QIEKRBrWwnvWJYAcctbcMTmULAZg9U26xb37DptahWAbl0MKgjEA 2025/09/10 01:03:37 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/09/10 01:03:37 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/09/10 01:03:37 DEBUG : piped data.txt: multipart upload "ACldkmSgas3JNWRpupSOPP8dm1nrt1rG2uVtnkxo33nEhjYg4AzffI7pUXwgDK38T2EPoZZiyMYdLC-nTP4lfRlJ5Cz4AgyxyCpMNYYxDIddKRy_AbGJOazOvaPKeq7pfJmJ5ZbFXEVPaV-ELHzpKDhcU53inaHrfISQJqKJo9MNEi9CUQiJ5-ReAbTDMY42OS6XHOuDSjh8Zo1oE5vn1tj2JdmRSdm5qRcuZ_V1-R0oiqKLTEpU6W-XAdT08ickbIUkWw7OH4Ugtjmo7NKls_Cw9lD6AX6SIa9QIEKRBrWwnvWJYAcctbcMTmULAZg9U26xb37DptahWAbl0MKgjEA" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/09/10 01:03:38 DEBUG : piped data.txt: open chunk writer: started multipart upload: ABGXlnJbEBVXgOnT9VNoXbFrg_Y-JfAJYQ_37_VkeJ3WCcLRV5B93U9wgiHhKrFE32A_zK5Gv5wJAV7WBf0HbsvcqTRICw-NYEWImL8C3y0F22kxsWvB-ODy1zeFjqgzbzOdBkgguS0dBHn250Y6aXwoHfKtn88lMFSKSRoedTbIm3g1KPShsr824wDbcnJkaakeeaGV9vPUxRqFL0I48KXP7iumlUc5xjcX29lcFn-bkvX49Xf6LFAzJUoWxH3GOsU028-zG8NRS0gvnEa-ImnqDB02fsV5eAHO3TMgnG4fUK8j4ohrYZWac4WSQDGk3vQZLA2kSnzwyfV-OMTg0PI 2025/09/10 01:03:38 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/10 01:03:38 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "92c325df5c71488e42a4837b022ed638" 2025/09/10 01:03:38 DEBUG : piped data.txt: multipart upload "ABGXlnJbEBVXgOnT9VNoXbFrg_Y-JfAJYQ_37_VkeJ3WCcLRV5B93U9wgiHhKrFE32A_zK5Gv5wJAV7WBf0HbsvcqTRICw-NYEWImL8C3y0F22kxsWvB-ODy1zeFjqgzbzOdBkgguS0dBHn250Y6aXwoHfKtn88lMFSKSRoedTbIm3g1KPShsr824wDbcnJkaakeeaGV9vPUxRqFL0I48KXP7iumlUc5xjcX29lcFn-bkvX49Xf6LFAzJUoWxH3GOsU028-zG8NRS0gvnEa-ImnqDB02fsV5eAHO3TMgnG4fUK8j4ohrYZWac4WSQDGk3vQZLA2kSnzwyfV-OMTg0PI" 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/10 01:03:39 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/10 01:03:41 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: APyutqq99vFjm1hN4MIK6w2QD7jBbime5Po9ln9pN4d1a34xyVicFEN-x253Ef7y6v5zxGfSKm5zL8dkVEE20f1ugUIct2XLiwCkANJJ0l20nE7xOrTj6EsOJKFQSFNJ-ILJwnxXxRDdMCJSx98gfVgh0kEusTGlYXNMbRMOBn1o4mWpSKXBAjLI8n6JaRN4H4qvJH4Sfp4Jk_9fonE2Fi_41gF_QEspb_f5W1QxuMA5yxu6ggSAUWBvdROOh7v-DMTE8pK4iGeZX2_WdqWIp46ewrOE1iVTopnra9pKKykZBPhBF_3xBUmGBt5pCq4QrQYHTLBM5YqXJRxAEhkac94 2025/09/10 01:03:41 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/09/10 01:03:42 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/09/10 01:03:42 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "APyutqq99vFjm1hN4MIK6w2QD7jBbime5Po9ln9pN4d1a34xyVicFEN-x253Ef7y6v5zxGfSKm5zL8dkVEE20f1ugUIct2XLiwCkANJJ0l20nE7xOrTj6EsOJKFQSFNJ-ILJwnxXxRDdMCJSx98gfVgh0kEusTGlYXNMbRMOBn1o4mWpSKXBAjLI8n6JaRN4H4qvJH4Sfp4Jk_9fonE2Fi_41gF_QEspb_f5W1QxuMA5yxu6ggSAUWBvdROOh7v-DMTE8pK4iGeZX2_WdqWIp46ewrOE1iVTopnra9pKKykZBPhBF_3xBUmGBt5pCq4QrQYHTLBM5YqXJRxAEhkac94" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/09/10 01:03:43 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AC1qIvyoDXPJx8fOnPh66ufoLl7yDvtlGhDVDPXyk1ywzwPJPQbsAUyzGDuOtI248mCup5--xlnEy72a--rT0PMbA7zMbA1x1NjNamYsxVbvEdEDcasbCwHj6Wy-QJfXpQM0ab_KG3cxYOsjUdbzSS0KbHsKlE1CN2XDckUb2_JJqQFt2pj_gUh36WN_h8Cot8SvXyh2p9DrHb_NlpyX6NPrS_UKFqTPY5TMk8prKacqfGy-WCUlFyne9LIu8IjVRookTk5P19cH9zE3_2STsuwZRgvlIA2ZJB6dtsLozQkAIgdBXr-oqJA0GH8GQHdsvq7ukBK3bYtJSsK8nRwrPKU 2025/09/10 01:03:43 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/09/10 01:03:44 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/10 01:03:44 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AC1qIvyoDXPJx8fOnPh66ufoLl7yDvtlGhDVDPXyk1ywzwPJPQbsAUyzGDuOtI248mCup5--xlnEy72a--rT0PMbA7zMbA1x1NjNamYsxVbvEdEDcasbCwHj6Wy-QJfXpQM0ab_KG3cxYOsjUdbzSS0KbHsKlE1CN2XDckUb2_JJqQFt2pj_gUh36WN_h8Cot8SvXyh2p9DrHb_NlpyX6NPrS_UKFqTPY5TMk8prKacqfGy-WCUlFyne9LIu8IjVRookTk5P19cH9zE3_2STsuwZRgvlIA2ZJB6dtsLozQkAIgdBXr-oqJA0GH8GQHdsvq7ukBK3bYtJSsK8nRwrPKU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/09/10 01:03:45 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AIpNnn21xE5bccj-3wAHzbQKzeAgCLhq32WbtjRSinRo6fHua7KMsbNMHJS11rtJNcj-0mFpp0SaQ753JdPZIN7y5Rivu-zOnb50suYAgwoESIbNHWjEp_Ycg8k2u4theARoDmN2vudrRbtsXsiYIdb8cJt_kCSCvu4_nj2KZ-9n5VNU7A2OMm9xzURciyS-gLhKGDsgBn5GlD-GC8sAcSFNBjXAbTMU5S4kOAoWN0V5CCemIitD4AH629pXNs-5diSpjvnL7OOUdCCEhpSiHIQ1Uy7yxIIpxoyzeGlp9dGfqEAn5dnjbWUG2VqS6BubWSbc34ZVCCgMo9kohIK9y3U 2025/09/10 01:03:46 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/10 01:03:46 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/10 01:03:46 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AIpNnn21xE5bccj-3wAHzbQKzeAgCLhq32WbtjRSinRo6fHua7KMsbNMHJS11rtJNcj-0mFpp0SaQ753JdPZIN7y5Rivu-zOnb50suYAgwoESIbNHWjEp_Ycg8k2u4theARoDmN2vudrRbtsXsiYIdb8cJt_kCSCvu4_nj2KZ-9n5VNU7A2OMm9xzURciyS-gLhKGDsgBn5GlD-GC8sAcSFNBjXAbTMU5S4kOAoWN0V5CCemIitD4AH629pXNs-5diSpjvnL7OOUdCCEhpSiHIQ1Uy7yxIIpxoyzeGlp9dGfqEAn5dnjbWUG2VqS6BubWSbc34ZVCCgMo9kohIK9y3U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/09/10 01:03:47 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AG6D9KYQyQMGp2x91xw61a1buZabzwDAhT3JlmsIVT10BpoqF4MsdncYaVQo825cYX22WDvD2RW6s9xGAkFI6phEEuWV9mCgJaiEDNXpOEGCz3YK_cWOUw8glXrETJlBeUzcu3CCbhngXps8V4CDBnBsVhdPcByw1_FGljTfhYJsIgJuTWs2QtyZaeXL-fUTZa44zl-7DQoS_eNo8Q1BO1RD-OTJFJYyC_4ur2Yw2mVbi8TbEJCoxJF9kn4iqCuVhZ7gaAJVAvDqXc4symnjGhsKF5CNNPgQA6o7IL69Sb1ThVRaxNuukihyeqi1sS8msyKyliPBqiy97iofSxHIpbc 2025/09/10 01:03:47 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/09/10 01:03:47 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/09/10 01:03:47 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/09/10 01:03:48 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/10 01:03:48 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/10 01:03:48 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/10 01:03:48 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AG6D9KYQyQMGp2x91xw61a1buZabzwDAhT3JlmsIVT10BpoqF4MsdncYaVQo825cYX22WDvD2RW6s9xGAkFI6phEEuWV9mCgJaiEDNXpOEGCz3YK_cWOUw8glXrETJlBeUzcu3CCbhngXps8V4CDBnBsVhdPcByw1_FGljTfhYJsIgJuTWs2QtyZaeXL-fUTZa44zl-7DQoS_eNo8Q1BO1RD-OTJFJYyC_4ur2Yw2mVbi8TbEJCoxJF9kn4iqCuVhZ7gaAJVAvDqXc4symnjGhsKF5CNNPgQA6o7IL69Sb1ThVRaxNuukihyeqi1sS8msyKyliPBqiy97iofSxHIpbc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/09/10 01:03:49 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AHbrqnY2ye14OREsufLIedOW9rwJHa7saQfXQWK0QXQoNnrh2mvYUgMcJ0fcwBeXGpXAIhwrjRFe72J7yS5PkWwszUAB6yNdST0Gp9Y_cqpYj8YroM0LuhsyHE7-39tiEKoWyM4RvbJZx0xLXYpJLEhjahabdn8S4jaJVLgiW_JlAEyA71TmVKMlt2sWk1WHVo7QErsjJ4UK6LAuwACpd6sopNahhL6qhCBQohx91Z9q-vscvtI92GzRPH7sR6f3lqCGKFIVkn4498alq5k0iRQwRr0rkLTz_Nv9TPL3Kim0_NlvpsARFhy17neaIkHuhd9vnpAVb4zQ3Pt_iJXi7O0 2025/09/10 01:03:49 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/10 01:03:50 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/09/10 01:03:50 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/09/10 01:03:50 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/10 01:03:50 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/10 01:03:50 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/10 01:03:50 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AHbrqnY2ye14OREsufLIedOW9rwJHa7saQfXQWK0QXQoNnrh2mvYUgMcJ0fcwBeXGpXAIhwrjRFe72J7yS5PkWwszUAB6yNdST0Gp9Y_cqpYj8YroM0LuhsyHE7-39tiEKoWyM4RvbJZx0xLXYpJLEhjahabdn8S4jaJVLgiW_JlAEyA71TmVKMlt2sWk1WHVo7QErsjJ4UK6LAuwACpd6sopNahhL6qhCBQohx91Z9q-vscvtI92GzRPH7sR6f3lqCGKFIVkn4498alq5k0iRQwRr0rkLTz_Nv9TPL3Kim0_NlvpsARFhy17neaIkHuhd9vnpAVb4zQ3Pt_iJXi7O0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/09/10 01:03:53 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AHd2bMKoW36KssTMUPNhnBSxhCTs1WtX1qPvvi1RF_B287-OZKS_mlb5O4Io5hj-oX7TrrN49au3TAGyJdzalb4z0L88hH71cYIkr9k2icGfkQH3wK9bowkMOgwd6Fw3W3nKUHgGx0jyKwXzxiUrMpKCBlzgMze095VpMXEv0bdELqW8mpDjZha-6d4BYAka0-UTt7RiI6SmfgDhGjGqm4YRwnuQ2JxPzuExA-0uZkt1mgDeUA5aFL34swZ8_RSTa-YG1DIk3wXeaV46RVZxGuEkb9g-dQlGASewjjVu1XE7p944--NH6B6TZbuSxWU4zhviix2WrmRCqVjR48BgJcc 2025/09/10 01:03:53 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/10 01:03:54 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/09/10 01:03:54 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AHd2bMKoW36KssTMUPNhnBSxhCTs1WtX1qPvvi1RF_B287-OZKS_mlb5O4Io5hj-oX7TrrN49au3TAGyJdzalb4z0L88hH71cYIkr9k2icGfkQH3wK9bowkMOgwd6Fw3W3nKUHgGx0jyKwXzxiUrMpKCBlzgMze095VpMXEv0bdELqW8mpDjZha-6d4BYAka0-UTt7RiI6SmfgDhGjGqm4YRwnuQ2JxPzuExA-0uZkt1mgDeUA5aFL34swZ8_RSTa-YG1DIk3wXeaV46RVZxGuEkb9g-dQlGASewjjVu1XE7p944--NH6B6TZbuSxWU4zhviix2WrmRCqVjR48BgJcc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/09/10 01:03:55 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AEavjJpp4WctMaGzOXlGFW_WGZGi4C43OtBEHNeDgRPTD4sjOYa37zB-jCuz2L_PeTYqFdb24dbl__ujVS5jRJZFNVlleBjasIrGkH4V970KEqkIrv2BGLf9ty3PhgXdTLYjKtIzQ4VrswjPAQePeuX4iRPu1LwGUVuSrMn9aVDalXvzSiDcu_2-KFcYHDj4g4lX_uWhTZ0gNwBl4bsC81J0VcstvMV-QmiKIGxBaEU18WOFyjXZxS3wYOvkEUCbvRUqhKwGjVEXyFZlCqG4vgqH9PsrT_XIL5ZBIMweqOI8P8e-E_GcaoYJ5GJf0taJN5a1DsVUIu-7F9NW05vQYbM 2025/09/10 01:03:55 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/09/10 01:03:55 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/10 01:03:55 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AEavjJpp4WctMaGzOXlGFW_WGZGi4C43OtBEHNeDgRPTD4sjOYa37zB-jCuz2L_PeTYqFdb24dbl__ujVS5jRJZFNVlleBjasIrGkH4V970KEqkIrv2BGLf9ty3PhgXdTLYjKtIzQ4VrswjPAQePeuX4iRPu1LwGUVuSrMn9aVDalXvzSiDcu_2-KFcYHDj4g4lX_uWhTZ0gNwBl4bsC81J0VcstvMV-QmiKIGxBaEU18WOFyjXZxS3wYOvkEUCbvRUqhKwGjVEXyFZlCqG4vgqH9PsrT_XIL5ZBIMweqOI8P8e-E_GcaoYJ5GJf0taJN5a1DsVUIu-7F9NW05vQYbM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/09/10 01:03:56 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AGif3aGDrBZDWk6CptltadQNURDZbMttSJlW1v5o09QgxRP5dWz6l4Tdw6H88bRXtpbErajsxxtQZBGMmwOGiRGp2nTJszCbUagI4j3_8S3Mt-0i2829ksx2sfDvz-GXuReMpvDGFx61X4CFtiM-8n4zayzXE6JqyLvey0nUIGs22M0vFL2ZC0A0U6sVjL_Wp9x4Oiw4etMnCPhNbHyJcpBOyHKBqN5lEDI6PQDkWPDTpsVe48-mKxcCaZRBSqDqbrqeC0sls6tbixBbB6g2wx78l1N1l46XhuWzavJNXHLA2EXkn_ijpDzOHiuiP7xLEtzjWFGWuasaM3iUgGQc3oE 2025/09/10 01:03:56 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/10 01:03:57 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/10 01:03:57 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AGif3aGDrBZDWk6CptltadQNURDZbMttSJlW1v5o09QgxRP5dWz6l4Tdw6H88bRXtpbErajsxxtQZBGMmwOGiRGp2nTJszCbUagI4j3_8S3Mt-0i2829ksx2sfDvz-GXuReMpvDGFx61X4CFtiM-8n4zayzXE6JqyLvey0nUIGs22M0vFL2ZC0A0U6sVjL_Wp9x4Oiw4etMnCPhNbHyJcpBOyHKBqN5lEDI6PQDkWPDTpsVe48-mKxcCaZRBSqDqbrqeC0sls6tbixBbB6g2wx78l1N1l46XhuWzavJNXHLA2EXkn_ijpDzOHiuiP7xLEtzjWFGWuasaM3iUgGQc3oE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/09/10 01:03:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AIeXxCrz9ydicadi2g8yMCotNz7WC3iUSileYARubEshFdBb37L3f1SXUfJd8y6TSTF4K7mXok9qZczJGgX925cPofsQedIvHCDy5NHSdXR1W1veJdQ29NO-Aj2apVBaQh1Yms4DSkyxZ1w8ybfVqDi9soYC8BJw4fhHbu83-dRCsyENw_GpcJX7FPqiS28txyEYPGHQOSp3bV3IBR2HYxa-2vbNDRvQQRKvnbdU42r2I-gDJfzuHIXQqDlYhJevQUrLIz5L2K_fQ2dRfsxxugkoZ_deHhrjJxHYra7tkhTr6g6EqarCB6ukqP4ZdbPotToxJWaTREIThdANUw2KOLI 2025/09/10 01:03:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/09/10 01:03:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/09/10 01:03:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/10 01:03:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/10 01:03:59 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/10 01:04:00 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/10 01:04:00 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AIeXxCrz9ydicadi2g8yMCotNz7WC3iUSileYARubEshFdBb37L3f1SXUfJd8y6TSTF4K7mXok9qZczJGgX925cPofsQedIvHCDy5NHSdXR1W1veJdQ29NO-Aj2apVBaQh1Yms4DSkyxZ1w8ybfVqDi9soYC8BJw4fhHbu83-dRCsyENw_GpcJX7FPqiS28txyEYPGHQOSp3bV3IBR2HYxa-2vbNDRvQQRKvnbdU42r2I-gDJfzuHIXQqDlYhJevQUrLIz5L2K_fQ2dRfsxxugkoZ_deHhrjJxHYra7tkhTr6g6EqarCB6ukqP4ZdbPotToxJWaTREIThdANUw2KOLI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/09/10 01:04:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AAEkQ7wN1onPGd4VlmjBajl4eUqRu_H289LdQHwlyYK6yK-9VBKUrrs7Bb4ccoxay3o_e7dzblXHxa1rv9cB88MDh8S6P1B0I9Dt7q2T5y1xEX-z-5Lyerz4GSkYI3Vl38mEkLbQd2DFeA3nE7WxOac09POXSiq4sXb-TCg3Pd-ICQLJsegtsoOz89R9XSPCdUd3dHdvam3OaADxLups2FS7l95DB6oHBGhbk6bN_U6Y-bTHE2wy9S_D9b1UJl0Kzr3BhjSsEPJU-SK_pr9KzJ_Vg24DR-2Yblfi5lcwHTwvoessQKqNamndb_sQ4ry7hfbPM_Mr9S_yeIQXchxatYM 2025/09/10 01:04:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/10 01:04:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/09/10 01:04:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/10 01:04:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/10 01:04:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/10 01:04:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/10 01:04:03 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AAEkQ7wN1onPGd4VlmjBajl4eUqRu_H289LdQHwlyYK6yK-9VBKUrrs7Bb4ccoxay3o_e7dzblXHxa1rv9cB88MDh8S6P1B0I9Dt7q2T5y1xEX-z-5Lyerz4GSkYI3Vl38mEkLbQd2DFeA3nE7WxOac09POXSiq4sXb-TCg3Pd-ICQLJsegtsoOz89R9XSPCdUd3dHdvam3OaADxLups2FS7l95DB6oHBGhbk6bN_U6Y-bTHE2wy9S_D9b1UJl0Kzr3BhjSsEPJU-SK_pr9KzJ_Vg24DR-2Yblfi5lcwHTwvoessQKqNamndb_sQ4ry7hfbPM_Mr9S_yeIQXchxatYM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/09/10 01:04:05 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AC9MSO-6ZnzrfapqmmiODt5wGIoOdoeVFLHa20AvCK_TJf0anIfqDSt1DeTCI0SJY17Gh_dcRKp8ALqxQTTyzcP6-0aFAzHoHk5nyA-O64Li7_PXIb-QSpRm8OdkcavCYoeXI2PzgCZjyCLY_XVpFblWBR96bUySYk1Yvuw0EB3ovVE_AunwKQP_pHjAcNUwUIN7acjczCnZb-OztNYl34Mv0O6XZWp1KquhIL8uKByPMzMlWWUSK9Eb72yUNgO8NvNAtqZKWWU9AvNT1_JunDn82LUVJQ-nbVF83dvMqTxaB1kHPkY8gvxX1CXN03WRp6tDImny9A7X0QFflOL_Bwc 2025/09/10 01:04:05 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/10 01:04:06 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/09/10 01:04:06 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AC9MSO-6ZnzrfapqmmiODt5wGIoOdoeVFLHa20AvCK_TJf0anIfqDSt1DeTCI0SJY17Gh_dcRKp8ALqxQTTyzcP6-0aFAzHoHk5nyA-O64Li7_PXIb-QSpRm8OdkcavCYoeXI2PzgCZjyCLY_XVpFblWBR96bUySYk1Yvuw0EB3ovVE_AunwKQP_pHjAcNUwUIN7acjczCnZb-OztNYl34Mv0O6XZWp1KquhIL8uKByPMzMlWWUSK9Eb72yUNgO8NvNAtqZKWWU9AvNT1_JunDn82LUVJQ-nbVF83dvMqTxaB1kHPkY8gvxX1CXN03WRp6tDImny9A7X0QFflOL_Bwc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/09/10 01:04:07 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: ALGyc7_UBLpLRS7eZvEQM6FKVbu2KQo26M4OYuF4uhQE85sFdAvg-D6z_q9mwPMVCCCFeeoQZ8Eir3luYkotSHrAFjWLXAynSaNwPK-FqgHXxDVUYR2qnB00fq5oT8EZI_eb561JHqyqJTmNsm5bUJwMm5LuW4zUDIb2zidQaKTC5KUEZ9rQaiYko17huxtpN3KJ7tMQKJkd7jpv8Me3a-_-GM6f8-cNKsoZJhZCvt44XZHw2WdNXLkwxGs3s6D9o8-cBN9_ZYxHUPVm_k3chlT8BijOpMUcazlIKMdSI2x6jO9YDp8dFeD2ThVYf5eg7nkCinqsNt5i-Kn7ZvkI-G0 2025/09/10 01:04:07 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/09/10 01:04:08 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/10 01:04:08 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "ALGyc7_UBLpLRS7eZvEQM6FKVbu2KQo26M4OYuF4uhQE85sFdAvg-D6z_q9mwPMVCCCFeeoQZ8Eir3luYkotSHrAFjWLXAynSaNwPK-FqgHXxDVUYR2qnB00fq5oT8EZI_eb561JHqyqJTmNsm5bUJwMm5LuW4zUDIb2zidQaKTC5KUEZ9rQaiYko17huxtpN3KJ7tMQKJkd7jpv8Me3a-_-GM6f8-cNKsoZJhZCvt44XZHw2WdNXLkwxGs3s6D9o8-cBN9_ZYxHUPVm_k3chlT8BijOpMUcazlIKMdSI2x6jO9YDp8dFeD2ThVYf5eg7nkCinqsNt5i-Kn7ZvkI-G0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/09/10 01:04:09 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AMkMOkHhuim-77emcnybbAYK-TjJV1gtb4EENWGEweA0513cDRMbxzx27WQr-Izzks7tLFbxKpJuR5X4uHh6G-5o6TEGLPxuvDor_IvFLu7AJtKEtDQsLTLe1EQxFwgdjkslKOPakVZtExmwSHh0sedLPpNrnvq0mW-6ycZIfuIEcJj0ha2GBdlG_OXkGP1-NlsnRwcHkBL4CWj9lgE88VNS6o8kVTJv7pgUTVMwu9MYdEj76W2JlSWlXUhpE1myTdT0FZnnrTZegsS6J6LkwJ3-I11UEErAimwAztz49K_muNZ3qVxcUdeCKgLj8MayC-ZBAafHGCRMlT-XhE4K9BM 2025/09/10 01:04:09 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/10 01:04:09 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/10 01:04:09 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AMkMOkHhuim-77emcnybbAYK-TjJV1gtb4EENWGEweA0513cDRMbxzx27WQr-Izzks7tLFbxKpJuR5X4uHh6G-5o6TEGLPxuvDor_IvFLu7AJtKEtDQsLTLe1EQxFwgdjkslKOPakVZtExmwSHh0sedLPpNrnvq0mW-6ycZIfuIEcJj0ha2GBdlG_OXkGP1-NlsnRwcHkBL4CWj9lgE88VNS6o8kVTJv7pgUTVMwu9MYdEj76W2JlSWlXUhpE1myTdT0FZnnrTZegsS6J6LkwJ3-I11UEErAimwAztz49K_muNZ3qVxcUdeCKgLj8MayC-ZBAafHGCRMlT-XhE4K9BM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/09/10 01:04:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: ABlyw9WhVjp7oVuRxr5xJ-FwgmJlA7DU1jprQRcrWIh2YgQNr9TopK1TNPGPiv8zHeRkb-PjTCBeSa_aNPutHJ4w10C6FOb6ERhRxgGm1qi-c13G7qAGTwNut99Cw1wxBxpj7fkkwYz3sS0CkRqp4RlYsarYOijiV562A-9bQVoXqG25zWOBcnOp6hz256GdN4G0MIfF6ML4BIsOwusUAjMJSrvDTVGnqSLc2_yuinezWesMqo0Z96gXfYIJWHAWafDhOD-QyKm6VBh953fTbuH0SrVXIJ0brRBD6B72CSThz4vkPzuHYPp7OqcOzHA4PEf6Z2m5PAW3Cvz0FqrXd3U 2025/09/10 01:04:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/09/10 01:04:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/10 01:04:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/09/10 01:04:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/10 01:04:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/10 01:04:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/10 01:04:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "ABlyw9WhVjp7oVuRxr5xJ-FwgmJlA7DU1jprQRcrWIh2YgQNr9TopK1TNPGPiv8zHeRkb-PjTCBeSa_aNPutHJ4w10C6FOb6ERhRxgGm1qi-c13G7qAGTwNut99Cw1wxBxpj7fkkwYz3sS0CkRqp4RlYsarYOijiV562A-9bQVoXqG25zWOBcnOp6hz256GdN4G0MIfF6ML4BIsOwusUAjMJSrvDTVGnqSLc2_yuinezWesMqo0Z96gXfYIJWHAWafDhOD-QyKm6VBh953fTbuH0SrVXIJ0brRBD6B72CSThz4vkPzuHYPp7OqcOzHA4PEf6Z2m5PAW3Cvz0FqrXd3U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/09/10 01:04:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ANymiiHUkuGlSyjdQSUJYEcQ7zRh61wcmyW9DV_Rf8_Cwz0ObRvOR5pYD7SSa0PmoLYek8-WDHArrZAi46eCj42PDoD_8qW9Xg-Bx7fDdNDxgMlxKZqtjIyBMHrkpWN-ijypTIC_-JM2XBKC9yMf6byK4dSPlp-fYuGFjMGTvUrqWG39HBU9ztAvyfNr_wlDNXrkEk2-iuBuyE_StDjGt4uYNpt6Tmn7itCPKj6andj6T0yhUK8thnTFhms6pwwsHcgHLnpGOTvZFXWwch8T4CwyUefRKUn7MBkK69PnODhjGmvT97rRFvCZG0-obPZNgfN9J9uH5KTHcZsu_V0cAUE 2025/09/10 01:04:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/10 01:04:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/10 01:04:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/09/10 01:04:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/10 01:04:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/10 01:04:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/10 01:04:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "ANymiiHUkuGlSyjdQSUJYEcQ7zRh61wcmyW9DV_Rf8_Cwz0ObRvOR5pYD7SSa0PmoLYek8-WDHArrZAi46eCj42PDoD_8qW9Xg-Bx7fDdNDxgMlxKZqtjIyBMHrkpWN-ijypTIC_-JM2XBKC9yMf6byK4dSPlp-fYuGFjMGTvUrqWG39HBU9ztAvyfNr_wlDNXrkEk2-iuBuyE_StDjGt4uYNpt6Tmn7itCPKj6andj6T0yhUK8thnTFhms6pwwsHcgHLnpGOTvZFXWwch8T4CwyUefRKUn7MBkK69PnODhjGmvT97rRFvCZG0-obPZNgfN9J9uH5KTHcZsu_V0cAUE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/09/10 01:04:16 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AL13vYS5vpvE8zp4Fjedvd_v33OMdw2qd029DagKbMLutwtOSHRFEndiT91CN_V_B_fa1S9TTL0FNw2IGu7a8Aj5Llo4KeEXhns-u6MUUi5YFuTGwuHq8Wak3J3vtLzFAmRnan_fmfDpUxC2wVsbyna19UGSuquHIR_u4FPmjhaWHbNHQKbigB1eg2bA6I5yaLn-0XktuaE1UtROkqn48pH9C3Y2nWvSiddLtez1ZKxzqGh_zFRJE6dgolUKn45byJ4EQOx3l-hhitCGGWKhF02R_4EFHlS21qNsTFUfAGawg3dYK8FD4_WVW5sYu1G4BMTJA840iPgeTBLzeMILk0k 2025/09/10 01:04:16 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/10 01:04:17 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/09/10 01:04:17 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AL13vYS5vpvE8zp4Fjedvd_v33OMdw2qd029DagKbMLutwtOSHRFEndiT91CN_V_B_fa1S9TTL0FNw2IGu7a8Aj5Llo4KeEXhns-u6MUUi5YFuTGwuHq8Wak3J3vtLzFAmRnan_fmfDpUxC2wVsbyna19UGSuquHIR_u4FPmjhaWHbNHQKbigB1eg2bA6I5yaLn-0XktuaE1UtROkqn48pH9C3Y2nWvSiddLtez1ZKxzqGh_zFRJE6dgolUKn45byJ4EQOx3l-hhitCGGWKhF02R_4EFHlS21qNsTFUfAGawg3dYK8FD4_WVW5sYu1G4BMTJA840iPgeTBLzeMILk0k" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/09/10 01:04:18 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AJJ9WxqLFCLxIHW6-evKjBpF8eCn0iNSLFxG4pxP-0DHL1opGrT_UmhZrkz2JVl2h-PpFYb_C7otayz_B5Xv96oopTA1eMhWOKeCYQbxeRu0U1O3wdbK4-7Vgf6FMHmsNvjLe84p5JdhZX93zuSXkoCXwVzFzffA9z6sNO6H2JZaDi47pbyOr4k0IOV2rwGqqEVsm4UXhKA_xNX3ampW7Gq8lfe0-Wfua5ibxWZVmPQhSxKd1fzqfloa2QpwqQVmFMuzkk3dHyU5LAA9b0dMffj4TtJU_iRjiY7HqJEoWEolgAaDQsJYDPamvct7tBmGj709_WOjdp1MCF3PWR6ltZQ 2025/09/10 01:04:19 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/09/10 01:04:20 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/10 01:04:20 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AJJ9WxqLFCLxIHW6-evKjBpF8eCn0iNSLFxG4pxP-0DHL1opGrT_UmhZrkz2JVl2h-PpFYb_C7otayz_B5Xv96oopTA1eMhWOKeCYQbxeRu0U1O3wdbK4-7Vgf6FMHmsNvjLe84p5JdhZX93zuSXkoCXwVzFzffA9z6sNO6H2JZaDi47pbyOr4k0IOV2rwGqqEVsm4UXhKA_xNX3ampW7Gq8lfe0-Wfua5ibxWZVmPQhSxKd1fzqfloa2QpwqQVmFMuzkk3dHyU5LAA9b0dMffj4TtJU_iRjiY7HqJEoWEolgAaDQsJYDPamvct7tBmGj709_WOjdp1MCF3PWR6ltZQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/09/10 01:04:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AKF2tqxzpqJZYqqhcWFj3edQ8nWRQdnHeuYwRLWMXlXvX8YWA278L9jotksImess41iG6-HD0edbLxop0CvUhaFfr4qBpU9NPKPKgWwkfVxAy1n2X1cFVMw00AEv5dPVSP3O2oHwm5zE-u2M6KQOah1EPz8IQp5i2-aY9cAapyTgRptSeI5nx0ycekXR6KBJRQ8zcHua23Im90ojTBeNrSkRJayvIO0pgfsOG2vyDjfl3Me1umLnimrsFQH3-leYGYL-zcG5M69TAOddT_p7Pj-h3uiAJhS55F2njoehOl9Ncn7KiNd8X0g2yE3CB9V5XEgurop7vAI3TUAo5Iki_XQ 2025/09/10 01:04:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/10 01:04:22 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/10 01:04:22 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AKF2tqxzpqJZYqqhcWFj3edQ8nWRQdnHeuYwRLWMXlXvX8YWA278L9jotksImess41iG6-HD0edbLxop0CvUhaFfr4qBpU9NPKPKgWwkfVxAy1n2X1cFVMw00AEv5dPVSP3O2oHwm5zE-u2M6KQOah1EPz8IQp5i2-aY9cAapyTgRptSeI5nx0ycekXR6KBJRQ8zcHua23Im90ojTBeNrSkRJayvIO0pgfsOG2vyDjfl3Me1umLnimrsFQH3-leYGYL-zcG5M69TAOddT_p7Pj-h3uiAJhS55F2njoehOl9Ncn7KiNd8X0g2yE3CB9V5XEgurop7vAI3TUAo5Iki_XQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/09/10 01:04:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AOvnJVYiL5NEQy1JH0HwmwOkDIbHeY8kbjsuBECAKIta5k1yACB6FRL-VCaC0_s8xGrniU02dfrF3ei5yGDvhTSOwDpCyp99HOoFm1zgxMn4SA7FRM-Zim7snQLy3fkWYOzQwhYWyRjAQgQavEO6AsMRx0a6OeH_nRTbfWe3DS2dgoqSn66FXwSpoAaL-fxwPgl-NjB3S6xDM_irh4chkTRHKT5J10QAVHV_X6ycWVHQV3EsUK3UxlChfwAgFKNrAAdy9SOEk7lLGy3ACrBRk4jVAR9t58C5kUNZEBvS-FCAkPcpLpaVJVj9-nE-Righz-768qbboe8TT9zte47ci0g 2025/09/10 01:04:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/09/10 01:04:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/09/10 01:04:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/09/10 01:04:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/10 01:04:24 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/10 01:04:24 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/10 01:04:24 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AOvnJVYiL5NEQy1JH0HwmwOkDIbHeY8kbjsuBECAKIta5k1yACB6FRL-VCaC0_s8xGrniU02dfrF3ei5yGDvhTSOwDpCyp99HOoFm1zgxMn4SA7FRM-Zim7snQLy3fkWYOzQwhYWyRjAQgQavEO6AsMRx0a6OeH_nRTbfWe3DS2dgoqSn66FXwSpoAaL-fxwPgl-NjB3S6xDM_irh4chkTRHKT5J10QAVHV_X6ycWVHQV3EsUK3UxlChfwAgFKNrAAdy9SOEk7lLGy3ACrBRk4jVAR9t58C5kUNZEBvS-FCAkPcpLpaVJVj9-nE-Righz-768qbboe8TT9zte47ci0g" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/09/10 01:04:25 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: ABwAyXrQF6pKkAChTmvbzR2fittA1oMRWJ47oVldImktI6CdMkPkF1Vc0yir76C8A_CuiL9349rbXAdEr1tmlANqeLZ35abb0idiAH30JvY1kTxMbEBna6xkqcXoMkFI6L5vwp_807ugKjpavAqGFvdaMCfNTdUBxYzxV5EngOh_hchSZuieU6Ek7lW4C8XooDsRk8sQgZy5s5dfaWPv2Uz0pRXcX2aWFB0WeHeNzujBRPqIhVdbSqxrzZfoLY8ezJpw5ueA4cAgVLtNWUDlNziX0UXvI1jfchTUR-3RXTvHUOHtdfU1lkiv0pj3uadDEY64w9GThajXKNDF8WwzQjw 2025/09/10 01:04:25 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/10 01:04:26 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/09/10 01:04:26 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/09/10 01:04:26 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/10 01:04:26 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/10 01:04:26 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/10 01:04:26 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "ABwAyXrQF6pKkAChTmvbzR2fittA1oMRWJ47oVldImktI6CdMkPkF1Vc0yir76C8A_CuiL9349rbXAdEr1tmlANqeLZ35abb0idiAH30JvY1kTxMbEBna6xkqcXoMkFI6L5vwp_807ugKjpavAqGFvdaMCfNTdUBxYzxV5EngOh_hchSZuieU6Ek7lW4C8XooDsRk8sQgZy5s5dfaWPv2Uz0pRXcX2aWFB0WeHeNzujBRPqIhVdbSqxrzZfoLY8ezJpw5ueA4cAgVLtNWUDlNziX0UXvI1jfchTUR-3RXTvHUOHtdfU1lkiv0pj3uadDEY64w9GThajXKNDF8WwzQjw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/09/10 01:04:29 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AGEKEMFh1C_o6WCH_ygRxcges8ig_pUqyz5_qFg89hv9NCVx5DqhpBSX92q9cLW3gobrzJ3MwEYj6t8HQaVM0aRgcYJduY_fL528TAMW8vF23pUVHOayr5q2vJtEfvIhWkLAyWRZw8cUrTI-epydTADPNA7wvetimh7KW4o71Oxs9wt-xUOV6bUNOWgXBO90L5hpsyA822CRhWCB7qdGHZHXJd0JpKCTXvTDCc5UYxji1tV81qI6FcChYVvabcS4uyx18ePkcv0Jqm3UY6zA2e55UuTcuAB8x4aqNtA-BdV5HzrhDkZZ2-TUvlLkk9zGTBXhHMCLq45QN3WVpI3HBhw 2025/09/10 01:04:29 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/09/10 01:04:30 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/09/10 01:04:30 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AGEKEMFh1C_o6WCH_ygRxcges8ig_pUqyz5_qFg89hv9NCVx5DqhpBSX92q9cLW3gobrzJ3MwEYj6t8HQaVM0aRgcYJduY_fL528TAMW8vF23pUVHOayr5q2vJtEfvIhWkLAyWRZw8cUrTI-epydTADPNA7wvetimh7KW4o71Oxs9wt-xUOV6bUNOWgXBO90L5hpsyA822CRhWCB7qdGHZHXJd0JpKCTXvTDCc5UYxji1tV81qI6FcChYVvabcS4uyx18ePkcv0Jqm3UY6zA2e55UuTcuAB8x4aqNtA-BdV5HzrhDkZZ2-TUvlLkk9zGTBXhHMCLq45QN3WVpI3HBhw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/09/10 01:04:31 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AAWStikL_V6DBlMqmZf5ZbybUIFIuVGU4xB1PqCNOSMoxr_1RpzRF7hB1wRgko3HRhbl4lXp-VyIJ-NWW2u6jE-j4spQ4T_NjOC_K5j0qxKq93WjkCFOydtcUFdHkvBMagrkXYNvTjF-ywRsAbxaf0UHvMItJIjHFRbR-JZoD9NErufrP1iez1qLUgcX3kdgUsP2H_z2nDwYvFu_qEz_aTF2l5HwiVZP-9Rqkf1xWuXjuIjIbHB9NPmEuGbiA8dh5mxEyiiYJb6cToylQlc2e-Lbj9KB9OdkNAuMcwHBa-MB1mOiMJEtY9WpjBtll0uddSmkwXgib8mbnyyyo9oUsgs 2025/09/10 01:04:31 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/09/10 01:04:33 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/10 01:04:33 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AAWStikL_V6DBlMqmZf5ZbybUIFIuVGU4xB1PqCNOSMoxr_1RpzRF7hB1wRgko3HRhbl4lXp-VyIJ-NWW2u6jE-j4spQ4T_NjOC_K5j0qxKq93WjkCFOydtcUFdHkvBMagrkXYNvTjF-ywRsAbxaf0UHvMItJIjHFRbR-JZoD9NErufrP1iez1qLUgcX3kdgUsP2H_z2nDwYvFu_qEz_aTF2l5HwiVZP-9Rqkf1xWuXjuIjIbHB9NPmEuGbiA8dh5mxEyiiYJb6cToylQlc2e-Lbj9KB9OdkNAuMcwHBa-MB1mOiMJEtY9WpjBtll0uddSmkwXgib8mbnyyyo9oUsgs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/09/10 01:04:34 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: ALeMdy1qOOW4AGHfmNVmv2JsdN89zwbmrGKIOvukGIalFVLbA3DhK9VejMvePojigw8HzrYj0maGP0DcxFDQGqNw3CwUlMnf2de-og5TmiHU4o0XCR23YckAaCkGftqdbMA1sgI9GoG01ixAUkD3GoDJ-vnfHxdofmsMfA0yypdpKAZ07kdzIGjrWJgcg5R9MGOaGgiB5FONDOEqRau6yg6_rq9cRpKwJJ5t_qAuX2sZbC163_KNKAsPaLFsxQCtdwOIhOdxAJD3-2NsUjTujt1DUvQrj7aFa_A9cFCLM4HwOCKjghgl_n5TXIhrNq-Y-x7fFhplFCjCw2xguZCgFyc 2025/09/10 01:04:34 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/10 01:04:34 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/10 01:04:35 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "ALeMdy1qOOW4AGHfmNVmv2JsdN89zwbmrGKIOvukGIalFVLbA3DhK9VejMvePojigw8HzrYj0maGP0DcxFDQGqNw3CwUlMnf2de-og5TmiHU4o0XCR23YckAaCkGftqdbMA1sgI9GoG01ixAUkD3GoDJ-vnfHxdofmsMfA0yypdpKAZ07kdzIGjrWJgcg5R9MGOaGgiB5FONDOEqRau6yg6_rq9cRpKwJJ5t_qAuX2sZbC163_KNKAsPaLFsxQCtdwOIhOdxAJD3-2NsUjTujt1DUvQrj7aFa_A9cFCLM4HwOCKjghgl_n5TXIhrNq-Y-x7fFhplFCjCw2xguZCgFyc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/09/10 01:04:35 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AMUYqucxbGzQLDD-TWeBa2jeHBzN5OeGzth5kLg40Yy0GiDDLM-oiZrAwkxOFOQ_6wwY2xX6_hUM-DCOy8O7Bh9WDHh_zsurZSGx6J9uE87y7S5RL7tsrM0u6CqwP9lbM0lCcpabZgoySM0cFeqebsV7-0FqAHGiQBPoCq-rzzo4uBXXvr8zqUpFjk9Sd-7imBg-b-GoMOAs_bn9-J2yJN8vzf9jgLKGUT8DXn2JNWWkjXwBDzKApRkheV4K71JIG3jjRr27VaqbfyEOdZEDIZF8eqirTrMtkLE8rqoJk6UYqz9N_6vFEs4E6B-pZDwtObKATmCj9bTZMBYwMU9qqdA 2025/09/10 01:04:36 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/09/10 01:04:36 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/09/10 01:04:36 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/09/10 01:04:36 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/10 01:04:36 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/10 01:04:37 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/10 01:04:37 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AMUYqucxbGzQLDD-TWeBa2jeHBzN5OeGzth5kLg40Yy0GiDDLM-oiZrAwkxOFOQ_6wwY2xX6_hUM-DCOy8O7Bh9WDHh_zsurZSGx6J9uE87y7S5RL7tsrM0u6CqwP9lbM0lCcpabZgoySM0cFeqebsV7-0FqAHGiQBPoCq-rzzo4uBXXvr8zqUpFjk9Sd-7imBg-b-GoMOAs_bn9-J2yJN8vzf9jgLKGUT8DXn2JNWWkjXwBDzKApRkheV4K71JIG3jjRr27VaqbfyEOdZEDIZF8eqirTrMtkLE8rqoJk6UYqz9N_6vFEs4E6B-pZDwtObKATmCj9bTZMBYwMU9qqdA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/09/10 01:04:39 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AAAQMOa3oQDNZTZwFWCtabVGoJHlnbijpDgsrtYOeb1PaQoUkwkvd1ChDbkEBiP3ohrk9CBG28yPVpJEqORsFGIiWMjOqShwqRfh44M-utJWxF0AysXTzRsMa5WuXE0VnmJScs6c3DSuro2gPdnYuShi-qIphVOETeAFW4Cr2VadN7mcrhHGKV-mAtgLpbKYhNMP_ywQ-tOEiIatRcCe4A08s3iAzBP4DKDMsuluKw4UFe2JIoWfkJbJFcv0Z-hekhBrlCV_Ldo9awt4wygWZxB0vnFUImT6cNqEp-Ud4D4uqSmN9e8_5RjhT48Kiz72X8uwBAT3rbDeaOnEjnroCVg 2025/09/10 01:04:39 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/10 01:04:40 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/09/10 01:04:40 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/09/10 01:04:40 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/10 01:04:40 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/10 01:04:43 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/10 01:04:43 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AAAQMOa3oQDNZTZwFWCtabVGoJHlnbijpDgsrtYOeb1PaQoUkwkvd1ChDbkEBiP3ohrk9CBG28yPVpJEqORsFGIiWMjOqShwqRfh44M-utJWxF0AysXTzRsMa5WuXE0VnmJScs6c3DSuro2gPdnYuShi-qIphVOETeAFW4Cr2VadN7mcrhHGKV-mAtgLpbKYhNMP_ywQ-tOEiIatRcCe4A08s3iAzBP4DKDMsuluKw4UFe2JIoWfkJbJFcv0Z-hekhBrlCV_Ldo9awt4wygWZxB0vnFUImT6cNqEp-Ud4D4uqSmN9e8_5RjhT48Kiz72X8uwBAT3rbDeaOnEjnroCVg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/09/10 01:04:47 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ALAhfVBUMhtXWqVPGrktgYNzBNAN26ABXFOX9Y7TI-jq28brGXO-mx3n_9G_MkupuUeYauROF5f8FpyhfeGQPRHGOSZyzzd-AIPj2pdHCLF6WigT2augSq2ezK9ST8xeSVHY_VgrjJJXlgKHrdiwPAXuh37rin2Hq-zwtUxxqkphOPXOlC4hjSqVFrlETLxrSSRFa6hPo1J8-WfMyummVjjtZP4nWTYXdMza5wkL4fQEkItmu-mCWfSwmZCWAaLmXuzJfBuBiiOGu-T6j6_olvHTBNwwqNhrIMTI4YXJyqo7AON5jGkFa_qL9oTRwdIIixylRlGr7VEdLs4YqyOBe1c 2025/09/10 01:04:48 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/09/10 01:04:49 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/09/10 01:04:49 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "ALAhfVBUMhtXWqVPGrktgYNzBNAN26ABXFOX9Y7TI-jq28brGXO-mx3n_9G_MkupuUeYauROF5f8FpyhfeGQPRHGOSZyzzd-AIPj2pdHCLF6WigT2augSq2ezK9ST8xeSVHY_VgrjJJXlgKHrdiwPAXuh37rin2Hq-zwtUxxqkphOPXOlC4hjSqVFrlETLxrSSRFa6hPo1J8-WfMyummVjjtZP4nWTYXdMza5wkL4fQEkItmu-mCWfSwmZCWAaLmXuzJfBuBiiOGu-T6j6_olvHTBNwwqNhrIMTI4YXJyqo7AON5jGkFa_qL9oTRwdIIixylRlGr7VEdLs4YqyOBe1c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/09/10 01:04:51 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AHdiWvtnoJLCLAqFtywPG2ajMvrP5qKYjdiWMYivVRUd_-6biNS2oOoVna6RIft1kUpV1d2NbRVCljgIp6Rk-btWigJ0vUFKWpEbjHTUi776zW0YtFxymy59qEdBBQ2CprvoaAhIcqJclgdxhsOQ0UEATz5WMcHkpUPA3z97TYmCkIzQFfOCUjds-YPzbqRkgMDVesS62XX7zinK7-yvXSCibP3knzpkcjEN8eV8v0PPeTzxGyjUn6lawF-GXU3VU5uaCD8wuQVym50eDpYKtQpIox91GxHon6AWd651glC4MAbZsDPwxCNsAN5WITojYbZeQ8N7i4JJIIYPJt6a9MQ 2025/09/10 01:04:51 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/09/10 01:04:52 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/10 01:04:52 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AHdiWvtnoJLCLAqFtywPG2ajMvrP5qKYjdiWMYivVRUd_-6biNS2oOoVna6RIft1kUpV1d2NbRVCljgIp6Rk-btWigJ0vUFKWpEbjHTUi776zW0YtFxymy59qEdBBQ2CprvoaAhIcqJclgdxhsOQ0UEATz5WMcHkpUPA3z97TYmCkIzQFfOCUjds-YPzbqRkgMDVesS62XX7zinK7-yvXSCibP3knzpkcjEN8eV8v0PPeTzxGyjUn6lawF-GXU3VU5uaCD8wuQVym50eDpYKtQpIox91GxHon6AWd651glC4MAbZsDPwxCNsAN5WITojYbZeQ8N7i4JJIIYPJt6a9MQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/09/10 01:04:53 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AOnq6nyCh-hiDm4TYwEO6N77vsuTdSv8fv0EWr-VxVbb9qIDafN_Qp9lNBnlgnx8WHsrvOtyo01fYFhm4l2MpNjq7TB1-zbohb_qichs3mNZRMboZ-p3jLuIGuIxMggk3UgLYtDtRrq0H3ZWKjTdFQQZ9aCB1_Dli4BNKEDAI-BxTGNurZPpdcacJc_DGDEzte1aHU-vboR1j1aCqxyo_wMkbHTlrjAXEHD5XuUn1tEsv9j89uMN-W3taazeVlHz62Ia8t_G72_f1MTlL5Jrs42ECy3MelJnUkBSEHoYXbWhiA93tJ2oLcS-hlLnTnqlFITABzeZhJ6jfBXiwh_wPPE 2025/09/10 01:04:53 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/10 01:04:54 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/10 01:04:54 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AOnq6nyCh-hiDm4TYwEO6N77vsuTdSv8fv0EWr-VxVbb9qIDafN_Qp9lNBnlgnx8WHsrvOtyo01fYFhm4l2MpNjq7TB1-zbohb_qichs3mNZRMboZ-p3jLuIGuIxMggk3UgLYtDtRrq0H3ZWKjTdFQQZ9aCB1_Dli4BNKEDAI-BxTGNurZPpdcacJc_DGDEzte1aHU-vboR1j1aCqxyo_wMkbHTlrjAXEHD5XuUn1tEsv9j89uMN-W3taazeVlHz62Ia8t_G72_f1MTlL5Jrs42ECy3MelJnUkBSEHoYXbWhiA93tJ2oLcS-hlLnTnqlFITABzeZhJ6jfBXiwh_wPPE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/09/10 01:04:55 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AL9r9xMrN-MUC1DhUJnN5blNXT1iETvPTOlp1kKomja11Y-wCy2vybdX3Irw3X6X6-zWKU64qg2oxdpg3hqeMj2GNuhGpGoQWUqJ98YC_awM90olgdOmWnbGJ8J7s2Y-56W2oYv5CRYMJCy2JxSTWIrSTfnkZ3Wz6mZcRe7PBEcyEiZ7_IdQ7nJUwqRQGXaCxygciMOd9T63IgD1q5vzNhOYRa7zUnAKLxU7ddy89NOgWhr6a6OnbN7xjqUwg55BAgwF_TDWCYFHphNodg6C8aTa4rjQjWkaAJt0ZAiMZmPQ0hLpHYoOGZhwZDKrP5iHrJ5hPHWTngldmXRjIER8W8Y 2025/09/10 01:04:55 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/09/10 01:04:56 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/09/10 01:04:56 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/09/10 01:04:56 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/10 01:04:57 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/10 01:04:57 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/10 01:04:57 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AL9r9xMrN-MUC1DhUJnN5blNXT1iETvPTOlp1kKomja11Y-wCy2vybdX3Irw3X6X6-zWKU64qg2oxdpg3hqeMj2GNuhGpGoQWUqJ98YC_awM90olgdOmWnbGJ8J7s2Y-56W2oYv5CRYMJCy2JxSTWIrSTfnkZ3Wz6mZcRe7PBEcyEiZ7_IdQ7nJUwqRQGXaCxygciMOd9T63IgD1q5vzNhOYRa7zUnAKLxU7ddy89NOgWhr6a6OnbN7xjqUwg55BAgwF_TDWCYFHphNodg6C8aTa4rjQjWkaAJt0ZAiMZmPQ0hLpHYoOGZhwZDKrP5iHrJ5hPHWTngldmXRjIER8W8Y" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/09/10 01:04:59 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: ACxrDwhWuqf0aW54A3BnAbY_DFl_T0kakuuI0dMyEGz66ejpUY_XvHVewjXq6UYXtNLIrzH8kyhKqqcN5nC9V3gAMjTXG3GzxW0k3dPvkRaxcL8b7w_ClSI5DFLmQzKWSwOdjmSbVJ1y1ovQ1mNmTmgxQGtawYfgnli3WvcGGvzhs262bwcZqdGinu0YyzSOOAcINcepHlqJ-cqC8MIBfip2D9scwb5Igv4dasAzt6qAp7nGTatO3u90OJOCemP_BqBX0IZXXriQqkpmJBFPdSoverzOSmUWtbrzakcuF7WcDA2sAdtkrlNxguE70tf7a1PW99K1TLAhFlpyL4bMJcs 2025/09/10 01:04:59 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/10 01:05:00 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/09/10 01:05:00 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/09/10 01:05:00 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/10 01:05:00 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/10 01:05:01 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/10 01:05:01 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "ACxrDwhWuqf0aW54A3BnAbY_DFl_T0kakuuI0dMyEGz66ejpUY_XvHVewjXq6UYXtNLIrzH8kyhKqqcN5nC9V3gAMjTXG3GzxW0k3dPvkRaxcL8b7w_ClSI5DFLmQzKWSwOdjmSbVJ1y1ovQ1mNmTmgxQGtawYfgnli3WvcGGvzhs262bwcZqdGinu0YyzSOOAcINcepHlqJ-cqC8MIBfip2D9scwb5Igv4dasAzt6qAp7nGTatO3u90OJOCemP_BqBX0IZXXriQqkpmJBFPdSoverzOSmUWtbrzakcuF7WcDA2sAdtkrlNxguE70tf7a1PW99K1TLAhFlpyL4bMJcs" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/09/10 01:05:06 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/09/10 01:05:11 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/09/10 01:05:15 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/09/10 01:05:20 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/09/10 01:05:23 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/09/10 01:05:25 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AB8HIpvv-wXRaNaKrxZdP40wW1M4FcBNdnLmQ911XXoOcdZHnn1m-CWku76Y0lLTcaj4ISn4v7B9g1jHnLTK6-39HU1biNc_o2WPX1SICeIVrNbII_ifMnckRFxKN4XePhCh8RxxW50JA3uVNT7-tbqnJkeMl6uMLjolEhmBo15wBn2GGeKVc1igFEsoXjo4KyKvXeSTn0HJKrrzhJP2nVPo5htMhqY_AdH5PKAjWQbH4yUN0bYR_kwIzfAr4CmoYhdOQOEVB3LFfLmIhk90DB3Bb-DNKr6cPxqOwxANRn3r-DtFv7w5K0hITgZeN6b_EvW9V0lVxS-bqc81S2Hycjo 2025/09/10 01:05:25 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/10 01:05:26 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "d48bf2b3464de155d028ff9376f0abf5" 2025/09/10 01:05:27 DEBUG : unknown-size-put.txt: multipart upload "AB8HIpvv-wXRaNaKrxZdP40wW1M4FcBNdnLmQ911XXoOcdZHnn1m-CWku76Y0lLTcaj4ISn4v7B9g1jHnLTK6-39HU1biNc_o2WPX1SICeIVrNbII_ifMnckRFxKN4XePhCh8RxxW50JA3uVNT7-tbqnJkeMl6uMLjolEhmBo15wBn2GGeKVc1igFEsoXjo4KyKvXeSTn0HJKrrzhJP2nVPo5htMhqY_AdH5PKAjWQbH4yUN0bYR_kwIzfAr4CmoYhdOQOEVB3LFfLmIhk90DB3Bb-DNKr6cPxqOwxANRn3r-DtFv7w5K0hITgZeN6b_EvW9V0lVxS-bqc81S2Hycjo" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/09/10 01:05:27 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ABgCW9OIV8kTnydUVDVjiuEFHIFyEPyU2yZTQds5QB9_EeKmQuC3IwcwUfXCjgc2hK0N2DVgk6hk4DAbZFHHcou0XtvIaZuDbCU8c30WOBviWrtaQdmid_3L1gyyojhH_nYCAn0RI-Uh_zXn2f0JIhejZKV5pQyXPeESOWhiLb4JDlMavWd2tyX1Y5DLIKTFJn2hs7tv8V8zprQR0DPZoLsYZXu-IoYfQi4Oz6GL8c4bifd0Y8gcKW3py0yLfdjBVxaCLb58QacjXm1WZyJk8taHdiedVoN23LsmLUA9Ppv_8H_zylHrP9R5s9dw1mZzsQYqWHRLp4dX5Xu6cIJcmCU 2025/09/10 01:05:27 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/09/10 01:05:28 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "38e0cdb4656fe40ca874c03611d3ba26" 2025/09/10 01:05:28 DEBUG : unknown-size-update.txt: multipart upload "ABgCW9OIV8kTnydUVDVjiuEFHIFyEPyU2yZTQds5QB9_EeKmQuC3IwcwUfXCjgc2hK0N2DVgk6hk4DAbZFHHcou0XtvIaZuDbCU8c30WOBviWrtaQdmid_3L1gyyojhH_nYCAn0RI-Uh_zXn2f0JIhejZKV5pQyXPeESOWhiLb4JDlMavWd2tyX1Y5DLIKTFJn2hs7tv8V8zprQR0DPZoLsYZXu-IoYfQi4Oz6GL8c4bifd0Y8gcKW3py0yLfdjBVxaCLb58QacjXm1WZyJk8taHdiedVoN23LsmLUA9Ppv_8H_zylHrP9R5s9dw1mZzsQYqWHRLp4dX5Xu6cIJcmCU" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/09/10 01:05:28 DEBUG : Creating backend with remote "TestS3R2:rclone-test-rowusul8tufa/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/10 01:05:28 DEBUG : Waiting for deletions to finish 2025/09/10 01:05:28 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/09/10 01:05:28 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/09/10 01:05:28 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/09/10 01:05:29 INFO : S3 bucket rclone-test-rowusul8tufa: Bucket "rclone-test-rowusul8tufa" deleted 2025/09/10 01:05:29 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (179.31s) --- 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 (0.74s) --- PASS: TestIntegration/FsMkdir (177.43s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.28s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.09s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.11s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding (39.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.89s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.77s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.96s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.77s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.73s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.87s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (25.89s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.75s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.62s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.67s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (3.64s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (22.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.12s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (2.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.28s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.50s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.86s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (2.91s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (1.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.88s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.23s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.37s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.71s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.47s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (84.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (11.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (3.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (2.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (3.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (4.53s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (12.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (3.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (6.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (10.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (3.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (3.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (4.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (12.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (3.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (2.24s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (4.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (2.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (4.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (2.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (17.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (4.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (1.74s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (10.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (6.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (19.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (5.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (4.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (2.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (9.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (5.55s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (20.72s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (5.03s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (3.76s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (4.08s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (4.39s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (3.45s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.99s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.73s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.25s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.32s) --- 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/10 01:05:29 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/09/10 01:05:29 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 179.381s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 3m3.834509876s (try 1/5)