"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:" 2026/03/31 03:55:29 DEBUG : Creating backend with remote "TestS3R2:rclone-test-guwazox6batu" 2026/03/31 03:55:29 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 2026/03/31 03:55:30 INFO : S3 bucket rclone-test-guwazox6batu: Bucket "rclone-test-guwazox6batu" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2026/03/31 03:55:31 INFO : S3 bucket rclone-test-guwazox6batu: Bucket "rclone-test-guwazox6batu" deleted === RUN TestIntegration/FsMkdir 2026/03/31 03:55:32 INFO : S3 bucket rclone-test-guwazox6batu: Bucket "rclone-test-guwazox6batu" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/03/31 03:55:32 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2026/03/31 03:55:32 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2026/03/31 03:55: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:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:787: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2026/03/31 03:55:45 NOTICE: S3 bucket rclone-test-guwazox6batu: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2026/03/31 03:55:45 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AJwOWUgBSYrkvkA7ngtzM8vwCASIWhHlosY4U9P8igyx3nU3D__np0Yb11GNAcDfr7smuwqz3rt11cD8fyjW2PTiJB2InBFYqr2tbBpRUvXEouB2VYfclnkH9lcjBhu-4W5rHOdwUAtMgBByPqZRM7xpMf_T02t6ZPiglcsfKrsDbnJi6vgqd-YCJ4AxY6LQtMeOTZdqaDeDhIGd8OJz816cxy-rj6sqb6GbTe-gn7QTvMMNYUN7Y6knjan7rc1qXSl117E0foSd8A0-yReXEtUsSGJ8w_43Qxsjx1BBzIEBvqcW73MaPTwbdpSzskt5ga1_sF06TC8L3tout_Y-Zg4 2026/03/31 03:55:45 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "2ace4b2c9d898ea4315f9296a1be3062" 2026/03/31 03:55:45 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "2ba282087a930cc4e4a5476fa05720db" 2026/03/31 03:55:46 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "e15cd0b5e5d53996ea67a49480c1a7b9" 2026/03/31 03:55:46 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AJwOWUgBSYrkvkA7ngtzM8vwCASIWhHlosY4U9P8igyx3nU3D__np0Yb11GNAcDfr7smuwqz3rt11cD8fyjW2PTiJB2InBFYqr2tbBpRUvXEouB2VYfclnkH9lcjBhu-4W5rHOdwUAtMgBByPqZRM7xpMf_T02t6ZPiglcsfKrsDbnJi6vgqd-YCJ4AxY6LQtMeOTZdqaDeDhIGd8OJz816cxy-rj6sqb6GbTe-gn7QTvMMNYUN7Y6knjan7rc1qXSl117E0foSd8A0-yReXEtUsSGJ8w_43Qxsjx1BBzIEBvqcW73MaPTwbdpSzskt5ga1_sF06TC8L3tout_Y-Zg4" finished === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:869: 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 2026/03/31 03:55:48 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2026/03/31 03:55:48 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:1122: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2026/03/31 03:55:51 DEBUG : S3 bucket rclone-test-guwazox6batu: bucket is versioned: false 2026/03/31 03:55:51 DEBUG : Waiting for deletions to finish 2026/03/31 03:55:51 DEBUG : "dirToPurge/fileToPurge.txt" version false 2026/03/31 03:55:51 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2026/03/31 03:55:51 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/03/31 03:55:52 DEBUG : Creating backend with remote "TestS3R2:rclone-test-guwazox6batu/dirToPurgeFromRoot" 2026/03/31 03:55:52 DEBUG : S3 bucket rclone-test-guwazox6batu path dirToPurgeFromRoot: bucket is versioned: false 2026/03/31 03:55:52 DEBUG : Waiting for deletions to finish 2026/03/31 03:55:52 DEBUG : "fileToPurgeFromRoot.txt" version false 2026/03/31 03:55:52 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2026/03/31 03:55:52 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/03/31 03:55:52 DEBUG : Creating backend with remote "TestS3R2:rclone-test-guwazox6batu/hello? sausage/êé" 2026/03/31 03:55:54 DEBUG : S3 bucket rclone-test-guwazox6batu path hello? sausage/êé: bucket is versioned: false 2026/03/31 03:55:54 DEBUG : Waiting for deletions to finish 2026/03/31 03:55:54 DEBUG : "a/b/c/d/e.txt" version false 2026/03/31 03:55:54 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2026/03/31 03:55:54 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:1347: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1464: 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:1699: 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 2026/03/31 03:56:00 DEBUG : Creating backend with remote "TestS3R2:rclone-test-guwazox6batu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/03/31 03:56:00 DEBUG : Creating backend with remote "TestS3R2:rclone-test-guwazox6batu/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1916: Opening root remote "TestS3R2:" path "rclone-test-guwazox6batu" from "TestS3R2:rclone-test-guwazox6batu" 2026/03/31 03:56:00 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:2060: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2117: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2139: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2289: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/03/31 03:56:05 DEBUG : piped data.txt: open chunk writer: started multipart upload: AE0g8s8PrfAy8OQExwg3cFytcCosB7qu1OgFf4ZT3uMok6XadHTGbPMSAbfjEUPeJcU35Btf_QNLCFHiIlvt9NqMz8fcJRc7kLoUWU0GuJtU3ZZuORnfjhM6LdMrLHO2oWfUQUZg-chcRrIOz7cqZ4GHL6v_Iv4M7kikM4SIyQu1gWeHxytJCaxEaQyEblTCNAti9Ns57m4ZjgNTPYOxssmWd0j7z95QzLTfrrcIqZi4MMKmHNPPw-j5x7lgiys7dtTAtkt_b90lRDN3EBwtB7hqbEPlCjrv6vsxnVhKOlFvxEOffeZMzVuN2MNiAPP7lbA_kIZz803mQ4OE66HdQWQ 2026/03/31 03:56:05 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2026/03/31 03:56:05 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2026/03/31 03:56:05 DEBUG : piped data.txt: multipart upload "AE0g8s8PrfAy8OQExwg3cFytcCosB7qu1OgFf4ZT3uMok6XadHTGbPMSAbfjEUPeJcU35Btf_QNLCFHiIlvt9NqMz8fcJRc7kLoUWU0GuJtU3ZZuORnfjhM6LdMrLHO2oWfUQUZg-chcRrIOz7cqZ4GHL6v_Iv4M7kikM4SIyQu1gWeHxytJCaxEaQyEblTCNAti9Ns57m4ZjgNTPYOxssmWd0j7z95QzLTfrrcIqZi4MMKmHNPPw-j5x7lgiys7dtTAtkt_b90lRDN3EBwtB7hqbEPlCjrv6vsxnVhKOlFvxEOffeZMzVuN2MNiAPP7lbA_kIZz803mQ4OE66HdQWQ" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/03/31 03:56:06 DEBUG : piped data.txt: open chunk writer: started multipart upload: APLe92KMn_SrjBdtJ2EXnZEhlh6GCDiizGyMFo62CObIQvk-fA6shMwAEd23dhkn7a14cOYY8bn19SCoEaNdojdE3UZE5oo9BhXIcWkrrx8kBInELE-xwabOoDtnTHlf_kk4QVKeseuqItuELtd_BwQw6roAN2aSmW8WHE0dbdP0CQFI9KhupKnQ_faiBN45yuX-_gQP760Tc9Et6GZZew-yJdPTKja3tty9RitXsWq2AxtXex_IWiksfnXHlKLwopV1ESXs4sIKaYqaDPtS-oqpDtk1ZZ8poR9BXl8yA7U5VvaiarKeEKN9_IuWpWvuW21t_YumNa8TQiW4nPW1L1o 2026/03/31 03:56:06 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/03/31 03:56:06 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "cc09bffc2161f85ecacb24cefba5afce" 2026/03/31 03:56:06 DEBUG : piped data.txt: multipart upload "APLe92KMn_SrjBdtJ2EXnZEhlh6GCDiizGyMFo62CObIQvk-fA6shMwAEd23dhkn7a14cOYY8bn19SCoEaNdojdE3UZE5oo9BhXIcWkrrx8kBInELE-xwabOoDtnTHlf_kk4QVKeseuqItuELtd_BwQw6roAN2aSmW8WHE0dbdP0CQFI9KhupKnQ_faiBN45yuX-_gQP760Tc9Et6GZZew-yJdPTKja3tty9RitXsWq2AxtXex_IWiksfnXHlKLwopV1ESXs4sIKaYqaDPtS-oqpDtk1ZZ8poR9BXl8yA7U5VvaiarKeEKN9_IuWpWvuW21t_YumNa8TQiW4nPW1L1o" 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 2026/03/31 03:56:07 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/FsPutFiles/Internal/ObjectLock s3_internal_test.go:530: Object Lock not supported by this provider: CreateBucket with Object Lock failed: operation error S3: CreateBucket, https response error StatusCode: 501, RequestID: , HostID: , api error NotImplemented: Header 'x-amz-bucket-object-lock-enabled' with value 'true' not implemented === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed 2026/03/31 03:56:09 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AOcPObYn8AdISJXQgNQFjkRBzF5Q0XqPmYhhaPaXavBC9QMAaB9Epleh1hdIpDlzFCKH6QGzPKqWiOn5x-2MsdV18YqxAEqzDciXFWhYx24SuBcdOjMOKCaF0_oLczhLicWOURnB0nGwC2JDekC9SmW2Dinv3SSWzwX6tuTFP5XZ_klSfw5qWdIGZLYSg5v6JMOMQY4CiLiARC_FF4JmXwgo9N8LPwNgPiGhWETzq4MwhjztZpEZ4-ynTykHBUWPdpL3wZdLE3i3r7juL3YRnrYLCtzGDJMPOIp8CLOXR5H_7CHgt9UZtRgEEGtgKfaWYvCEwZjyReCssCkDE35oRjg 2026/03/31 03:56:09 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2026/03/31 03:56:09 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2026/03/31 03:56:10 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AOcPObYn8AdISJXQgNQFjkRBzF5Q0XqPmYhhaPaXavBC9QMAaB9Epleh1hdIpDlzFCKH6QGzPKqWiOn5x-2MsdV18YqxAEqzDciXFWhYx24SuBcdOjMOKCaF0_oLczhLicWOURnB0nGwC2JDekC9SmW2Dinv3SSWzwX6tuTFP5XZ_klSfw5qWdIGZLYSg5v6JMOMQY4CiLiARC_FF4JmXwgo9N8LPwNgPiGhWETzq4MwhjztZpEZ4-ynTykHBUWPdpL3wZdLE3i3r7juL3YRnrYLCtzGDJMPOIp8CLOXR5H_7CHgt9UZtRgEEGtgKfaWYvCEwZjyReCssCkDE35oRjg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2026/03/31 03:56:10 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: APLW5CeLJkvk0I88Zi9gxEuVElSnir_aOVHF38NwfIkZ8FcCDofAM9y3cXFH1OwGjyMzK5F6c5opq5zM9c0Xshy3OYLDQuSeg0UzKEgOFHs94RkJyLBfo2lTSxd2AE25arCpBi-TEouBT50ZX6PK29mzYxffyvy9eq9I7WnPPlP9C_K8wAEW89EXMKkvueopDmu7E-mkzwqCY4JBzR_zMxIaCzZCYBYjd9REWZ3jwHlHw6alHJUbRzHv73DW0RmH_OfptfPp5R8s_NmcFwZdAatyE2x2kyYVtyN0QWSWNvYAtw850ak41dh-wyoTmwugjpp5KAj4t5HzxLzBZMjAlg4 2026/03/31 03:56:11 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2026/03/31 03:56:11 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/03/31 03:56:11 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "APLW5CeLJkvk0I88Zi9gxEuVElSnir_aOVHF38NwfIkZ8FcCDofAM9y3cXFH1OwGjyMzK5F6c5opq5zM9c0Xshy3OYLDQuSeg0UzKEgOFHs94RkJyLBfo2lTSxd2AE25arCpBi-TEouBT50ZX6PK29mzYxffyvy9eq9I7WnPPlP9C_K8wAEW89EXMKkvueopDmu7E-mkzwqCY4JBzR_zMxIaCzZCYBYjd9REWZ3jwHlHw6alHJUbRzHv73DW0RmH_OfptfPp5R8s_NmcFwZdAatyE2x2kyYVtyN0QWSWNvYAtw850ak41dh-wyoTmwugjpp5KAj4t5HzxLzBZMjAlg4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2026/03/31 03:56:12 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AJqeMXHk-5RmiDWh1iZiKWG8YXKz2tNO0nxgG3fKaIHza4RQnIRE9kOMS8_tm-Ow5KpWTSQOkZx7NnhE4Hm0-l77Myh4YQB5k4v6evaxmAvAOke27VCu1WaBiOnsGop6vcQrZDDwAAYu3qGg29CF1CRplSHlL3JwIxXpUGL-Qg4qIbyt294Oh6nbCGBSI8FXjI7bWN8QMPW3hEwV2W2RiA5xnixeY3VOYOEp0zheXw_4CLoMROlO5q_VK2k_78EZNIa73niHihdCIM2eoa4FSOqkafkKkVDRUX2STEbrrKocVVCy7g2Ye2Vpmvpw12OksTnYAnJvDl_eF50Y7WqI2bA 2026/03/31 03:56:12 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/03/31 03:56:12 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/03/31 03:56:12 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AJqeMXHk-5RmiDWh1iZiKWG8YXKz2tNO0nxgG3fKaIHza4RQnIRE9kOMS8_tm-Ow5KpWTSQOkZx7NnhE4Hm0-l77Myh4YQB5k4v6evaxmAvAOke27VCu1WaBiOnsGop6vcQrZDDwAAYu3qGg29CF1CRplSHlL3JwIxXpUGL-Qg4qIbyt294Oh6nbCGBSI8FXjI7bWN8QMPW3hEwV2W2RiA5xnixeY3VOYOEp0zheXw_4CLoMROlO5q_VK2k_78EZNIa73niHihdCIM2eoa4FSOqkafkKkVDRUX2STEbrrKocVVCy7g2Ye2Vpmvpw12OksTnYAnJvDl_eF50Y7WqI2bA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2026/03/31 03:56:13 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AHDayc2ZSHLmV1vD2fxvHZQrEjQOKbkEWYsnWqvvMshPTEtCr9RILTLaxPI7wwhCdlQHjfs_cQ-vO-zxsCAyHblrL0NaxrAsUV7fDuYuPdNBZGyEYuYfBcwyZFAqPpzJItVs5dvJozkU1pvQ8md0QQtbkyxb2hARyXIUNLz0cY5VuwP_FfntS8foxuCL4Qa8UyWa1F0n5bRQFr8CwOsCgC-2fTRZ_gRc-NkZyQLC5SYvUd1_PhZkp_BbZmebimJTj8Pa7-F45GHtb5TswZzMl3nLB7R2w98z6xvkg3i-zZeKDko3Agskf8rNSIEMrcCbddY0k8kjx2dORg119EFV3BI 2026/03/31 03:56:13 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2026/03/31 03:56:13 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2026/03/31 03:56:13 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2026/03/31 03:56:14 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/03/31 03:56:14 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/03/31 03:56:14 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/03/31 03:56:14 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AHDayc2ZSHLmV1vD2fxvHZQrEjQOKbkEWYsnWqvvMshPTEtCr9RILTLaxPI7wwhCdlQHjfs_cQ-vO-zxsCAyHblrL0NaxrAsUV7fDuYuPdNBZGyEYuYfBcwyZFAqPpzJItVs5dvJozkU1pvQ8md0QQtbkyxb2hARyXIUNLz0cY5VuwP_FfntS8foxuCL4Qa8UyWa1F0n5bRQFr8CwOsCgC-2fTRZ_gRc-NkZyQLC5SYvUd1_PhZkp_BbZmebimJTj8Pa7-F45GHtb5TswZzMl3nLB7R2w98z6xvkg3i-zZeKDko3Agskf8rNSIEMrcCbddY0k8kjx2dORg119EFV3BI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2026/03/31 03:56:15 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AEoeeiICMbTCUAwATJaN6VD5aZiVMZofQouSpk-o1bG4o3sIujEQcY6U4tHegKgM_z0oPO0AbEZcZ_LTr4POoTJR0Kv4ptaaFdnjFeLsQc-uVsII0QnkAIAvGlqofat74TFE4_JuWmlqWDcvID8E2bzv79OENJuR6Sm9KkNCvAOm15q9NFsKwf590yI0B2InhEU9U5m4GFSYATVnwbvGBU3mUEq8fBqXE3OXjI5UV9emZGmGVz9UH8io-SZSqUG3JuHSg2tkPbqPQ9Yjtl6wE-mxD7znz7Vtj3y_qfpzuBY3p8JLd1RzdCc_ruWaBxniOywH-5rHoEWByXj8Q1ipufI 2026/03/31 03:56:15 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/03/31 03:56:15 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2026/03/31 03:56:15 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2026/03/31 03:56:16 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/03/31 03:56:16 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/03/31 03:56:16 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/03/31 03:56:16 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AEoeeiICMbTCUAwATJaN6VD5aZiVMZofQouSpk-o1bG4o3sIujEQcY6U4tHegKgM_z0oPO0AbEZcZ_LTr4POoTJR0Kv4ptaaFdnjFeLsQc-uVsII0QnkAIAvGlqofat74TFE4_JuWmlqWDcvID8E2bzv79OENJuR6Sm9KkNCvAOm15q9NFsKwf590yI0B2InhEU9U5m4GFSYATVnwbvGBU3mUEq8fBqXE3OXjI5UV9emZGmGVz9UH8io-SZSqUG3JuHSg2tkPbqPQ9Yjtl6wE-mxD7znz7Vtj3y_qfpzuBY3p8JLd1RzdCc_ruWaBxniOywH-5rHoEWByXj8Q1ipufI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2026/03/31 03:56:18 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AEggLu63ysd1ylAOUFWNoDrG2u_HTbsy1mb1OO4Oql8U7R_f6kaGelJ1XPoXYgI_RFZso0ps4KJs7YjCMtIc666A6D20KDSTkWK41njzD9IZoCRNfFPcTwFlmfDV9R8d1S4jlBiMgeENA2_FfDAxZVz5iQKanO2B5a4evXhW9jvdHqPTApQ567EQIDk93XexL0PZiT0HZxvGNTOIr1MEvFugArAfKCnwou-ztXc-5-E1PMBgI_bMehP12ptfV8T7_FFX_hcYiG7GYpyDifmhIaGhKdSkbok4cXqzrVSP0EByAXQp17lkqeadlDktBzJuY9VczJb-Iew1osphqspdnSQ 2026/03/31 03:56:18 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/03/31 03:56:19 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2026/03/31 03:56:19 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AEggLu63ysd1ylAOUFWNoDrG2u_HTbsy1mb1OO4Oql8U7R_f6kaGelJ1XPoXYgI_RFZso0ps4KJs7YjCMtIc666A6D20KDSTkWK41njzD9IZoCRNfFPcTwFlmfDV9R8d1S4jlBiMgeENA2_FfDAxZVz5iQKanO2B5a4evXhW9jvdHqPTApQ567EQIDk93XexL0PZiT0HZxvGNTOIr1MEvFugArAfKCnwou-ztXc-5-E1PMBgI_bMehP12ptfV8T7_FFX_hcYiG7GYpyDifmhIaGhKdSkbok4cXqzrVSP0EByAXQp17lkqeadlDktBzJuY9VczJb-Iew1osphqspdnSQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2026/03/31 03:56:19 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AC_hwF7nfAtqirgHJ2M3yKUsq9TAtP7xv4O73KOLOGDLJa3mzc0q9WnyGoXoypROWdZsaKs_BbFIUCrRqiJiFyyhLINcQQ9mCwtcZIxZF7EwdEa00i21A7Zi9BMu2j9PgEoOIqo8Pbi4DnqlqvoJoLkFjL7-7VLvBVed9h5KAlG47JfOubFurPxPESuouNVfUwb8rfqm8WUl1LSI12qwG74ViE6D5VjkqpbyAVnMB0fYorsCs7YETgGCeuwNiZ2KbK5uC8LdIDZPKWANu2CvZSg8PvDh4yW7ZgEnKSo56L4SXkylKRl3Z0OBquH5I9OG-2cBw0XwQBbsyn68WluCWwQ 2026/03/31 03:56:20 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2026/03/31 03:56:20 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/03/31 03:56:20 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AC_hwF7nfAtqirgHJ2M3yKUsq9TAtP7xv4O73KOLOGDLJa3mzc0q9WnyGoXoypROWdZsaKs_BbFIUCrRqiJiFyyhLINcQQ9mCwtcZIxZF7EwdEa00i21A7Zi9BMu2j9PgEoOIqo8Pbi4DnqlqvoJoLkFjL7-7VLvBVed9h5KAlG47JfOubFurPxPESuouNVfUwb8rfqm8WUl1LSI12qwG74ViE6D5VjkqpbyAVnMB0fYorsCs7YETgGCeuwNiZ2KbK5uC8LdIDZPKWANu2CvZSg8PvDh4yW7ZgEnKSo56L4SXkylKRl3Z0OBquH5I9OG-2cBw0XwQBbsyn68WluCWwQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2026/03/31 03:56:21 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AP5mvDfS-taah20uan6QtuyuKmLmWFVv-kJXR262s3JjtXhDS_S6dxyexPFqAUW070HplIT6vUTwNHVOZ9v_4_yun1srEnkB__pPhSKSefB0tM9Y-aqOLmDYmmWV4w2TgNJtxSiiTpz9lIsgL356GrsMX36I0SYDUlA53L4oTIPpeSCBAfIn9OGPpCcB5AYT7QElK8QkcVstTK6GrMxZ97mlsUgp3_iws6tGL0DOaCsmD0rKS7CgYvZoY4vXGPWLAwH0-HrOJXUYTy32wbjjwyVw4OsBmNceOVLoTkTK8lc-Jjh4kY4Wv4iqOZdP3-yt-7lhG4c15l2Zr1Yptyd-544 2026/03/31 03:56:21 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/03/31 03:56:21 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/03/31 03:56:21 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AP5mvDfS-taah20uan6QtuyuKmLmWFVv-kJXR262s3JjtXhDS_S6dxyexPFqAUW070HplIT6vUTwNHVOZ9v_4_yun1srEnkB__pPhSKSefB0tM9Y-aqOLmDYmmWV4w2TgNJtxSiiTpz9lIsgL356GrsMX36I0SYDUlA53L4oTIPpeSCBAfIn9OGPpCcB5AYT7QElK8QkcVstTK6GrMxZ97mlsUgp3_iws6tGL0DOaCsmD0rKS7CgYvZoY4vXGPWLAwH0-HrOJXUYTy32wbjjwyVw4OsBmNceOVLoTkTK8lc-Jjh4kY4Wv4iqOZdP3-yt-7lhG4c15l2Zr1Yptyd-544" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2026/03/31 03:56:22 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AJHfHgs42M23pi7HzE6SHzle1RXEniXD49XZvutozeW4JuUQ7ZAvbA7mbyfWvWoKswvgNks8Gr6ewND0yVnuw_gR6UC05-3LPloxShYg0j0V8dDk3OvAcp8Sm1Eim6lIuJMzohs5JH_DHXAZZCNQpeGoY5Aa6aCIPjlmj5RgxWt9A0h6mUcl9E1mgD1IXS_VxrXY6oiGdti2Fef51e5S_MYoM_E7h6AeG39Hi_OuqT7m0qY0wxT6wHjk1VnxpvyciFA2S-2kDGcWwBK7x_4kEmQRg4rJc1AGHIseYXO5UCGWorP4O-QNejKIXaBib_T-cFAdoPrBlyNUu3EKajpjEpg 2026/03/31 03:56:22 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2026/03/31 03:56:22 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/03/31 03:56:22 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2026/03/31 03:56:23 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/03/31 03:56:23 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/03/31 03:56:23 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/03/31 03:56:23 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AJHfHgs42M23pi7HzE6SHzle1RXEniXD49XZvutozeW4JuUQ7ZAvbA7mbyfWvWoKswvgNks8Gr6ewND0yVnuw_gR6UC05-3LPloxShYg0j0V8dDk3OvAcp8Sm1Eim6lIuJMzohs5JH_DHXAZZCNQpeGoY5Aa6aCIPjlmj5RgxWt9A0h6mUcl9E1mgD1IXS_VxrXY6oiGdti2Fef51e5S_MYoM_E7h6AeG39Hi_OuqT7m0qY0wxT6wHjk1VnxpvyciFA2S-2kDGcWwBK7x_4kEmQRg4rJc1AGHIseYXO5UCGWorP4O-QNejKIXaBib_T-cFAdoPrBlyNUu3EKajpjEpg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2026/03/31 03:56:24 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ANnfalOwv8qxh-RyGKBffgvTXy7xmho6qofMfCY08hEZkBY-w0qU1WSpyJRVkir20_BLkysFe6DN64pC3pLZ3Wb8gbq_Uy-8-RMVeZ6IaJdu3nDg8_ompnQJ-0_MdsRYUNQtzsrxEiNrbFngB2KEpNTkD_7qGVW9OUhotQuJpzMhgcySeFtYdsmbS-uH5s6_8o3Asdo-AuHV469Gygsxxw6JtWltKdUJtgsXxcBFMPnH3hPt6HnVk7nOZszdUi4Q_RyLIVWnM_rYopP3A7SDojPVnenJKDedGaqpvREhwBV0Qt3fA2s3h7iMY4XgXmxmv3n8_xrcE7769ZdrkvbNySU 2026/03/31 03:56:24 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/03/31 03:56:24 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/03/31 03:56:24 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2026/03/31 03:56:25 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/03/31 03:56:25 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/03/31 03:56:25 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/03/31 03:56:25 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ANnfalOwv8qxh-RyGKBffgvTXy7xmho6qofMfCY08hEZkBY-w0qU1WSpyJRVkir20_BLkysFe6DN64pC3pLZ3Wb8gbq_Uy-8-RMVeZ6IaJdu3nDg8_ompnQJ-0_MdsRYUNQtzsrxEiNrbFngB2KEpNTkD_7qGVW9OUhotQuJpzMhgcySeFtYdsmbS-uH5s6_8o3Asdo-AuHV469Gygsxxw6JtWltKdUJtgsXxcBFMPnH3hPt6HnVk7nOZszdUi4Q_RyLIVWnM_rYopP3A7SDojPVnenJKDedGaqpvREhwBV0Qt3fA2s3h7iMY4XgXmxmv3n8_xrcE7769ZdrkvbNySU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2026/03/31 03:56:27 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AApFzjxcM7YHU98fFpbTiUXgnKZbKX3p_2me1fXnOXzaOX754zRenANhbTkfom7rciudGz0yac8HQdQKzdK0hZpeJr2C25by69XHJ7Xi1J7rKzX7BEm9Z23pn5mpbdRnIBFrbZBhK-D8LjK47nUy0EWngDSzBV-6TNVBCQludLe1MmlOaqJA6rooH63jyhvUDP0GVoqiKVmuPx-penc7qmQeo7zEYyNIj0BFzWGGn0eRNUxAofOYQ6MN4W1ObpL0AiRWOx3WV0WC2P_N_eF-hVffm1MeA9Hp2w3TKlJ38rT9RZ4uCI_xuLNT2Sx5uEFAQB5zwWTbe75XkFvo3KgLfvM 2026/03/31 03:56:27 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/03/31 03:56:27 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2026/03/31 03:56:27 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AApFzjxcM7YHU98fFpbTiUXgnKZbKX3p_2me1fXnOXzaOX754zRenANhbTkfom7rciudGz0yac8HQdQKzdK0hZpeJr2C25by69XHJ7Xi1J7rKzX7BEm9Z23pn5mpbdRnIBFrbZBhK-D8LjK47nUy0EWngDSzBV-6TNVBCQludLe1MmlOaqJA6rooH63jyhvUDP0GVoqiKVmuPx-penc7qmQeo7zEYyNIj0BFzWGGn0eRNUxAofOYQ6MN4W1ObpL0AiRWOx3WV0WC2P_N_eF-hVffm1MeA9Hp2w3TKlJ38rT9RZ4uCI_xuLNT2Sx5uEFAQB5zwWTbe75XkFvo3KgLfvM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2026/03/31 03:56:28 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AAEGim6AGXlFja7NHrvhHfsOqlhwF7CXXT9fnvXfcNtM2IJf28DDRtWYeAW-eG2G9Lo5exdOG9Rye9hpu1z9Wfx5OW9DFC5JHnBaO3aL_WPz83DHRYyqJL4SKwexiS9JvCJHjxBgCCWYsGvSxAasYw20F7uyl3tgM1WYE5JPKT0AnKFm_oce1PSV6VFR-sWi23sPKqMmuzQwFU7RlvxV6GbQxDwJCKa_zhRqhhKr11OY04bFJenOz2kJTN5QIrn1zL9m5Cw5gXqwFhZqFoBL563Iif8cwfBkvr7wRXCMU0ua-i3PZETANO4NLxBwJOfXnaD71XCvQKAuA_KsbJKU0vM 2026/03/31 03:56:28 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2026/03/31 03:56:28 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/03/31 03:56:29 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AAEGim6AGXlFja7NHrvhHfsOqlhwF7CXXT9fnvXfcNtM2IJf28DDRtWYeAW-eG2G9Lo5exdOG9Rye9hpu1z9Wfx5OW9DFC5JHnBaO3aL_WPz83DHRYyqJL4SKwexiS9JvCJHjxBgCCWYsGvSxAasYw20F7uyl3tgM1WYE5JPKT0AnKFm_oce1PSV6VFR-sWi23sPKqMmuzQwFU7RlvxV6GbQxDwJCKa_zhRqhhKr11OY04bFJenOz2kJTN5QIrn1zL9m5Cw5gXqwFhZqFoBL563Iif8cwfBkvr7wRXCMU0ua-i3PZETANO4NLxBwJOfXnaD71XCvQKAuA_KsbJKU0vM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2026/03/31 03:56:29 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AHxUFLNljJVrusFpFVf0_4KV76gWuwNlQGk14NwYqJozTon1m4Xz-mHBiI0qW2wT3TYpSEgDZmJqB_LgBsFRyt2oz_BwkaeryTEU6yYO8t_3Cjl2_LRo50jm_nblQA1-1Uz1de_TOAmKjcd84ohlE1y5XJLDl-gsBigW6tCjW4VmGthOYgSb3wc4rjDX4OiDUkPy9iEW2GxqhTJKjbSnvwN-q5s2ZXtT6ZFlC6Snf6zmdnhgeRv1mpI-3zZIp5GDq-fpB0Nzsct1bCeF9PVges_fHqanoxX3TIcQ7AuU6ht98Ap398T2TVLoS11ufQ44tbWXyGYGRnCHaCH5WUnWNeI 2026/03/31 03:56:29 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/03/31 03:56:30 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/03/31 03:56:30 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AHxUFLNljJVrusFpFVf0_4KV76gWuwNlQGk14NwYqJozTon1m4Xz-mHBiI0qW2wT3TYpSEgDZmJqB_LgBsFRyt2oz_BwkaeryTEU6yYO8t_3Cjl2_LRo50jm_nblQA1-1Uz1de_TOAmKjcd84ohlE1y5XJLDl-gsBigW6tCjW4VmGthOYgSb3wc4rjDX4OiDUkPy9iEW2GxqhTJKjbSnvwN-q5s2ZXtT6ZFlC6Snf6zmdnhgeRv1mpI-3zZIp5GDq-fpB0Nzsct1bCeF9PVges_fHqanoxX3TIcQ7AuU6ht98Ap398T2TVLoS11ufQ44tbWXyGYGRnCHaCH5WUnWNeI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2026/03/31 03:56:31 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: APhT61aTPcEqAeGSa11wlgG2LaSfp2Aqowi3loKX0kxYV8b1ymlgGqQfJ4MPY9A2loA3ebedEOwpx9CwJK3oTy-egQr0K3o0iGr0zAxUX0Rpr-ZAYwtXmXdd8OAmPCdRiPtquu8okxcWDVlLZZM-nD-w16NaekadPrjcsJlStgsQA-AZ1yxkpaU0KQHQV0EWV29_ciNZCwAAfKBPiOmcCy733icme4j6_n1iRPFic1Y3bmKk3zt4yJkZEtRAg1ttsMmDTjE03SiurCmIMW09scK5NB08Ee8BnKyvMK9-l1Bl1uIB-Hm61R29eSGUC5bRqOMc-5YdJjHGhJ5AkCM1buM 2026/03/31 03:56:31 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2026/03/31 03:56:31 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2026/03/31 03:56:31 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/03/31 03:56:31 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/03/31 03:56:31 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/03/31 03:56:31 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/03/31 03:56:31 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "APhT61aTPcEqAeGSa11wlgG2LaSfp2Aqowi3loKX0kxYV8b1ymlgGqQfJ4MPY9A2loA3ebedEOwpx9CwJK3oTy-egQr0K3o0iGr0zAxUX0Rpr-ZAYwtXmXdd8OAmPCdRiPtquu8okxcWDVlLZZM-nD-w16NaekadPrjcsJlStgsQA-AZ1yxkpaU0KQHQV0EWV29_ciNZCwAAfKBPiOmcCy733icme4j6_n1iRPFic1Y3bmKk3zt4yJkZEtRAg1ttsMmDTjE03SiurCmIMW09scK5NB08Ee8BnKyvMK9-l1Bl1uIB-Hm61R29eSGUC5bRqOMc-5YdJjHGhJ5AkCM1buM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2026/03/31 03:56:32 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AO6NPRGs44Pv3OGYpqOvU_G7ihLHkj97ec-9y07f3aLQdrA2mCYKs_IPhDFQO0Y_0xywV_wr_Xf_2bkicDa-0Lth0PgCsKks4VmNCPzj7iYsH3dp-rofhj9XSxsvxLpkNr9n31q14pXOBgI1Q1In8NAWSqy8GP6TXxg6nhz2umd7wULkSDCLU0rL7ikyZnb0VuJSrPAdwkuR4l-Gg-tG9Tze_V-_k35gL_cO7aKqeCkwWiGPpYZRI7XGXElwXm5HncZ1bcoF79-ezqgWQ1K4DgSuCml-1rnGUfSNvUpwv7XoDeRFXlhE8wSC-3GIEFrsyipj9CJaw3a2RmJ8wzcRBbg 2026/03/31 03:56:32 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/03/31 03:56:33 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/03/31 03:56:33 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2026/03/31 03:56:33 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/03/31 03:56:33 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/03/31 03:56:33 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/03/31 03:56:33 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AO6NPRGs44Pv3OGYpqOvU_G7ihLHkj97ec-9y07f3aLQdrA2mCYKs_IPhDFQO0Y_0xywV_wr_Xf_2bkicDa-0Lth0PgCsKks4VmNCPzj7iYsH3dp-rofhj9XSxsvxLpkNr9n31q14pXOBgI1Q1In8NAWSqy8GP6TXxg6nhz2umd7wULkSDCLU0rL7ikyZnb0VuJSrPAdwkuR4l-Gg-tG9Tze_V-_k35gL_cO7aKqeCkwWiGPpYZRI7XGXElwXm5HncZ1bcoF79-ezqgWQ1K4DgSuCml-1rnGUfSNvUpwv7XoDeRFXlhE8wSC-3GIEFrsyipj9CJaw3a2RmJ8wzcRBbg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2026/03/31 03:56:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AKyQQJgZQ62Ior3ndWcRf3KgEzULZ0RMZgmhFiDzsjrE7g1aH-Z0u9SmkMGMCeXl3Lt_kB7jaG0JihdUXBlo8Ku-WqmsCtb-bpj9QvhJ1ZHf_X3i1TQalX_OcyUYen2JPESkTp6gkmPMiKmZaCay2R5dbzMRn3JBt0Wojuzg7bY5DVby7nsp4n6bwCsPWkxukEMnYBhEtDjcAS61cMaNPSZstXLm3kkRBpouxM5d5ZSv8Fd8fJ_ym0RBaqVE_VniTA7KIyddUBghNqMlHtQKPwJRVRtT0oIxx-AyY1KV10Yi-YYu0ZSY_Eu_KRsLROXl2c0pOx4T2ml8BdOr03kRU6U 2026/03/31 03:56:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/03/31 03:56:37 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2026/03/31 03:56:37 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AKyQQJgZQ62Ior3ndWcRf3KgEzULZ0RMZgmhFiDzsjrE7g1aH-Z0u9SmkMGMCeXl3Lt_kB7jaG0JihdUXBlo8Ku-WqmsCtb-bpj9QvhJ1ZHf_X3i1TQalX_OcyUYen2JPESkTp6gkmPMiKmZaCay2R5dbzMRn3JBt0Wojuzg7bY5DVby7nsp4n6bwCsPWkxukEMnYBhEtDjcAS61cMaNPSZstXLm3kkRBpouxM5d5ZSv8Fd8fJ_ym0RBaqVE_VniTA7KIyddUBghNqMlHtQKPwJRVRtT0oIxx-AyY1KV10Yi-YYu0ZSY_Eu_KRsLROXl2c0pOx4T2ml8BdOr03kRU6U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2026/03/31 03:56:38 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AGgIVSOk6CpA26B0MSbozmmCglvgCvsm0SvcEw2AH4fYi7COxF0CpyJ3KF8DeOWjhTrjuX4gW2plzYsMW09g_Pf9Bhamyo8kVepNXL0EyPeXAv8lXQ093Pk_6MjFAMEGgP2ridgj0D6AuRfVKncvOCy_HL1ytQO3U2f9tKScRu65S_LXl9Rycav63JgaLrc-ANBupXtkvZ9ha7xxhpITT16rlrnzJjiT22pJiEL7_hCCID3wRYzC2QYh_gzVbeKZyq4O5blgKayC7Av2-UaLanJCvzErTjIpuu91YPjP-NMiG8Eg2--HrxezVfUSICOtMKfG9UpOwLYmiZJZF_ZNBzs 2026/03/31 03:56:38 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2026/03/31 03:56:39 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/03/31 03:56:39 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AGgIVSOk6CpA26B0MSbozmmCglvgCvsm0SvcEw2AH4fYi7COxF0CpyJ3KF8DeOWjhTrjuX4gW2plzYsMW09g_Pf9Bhamyo8kVepNXL0EyPeXAv8lXQ093Pk_6MjFAMEGgP2ridgj0D6AuRfVKncvOCy_HL1ytQO3U2f9tKScRu65S_LXl9Rycav63JgaLrc-ANBupXtkvZ9ha7xxhpITT16rlrnzJjiT22pJiEL7_hCCID3wRYzC2QYh_gzVbeKZyq4O5blgKayC7Av2-UaLanJCvzErTjIpuu91YPjP-NMiG8Eg2--HrxezVfUSICOtMKfG9UpOwLYmiZJZF_ZNBzs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2026/03/31 03:56:40 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AADryurQ5zHj9q9pHIiQ9pwxWGR92ckD_spA53YSlmJApSdxMTPW222BlOIaEeiaeWhUXcFeaGBXPhxAeVL531HNl2e-oOWiRP5UyZNqJ8oExZ7FZUZzRKNY5mSb3dPcFQmr8EGoYFloW07eVHy1MRKoOElXpEprSZUEfg77e1LHGE_epmR0dxF8khfExQOdVS5NB55bWog-Fo9j7wsX_4lBnpUp0h3BSMqyFos9FXDRqfoTS01A9oJ06hzEv8pXlpSifnEaW_PBlJZJHh9AB1arfhN-t7fH6t-6CnCFeXvvPWDPQyCx5OxdXo12KPVRwFENbAR3cZEGgK51lh2YjqI 2026/03/31 03:56:40 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/03/31 03:56:40 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/03/31 03:56:41 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AADryurQ5zHj9q9pHIiQ9pwxWGR92ckD_spA53YSlmJApSdxMTPW222BlOIaEeiaeWhUXcFeaGBXPhxAeVL531HNl2e-oOWiRP5UyZNqJ8oExZ7FZUZzRKNY5mSb3dPcFQmr8EGoYFloW07eVHy1MRKoOElXpEprSZUEfg77e1LHGE_epmR0dxF8khfExQOdVS5NB55bWog-Fo9j7wsX_4lBnpUp0h3BSMqyFos9FXDRqfoTS01A9oJ06hzEv8pXlpSifnEaW_PBlJZJHh9AB1arfhN-t7fH6t-6CnCFeXvvPWDPQyCx5OxdXo12KPVRwFENbAR3cZEGgK51lh2YjqI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2026/03/31 03:56:42 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AJtCCnbKS8-lqz3Xh2GIMmFOn-MpJn6r9uX3cjHlLJIAcQ0uAinIWJk9Mr-DHhAtrvDKrDzuCKUh-ZRjIffclYlXg3aztIB9LkG06Gz0sJTg85Y_aguTApA-FGuywXw8RsCz_GtDVUaC7am6ryieLkLR7qepCeCHryIy-gdHiudo7wvrBzgKfXpcm-N3DFWKJAOeNtjxhyK_Lz3f58XsV5IjIOpMkw6ifzBdZCGUmkFSkryYCNUH3e8JJTPwZXwDvzRNiMxq8_8xreFypNum5VfKlNVeZFX4Fnarknmf2WYa0RM9bBAZRmYauhi_XUoBKnFV7fiAGzn8kcoDudVcMuw 2026/03/31 03:56:42 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2026/03/31 03:56:42 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2026/03/31 03:56:42 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2026/03/31 03:56:42 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/03/31 03:56:42 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/03/31 03:56:43 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/03/31 03:56:43 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AJtCCnbKS8-lqz3Xh2GIMmFOn-MpJn6r9uX3cjHlLJIAcQ0uAinIWJk9Mr-DHhAtrvDKrDzuCKUh-ZRjIffclYlXg3aztIB9LkG06Gz0sJTg85Y_aguTApA-FGuywXw8RsCz_GtDVUaC7am6ryieLkLR7qepCeCHryIy-gdHiudo7wvrBzgKfXpcm-N3DFWKJAOeNtjxhyK_Lz3f58XsV5IjIOpMkw6ifzBdZCGUmkFSkryYCNUH3e8JJTPwZXwDvzRNiMxq8_8xreFypNum5VfKlNVeZFX4Fnarknmf2WYa0RM9bBAZRmYauhi_XUoBKnFV7fiAGzn8kcoDudVcMuw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2026/03/31 03:56:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: APXX5GEsWr96NMkLof_ZEwXdDJIo_b_tFG2eKgzsck_2mRHC8fgEad7znHxGIqMa3aTNGgGznNNRJirx5NkwXbsBsQZs-Pe_-CxNkYcCRiTA8m2du4FVluiDwRnMnVIXF9t0xUuuMuH4_xH8CTXc4uhv5GNbN60qgdtjdRsYMIsAqGTFeArG9mKjIFCe-dpxcY1KyKenAJKD73Z1pExevX42ke886ovP7xNBv5mwSqiW3y2QrXR3SgKuebu5tkxY4M18kEoxIAzCtIhfLZnTXRWKkapuLh0j_J64k32rsNbA0TRrWqF4AGe0oQuJhdg_f9DXt_w5WOAGi2rBQ2A2Dm8 2026/03/31 03:56:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/03/31 03:56:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2026/03/31 03:56:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2026/03/31 03:56:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/03/31 03:56:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/03/31 03:56:45 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/03/31 03:56:45 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "APXX5GEsWr96NMkLof_ZEwXdDJIo_b_tFG2eKgzsck_2mRHC8fgEad7znHxGIqMa3aTNGgGznNNRJirx5NkwXbsBsQZs-Pe_-CxNkYcCRiTA8m2du4FVluiDwRnMnVIXF9t0xUuuMuH4_xH8CTXc4uhv5GNbN60qgdtjdRsYMIsAqGTFeArG9mKjIFCe-dpxcY1KyKenAJKD73Z1pExevX42ke886ovP7xNBv5mwSqiW3y2QrXR3SgKuebu5tkxY4M18kEoxIAzCtIhfLZnTXRWKkapuLh0j_J64k32rsNbA0TRrWqF4AGe0oQuJhdg_f9DXt_w5WOAGi2rBQ2A2Dm8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2026/03/31 03:56:47 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AFnfMp3sVWRggGpFXthknMcj5y1-9xQr50X5eD8-oO_WWRBZFKwHaRVS-vAOxiV9i3QByE30Xdh-BuMQp1Zi7qBZMMbU8h-rArf-crCuuwq0Nb18ajKHvO7JDUo62rf_VBflEZdQcw8d7Nhs8gUtPFUre09RxvYVo2UsjCvp_PiDkFGsepqXNDCv0PEZXb2FR5Q0WFSwoTAng4dxE0SDIv-7cyRL4gO8zYr5TPLF92FAwFltk-me0bpRu03AjNdQI_f1CGTjnP4X-gfl1tmmWp_Vu670iEdFS3sUeN7t2du3-cfSCRk2pMrYyBS-PxPzWIF42rAGVvF3C1rF7rgWu7U 2026/03/31 03:56:48 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2026/03/31 03:56:48 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2026/03/31 03:56:48 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AFnfMp3sVWRggGpFXthknMcj5y1-9xQr50X5eD8-oO_WWRBZFKwHaRVS-vAOxiV9i3QByE30Xdh-BuMQp1Zi7qBZMMbU8h-rArf-crCuuwq0Nb18ajKHvO7JDUo62rf_VBflEZdQcw8d7Nhs8gUtPFUre09RxvYVo2UsjCvp_PiDkFGsepqXNDCv0PEZXb2FR5Q0WFSwoTAng4dxE0SDIv-7cyRL4gO8zYr5TPLF92FAwFltk-me0bpRu03AjNdQI_f1CGTjnP4X-gfl1tmmWp_Vu670iEdFS3sUeN7t2du3-cfSCRk2pMrYyBS-PxPzWIF42rAGVvF3C1rF7rgWu7U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2026/03/31 03:56:49 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AAQhHwCfZYR51R5onNDqHdhGN4i6_HEYUg_KereIijIUB8usmHJd7Ddi4bbtO64a4xS6gmtYcV6kdEA9aE90gfpMOJF3tE-a1sP3sayyTuvSX9wRSgSNOJ8zItjT_ob0-Ke-4kKZ5VcBWXhLmkv-OxQiYxD_y2WlKnlsiM-azUqXL5OZBv_wOA5VOXT_Z8N4l9FDlSDNtaxRLEHgegaA7vvPfbuPjtTVIzHTmB_joeXlRldYG7JZQ7YnFHG_iFwGuU4nw2BHg2Ji4Dbb83lTB97siiPDy6vV0F9rfFs1rgrzkoT4s96wUSF6E1emujBkn9M0glcy0ulh6iM_UFHDTfU 2026/03/31 03:56:50 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2026/03/31 03:56:50 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/03/31 03:56:50 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AAQhHwCfZYR51R5onNDqHdhGN4i6_HEYUg_KereIijIUB8usmHJd7Ddi4bbtO64a4xS6gmtYcV6kdEA9aE90gfpMOJF3tE-a1sP3sayyTuvSX9wRSgSNOJ8zItjT_ob0-Ke-4kKZ5VcBWXhLmkv-OxQiYxD_y2WlKnlsiM-azUqXL5OZBv_wOA5VOXT_Z8N4l9FDlSDNtaxRLEHgegaA7vvPfbuPjtTVIzHTmB_joeXlRldYG7JZQ7YnFHG_iFwGuU4nw2BHg2Ji4Dbb83lTB97siiPDy6vV0F9rfFs1rgrzkoT4s96wUSF6E1emujBkn9M0glcy0ulh6iM_UFHDTfU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2026/03/31 03:56:51 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AAep6-vUvpZ-anjTPwAUIR6a94QyAhezUo-85yH8wIqgkpOHIuV5oU8zr-Loud-DV5Wm0Bsj3XQOkwomPcgJkcwk1eRT80qfOVWR7rwdGz7jL0UPBmIjo0PR1L3EpWCMT22N406We7MXtn6SST6glAA1srdD2r3vPWPnfu5ISWf3_1rhREjWIxcfgBFDEI7rKW1f9cCfLkgKUJI1G4sbABn9jLH-QoibfqV5ucXQCeHTjPEfrnTIgfy3rWCdEkWVua20roV1bA7qhgfHJmLOvNDEFZlJu689SCsFgDXeb7VJ4XJINcDtZH9u5rbl2cMNp3raL_Ap-LKNDQEixEbJsdE 2026/03/31 03:56:51 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/03/31 03:56:52 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/03/31 03:56:52 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AAep6-vUvpZ-anjTPwAUIR6a94QyAhezUo-85yH8wIqgkpOHIuV5oU8zr-Loud-DV5Wm0Bsj3XQOkwomPcgJkcwk1eRT80qfOVWR7rwdGz7jL0UPBmIjo0PR1L3EpWCMT22N406We7MXtn6SST6glAA1srdD2r3vPWPnfu5ISWf3_1rhREjWIxcfgBFDEI7rKW1f9cCfLkgKUJI1G4sbABn9jLH-QoibfqV5ucXQCeHTjPEfrnTIgfy3rWCdEkWVua20roV1bA7qhgfHJmLOvNDEFZlJu689SCsFgDXeb7VJ4XJINcDtZH9u5rbl2cMNp3raL_Ap-LKNDQEixEbJsdE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2026/03/31 03:56:53 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: ABlIlXOUTymjyQICRWMFMZtJ1KUZ8hdekWotrPf5XKLhqoDo5Rd4PH8u1fUvXQoCc4KajjmF8oB1QIbKuRDi8tOKn66wbCSm1lcwrMm9Vgh-GHvIK96Ebe4m97RZC0JQdQB52cSG0GBjuf0iKtqeYzIOqXVnzoh1QFYeBqFjQCnTSa-bdltDcJK3S6FEtI02f3W49IrJ8i44ZqQkywXPzkkYWaxk1xbjT0sLVPu8pLyboUb_4krDeALB5dceci-9bzNpiQ8u4I3EelEyymPZld6d7FOEAmmyCY9-x93qRh7lBBQAJf7nhnu4SG4xu1mdmUHIqTtuGAwV0g9NiXdYTJ4 2026/03/31 03:56:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2026/03/31 03:56:54 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2026/03/31 03:56:54 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2026/03/31 03:56:54 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/03/31 03:56:54 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/03/31 03:56:54 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/03/31 03:56:54 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "ABlIlXOUTymjyQICRWMFMZtJ1KUZ8hdekWotrPf5XKLhqoDo5Rd4PH8u1fUvXQoCc4KajjmF8oB1QIbKuRDi8tOKn66wbCSm1lcwrMm9Vgh-GHvIK96Ebe4m97RZC0JQdQB52cSG0GBjuf0iKtqeYzIOqXVnzoh1QFYeBqFjQCnTSa-bdltDcJK3S6FEtI02f3W49IrJ8i44ZqQkywXPzkkYWaxk1xbjT0sLVPu8pLyboUb_4krDeALB5dceci-9bzNpiQ8u4I3EelEyymPZld6d7FOEAmmyCY9-x93qRh7lBBQAJf7nhnu4SG4xu1mdmUHIqTtuGAwV0g9NiXdYTJ4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2026/03/31 03:56:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: ALl5n4JMA-9MbZemJ2j7aRa2OS-CGzIUSE-SAqWH1UbWPC1tvmYfqtUhGYO68CyFhssC5mB1j5mJ6fFMOam70eWg6GAIQm_rIPBm-s85vIfveh2WHt2egJUQyZX6PQT0B06Xjy88RFS5FiUQP_MSOEtx-vso8HIcUaHpN_3FsZchz7Tnh7xWeVvnHpqfxQai8O3WXvkDVAqQHPv49mt4lQmJczCKxB4QIi7onq422L9s4pWOSf_0V8hgczExTllEStDrF-S59H9PK2fo-EFObtnrqR0YWLMPbLkiIRnzXlBA98UdlF0gsfHt9TIWV-cbO7JLmYVhsayeUTCAL53CVRk 2026/03/31 03:56:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/03/31 03:56:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2026/03/31 03:56:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2026/03/31 03:56:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/03/31 03:56:57 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/03/31 03:56:57 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/03/31 03:56:57 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "ALl5n4JMA-9MbZemJ2j7aRa2OS-CGzIUSE-SAqWH1UbWPC1tvmYfqtUhGYO68CyFhssC5mB1j5mJ6fFMOam70eWg6GAIQm_rIPBm-s85vIfveh2WHt2egJUQyZX6PQT0B06Xjy88RFS5FiUQP_MSOEtx-vso8HIcUaHpN_3FsZchz7Tnh7xWeVvnHpqfxQai8O3WXvkDVAqQHPv49mt4lQmJczCKxB4QIi7onq422L9s4pWOSf_0V8hgczExTllEStDrF-S59H9PK2fo-EFObtnrqR0YWLMPbLkiIRnzXlBA98UdlF0gsfHt9TIWV-cbO7JLmYVhsayeUTCAL53CVRk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2026/03/31 03:56:59 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ALpyDZNbOOKvNFjQtAbciW7kCn3qtoafSj8spzcccoxu3Kl5hq5Mo42Rnx6Fk8wC-v6lmGkyRlgULiIgz7knG2vhxF_0pvOiSh6upj356w-f-4jfH7lyvzdyzVsJnqFG7Lsgg6jjsc8Zso00m4gCeoGYivFr8Hzh785H1_8D4GL8N3D3FgcRV61elpps3LYKWDLfrIjliEwY9fK6eYreXy20cm6DYDKiGeFyKziYPzx6kf-MKnSSj7EDL5hsro9LNimLKmPrPQJ5ARWEnGojaOqOcZobfVdyDyEDOgmF49ydKJ99qgDuz5mSLKklwTMMnyVw7B4LNVvqU0Afn4LycVA 2026/03/31 03:57:00 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2026/03/31 03:57:00 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2026/03/31 03:57:00 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "ALpyDZNbOOKvNFjQtAbciW7kCn3qtoafSj8spzcccoxu3Kl5hq5Mo42Rnx6Fk8wC-v6lmGkyRlgULiIgz7knG2vhxF_0pvOiSh6upj356w-f-4jfH7lyvzdyzVsJnqFG7Lsgg6jjsc8Zso00m4gCeoGYivFr8Hzh785H1_8D4GL8N3D3FgcRV61elpps3LYKWDLfrIjliEwY9fK6eYreXy20cm6DYDKiGeFyKziYPzx6kf-MKnSSj7EDL5hsro9LNimLKmPrPQJ5ARWEnGojaOqOcZobfVdyDyEDOgmF49ydKJ99qgDuz5mSLKklwTMMnyVw7B4LNVvqU0Afn4LycVA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2026/03/31 03:57:01 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: ACAdQziqk1kM0JPHVmh1VLqWpdl6sawZWRSjhcgm9s7HV4l9MmCwYI3OPWRn-5vvzbgqNaQL58HbhJwk68LWTLxvauKgFM4Nx3McIqQJM84g_W4NSj0NZ-VGICPq8vMIfEtkCdhPXU56hRbIH1o2oU_WDhcXxkINvES9usTi_JEP-Ju5wlQzrCzrAQnP2RgXodwAZdsdddX9EG0iVkWWm_6cvwZYzIt8qS_IiMKakPpDrDv_Oynu4v97uwl2OmJuSlb-nX0KJJb-IDE9i3K5Ol0IUeRP-yavxJgjh5lJ_IiDvNCg3YBCQ-bwyc_5M6gzYq62Tn-oFVh-iFkfDD4ONxM 2026/03/31 03:57:02 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2026/03/31 03:57:02 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/03/31 03:57:02 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "ACAdQziqk1kM0JPHVmh1VLqWpdl6sawZWRSjhcgm9s7HV4l9MmCwYI3OPWRn-5vvzbgqNaQL58HbhJwk68LWTLxvauKgFM4Nx3McIqQJM84g_W4NSj0NZ-VGICPq8vMIfEtkCdhPXU56hRbIH1o2oU_WDhcXxkINvES9usTi_JEP-Ju5wlQzrCzrAQnP2RgXodwAZdsdddX9EG0iVkWWm_6cvwZYzIt8qS_IiMKakPpDrDv_Oynu4v97uwl2OmJuSlb-nX0KJJb-IDE9i3K5Ol0IUeRP-yavxJgjh5lJ_IiDvNCg3YBCQ-bwyc_5M6gzYq62Tn-oFVh-iFkfDD4ONxM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2026/03/31 03:57:03 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AJI4iTIgzaDwX_LoLZRNYyYQ0TdwPNkPrzXZ9Jr1RqhX04GyRQtzQP68ztvk_E01x05x1tJZ8HOIh0Ct2kdWa6p_0FIG7x5ipqYoqJVxf2mT70F-xw7xZgpkyGcOETbf1ae52hA0MZ2Pd5Ky-to9MsEQ8oiplCXce-wTB4xMTNehko-K1ICXI8AB370TDG5sqp3FxuX9gpry-4kTSoI0JZxVDayV2vvuICU5ai6eSuNaAN2R-WW0TpEhOJkPBcA9_CFx2h24ROKkOOubk_WnyeUlrcYwT2Kv7HfczNNM3b5x14-6GIYeEFooj-_BIbdB4nM8MO2rrLgR6B5YVMWtCM8 2026/03/31 03:57:03 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/03/31 03:57:04 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/03/31 03:57:04 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AJI4iTIgzaDwX_LoLZRNYyYQ0TdwPNkPrzXZ9Jr1RqhX04GyRQtzQP68ztvk_E01x05x1tJZ8HOIh0Ct2kdWa6p_0FIG7x5ipqYoqJVxf2mT70F-xw7xZgpkyGcOETbf1ae52hA0MZ2Pd5Ky-to9MsEQ8oiplCXce-wTB4xMTNehko-K1ICXI8AB370TDG5sqp3FxuX9gpry-4kTSoI0JZxVDayV2vvuICU5ai6eSuNaAN2R-WW0TpEhOJkPBcA9_CFx2h24ROKkOOubk_WnyeUlrcYwT2Kv7HfczNNM3b5x14-6GIYeEFooj-_BIbdB4nM8MO2rrLgR6B5YVMWtCM8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2026/03/31 03:57:05 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AG3oBgIo17fGOUdzZ3qHlbwUe7GgZT3KujWOSHCoKzW-D93TcnmBf0kXsJkgLt3MGmlbuAEsTU3xd2MC08shukDwezGLRKa7LorR9FBzPA4Trkkm6yy60X-XnHi82NH32QvOA6yG9cuHKmskDjM13B_0Benh3QEuTrAw4rF97Yr65jjfpLcpKPXF4DTC-NuKzXdCVFJyay-8axsjDsaox-IABtHruvfq59mTbnx9Z2IWz2Qw52bwV2pMhK4Cef4lC0jTHa-RDHbQJu6nk-unilusxpISPDIFsTPQCPnTR-AMWJ7vhSc0-amZ0IBN2AzQVhRXzuctkn4Ev9vkOWiyFM4 2026/03/31 03:57:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2026/03/31 03:57:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2026/03/31 03:57:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2026/03/31 03:57:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/03/31 03:57:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/03/31 03:57:07 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/03/31 03:57:07 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AG3oBgIo17fGOUdzZ3qHlbwUe7GgZT3KujWOSHCoKzW-D93TcnmBf0kXsJkgLt3MGmlbuAEsTU3xd2MC08shukDwezGLRKa7LorR9FBzPA4Trkkm6yy60X-XnHi82NH32QvOA6yG9cuHKmskDjM13B_0Benh3QEuTrAw4rF97Yr65jjfpLcpKPXF4DTC-NuKzXdCVFJyay-8axsjDsaox-IABtHruvfq59mTbnx9Z2IWz2Qw52bwV2pMhK4Cef4lC0jTHa-RDHbQJu6nk-unilusxpISPDIFsTPQCPnTR-AMWJ7vhSc0-amZ0IBN2AzQVhRXzuctkn4Ev9vkOWiyFM4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2026/03/31 03:57:08 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AHr-AML_VXNS6XQJbYnFn2rnld3hW6hnV5K8Eba9m1HGd5cfJlD19OgC9Imdw2r4kUVazxqdml50x8diPSW87aoS7KdpAOV0RsQTyDE00NYhslnlKbgshlFClRb8noFAQvFCRNW2QLK2rWOcfgE1c9J4uC6GfdKtxBOnGrfZi9_BjBhdEAe-wYR1TpI0E79DEYpxLInybl-btJUBElazyY-IFRJ8Im7zCDGcA7Cq8wsU5qg_lYqwj2WGqwucbGFkIueVEzlJ2Ed85E5qok-J4e16LqaS_y6KcO5At3dyUuP4CcjfUbLZD-N--k8qv_vObr3oy10W9SgvfaeVHRda3kI 2026/03/31 03:57:08 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/03/31 03:57:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2026/03/31 03:57:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2026/03/31 03:57:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/03/31 03:57:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/03/31 03:57:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/03/31 03:57:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AHr-AML_VXNS6XQJbYnFn2rnld3hW6hnV5K8Eba9m1HGd5cfJlD19OgC9Imdw2r4kUVazxqdml50x8diPSW87aoS7KdpAOV0RsQTyDE00NYhslnlKbgshlFClRb8noFAQvFCRNW2QLK2rWOcfgE1c9J4uC6GfdKtxBOnGrfZi9_BjBhdEAe-wYR1TpI0E79DEYpxLInybl-btJUBElazyY-IFRJ8Im7zCDGcA7Cq8wsU5qg_lYqwj2WGqwucbGFkIueVEzlJ2Ed85E5qok-J4e16LqaS_y6KcO5At3dyUuP4CcjfUbLZD-N--k8qv_vObr3oy10W9SgvfaeVHRda3kI" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2026/03/31 03:57:11 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2026/03/31 03:57:13 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2026/03/31 03:57:16 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2026/03/31 03:57:19 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2026/03/31 03:57:22 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2026/03/31 03:57:23 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AGsIJCkQmDvQFYqfI24qcYR6EnF8lXZ5lK7zKR1f5-bRWb-u1fjPVbQcVGzEgEIAfdHG4AhRmDwSeVrjYD_z2tzDnDR3YGk85R0bkVGOy-UFRco1dxlcK3Snruj1DbqcEo42wQY-7O_4Z9QOAw_ltYL-XlOQFY2t4o5hsQBYvvnpGmC-4K48YDB9R6NQB4jDVcNB_87n7txWqZ-KoIvj5gqaEgCGD8sBJQ9RGOjzJvKwuuDT0OKR7_E5xBUDqpdQaOYylkqFPk_1xbo2i5Wscx7IuzKR9qjiYJPTDQegtAmPVIdEbslhbgQMYQjNx9ZyW9x1MomvmuZjHxJP4mT0g9M 2026/03/31 03:57:23 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/03/31 03:57:23 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "7d2687b8bf5f7d92fc723ac96da131c2" 2026/03/31 03:57:24 DEBUG : unknown-size-put.txt: multipart upload "AGsIJCkQmDvQFYqfI24qcYR6EnF8lXZ5lK7zKR1f5-bRWb-u1fjPVbQcVGzEgEIAfdHG4AhRmDwSeVrjYD_z2tzDnDR3YGk85R0bkVGOy-UFRco1dxlcK3Snruj1DbqcEo42wQY-7O_4Z9QOAw_ltYL-XlOQFY2t4o5hsQBYvvnpGmC-4K48YDB9R6NQB4jDVcNB_87n7txWqZ-KoIvj5gqaEgCGD8sBJQ9RGOjzJvKwuuDT0OKR7_E5xBUDqpdQaOYylkqFPk_1xbo2i5Wscx7IuzKR9qjiYJPTDQegtAmPVIdEbslhbgQMYQjNx9ZyW9x1MomvmuZjHxJP4mT0g9M" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/03/31 03:57:24 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ANejHX0roZH5_Oro-vhNqbTdJKMORsElEzTw0v3iF8iok5RNOsycpljTViofztCn5PXZ5Nqes5FrVbLfe3OdvP2ENMmf6RJIkcKdUl5LJQ0Hyx1xY_1lGr23sPOLBFeUfU8tJN5fTAwtDqHxoa83ZnCsqWlZYo7rI5hpCfzk3uHwUwkSRtvBZiepADOuoa2sHLLX_7yRMVlLaKFb9dqT2JEKPF9uINxszby4g6oHvMIVCujXYCYt3omSBC2T6xDpk66_Kkbms3Kg6B_x3Mi2p-iK37VDX4t3LCKoDo2cfdjdTh736YsijmRVxFXHf9o4aTewu-ujTcMBGx0MgaqhsIQ 2026/03/31 03:57:24 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2026/03/31 03:57:24 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "7fa5bec91239683655ab559ecc4b0bad" 2026/03/31 03:57:25 DEBUG : unknown-size-update.txt: multipart upload "ANejHX0roZH5_Oro-vhNqbTdJKMORsElEzTw0v3iF8iok5RNOsycpljTViofztCn5PXZ5Nqes5FrVbLfe3OdvP2ENMmf6RJIkcKdUl5LJQ0Hyx1xY_1lGr23sPOLBFeUfU8tJN5fTAwtDqHxoa83ZnCsqWlZYo7rI5hpCfzk3uHwUwkSRtvBZiepADOuoa2sHLLX_7yRMVlLaKFb9dqT2JEKPF9uINxszby4g6oHvMIVCujXYCYt3omSBC2T6xDpk66_Kkbms3Kg6B_x3Mi2p-iK37VDX4t3LCKoDo2cfdjdTh736YsijmRVxFXHf9o4aTewu-ujTcMBGx0MgaqhsIQ" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/03/31 03:57:25 DEBUG : Creating backend with remote "TestS3R2:rclone-test-guwazox6batu/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2633: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2676: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2725: Can't test if can't have empty directories 2026/03/31 03:57:25 DEBUG : Waiting for deletions to finish 2026/03/31 03:57:25 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2026/03/31 03:57:25 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2026/03/31 03:57:25 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/03/31 03:57:26 INFO : S3 bucket rclone-test-guwazox6batu: Bucket "rclone-test-guwazox6batu" deleted 2026/03/31 03:57:26 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2839: Shutdown method not supported --- PASS: TestIntegration (116.97s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.36s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.17s) --- PASS: TestIntegration/FsMkdir (114.76s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.22s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding (11.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.63s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.61s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.61s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.63s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.61s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.60s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.60s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.60s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.59s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.60s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.60s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.60s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.60s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.61s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.58s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.64s) --- 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.47s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (1.85s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (21.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.27s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.50s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (4.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.94s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.34s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.31s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.48s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.03s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (62.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (9.31s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (2.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (2.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.21s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (3.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (1.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (8.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (2.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.31s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (2.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (3.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (1.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (8.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (2.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (2.74s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (3.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (11.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (3.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (1.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (3.96s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (1.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (4.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (2.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (11.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (1.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (3.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (2.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (4.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (12.31s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (3.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (1.95s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (4.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (2.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (5.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (2.48s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (12.82s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (2.13s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (2.37s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (2.65s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (3.14s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (2.54s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (1.75s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.71s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.04s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.21s) --- 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:45: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2026/03/31 03:57:26 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2026/03/31 03:57:26 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) === RUN TestParseRetainUntilDate === RUN TestParseRetainUntilDate/RFC3339_date === RUN TestParseRetainUntilDate/RFC3339_date_with_timezone === RUN TestParseRetainUntilDate/duration_days === RUN TestParseRetainUntilDate/duration_hours === RUN TestParseRetainUntilDate/duration_minutes === RUN TestParseRetainUntilDate/invalid_input === RUN TestParseRetainUntilDate/empty_input --- PASS: TestParseRetainUntilDate (0.00s) --- PASS: TestParseRetainUntilDate/RFC3339_date (0.00s) --- PASS: TestParseRetainUntilDate/RFC3339_date_with_timezone (0.00s) --- PASS: TestParseRetainUntilDate/duration_days (0.00s) --- PASS: TestParseRetainUntilDate/duration_hours (0.00s) --- PASS: TestParseRetainUntilDate/duration_minutes (0.00s) --- PASS: TestParseRetainUntilDate/invalid_input (0.00s) --- PASS: TestParseRetainUntilDate/empty_input (0.00s) PASS ok github.com/rclone/rclone/backend/s3 117.018s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 1m58.171510399s (try 1/5)