"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/26 06:55:39 DEBUG : Creating backend with remote "TestS3R2:rclone-test-xudiyih8xagi" 2026/03/26 06:55:39 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/26 06:55:40 INFO : S3 bucket rclone-test-xudiyih8xagi: Bucket "rclone-test-xudiyih8xagi" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2026/03/26 06:55:42 INFO : S3 bucket rclone-test-xudiyih8xagi: Bucket "rclone-test-xudiyih8xagi" deleted === RUN TestIntegration/FsMkdir 2026/03/26 06:55:42 INFO : S3 bucket rclone-test-xudiyih8xagi: Bucket "rclone-test-xudiyih8xagi" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/03/26 06:55:42 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2026/03/26 06:55:42 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2026/03/26 06:55:42 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/26 06:55:57 NOTICE: S3 bucket rclone-test-xudiyih8xagi: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2026/03/26 06:55:57 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AMDN_RMsG0u5wTByklIlbGWPeuxBECRhcEkch3bNkp0CGu1vivw4J0__66_7FnUvnh9nJxk8gnOYAqK34zlm8l9Y0oO05MdANImYJ5fiLaIbmrxW1EVutmSJ6JRnIpLAtLeOnJQZtebHQF5v_YOnnHLoZyGTeRIQtZiY4_BXOwNbWtH1wHdZTNEXUVJPb3qXCC_XKqlPjzzOIJTD5PPTR0qlw7xgMSt7cPFbRFiQMBqYQjMEUT9e2cigQ10fjp8JBFADX4wCwdF3SCArkBzkpwbi3qRFPhlK0AinhOTPo9TIRzUdovS7-W8MFZ3wXWBEMmPn8JCEqMwuPle-OFutics 2026/03/26 06:55:58 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "03661392b5b201a2d6d713b9146614cc" 2026/03/26 06:55:58 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "11c75e231cb85248fe1ba09e389ab0ef" 2026/03/26 06:55:58 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "531deda179506c8937b3f3cecac35cff" 2026/03/26 06:55:58 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AMDN_RMsG0u5wTByklIlbGWPeuxBECRhcEkch3bNkp0CGu1vivw4J0__66_7FnUvnh9nJxk8gnOYAqK34zlm8l9Y0oO05MdANImYJ5fiLaIbmrxW1EVutmSJ6JRnIpLAtLeOnJQZtebHQF5v_YOnnHLoZyGTeRIQtZiY4_BXOwNbWtH1wHdZTNEXUVJPb3qXCC_XKqlPjzzOIJTD5PPTR0qlw7xgMSt7cPFbRFiQMBqYQjMEUT9e2cigQ10fjp8JBFADX4wCwdF3SCArkBzkpwbi3qRFPhlK0AinhOTPo9TIRzUdovS7-W8MFZ3wXWBEMmPn8JCEqMwuPle-OFutics" 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/26 06:56:00 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2026/03/26 06:56:01 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/26 06:56:03 DEBUG : S3 bucket rclone-test-xudiyih8xagi: bucket is versioned: false 2026/03/26 06:56:03 DEBUG : Waiting for deletions to finish 2026/03/26 06:56:03 DEBUG : "dirToPurge/fileToPurge.txt" version false 2026/03/26 06:56:03 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2026/03/26 06:56:03 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/03/26 06:56:03 DEBUG : Creating backend with remote "TestS3R2:rclone-test-xudiyih8xagi/dirToPurgeFromRoot" 2026/03/26 06:56:04 DEBUG : S3 bucket rclone-test-xudiyih8xagi path dirToPurgeFromRoot: bucket is versioned: false 2026/03/26 06:56:04 DEBUG : Waiting for deletions to finish 2026/03/26 06:56:04 DEBUG : "fileToPurgeFromRoot.txt" version false 2026/03/26 06:56:04 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2026/03/26 06:56:04 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/03/26 06:56:04 DEBUG : Creating backend with remote "TestS3R2:rclone-test-xudiyih8xagi/hello? sausage/êé" 2026/03/26 06:56:05 DEBUG : S3 bucket rclone-test-xudiyih8xagi path hello? sausage/êé: bucket is versioned: false 2026/03/26 06:56:05 DEBUG : Waiting for deletions to finish 2026/03/26 06:56:05 DEBUG : "a/b/c/d/e.txt" version false 2026/03/26 06:56:05 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2026/03/26 06:56:05 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/26 06:56:10 DEBUG : Creating backend with remote "TestS3R2:rclone-test-xudiyih8xagi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/03/26 06:56:11 DEBUG : Creating backend with remote "TestS3R2:rclone-test-xudiyih8xagi/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1916: Opening root remote "TestS3R2:" path "rclone-test-xudiyih8xagi" from "TestS3R2:rclone-test-xudiyih8xagi" 2026/03/26 06:56:11 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/26 06:56:16 DEBUG : piped data.txt: open chunk writer: started multipart upload: AIMaxP1EL1E1ynKaQiPkAsMCGqJd2CZXgmemBwT0JBoN2eblK1eDbMjjvwsMRaVdRJUWeF2ZG6JJ3i7iFJyzfIzuRfn6tzbnNyTqYiriGxIVsqcE20ED53CYIpVWS88Fng4N4jmJBKa9A43rbZXBFi5mMags-KsB-ppVtBckPDGhqKJUlpkEAVWOyGayRTngHnBCjaSS5Qp5UK97iK6zATjh8nlkUbld-OHcEGL_X5T49GmXJH-X96b_843G-ppeKnorAdvNCX6vUhIEeqVS6rNuNwRjqjVh96yb5TzBz0Fb37XIcJDUfrWqGQhiWCsJIoNXjp5QBASuYSoMoyr0cB0 2026/03/26 06:56:16 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2026/03/26 06:56:16 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2026/03/26 06:56:16 DEBUG : piped data.txt: multipart upload "AIMaxP1EL1E1ynKaQiPkAsMCGqJd2CZXgmemBwT0JBoN2eblK1eDbMjjvwsMRaVdRJUWeF2ZG6JJ3i7iFJyzfIzuRfn6tzbnNyTqYiriGxIVsqcE20ED53CYIpVWS88Fng4N4jmJBKa9A43rbZXBFi5mMags-KsB-ppVtBckPDGhqKJUlpkEAVWOyGayRTngHnBCjaSS5Qp5UK97iK6zATjh8nlkUbld-OHcEGL_X5T49GmXJH-X96b_843G-ppeKnorAdvNCX6vUhIEeqVS6rNuNwRjqjVh96yb5TzBz0Fb37XIcJDUfrWqGQhiWCsJIoNXjp5QBASuYSoMoyr0cB0" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/03/26 06:56:16 DEBUG : piped data.txt: open chunk writer: started multipart upload: AI8w1j-HrxgiQ6cbvEyTvzaBq1pCPSLuYAaF4HvT9KjTzPd3_GubYOZeMnZp9QwsDI1iNNLM0dB0pqTHXpKfcKpcvhncYO9BZGyO1SmcijyqGiBXL96DQk3lUKR2dTRnZ5gWODEM2Cm_7-VPDwuPPPVIfmyyIpWZx3jljK0TFq8PgG8eQjRjZaHsAmnEJw6dSgb_dqY97d0pEmBHjIlT0SNp096TrXMVaLMnRRrpXgatkn9aU3xSft4TovciheF091oooviF93-Y1Jk2FVqu6hzh0WyZmESkzwCURTd8rJLw_4nG--SG9cPlibsX0XKDhoXdY0ISZVm9jyKBugeVlVc 2026/03/26 06:56:16 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/03/26 06:56:16 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "d42541002ea5c9c1a9f547ba37d3fa37" 2026/03/26 06:56:17 DEBUG : piped data.txt: multipart upload "AI8w1j-HrxgiQ6cbvEyTvzaBq1pCPSLuYAaF4HvT9KjTzPd3_GubYOZeMnZp9QwsDI1iNNLM0dB0pqTHXpKfcKpcvhncYO9BZGyO1SmcijyqGiBXL96DQk3lUKR2dTRnZ5gWODEM2Cm_7-VPDwuPPPVIfmyyIpWZx3jljK0TFq8PgG8eQjRjZaHsAmnEJw6dSgb_dqY97d0pEmBHjIlT0SNp096TrXMVaLMnRRrpXgatkn9aU3xSft4TovciheF091oooviF93-Y1Jk2FVqu6hzh0WyZmESkzwCURTd8rJLw_4nG--SG9cPlibsX0XKDhoXdY0ISZVm9jyKBugeVlVc" 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/26 06:56:17 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/26 06:56:19 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AAQ_tpCpgk415kWrJk0oM7NzpyLh5ovCdTtK7Hmx-x0QjTlkii49XeIY9Ke6YrXuhBvbR6Aea8nxnG7PhPsXb2ft9OpaFeWqL8sApupfJeDRd-L0jvoRPX6Z3lfcCCRnh4qlgJN6M6K4U-7yXc8OKHekrGX6SHxm9EPsupY7Ghytnjdg1efPAN9XzbxXTrmfvDsdttCgVcUPskX7FvgkK0Jlyb_uo-uhTMLsei-A8-jwWnX19DxHr8VZZ-1hKRybTISqT_jMcU4b6GSrmDGEQQbRGb0fdBvnTnVjc7oMxDL-cL9xH0XnxwtE8rLdEfpuNlj_B57iqg9vV7eIxPQUzFs 2026/03/26 06:56:19 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2026/03/26 06:56:19 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2026/03/26 06:56:20 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AAQ_tpCpgk415kWrJk0oM7NzpyLh5ovCdTtK7Hmx-x0QjTlkii49XeIY9Ke6YrXuhBvbR6Aea8nxnG7PhPsXb2ft9OpaFeWqL8sApupfJeDRd-L0jvoRPX6Z3lfcCCRnh4qlgJN6M6K4U-7yXc8OKHekrGX6SHxm9EPsupY7Ghytnjdg1efPAN9XzbxXTrmfvDsdttCgVcUPskX7FvgkK0Jlyb_uo-uhTMLsei-A8-jwWnX19DxHr8VZZ-1hKRybTISqT_jMcU4b6GSrmDGEQQbRGb0fdBvnTnVjc7oMxDL-cL9xH0XnxwtE8rLdEfpuNlj_B57iqg9vV7eIxPQUzFs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2026/03/26 06:56:20 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AG5WTUUurcJbBrgjaiCxjRJxVTnFkjn4To_AGrPBcn_6_qaaG7r8E1VxQGN4dK1zqdvXJOt5AybCJ3D5EiaMpEDPvbI_Oa9euCLKxDCeEuaeWhcv0qryfmperslPotdOkR3LmqkEadSrfVFp7knLwKWcUNaE2hIHFzsVK_gBFffMFiaJP2RP972loWjlFc9AqtMiFdUOSQ5j271X5rPszP9IyEhb_EG07nNPdEpGyZplruCWPoX6YPKwpTzoBXKEV7j44Y7GGQG5AsweI0fnSbsYCKX_hM7PqhVe058ZGWO4YyTn0V2_JcT1PAkRCtXRrRI0uOYpJzEEb6dd6Hpflh0 2026/03/26 06:56:20 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2026/03/26 06:56:21 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/03/26 06:56:21 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AG5WTUUurcJbBrgjaiCxjRJxVTnFkjn4To_AGrPBcn_6_qaaG7r8E1VxQGN4dK1zqdvXJOt5AybCJ3D5EiaMpEDPvbI_Oa9euCLKxDCeEuaeWhcv0qryfmperslPotdOkR3LmqkEadSrfVFp7knLwKWcUNaE2hIHFzsVK_gBFffMFiaJP2RP972loWjlFc9AqtMiFdUOSQ5j271X5rPszP9IyEhb_EG07nNPdEpGyZplruCWPoX6YPKwpTzoBXKEV7j44Y7GGQG5AsweI0fnSbsYCKX_hM7PqhVe058ZGWO4YyTn0V2_JcT1PAkRCtXRrRI0uOYpJzEEb6dd6Hpflh0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2026/03/26 06:56:22 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AMSL_-0laeE7oDdSypcnJBTsVMdD0BwzybLOjQqj8v9PiG0Ps810Ch-2ZQIAh5Aba7ZTNSlue9S0Q9IIU9ek9ElJVWpMVm06mChEXDRx5T61ZjHMBXjqqVgeI5_8U5gxme-2TW_mY1JSpNh6mQOr3Z6Bf-kBXQeSgGNUd0-3818LrIPEB_IV0K4V95GMyU-vRyEv__9IqEBYVQ77m0K38UmTxeRUUqMvbprGyYtw54ePuKxf2fAFTZffjJzDiMauI7yXAy0HCICz3-ToXPdexveL9Hgz4RbSnVSfhKa-LY9tlMYwPRvIXXvPjTHnnP9BYQDkDuqCLlsYo7akd03LH7A 2026/03/26 06:56:22 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/03/26 06:56:22 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/03/26 06:56:22 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AMSL_-0laeE7oDdSypcnJBTsVMdD0BwzybLOjQqj8v9PiG0Ps810Ch-2ZQIAh5Aba7ZTNSlue9S0Q9IIU9ek9ElJVWpMVm06mChEXDRx5T61ZjHMBXjqqVgeI5_8U5gxme-2TW_mY1JSpNh6mQOr3Z6Bf-kBXQeSgGNUd0-3818LrIPEB_IV0K4V95GMyU-vRyEv__9IqEBYVQ77m0K38UmTxeRUUqMvbprGyYtw54ePuKxf2fAFTZffjJzDiMauI7yXAy0HCICz3-ToXPdexveL9Hgz4RbSnVSfhKa-LY9tlMYwPRvIXXvPjTHnnP9BYQDkDuqCLlsYo7akd03LH7A" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2026/03/26 06:56:23 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AHfXBu0KYQ5yZzUrR9d4R5Ry_CJc4gJGVb95YaDryRj4aSSxZ5j3oFpkR-yT2J3qErY1XtsEifbIrXQqdED0z4ravaaZWTiEohqz9NlVFY_fYik5N9SAfg3rDEf-q4HkSFcKigWIA-sxjbPxc9vvqvCUmWgrtVZrr-0LIkj6vG6Pdz_zArBTxSsvAwfTujrM_ylAXxyhKu9yN_50RU9X1OI6qk1a4cUItLCKCuSQrSkyaetMSBFyfTRCn6s97HwAdrNlhm530ib5wqxWFQJSRz6xLqjmoCvKcHwVSwzjHvhJJunHIlj3zT2FB2RIkQI1_28d-PtRC2LPsWBfkiLS9bA 2026/03/26 06:56:23 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2026/03/26 06:56:23 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2026/03/26 06:56:23 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2026/03/26 06:56:23 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/03/26 06:56:23 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/03/26 06:56:24 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/03/26 06:56:24 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AHfXBu0KYQ5yZzUrR9d4R5Ry_CJc4gJGVb95YaDryRj4aSSxZ5j3oFpkR-yT2J3qErY1XtsEifbIrXQqdED0z4ravaaZWTiEohqz9NlVFY_fYik5N9SAfg3rDEf-q4HkSFcKigWIA-sxjbPxc9vvqvCUmWgrtVZrr-0LIkj6vG6Pdz_zArBTxSsvAwfTujrM_ylAXxyhKu9yN_50RU9X1OI6qk1a4cUItLCKCuSQrSkyaetMSBFyfTRCn6s97HwAdrNlhm530ib5wqxWFQJSRz6xLqjmoCvKcHwVSwzjHvhJJunHIlj3zT2FB2RIkQI1_28d-PtRC2LPsWBfkiLS9bA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2026/03/26 06:56:25 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ADvK2LlzwEZYZCEjpwr3rpZsDFkKPjG6zOimUoNzG_m01KshH0-LTyVnK1-BceBQ15wsiRvRCjOAc9Pe2P-f04lyrtElbWf-xN_yK9ZFrv7nRbR9j9n9Zb7PaxGiII9BE8ztOuSEtaL8fkzWHKXcm8UsCZ39Pj4hnCqWmjHTuUjoSUQ5eq1WaZH_980PheXALQ4LtiONJZ8CSNO83mRGBV85HbpaWHFqM3W9PHa-cJxuDWBCR7-fo_5-I-62ztDqTv-_qrThYeRhss_Db0APf10OvdgjcKNcv6YuXSkJ3yIR0yPflq4JkS6PjNuW6dhORvmKxUsdJLtVA9yHGlNFD78 2026/03/26 06:56:25 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/03/26 06:56:25 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2026/03/26 06:56:25 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2026/03/26 06:56:25 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/03/26 06:56:25 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/03/26 06:56:25 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/03/26 06:56:26 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ADvK2LlzwEZYZCEjpwr3rpZsDFkKPjG6zOimUoNzG_m01KshH0-LTyVnK1-BceBQ15wsiRvRCjOAc9Pe2P-f04lyrtElbWf-xN_yK9ZFrv7nRbR9j9n9Zb7PaxGiII9BE8ztOuSEtaL8fkzWHKXcm8UsCZ39Pj4hnCqWmjHTuUjoSUQ5eq1WaZH_980PheXALQ4LtiONJZ8CSNO83mRGBV85HbpaWHFqM3W9PHa-cJxuDWBCR7-fo_5-I-62ztDqTv-_qrThYeRhss_Db0APf10OvdgjcKNcv6YuXSkJ3yIR0yPflq4JkS6PjNuW6dhORvmKxUsdJLtVA9yHGlNFD78" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2026/03/26 06:56:27 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AIxHuZtp0iKNf8tlOBHS0zbkhpx1RlSHxDwZDSZv9goXkOsN9_jx6tit_eaij0oBompnUNHLP7KAWgvJtNiJcLjAkP9pC6h9sHm8NV-HbMwPkFpVxuXfqanAbSSopUhJWPq5OXUeIv-nVaagfyxb7w9uAUp9Ziqe9DZ2My3889wCmDZ_If5ZMc7Ct84O1lEYd5DSj0e8DuNnSn5cD3G1ApoRsFdulLt-aYSB5caxfLm-4st8b8igbWAXE0qQBlzZBSLcX6A-nHrRmNXUzJ1s2U7763Dz4bWCvhHmOYZYq6Ejjdwil3IM7743Al5Stlv9X2DzBlyz_CHatsZ8_o4PStw 2026/03/26 06:56:28 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/03/26 06:56:28 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2026/03/26 06:56:28 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AIxHuZtp0iKNf8tlOBHS0zbkhpx1RlSHxDwZDSZv9goXkOsN9_jx6tit_eaij0oBompnUNHLP7KAWgvJtNiJcLjAkP9pC6h9sHm8NV-HbMwPkFpVxuXfqanAbSSopUhJWPq5OXUeIv-nVaagfyxb7w9uAUp9Ziqe9DZ2My3889wCmDZ_If5ZMc7Ct84O1lEYd5DSj0e8DuNnSn5cD3G1ApoRsFdulLt-aYSB5caxfLm-4st8b8igbWAXE0qQBlzZBSLcX6A-nHrRmNXUzJ1s2U7763Dz4bWCvhHmOYZYq6Ejjdwil3IM7743Al5Stlv9X2DzBlyz_CHatsZ8_o4PStw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2026/03/26 06:56:29 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ADbvfsgGH8xg0QKOBvkdzFoCDoNYbTeMep-Gzv1YOgwIw-SA8drVyzBw-3P_ktN82f1npGTaAG4sH9-eS1s7VzGO74Qt5Dd5Fik2SEAtbQkUZIo_Hz9KLFHI2c1LK03iCFw9b6yEwXtGWiPyr-c7-n0TJM6gtCUVqwj6UZp8qXlux09OGwh8jvGpjld1_8uoF1_RRI5HOmn3ye6Ne8vermtfwgvmWB09A-e6PpCvxtoqQEDkkpeag7FnxgbjTgcEuVJf0Roo5ZPGE2JxY53I7Cyhu7C_zOzA8yOLq5uUBr-jd8wGYUEua6zQd1jRLBRpJac2s4eZvRq2gGaqEp3Jh3k 2026/03/26 06:56:29 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2026/03/26 06:56:29 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/03/26 06:56:29 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ADbvfsgGH8xg0QKOBvkdzFoCDoNYbTeMep-Gzv1YOgwIw-SA8drVyzBw-3P_ktN82f1npGTaAG4sH9-eS1s7VzGO74Qt5Dd5Fik2SEAtbQkUZIo_Hz9KLFHI2c1LK03iCFw9b6yEwXtGWiPyr-c7-n0TJM6gtCUVqwj6UZp8qXlux09OGwh8jvGpjld1_8uoF1_RRI5HOmn3ye6Ne8vermtfwgvmWB09A-e6PpCvxtoqQEDkkpeag7FnxgbjTgcEuVJf0Roo5ZPGE2JxY53I7Cyhu7C_zOzA8yOLq5uUBr-jd8wGYUEua6zQd1jRLBRpJac2s4eZvRq2gGaqEp3Jh3k" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2026/03/26 06:56:30 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ADkBs2FQ5XayUErrRczk5SWpaCl_0xuqqk2klFx2eJ6aDj9tXSnZ3n1is3titMzuQ5-EHsS85OqcTQ7KlcvLSfClw5PsXv1-QB8gsetZpE7QInsmQhi6XOMXzJCAg_NFJSVxG6oN1tRJ21QypKOIHA7omGUxliFKYHj2Z7azAJqpb9mZ0pAqIEW6PI-8jlAyPzizEWarxib845xvA9ZBVWzlFsqjNroHVseSoXGOWyumoGoYYL3SORFtsqDsOqZHzH57Tu49iu1xgnRHuVZi7DLMhz1xMnodynbS0SG8q1Yf8CbigRWmfVuALTYwEemRkr1om5UlS0cx-KqqBvtEfZ8 2026/03/26 06:56:30 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/03/26 06:56:31 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/03/26 06:56:31 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ADkBs2FQ5XayUErrRczk5SWpaCl_0xuqqk2klFx2eJ6aDj9tXSnZ3n1is3titMzuQ5-EHsS85OqcTQ7KlcvLSfClw5PsXv1-QB8gsetZpE7QInsmQhi6XOMXzJCAg_NFJSVxG6oN1tRJ21QypKOIHA7omGUxliFKYHj2Z7azAJqpb9mZ0pAqIEW6PI-8jlAyPzizEWarxib845xvA9ZBVWzlFsqjNroHVseSoXGOWyumoGoYYL3SORFtsqDsOqZHzH57Tu49iu1xgnRHuVZi7DLMhz1xMnodynbS0SG8q1Yf8CbigRWmfVuALTYwEemRkr1om5UlS0cx-KqqBvtEfZ8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2026/03/26 06:56:31 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AJcs9ftdYH-1RmniAdLGDLLFncyGRhguV1g4apNHIQtLhjFmQ6xjCV8F16TnMM_dVL1Ct7GOfUpTIFIFzK0Bb8THOOwxg3A3xdBUHH_rgosQq7_85R39wJE64oxbLxXzzKsErAil6VuUw_iuleD603Fp9B77TpMw9dXCkw6gtWGcnRglNFOWXYaAMF3l0-DxgVy_rY5ZhfAij1jxKFHad1u0QHQzIPCftLSnYkrgvEQgn1BL3Js-fjaTb3qdMSZsGR9Ov5dK2D8zhFfN29kXWmjmhLk8TuGELOdxrioekvL_bqtdh5EQukYVCbuzHOPS_Y21J_Rp_n7UWP4LZRBsnNg 2026/03/26 06:56:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2026/03/26 06:56:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/03/26 06:56:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2026/03/26 06:56:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/03/26 06:56:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/03/26 06:56:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/03/26 06:56:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AJcs9ftdYH-1RmniAdLGDLLFncyGRhguV1g4apNHIQtLhjFmQ6xjCV8F16TnMM_dVL1Ct7GOfUpTIFIFzK0Bb8THOOwxg3A3xdBUHH_rgosQq7_85R39wJE64oxbLxXzzKsErAil6VuUw_iuleD603Fp9B77TpMw9dXCkw6gtWGcnRglNFOWXYaAMF3l0-DxgVy_rY5ZhfAij1jxKFHad1u0QHQzIPCftLSnYkrgvEQgn1BL3Js-fjaTb3qdMSZsGR9Ov5dK2D8zhFfN29kXWmjmhLk8TuGELOdxrioekvL_bqtdh5EQukYVCbuzHOPS_Y21J_Rp_n7UWP4LZRBsnNg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2026/03/26 06:56:33 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ACViXIrutmFhVsfegkEVu6UBqRVafH1t3nMamDYl8XrfsMDe3co79qkw3lFuCFl5FwMGSGPHVLsHIQvVWntaxG-94jZ9DUC8CE5Vdljq3vq0qefGgbGfaoZ7Ko_qm1PTxDa-7v53JixU00YPnArWBxAOh-zaLBlKUtXfG__hXZHF2QobTtLDG57num6UNhDcHrPLMl9Fmxs8BTWy73XkOgvALo5wK8eX16RhdYfqV1HXXMTV2Q_ZhHIYzsLUNudDyo7o333JP72rBAGPbvzSLUDhYrQg-u_pDn4z3fZWPdJfDzAeScQHjI2yY9VeEz9uFXUOYLu4_EmBdUYcK_u55tA 2026/03/26 06:56:33 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/03/26 06:56:33 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/03/26 06:56:33 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2026/03/26 06:56:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/03/26 06:56:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/03/26 06:56:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/03/26 06:56:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ACViXIrutmFhVsfegkEVu6UBqRVafH1t3nMamDYl8XrfsMDe3co79qkw3lFuCFl5FwMGSGPHVLsHIQvVWntaxG-94jZ9DUC8CE5Vdljq3vq0qefGgbGfaoZ7Ko_qm1PTxDa-7v53JixU00YPnArWBxAOh-zaLBlKUtXfG__hXZHF2QobTtLDG57num6UNhDcHrPLMl9Fmxs8BTWy73XkOgvALo5wK8eX16RhdYfqV1HXXMTV2Q_ZhHIYzsLUNudDyo7o333JP72rBAGPbvzSLUDhYrQg-u_pDn4z3fZWPdJfDzAeScQHjI2yY9VeEz9uFXUOYLu4_EmBdUYcK_u55tA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2026/03/26 06:56:36 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AIFTrJZbOEB2SfzD2LVZDnJOGk7kvPOPHmgjn_T_0UbVYT85dumL7POK7M0qYwYCCFuI7045dRFWbzVRL2khl_IlcUIPfHukFKIUWwdM_aLxYpD-3qhWPhQflfNHtbZFxVdlfWdOiDcr5mQ1UBDGZBzQ1tx_Ha3-3Zy6Tdc9_Yn7Sx_LNuij31GHiBhNyuKxzu5L6ip8EtcLYJqOzdOcJmlBQsHv-P6X1S8_ZTwZhpHYxSn_OXfA6Hmz4Lgd0o_3RT3VO4KtJ0-9CHFX8jyqfk8adOOxbbt9v2BzqRWXuNIGf348rGE5Jz-h0a4PAC3PpgkQpqYs40WxXgDH1od_iOY 2026/03/26 06:56:36 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/03/26 06:56:36 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2026/03/26 06:56:37 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AIFTrJZbOEB2SfzD2LVZDnJOGk7kvPOPHmgjn_T_0UbVYT85dumL7POK7M0qYwYCCFuI7045dRFWbzVRL2khl_IlcUIPfHukFKIUWwdM_aLxYpD-3qhWPhQflfNHtbZFxVdlfWdOiDcr5mQ1UBDGZBzQ1tx_Ha3-3Zy6Tdc9_Yn7Sx_LNuij31GHiBhNyuKxzu5L6ip8EtcLYJqOzdOcJmlBQsHv-P6X1S8_ZTwZhpHYxSn_OXfA6Hmz4Lgd0o_3RT3VO4KtJ0-9CHFX8jyqfk8adOOxbbt9v2BzqRWXuNIGf348rGE5Jz-h0a4PAC3PpgkQpqYs40WxXgDH1od_iOY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2026/03/26 06:56:37 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AOEZdonbMCn4fUfKJZn0lZs97ZWhVT0fvn-zf0kpGOulnZzzFMR44XBNvwTNAuHFz8MGghKQTiH6WkSuZFlHnyGrL48Ew9-b8rdZzDPGDRvVxLU7LjeNGgHZ4kIZLr_1_yY3ZoPdHL7zi2TV690N6i_JWKD5zDvk1MeaSFzMFmHe4NTC7V2iJ4BP-twcLp9BrZslOSvOa1djJcY2Vw4gmxOzJenXT5W5iNQixBnFSFesaIm0bXcAGj4aLFC84Y0Ty_7yN-Riaa7QXQpMmSPtXZzTPt7svoRUllLG9kIDS1VgIgtKKMhpCk7Wy9Fts-1l4XBdj8VBNpwBMwNkuxK_K7E 2026/03/26 06:56:38 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2026/03/26 06:56:38 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/03/26 06:56:38 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AOEZdonbMCn4fUfKJZn0lZs97ZWhVT0fvn-zf0kpGOulnZzzFMR44XBNvwTNAuHFz8MGghKQTiH6WkSuZFlHnyGrL48Ew9-b8rdZzDPGDRvVxLU7LjeNGgHZ4kIZLr_1_yY3ZoPdHL7zi2TV690N6i_JWKD5zDvk1MeaSFzMFmHe4NTC7V2iJ4BP-twcLp9BrZslOSvOa1djJcY2Vw4gmxOzJenXT5W5iNQixBnFSFesaIm0bXcAGj4aLFC84Y0Ty_7yN-Riaa7QXQpMmSPtXZzTPt7svoRUllLG9kIDS1VgIgtKKMhpCk7Wy9Fts-1l4XBdj8VBNpwBMwNkuxK_K7E" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2026/03/26 06:56:39 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AAYhLe2a51BiqreLv7ZZLaQp9mVc55qQ-IFcOXpyylg8TV8Ise4qxYQpu9HoGdEDWDlkWutCijJLveeuvlg8rera2DP0ExkvZj8euaLcmQjxC_9kNAOdGOERfQbkGpzf6X0rA0QhL3zyfqVD7ZBkpgjww-CIFGWt81GmtXXJ8UyrETpJ5xX8Icd30tdiqvFQBTzLpMWeYv1y8apLUfTz5wJpJdOp2nI5hTGJFQ0zo5Xh614T9461-k3cSeBwnVP3kPBqTFvyyhuoby4cGVXNr9KN3d-Nr7vfVowf5Mml7qiUHcpX7bWHDptZ3OgvckgacDifkyAgbgFVsLWuSUWTR6g 2026/03/26 06:56:39 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/03/26 06:56:39 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/03/26 06:56:39 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AAYhLe2a51BiqreLv7ZZLaQp9mVc55qQ-IFcOXpyylg8TV8Ise4qxYQpu9HoGdEDWDlkWutCijJLveeuvlg8rera2DP0ExkvZj8euaLcmQjxC_9kNAOdGOERfQbkGpzf6X0rA0QhL3zyfqVD7ZBkpgjww-CIFGWt81GmtXXJ8UyrETpJ5xX8Icd30tdiqvFQBTzLpMWeYv1y8apLUfTz5wJpJdOp2nI5hTGJFQ0zo5Xh614T9461-k3cSeBwnVP3kPBqTFvyyhuoby4cGVXNr9KN3d-Nr7vfVowf5Mml7qiUHcpX7bWHDptZ3OgvckgacDifkyAgbgFVsLWuSUWTR6g" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2026/03/26 06:56:40 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AHq_W2PdMT8UU4VNtH9U8dllZPqEZcgRNuaiZ0efOARCigx6bKFmAWjaS9Ti2_0-ZkVa6sPaES60ndWIi7pEp6ZUZyF1g2PU_0-8y0plItajLsmq33ahVYAZyAAB0FdkqcvOMhVHRH8SXKnxD1mSDqdvHnGMehNiPufVNR7NjdM9nUl69GTuIncBkDgQvze76auHyMcKDCc_Sv-7x8BU6cxSAhbWD5vuj50vzmgVy-YCcmlwF9zJsAnPiM5DJlPhQC-aSUMot2pwH45KWV4WByPpX7SDPwzMu4fkVz3ZD_oW1hXBqPMouV2MD3fnMxasf9tuBHusPnMQr-IOBDkZOko 2026/03/26 06:56:40 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2026/03/26 06:56:40 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/03/26 06:56:40 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2026/03/26 06:56:41 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/03/26 06:56:41 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/03/26 06:56:41 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/03/26 06:56:41 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AHq_W2PdMT8UU4VNtH9U8dllZPqEZcgRNuaiZ0efOARCigx6bKFmAWjaS9Ti2_0-ZkVa6sPaES60ndWIi7pEp6ZUZyF1g2PU_0-8y0plItajLsmq33ahVYAZyAAB0FdkqcvOMhVHRH8SXKnxD1mSDqdvHnGMehNiPufVNR7NjdM9nUl69GTuIncBkDgQvze76auHyMcKDCc_Sv-7x8BU6cxSAhbWD5vuj50vzmgVy-YCcmlwF9zJsAnPiM5DJlPhQC-aSUMot2pwH45KWV4WByPpX7SDPwzMu4fkVz3ZD_oW1hXBqPMouV2MD3fnMxasf9tuBHusPnMQr-IOBDkZOko" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2026/03/26 06:56:42 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AMiK07mMtcGzog-Nt4QrTwv9HkSctG370RViE3j7t98ZMFS5s7tXjSjW4yONJ3YjpGdw-erC9OjPp1UeYDv7zXG-w2Z8w2osZp82EqEzvGeSaJQKEZV96c7s7G0u0_kc9YwA8pq2lXYvARcdzjg0bFhMzMCElBRSuzP0ID-0nRybVmjDXLMprbIWE1av53JCDNI9qbF2Hc2n6IknCNJmUAYUZDYiYduFZzWMZhwW-QY8xujGRNA_g6X8nDPWgobg48F8q2zQrAh04G88fCeAPNuIZIvbBo_Thga-Cwxqble2cCl5Tng1o__BDkO9EMIJxLExT7FKzEaPRR5mdoptcvQ 2026/03/26 06:56:42 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/03/26 06:56:42 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/03/26 06:56:42 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2026/03/26 06:56:42 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/03/26 06:56:42 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/03/26 06:56:43 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/03/26 06:56:43 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AMiK07mMtcGzog-Nt4QrTwv9HkSctG370RViE3j7t98ZMFS5s7tXjSjW4yONJ3YjpGdw-erC9OjPp1UeYDv7zXG-w2Z8w2osZp82EqEzvGeSaJQKEZV96c7s7G0u0_kc9YwA8pq2lXYvARcdzjg0bFhMzMCElBRSuzP0ID-0nRybVmjDXLMprbIWE1av53JCDNI9qbF2Hc2n6IknCNJmUAYUZDYiYduFZzWMZhwW-QY8xujGRNA_g6X8nDPWgobg48F8q2zQrAh04G88fCeAPNuIZIvbBo_Thga-Cwxqble2cCl5Tng1o__BDkO9EMIJxLExT7FKzEaPRR5mdoptcvQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2026/03/26 06:56:44 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ABWiIYe46SRTLgWTOESwFSdKAvo5y63t_WnGzFmBqQS5NIgMhm7HZRw-yas8MCuaUpwo_mQ0Jr7UpuID86fTmoHGCarVJjburFFoZHYeD7seShgexvYABy5zMBFkcvtDLF1D5SAT2hOQW8HyyLJuFXdgDfWPoUspP5GZJ6W_Wy1EqdrN2yZHo9q9lhKsK87ghONzv18z2s49Q3rUso3soUr9p9pYwUM0rc0zglVP0034R5ENHYu9NoNGWbzQ9lD30t4k3U9IjQ9uN8oVjrxBvMQHoQgIqYnwDRLoWlg20tR4-7E53ebPkSEWXtfUJrseDwUzHRqphRsKuaHu2EiwjDM 2026/03/26 06:56:45 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/03/26 06:56:45 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2026/03/26 06:56:45 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ABWiIYe46SRTLgWTOESwFSdKAvo5y63t_WnGzFmBqQS5NIgMhm7HZRw-yas8MCuaUpwo_mQ0Jr7UpuID86fTmoHGCarVJjburFFoZHYeD7seShgexvYABy5zMBFkcvtDLF1D5SAT2hOQW8HyyLJuFXdgDfWPoUspP5GZJ6W_Wy1EqdrN2yZHo9q9lhKsK87ghONzv18z2s49Q3rUso3soUr9p9pYwUM0rc0zglVP0034R5ENHYu9NoNGWbzQ9lD30t4k3U9IjQ9uN8oVjrxBvMQHoQgIqYnwDRLoWlg20tR4-7E53ebPkSEWXtfUJrseDwUzHRqphRsKuaHu2EiwjDM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2026/03/26 06:56:46 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AAFcBQuvihUW4MnBeNNvwpmnCR7mfY_PT4ftiJFEQ7DrBszR3y5RNTHa9kGuYXNKxJfbSs4Vgn_yzG1YRQt8HQOAej0PCzQbafmuPRiR-k0nDpUE63TVPjypFu1qiAvz1iT3jTtC2z1H7DL2hD0DbaHKzfCZbxKmOgyy2mBkrzU2Gkd5J9hxLuYrb-eoJWZenwEu3ol8qS1attApS1DYIxlo86HZSrRBxt2t0J3VYlxyHBNqVjLEJ1MpPidQkWNxStyGJ2W0A5lH29D-sDCNzIksfLZLKx8ySNRed5ievP5ig5_N5MnKK1FttF8cLO-BJq-vzWt3bsC0Dk8ZjYz94OI 2026/03/26 06:56:46 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2026/03/26 06:56:47 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/03/26 06:56:47 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AAFcBQuvihUW4MnBeNNvwpmnCR7mfY_PT4ftiJFEQ7DrBszR3y5RNTHa9kGuYXNKxJfbSs4Vgn_yzG1YRQt8HQOAej0PCzQbafmuPRiR-k0nDpUE63TVPjypFu1qiAvz1iT3jTtC2z1H7DL2hD0DbaHKzfCZbxKmOgyy2mBkrzU2Gkd5J9hxLuYrb-eoJWZenwEu3ol8qS1attApS1DYIxlo86HZSrRBxt2t0J3VYlxyHBNqVjLEJ1MpPidQkWNxStyGJ2W0A5lH29D-sDCNzIksfLZLKx8ySNRed5ievP5ig5_N5MnKK1FttF8cLO-BJq-vzWt3bsC0Dk8ZjYz94OI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2026/03/26 06:56:47 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ABeb0MycX0wBRhMUn6chc1FYYh2Xevd0GNwS7gst46j8JY7YrXgJo0qsVQRJY9vVhbLTsFQ4B2nuSd5n-dZgvBDz4tb5Si8mZPO-5KGgPXpdIpBYLE1urGlTidLKWB-CVlUTa8cvIOSxPJ69vihE2uZFBrnOIPWlsbs_q4QHtNIoOdlnvrktDfyGuOFdq3339Yq731dpKGowogr5a-cQJC1N3nfqFTy3FxENF5awK9GNr9kzBZIkAIxd2CWdet0uPHKp6bflYUMsxPUqapo11EIrjFf4RTfTGMYqtflm9vlVtU0l18OlNsuvIcuOr42FKae-nQuCJkemfFHYsT4ml64 2026/03/26 06:56:48 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/03/26 06:56:48 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/03/26 06:56:48 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ABeb0MycX0wBRhMUn6chc1FYYh2Xevd0GNwS7gst46j8JY7YrXgJo0qsVQRJY9vVhbLTsFQ4B2nuSd5n-dZgvBDz4tb5Si8mZPO-5KGgPXpdIpBYLE1urGlTidLKWB-CVlUTa8cvIOSxPJ69vihE2uZFBrnOIPWlsbs_q4QHtNIoOdlnvrktDfyGuOFdq3339Yq731dpKGowogr5a-cQJC1N3nfqFTy3FxENF5awK9GNr9kzBZIkAIxd2CWdet0uPHKp6bflYUMsxPUqapo11EIrjFf4RTfTGMYqtflm9vlVtU0l18OlNsuvIcuOr42FKae-nQuCJkemfFHYsT4ml64" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2026/03/26 06:56:49 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ABAa9_yaTlQ1w4-O-pNx3eAgcCSZBcQv8DsyW5xdXvqiYGY4HGRHvMnc52bWv6cwsUeShlsnVZbqk6g6FcIi0BHRGC3bFXJ5hh90CGFNwSHRs6M1SuxdGkaSRTDLTJCFatdTNwEqn1uSiqIevWAkb3v94BPXe3DZNTJoWtlNpgSyopD7q9wpZiDXvtm2ZmYbx7zBMAIxYcve41EVkDqVu3js2Cn1o-whKlNtT_MOS-khE2StM91cwWSPmkZljKg18RCAL2ORnr3qnyldBCIAJd6MsNLtLIunu9GOvM-oLdjxJyQmETnAWHvVMF6Kpo2KwZv4Wc1HClQ62hj9HqTJojU 2026/03/26 06:56:49 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2026/03/26 06:56:49 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2026/03/26 06:56:49 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2026/03/26 06:56:50 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/03/26 06:56:50 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/03/26 06:56:50 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/03/26 06:56:50 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ABAa9_yaTlQ1w4-O-pNx3eAgcCSZBcQv8DsyW5xdXvqiYGY4HGRHvMnc52bWv6cwsUeShlsnVZbqk6g6FcIi0BHRGC3bFXJ5hh90CGFNwSHRs6M1SuxdGkaSRTDLTJCFatdTNwEqn1uSiqIevWAkb3v94BPXe3DZNTJoWtlNpgSyopD7q9wpZiDXvtm2ZmYbx7zBMAIxYcve41EVkDqVu3js2Cn1o-whKlNtT_MOS-khE2StM91cwWSPmkZljKg18RCAL2ORnr3qnyldBCIAJd6MsNLtLIunu9GOvM-oLdjxJyQmETnAWHvVMF6Kpo2KwZv4Wc1HClQ62hj9HqTJojU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2026/03/26 06:56:51 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AG4DeeYQQcKXNE1NRTMuSIjrQ2Zr-jMT2EVF5kH5l1Lf-z0XxBCYlUTmmf1-quAH5fAVbBfxk1zsyyd-grxDrZBh1heUsMC5-ZGHQf1o9xB3TRtKFU8OgU8sOjDN_IRrzgqSsAf7OCd01InoVC8Y94ggl1eK5NpXNmBDAUojBZZyttT_PFjuJTr7gYSAk7sfig0Qhs8JBvKqjSVxnNB4YS8ZHKMNw45SeSscBQ40_Wg9qOMTeac1-xJVnP8eVTehWfoobrvXNGUIrt3f2OxapNiXYP7xQ1Fao1MqHKWh7ap9Ib1yw44tWsJIETdG4Yz7rdtP1wMUBA_t68Yun6eM7mo 2026/03/26 06:56:51 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/03/26 06:56:51 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2026/03/26 06:56:51 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2026/03/26 06:56:52 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/03/26 06:56:52 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/03/26 06:56:52 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/03/26 06:56:52 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AG4DeeYQQcKXNE1NRTMuSIjrQ2Zr-jMT2EVF5kH5l1Lf-z0XxBCYlUTmmf1-quAH5fAVbBfxk1zsyyd-grxDrZBh1heUsMC5-ZGHQf1o9xB3TRtKFU8OgU8sOjDN_IRrzgqSsAf7OCd01InoVC8Y94ggl1eK5NpXNmBDAUojBZZyttT_PFjuJTr7gYSAk7sfig0Qhs8JBvKqjSVxnNB4YS8ZHKMNw45SeSscBQ40_Wg9qOMTeac1-xJVnP8eVTehWfoobrvXNGUIrt3f2OxapNiXYP7xQ1Fao1MqHKWh7ap9Ib1yw44tWsJIETdG4Yz7rdtP1wMUBA_t68Yun6eM7mo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2026/03/26 06:56:54 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AIZGxlAtBXHU-cBrNEpgbQRCY9pcDrahKryBfZQQPQXi-SYX2XA32pIAWcALC6jV4F9Zj6bGPkxNB63xEEDSiXODRPk1vFQ_Ggw97jrswNeF7ttTQ9WRnVUJ0PC9dWOstiqonGkF35gJEi1uN234ABFo7KZQZeAUsPdSzmXBJl6EHoDn5vAmp8ZE8dek6utitr3mueaIGrgiauSZKSskVRxikYjpQXzT4BUmWiIvxjwj83MCu3jNGTgk81Ep7uCqQPzEvPf_q2xVypFaNSqwvzbdjnPHodvV5p7j7OlSVdT5eD8YHuJFCLM-QXnhIj_S1fvLgYUK6GyaFBnusyD1h4I 2026/03/26 06:56:54 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2026/03/26 06:56:55 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2026/03/26 06:56:55 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AIZGxlAtBXHU-cBrNEpgbQRCY9pcDrahKryBfZQQPQXi-SYX2XA32pIAWcALC6jV4F9Zj6bGPkxNB63xEEDSiXODRPk1vFQ_Ggw97jrswNeF7ttTQ9WRnVUJ0PC9dWOstiqonGkF35gJEi1uN234ABFo7KZQZeAUsPdSzmXBJl6EHoDn5vAmp8ZE8dek6utitr3mueaIGrgiauSZKSskVRxikYjpQXzT4BUmWiIvxjwj83MCu3jNGTgk81Ep7uCqQPzEvPf_q2xVypFaNSqwvzbdjnPHodvV5p7j7OlSVdT5eD8YHuJFCLM-QXnhIj_S1fvLgYUK6GyaFBnusyD1h4I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2026/03/26 06:56:56 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AIkbGpcMhySdt4-0OXEwohx8mqvRbNac2UKCsXqHLiv0h8V9YGyWFv4YlKlFFVTSDRcn8Oq5fdVnN0QTCfMeHCyCOuh1ZVvnq-2OZN6wXovilfD0d2hKbMgrDTgwdGwAgaijX5OjQ8hkSB2jD2-vwdCrDJbXEGm_FyC9ATg1i6mHuVzSf-P9GLLi1LPPGHvoJkSZuAuqdMTUpDZBfquSnoYpcMYO0XothgwPO-QsjXxH3liiKN6mbP9GljrTvwhJQZ6dcUdOcO4mJisajGrx9nSyCg7r9eMcr3eFeRhETFs43lGQw8_FAHCdX6oqZOsvl3E0T5Q7FXpezZHQoslufAo 2026/03/26 06:56:56 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2026/03/26 06:56:57 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/03/26 06:56:57 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AIkbGpcMhySdt4-0OXEwohx8mqvRbNac2UKCsXqHLiv0h8V9YGyWFv4YlKlFFVTSDRcn8Oq5fdVnN0QTCfMeHCyCOuh1ZVvnq-2OZN6wXovilfD0d2hKbMgrDTgwdGwAgaijX5OjQ8hkSB2jD2-vwdCrDJbXEGm_FyC9ATg1i6mHuVzSf-P9GLLi1LPPGHvoJkSZuAuqdMTUpDZBfquSnoYpcMYO0XothgwPO-QsjXxH3liiKN6mbP9GljrTvwhJQZ6dcUdOcO4mJisajGrx9nSyCg7r9eMcr3eFeRhETFs43lGQw8_FAHCdX6oqZOsvl3E0T5Q7FXpezZHQoslufAo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2026/03/26 06:56:58 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: APSne-k88sSMeLP_11MGcvKQWEnJKmT41kVMNqRm0xvt3gf5_EHALO1AEsCWM0yWhZFGQMnmPeP38iXgSbXdwqoijGJoDNXwbuS01OKjpT0ajamBmo_h0lLLsG1_whnlIQjlo3FCSQb9d-20k__24WJB7tVi66ItXygMD0NqsDvqM0BCVCGG-OqvuxnfScQU2PQDpA2NRXA57juVoGNYMi20xlnQDMYVWMYLLpyGGOO3KEWAnniza4mNeV4YE_K249_MB1s9fIs4mSOnPQkJzBxOgstajv06LpjFZ338NZXLDZlfK5kjb_PJNLpBe97We70N4DahbEwvnYv5iRmWyoM 2026/03/26 06:56:58 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/03/26 06:56:58 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/03/26 06:56:59 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "APSne-k88sSMeLP_11MGcvKQWEnJKmT41kVMNqRm0xvt3gf5_EHALO1AEsCWM0yWhZFGQMnmPeP38iXgSbXdwqoijGJoDNXwbuS01OKjpT0ajamBmo_h0lLLsG1_whnlIQjlo3FCSQb9d-20k__24WJB7tVi66ItXygMD0NqsDvqM0BCVCGG-OqvuxnfScQU2PQDpA2NRXA57juVoGNYMi20xlnQDMYVWMYLLpyGGOO3KEWAnniza4mNeV4YE_K249_MB1s9fIs4mSOnPQkJzBxOgstajv06LpjFZ338NZXLDZlfK5kjb_PJNLpBe97We70N4DahbEwvnYv5iRmWyoM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2026/03/26 06:56:59 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AK4df0_jKQ9UERgX5f4X3uhAoqKxRlFHRTbtiVUegwWcu0p-oLJ0ayAfRNWwjQEuSqpxAck27VlgYXY0UmKvzMn_mywNBjGffXFIYMkN84bJw4fyrmhi-uNFyUUbrfqHYK6XDdloKrJL3f-KF1Q5X5qUHNxkUNS3nQpBpPlA82UTDltt-omftRhQ-KEVZRDvOnFg5b1RNMUGFyriSv322R54UsOdLm_K5xpNT6ZxBHcZhfm1dmU5ykE6p_mp1ngPelOsqxFoDFTDUPkOQ0QImhSL3fSUe-MSK2zm366k0NauvsaIOLOpKIHHPhkskfekEKfFNaXoUVqFmUsHM4XTpnQ 2026/03/26 06:57:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2026/03/26 06:57:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2026/03/26 06:57:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2026/03/26 06:57:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/03/26 06:57:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/03/26 06:57:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/03/26 06:57:01 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AK4df0_jKQ9UERgX5f4X3uhAoqKxRlFHRTbtiVUegwWcu0p-oLJ0ayAfRNWwjQEuSqpxAck27VlgYXY0UmKvzMn_mywNBjGffXFIYMkN84bJw4fyrmhi-uNFyUUbrfqHYK6XDdloKrJL3f-KF1Q5X5qUHNxkUNS3nQpBpPlA82UTDltt-omftRhQ-KEVZRDvOnFg5b1RNMUGFyriSv322R54UsOdLm_K5xpNT6ZxBHcZhfm1dmU5ykE6p_mp1ngPelOsqxFoDFTDUPkOQ0QImhSL3fSUe-MSK2zm366k0NauvsaIOLOpKIHHPhkskfekEKfFNaXoUVqFmUsHM4XTpnQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2026/03/26 06:57:02 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AEphVapvKlQg4vHJKiQjaK0fuNeN4NnWCboug4zR-ODFksX1qGSERvS_LH6a6m3yypICrHnTciiPnA6MLt5SYR4fYzCQfQT9RWATkGwAmM0tm6II_6S2QKmfoBIez9HLdxG0gTi0jBTqmQn3sPuUivFDyLSLyIDPCP1MDft2XTdVnUs4NbWAXK082lVnswvWZ1UztS8uRb3wRMN13_Dw7mV0_VinlsoWyECW7WE8Syo6fZXZfsEFXJB-CvCYACyGqQ3rxibq8g0eCVAABOTrfAgecgpPpXfi5IIk7By6gvli06T0g6RZSXSkwPTWTY4kvs-B2_r5jWBK9q-va90-9TE 2026/03/26 06:57:02 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/03/26 06:57:02 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2026/03/26 06:57:02 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2026/03/26 06:57:02 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/03/26 06:57:02 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/03/26 06:57:03 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/03/26 06:57:03 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AEphVapvKlQg4vHJKiQjaK0fuNeN4NnWCboug4zR-ODFksX1qGSERvS_LH6a6m3yypICrHnTciiPnA6MLt5SYR4fYzCQfQT9RWATkGwAmM0tm6II_6S2QKmfoBIez9HLdxG0gTi0jBTqmQn3sPuUivFDyLSLyIDPCP1MDft2XTdVnUs4NbWAXK082lVnswvWZ1UztS8uRb3wRMN13_Dw7mV0_VinlsoWyECW7WE8Syo6fZXZfsEFXJB-CvCYACyGqQ3rxibq8g0eCVAABOTrfAgecgpPpXfi5IIk7By6gvli06T0g6RZSXSkwPTWTY4kvs-B2_r5jWBK9q-va90-9TE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2026/03/26 06:57:05 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AOTi3XJESSkfKc4RzRUQYIA4EDdKeev2qsnHqZxWOrm8TV3CiygiOsjlznhnWNuFwWmNPqTvmlLRUBiDQpuWI1SrDJtPd8X5CVG9oMe3IDP48uMqnFYP5jnAOngFQAK_hgrcBwXrt2lr2_thTeIZ4Oh2SuVmFGfTUbslc45ANxfEx3TlIfOy3VUlbFBPBtppsOLIYZyn_0NKMqJl2RELQHYucczTWYL7FOqMFaaHIYQiBUSMT9wVqVXOJiubQhqqB7WZjI04TwaVQuZ4CD8MfO1hjg0OyyTBN1t6tGfWTWo0NlM5MMMwwhYpLKzoFX9Eitw-r6mwNzVus52fud3Bafc 2026/03/26 06:57:05 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2026/03/26 06:57:06 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2026/03/26 06:57:06 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AOTi3XJESSkfKc4RzRUQYIA4EDdKeev2qsnHqZxWOrm8TV3CiygiOsjlznhnWNuFwWmNPqTvmlLRUBiDQpuWI1SrDJtPd8X5CVG9oMe3IDP48uMqnFYP5jnAOngFQAK_hgrcBwXrt2lr2_thTeIZ4Oh2SuVmFGfTUbslc45ANxfEx3TlIfOy3VUlbFBPBtppsOLIYZyn_0NKMqJl2RELQHYucczTWYL7FOqMFaaHIYQiBUSMT9wVqVXOJiubQhqqB7WZjI04TwaVQuZ4CD8MfO1hjg0OyyTBN1t6tGfWTWo0NlM5MMMwwhYpLKzoFX9Eitw-r6mwNzVus52fud3Bafc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2026/03/26 06:57:07 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: ACgNYV1YKRBqIda03KuZL5SMgm3Zlp8lPGijTDPH-3PO-i5gd-c--KFQaIWWG1JAaG_nb53XEXKAlg4FfKuKNDCpk73qZ1Mrs-iRHY0TGX-vRLOX1ofH9FmpKS350G3I3tyPUYvGfTj0zQEHOcEaa4Dkmu8JGMVF7uCyKNrnGeE0SNqUbVwlZEptfOBqWGkPAzF8r4psOo6z_-o8YKVCXhMcrixG1gabOfcwtYfK9ZSZYtTtM8joHKaG18cN9RVsaIpg0BgNHo3tQwg-iVCQkTdgB3tXOv4VDBPRsqBTNPcPnPFRhaxyUeglMezhrZi_21T1oy5npdqdEn1vdaA10hg 2026/03/26 06:57:07 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2026/03/26 06:57:08 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/03/26 06:57:08 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "ACgNYV1YKRBqIda03KuZL5SMgm3Zlp8lPGijTDPH-3PO-i5gd-c--KFQaIWWG1JAaG_nb53XEXKAlg4FfKuKNDCpk73qZ1Mrs-iRHY0TGX-vRLOX1ofH9FmpKS350G3I3tyPUYvGfTj0zQEHOcEaa4Dkmu8JGMVF7uCyKNrnGeE0SNqUbVwlZEptfOBqWGkPAzF8r4psOo6z_-o8YKVCXhMcrixG1gabOfcwtYfK9ZSZYtTtM8joHKaG18cN9RVsaIpg0BgNHo3tQwg-iVCQkTdgB3tXOv4VDBPRsqBTNPcPnPFRhaxyUeglMezhrZi_21T1oy5npdqdEn1vdaA10hg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2026/03/26 06:57:09 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AB4cpeaOIyUNP9nwtVm49UzxYykoYuQ4p0Q2aLrTgYwJACNBBkjr828nYK7IjxU_agChvajrqdEC9qzppWRlWeXA_OO6Znpn7q8etwrObZKTt7sAiFKrhfHiVIM5V_Xb5dEiUeA4vSDd9vfMlvbdYhmQ3hNX1vN02i-G9gUSTD5OUAMgIyDF3WG3A4n7NVrqljN08CAFoI84wKH_6zeNrUA_oWTr8Hyar3iNZB0psGV1cLCFiitATDf2AX_yDhIuiYtcYpzdKDfWOHiZISLpxm7lWQo3BaDbWF2zXsZTcG3Ii-8NDXj5jDsW70QwkjlOrshFK1aRNtuBr7AlL2l8KN4 2026/03/26 06:57:09 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/03/26 06:57:09 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/03/26 06:57:10 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AB4cpeaOIyUNP9nwtVm49UzxYykoYuQ4p0Q2aLrTgYwJACNBBkjr828nYK7IjxU_agChvajrqdEC9qzppWRlWeXA_OO6Znpn7q8etwrObZKTt7sAiFKrhfHiVIM5V_Xb5dEiUeA4vSDd9vfMlvbdYhmQ3hNX1vN02i-G9gUSTD5OUAMgIyDF3WG3A4n7NVrqljN08CAFoI84wKH_6zeNrUA_oWTr8Hyar3iNZB0psGV1cLCFiitATDf2AX_yDhIuiYtcYpzdKDfWOHiZISLpxm7lWQo3BaDbWF2zXsZTcG3Ii-8NDXj5jDsW70QwkjlOrshFK1aRNtuBr7AlL2l8KN4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2026/03/26 06:57:10 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: APN1lVTMUMUhpAKzCZfsOU8FKszmwyBPj_O-UMDHszUkuha3NSKVlyGDWS8IKbaQ4BLI5t3ms_wEFZT8XqIuB-PRnFctX3-igb3cuXwFCRZP3tgMcabd2z0cc3yGMXMLac7KajDFN9TGKKjknZBZ9a2BqMi8dTcZQnJGVJDUItK4eSXicW6TionA1n7V4_mFOvuNQa0sfz73NVeqS_cmzI3ZTy35CN1ex-GGDRm7mX7Oos0cl506f7OvnbBJzC_LMqZnxLQMBH0EkazOsJfWz1_CRfOKnX6UjWqLw0aLt7cr-6TV_2dNuH5xxUzir8JBmNml5r0wc16d79FcYR5SxSY 2026/03/26 06:57:11 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2026/03/26 06:57:11 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2026/03/26 06:57:11 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2026/03/26 06:57:11 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/03/26 06:57:11 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/03/26 06:57:12 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/03/26 06:57:12 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "APN1lVTMUMUhpAKzCZfsOU8FKszmwyBPj_O-UMDHszUkuha3NSKVlyGDWS8IKbaQ4BLI5t3ms_wEFZT8XqIuB-PRnFctX3-igb3cuXwFCRZP3tgMcabd2z0cc3yGMXMLac7KajDFN9TGKKjknZBZ9a2BqMi8dTcZQnJGVJDUItK4eSXicW6TionA1n7V4_mFOvuNQa0sfz73NVeqS_cmzI3ZTy35CN1ex-GGDRm7mX7Oos0cl506f7OvnbBJzC_LMqZnxLQMBH0EkazOsJfWz1_CRfOKnX6UjWqLw0aLt7cr-6TV_2dNuH5xxUzir8JBmNml5r0wc16d79FcYR5SxSY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2026/03/26 06:57:13 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AFgD1PYCJiDi84hNRtcjejHU0cWcbVEDlr41c4DdVMiKOxJpkH8t8JMk9aHPhK6iazxLAzDxfWY3c-cSfJANars5pjhMMzKC8zDTUfVeegp64B98-rxR9Aar048rI4XAqfKVtZkfMFjL_2lFviJsmHomYIQ6tvl8VR3H_KWXwkGOAeofZIaCLeHQJEJV82RVDBvXIQiJApUFrkV-OF872JLFo56-EnYI3VLx5y3tYMR2v-vv6k_S1IBugJJj5w0dKKxR46QO9YFXC0wa8bdHdTYWuQZJkDegrDfFCSC0ss31q9XP9tcNtu9lMkPvT5UDzMm9SI3JZ9SF-Z-dbOWmTEs 2026/03/26 06:57:13 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/03/26 06:57:14 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2026/03/26 06:57:14 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2026/03/26 06:57:14 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/03/26 06:57:14 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/03/26 06:57:14 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/03/26 06:57:14 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AFgD1PYCJiDi84hNRtcjejHU0cWcbVEDlr41c4DdVMiKOxJpkH8t8JMk9aHPhK6iazxLAzDxfWY3c-cSfJANars5pjhMMzKC8zDTUfVeegp64B98-rxR9Aar048rI4XAqfKVtZkfMFjL_2lFviJsmHomYIQ6tvl8VR3H_KWXwkGOAeofZIaCLeHQJEJV82RVDBvXIQiJApUFrkV-OF872JLFo56-EnYI3VLx5y3tYMR2v-vv6k_S1IBugJJj5w0dKKxR46QO9YFXC0wa8bdHdTYWuQZJkDegrDfFCSC0ss31q9XP9tcNtu9lMkPvT5UDzMm9SI3JZ9SF-Z-dbOWmTEs" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2026/03/26 06:57:16 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2026/03/26 06:57:18 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2026/03/26 06:57:20 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2026/03/26 06:57:24 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2026/03/26 06:57:26 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2026/03/26 06:57:27 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AOnpR_CD4OPoUIjmz-Z-0p2OsoR41qIelVSLG1D2i5MKB2Bk-FQlw5N0L_0thenWpHtFNBG5r1cv_u9OQIZFTEU_4fZG_sjIoUQR50Hu1XEh494IsNtpvm6ELycDLAer7FqCC7QVLmByj7NuqfEddrzZvBg59N2nxAbJ7KBkh0qyL6tObwmWm_g1hWkq3ywEOHXKyl8MGyzxtI21agzhapxtHTx8pufeqIg0laNdlwOJGPIwcApTcncQXo_n5VQ-NTzXwp-qDTgDqbrwFTu2WskwRz0aGqR1eurlQ_VHpssdHNTxUQyleGmK39Af26Hyvv6AjxA0LjBKDOYJkcHyBkk 2026/03/26 06:57:27 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/03/26 06:57:27 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "7f040cbf4c81aedd94b67c324dcf5c6d" 2026/03/26 06:57:27 DEBUG : unknown-size-put.txt: multipart upload "AOnpR_CD4OPoUIjmz-Z-0p2OsoR41qIelVSLG1D2i5MKB2Bk-FQlw5N0L_0thenWpHtFNBG5r1cv_u9OQIZFTEU_4fZG_sjIoUQR50Hu1XEh494IsNtpvm6ELycDLAer7FqCC7QVLmByj7NuqfEddrzZvBg59N2nxAbJ7KBkh0qyL6tObwmWm_g1hWkq3ywEOHXKyl8MGyzxtI21agzhapxtHTx8pufeqIg0laNdlwOJGPIwcApTcncQXo_n5VQ-NTzXwp-qDTgDqbrwFTu2WskwRz0aGqR1eurlQ_VHpssdHNTxUQyleGmK39Af26Hyvv6AjxA0LjBKDOYJkcHyBkk" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/03/26 06:57:28 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AHa3ZObttDF6YgSTgUXOmwMHE6LDEhP_bb0SApOO1J_7LZMUItkN2ex0Dqk8BEqApPKOy53Q7z--G8HZEssrdH_z8Xpc8mgwEry86G3WgB3fhrhe5EuRMW58wwXyAE7Xi71w-pTsuMgXZ4ZIGtxay_6_IhahKVokoYh1iX7SL0oYmRHZ8ihbQjCeo3qq8J92y3LjCbCXC4YntvB1vDjDWSA1t5KOe2LGtxhPF4Wxr6fE4-ppGRm3X0mzE3dpabgW8o8P5AiqKtrI4blQmUSebWMaaSuiJO6Duwf84uKWOBuaMg5Zueb5hl1eiMOJGl8H6Ql177JjOsfxFj4tU6sJuGY 2026/03/26 06:57:28 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2026/03/26 06:57:28 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "0bc142aa0677e932b087bdab6866a9b5" 2026/03/26 06:57:28 DEBUG : unknown-size-update.txt: multipart upload "AHa3ZObttDF6YgSTgUXOmwMHE6LDEhP_bb0SApOO1J_7LZMUItkN2ex0Dqk8BEqApPKOy53Q7z--G8HZEssrdH_z8Xpc8mgwEry86G3WgB3fhrhe5EuRMW58wwXyAE7Xi71w-pTsuMgXZ4ZIGtxay_6_IhahKVokoYh1iX7SL0oYmRHZ8ihbQjCeo3qq8J92y3LjCbCXC4YntvB1vDjDWSA1t5KOe2LGtxhPF4Wxr6fE4-ppGRm3X0mzE3dpabgW8o8P5AiqKtrI4blQmUSebWMaaSuiJO6Duwf84uKWOBuaMg5Zueb5hl1eiMOJGl8H6Ql177JjOsfxFj4tU6sJuGY" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/03/26 06:57:29 DEBUG : Creating backend with remote "TestS3R2:rclone-test-xudiyih8xagi/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/26 06:57:29 DEBUG : Waiting for deletions to finish 2026/03/26 06:57:29 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2026/03/26 06:57:29 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2026/03/26 06:57:29 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/03/26 06:57:30 INFO : S3 bucket rclone-test-xudiyih8xagi: Bucket "rclone-test-xudiyih8xagi" deleted 2026/03/26 06:57:30 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2839: Shutdown method not supported --- PASS: TestIntegration (110.31s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.38s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.13s) --- PASS: TestIntegration/FsMkdir (108.12s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.24s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.06s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.10s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.06s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.10s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding (13.55s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.61s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.69s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.37s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (1.91s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (18.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.94s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (1.98s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.13s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.46s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (3.97s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (2.83s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.77s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.33s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.31s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.69s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (0.98s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.60s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.16s) --- 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.31s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.03s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (57.53s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (8.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (2.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.31s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (2.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (3.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (1.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (8.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (2.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (2.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (3.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (1.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (8.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (2.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (2.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (3.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (1.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (9.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (2.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (1.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (3.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (1.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (3.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (1.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (10.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (2.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (1.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (3.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (1.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (4.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.11s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (11.68s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (3.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (1.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (3.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (1.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (5.11s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (2.41s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (11.72s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (1.97s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (1.89s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (2.92s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (2.53s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (2.40s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (1.59s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.66s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.94s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.34s) --- 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/26 06:57:30 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2026/03/26 06:57:30 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 110.358s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 1m51.466796018s (try 1/5)