"go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Starting (try 1/5) === RUN TestSignHTTP --- PASS: TestSignHTTP (0.00s) === RUN TestVersionLess --- PASS: TestVersionLess (0.00s) === RUN TestMergeDeleteMarkers --- PASS: TestMergeDeleteMarkers (0.00s) === RUN TestRemoveAWSChunked === RUN TestRemoveAWSChunked/nil === RUN TestRemoveAWSChunked/empty === RUN TestRemoveAWSChunked/only_aws === RUN TestRemoveAWSChunked/leading_aws === RUN TestRemoveAWSChunked/trailing_aws === RUN TestRemoveAWSChunked/middle_aws === RUN TestRemoveAWSChunked/case_insensitive === RUN TestRemoveAWSChunked/duplicates === RUN TestRemoveAWSChunked/no_aws_normalize_spaces === RUN TestRemoveAWSChunked/surrounding_spaces === RUN TestRemoveAWSChunked/no_change --- PASS: TestRemoveAWSChunked (0.00s) --- PASS: TestRemoveAWSChunked/nil (0.00s) --- PASS: TestRemoveAWSChunked/empty (0.00s) --- PASS: TestRemoveAWSChunked/only_aws (0.00s) --- PASS: TestRemoveAWSChunked/leading_aws (0.00s) --- PASS: TestRemoveAWSChunked/trailing_aws (0.00s) --- PASS: TestRemoveAWSChunked/middle_aws (0.00s) --- PASS: TestRemoveAWSChunked/case_insensitive (0.00s) --- PASS: TestRemoveAWSChunked/duplicates (0.00s) --- PASS: TestRemoveAWSChunked/no_aws_normalize_spaces (0.00s) --- PASS: TestRemoveAWSChunked/surrounding_spaces (0.00s) --- PASS: TestRemoveAWSChunked/no_change (0.00s) === RUN TestIntegration fstests.go:438: Using remote "TestS3R2:" 2025/09/27 01:50:38 NOTICE: TestS3R2: Starting server 2025/09/27 01:50:38 DEBUG : Creating backend with remote "TestS3R2:rclone-test-nokoboy0jafi" 2025/09/27 01:50:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound 2025/09/27 01:50:39 INFO : S3 bucket rclone-test-nokoboy0jafi: Bucket "rclone-test-nokoboy0jafi" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/09/27 01:50:40 INFO : S3 bucket rclone-test-nokoboy0jafi: Bucket "rclone-test-nokoboy0jafi" deleted === RUN TestIntegration/FsMkdir 2025/09/27 01:50:41 INFO : S3 bucket rclone-test-nokoboy0jafi: Bucket "rclone-test-nokoboy0jafi" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/09/27 01:50:41 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/09/27 01:50:41 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/09/27 01:50:41 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsListDirNotFound === RUN TestIntegration/FsMkdir/FsListRDirNotFound === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:786: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2025/09/27 01:50:57 NOTICE: S3 bucket rclone-test-nokoboy0jafi: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/09/27 01:50:57 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AMUOblVPTA_GA-I4S7F8_Z6ws3igv736-Zt1MVXlfQvK1TM2gSsDPaPyZifbsZUOKPNIdLF-fnxLzgP_ILfQWK4H4PxNyVoxOwplFo_z95S8D7roHtxSvpSuIP7Z5M-Joi-JxXZwhzlhoHeQZs5fL5u6cj5oJJuJ864IeO3_wqDT2MMhasGeGz86ceNlTPpOcZ4yP-t_LYKEGLworFsfmo1477X3o5Yp7MfIll_GMuxX3ZyMVH8h3HTmnoirz7garrBY3NPJIvIA5GNIbK69SuW0ruTeSS4g86QounaW-5fnJLRuDngc9AYNS__yFZqqanubaE8ciBQxFdzan8ep1pU 2025/09/27 01:50:58 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "be1dd5ec5520d7b0879494553e2c3ffb" 2025/09/27 01:50:58 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "781b9c747d3d8d2e720d7e34b9de1bf9" 2025/09/27 01:50:58 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "c4aa9358765a2b64ced34132ada459b0" 2025/09/27 01:50:59 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AMUOblVPTA_GA-I4S7F8_Z6ws3igv736-Zt1MVXlfQvK1TM2gSsDPaPyZifbsZUOKPNIdLF-fnxLzgP_ILfQWK4H4PxNyVoxOwplFo_z95S8D7roHtxSvpSuIP7Z5M-Joi-JxXZwhzlhoHeQZs5fL5u6cj5oJJuJ864IeO3_wqDT2MMhasGeGz86ceNlTPpOcZ4yP-t_LYKEGLworFsfmo1477X3o5Yp7MfIll_GMuxX3ZyMVH8h3HTmnoirz7garrBY3NPJIvIA5GNIbK69SuW0ruTeSS4g86QounaW-5fnJLRuDngc9AYNS__yFZqqanubaE8ciBQxFdzan8ep1pU" finished === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:868: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2025/09/27 01:51:02 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/09/27 01:51:02 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2025/09/27 01:51:04 DEBUG : S3 bucket rclone-test-nokoboy0jafi: bucket is versioned: false 2025/09/27 01:51:04 DEBUG : Waiting for deletions to finish 2025/09/27 01:51:04 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/09/27 01:51:04 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/09/27 01:51:04 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/09/27 01:51:06 DEBUG : Creating backend with remote "TestS3R2:rclone-test-nokoboy0jafi/dirToPurgeFromRoot" 2025/09/27 01:51:06 DEBUG : S3 bucket rclone-test-nokoboy0jafi path dirToPurgeFromRoot: bucket is versioned: false 2025/09/27 01:51:06 DEBUG : Waiting for deletions to finish 2025/09/27 01:51:06 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/09/27 01:51:06 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/09/27 01:51:06 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/09/27 01:51:06 DEBUG : Creating backend with remote "TestS3R2:rclone-test-nokoboy0jafi/hello? sausage/êé" 2025/09/27 01:51:08 DEBUG : S3 bucket rclone-test-nokoboy0jafi path hello? sausage/êé: bucket is versioned: false 2025/09/27 01:51:08 DEBUG : Waiting for deletions to finish 2025/09/27 01:51:08 DEBUG : "a/b/c/d/e.txt" version false 2025/09/27 01:51:08 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/09/27 01:51:08 INFO : a/b/c/d/e.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1342: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1459: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1694: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/09/27 01:51:15 DEBUG : Creating backend with remote "TestS3R2:rclone-test-nokoboy0jafi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/09/27 01:51:15 DEBUG : Creating backend with remote "TestS3R2:rclone-test-nokoboy0jafi/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-nokoboy0jafi" from "TestS3R2:rclone-test-nokoboy0jafi" 2025/09/27 01:51:15 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2052: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2131: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2281: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/09/27 01:51:21 DEBUG : piped data.txt: open chunk writer: started multipart upload: APqUm7aOVqa7Il6uq7pmzoLA2MRvQNqJn4JaMA7UxyEbgq94z72r8X6QAE_HzgVTUzkxcpxpEzIYw4wYY897HlKWouq5_oV0FYr79i5VS6o3JzdhuTxRD0ABZlS6GJPH6ZE7P1Gu0QfD-aoTFe0RlY-BUOBMOsrKT_6Vtmr-igtPTw1GLEVbDtYMihkneEhQ6O8UXsbDIOawLba5aRtE0T9YRPbmAG0TN1alGceRBNCRUtUKDXMQEpJ3d1hFkIWAI-3V9SOBX2HgtknSqaxSCCMjN_L2o6d5FRyCwbbXqrQWZ_PB0ClPxg-SMJnS0bibRgE0QnW01mfNALFUf-sRADU 2025/09/27 01:51:21 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/09/27 01:51:21 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/09/27 01:51:21 DEBUG : piped data.txt: multipart upload "APqUm7aOVqa7Il6uq7pmzoLA2MRvQNqJn4JaMA7UxyEbgq94z72r8X6QAE_HzgVTUzkxcpxpEzIYw4wYY897HlKWouq5_oV0FYr79i5VS6o3JzdhuTxRD0ABZlS6GJPH6ZE7P1Gu0QfD-aoTFe0RlY-BUOBMOsrKT_6Vtmr-igtPTw1GLEVbDtYMihkneEhQ6O8UXsbDIOawLba5aRtE0T9YRPbmAG0TN1alGceRBNCRUtUKDXMQEpJ3d1hFkIWAI-3V9SOBX2HgtknSqaxSCCMjN_L2o6d5FRyCwbbXqrQWZ_PB0ClPxg-SMJnS0bibRgE0QnW01mfNALFUf-sRADU" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/09/27 01:51:22 DEBUG : piped data.txt: open chunk writer: started multipart upload: ALW24HsJ7B1f_ox8B0BlMHwkW0kE7YxGhVHcS4wzRZNC9QWEF45OevX6WsqKDHBVcw5EPdXBpPSNXPDVc37kMktXzN_pfrL-7aMKNoSQEK_df_g6c1N05oDBFpHq2TWreSdXDZDLKYRqWHujhslvJIinISnWDc7yHZJLpDRzOv3ldNdrUVpWDhCBRx5wM8AUrcdkvs1s3y_5WGWBm0d3XxTk--mJSYiUOrtwJzpb3QRltpzCi0rkpHyVK1w_WlCpQptmmz3Z8E19l4f5dT1b_GZGSPg3SyX99NX_axgFWVz_ZxLDutGTEJE8vRVDpSdzFhNXW_f9pywtm2vcqyhpCVY 2025/09/27 01:51:22 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/27 01:51:22 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "1cb93e2e283b66d51c04f37fd3303977" 2025/09/27 01:51:22 DEBUG : piped data.txt: multipart upload "ALW24HsJ7B1f_ox8B0BlMHwkW0kE7YxGhVHcS4wzRZNC9QWEF45OevX6WsqKDHBVcw5EPdXBpPSNXPDVc37kMktXzN_pfrL-7aMKNoSQEK_df_g6c1N05oDBFpHq2TWreSdXDZDLKYRqWHujhslvJIinISnWDc7yHZJLpDRzOv3ldNdrUVpWDhCBRx5wM8AUrcdkvs1s3y_5WGWBm0d3XxTk--mJSYiUOrtwJzpb3QRltpzCi0rkpHyVK1w_WlCpQptmmz3Z8E19l4f5dT1b_GZGSPg3SyX99NX_axgFWVz_ZxLDutGTEJE8vRVDpSdzFhNXW_f9pywtm2vcqyhpCVY" finished === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress 2025/09/27 01:51:23 NOTICE: test-metadata: Not decompressing 'Content-Encoding: gzip' compressed file. Use --s3-decompress to override === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions s3_internal_test.go:298: Couldn't enable versioning: operation error S3: PutBucketVersioning, https response error StatusCode: 501, RequestID: , HostID: , api error NotImplemented: PutBucketVersioning not implemented === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed 2025/09/27 01:51:25 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AAtRh72qz0xzIhgmEy0FsAnA1tE9wxj3UslANfeiANjH7l9u6eZmsuNi5pVlSN2pbQ2LHHezazRO95lqQux65VKLeHU4hTYe6IAM7wVP2wz0E2VRd6TbbVNSi7aaKySSBEKAxpBg8QAdPZ6GHv2sOxzghVKuuMxy8_m9Rrviyv7x4FH5oP1pYoi7uhQFojwlaSEhp3RT0slu3KyT5Vq3OQ7TcsKMap5UeZG2ZteogNCxLptJnzdeNGHjNlhMiHhVRu0CTZehd5dNWfOVkg8QfNPUz8g4hSkchfWC_U06Nj4_F_Yxasv8g3uCN1Jc5w5_lU1QxBHVXiyXTbRzclH-cpc 2025/09/27 01:51:25 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/09/27 01:51:26 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/09/27 01:51:26 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AAtRh72qz0xzIhgmEy0FsAnA1tE9wxj3UslANfeiANjH7l9u6eZmsuNi5pVlSN2pbQ2LHHezazRO95lqQux65VKLeHU4hTYe6IAM7wVP2wz0E2VRd6TbbVNSi7aaKySSBEKAxpBg8QAdPZ6GHv2sOxzghVKuuMxy8_m9Rrviyv7x4FH5oP1pYoi7uhQFojwlaSEhp3RT0slu3KyT5Vq3OQ7TcsKMap5UeZG2ZteogNCxLptJnzdeNGHjNlhMiHhVRu0CTZehd5dNWfOVkg8QfNPUz8g4hSkchfWC_U06Nj4_F_Yxasv8g3uCN1Jc5w5_lU1QxBHVXiyXTbRzclH-cpc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/09/27 01:51:26 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AFP6JIup_kO63OYAPJrpuPdWC-umeMXUII0lFIW-PGnNsa2lqtcOaeP09F8WgQbTH7NApW_RXb7HN0Rs7jUyzYGTvrNHTZ92W08cJN7tbPY05AoTBn0hf9tRKMyztAA0As7K4yuqKKRM3Mi8L3crVOxAR2r12JjI7mH4c2w1NcHuCgHbuHzV0AkEidW4fyH1VsXHXZU1wDRd5wUe_tbj_XLe_7CrmtYVQgdFkK_qN3hzNL6HPFSD_2J5g7RUxsxPAJDg2zC-C8HBeclnkcTc9QrV7NdPB6pKEQLjqGvqdEZPJfnzvAtMJtwwjsEymEweS5LTe6y5lecY2G8Lve0u2Rc 2025/09/27 01:51:27 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/09/27 01:51:27 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/27 01:51:27 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AFP6JIup_kO63OYAPJrpuPdWC-umeMXUII0lFIW-PGnNsa2lqtcOaeP09F8WgQbTH7NApW_RXb7HN0Rs7jUyzYGTvrNHTZ92W08cJN7tbPY05AoTBn0hf9tRKMyztAA0As7K4yuqKKRM3Mi8L3crVOxAR2r12JjI7mH4c2w1NcHuCgHbuHzV0AkEidW4fyH1VsXHXZU1wDRd5wUe_tbj_XLe_7CrmtYVQgdFkK_qN3hzNL6HPFSD_2J5g7RUxsxPAJDg2zC-C8HBeclnkcTc9QrV7NdPB6pKEQLjqGvqdEZPJfnzvAtMJtwwjsEymEweS5LTe6y5lecY2G8Lve0u2Rc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/09/27 01:51:29 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: ACToQ0j_QW0_5ISYxzD9UNNd2bHXgRf2uAdYvF-TruE5czZNtzAMJlAT4wrffcMfTDgX4bZkhmeHiOaeN2pAj020BdZbKLv9tBJSDfsSLV0rFYtN0MSFvNkmp7dSmJa4vnCA0roZkck9wLzT3x-rU9-LbE4Bb5C69W9j5dshYG3Th6A0yGrwiaQEd35J_YCh9LY5TJNmCTQtHZSohnFOoYCq1qIGRVT8n3q6c0sA6SKXV0-gvGJ2KfTzNQKpUz3u4QpXlPz_q2nPawW12OSrwzUV4DSxNo2PBxrOCyP1STEUM57XaGW07NDgKVZl7QZSIeDlfA_7kSrhRzgv_4cfgRI 2025/09/27 01:51:29 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/27 01:51:29 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/27 01:51:30 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "ACToQ0j_QW0_5ISYxzD9UNNd2bHXgRf2uAdYvF-TruE5czZNtzAMJlAT4wrffcMfTDgX4bZkhmeHiOaeN2pAj020BdZbKLv9tBJSDfsSLV0rFYtN0MSFvNkmp7dSmJa4vnCA0roZkck9wLzT3x-rU9-LbE4Bb5C69W9j5dshYG3Th6A0yGrwiaQEd35J_YCh9LY5TJNmCTQtHZSohnFOoYCq1qIGRVT8n3q6c0sA6SKXV0-gvGJ2KfTzNQKpUz3u4QpXlPz_q2nPawW12OSrwzUV4DSxNo2PBxrOCyP1STEUM57XaGW07NDgKVZl7QZSIeDlfA_7kSrhRzgv_4cfgRI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/09/27 01:51:31 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AKViWbFNLoVHdi7gk4cSfeXCK3sk5GL_udey4cfTKl6swYfZITEGjgq2nbcOyE5TLP_piTtNPhEy3YyhBngM8q-L0CPsgO59vwlhFhm9pHJsq-uM1RjF5mZP_j023QvM50oHQ6iVQAHWeN6A5yEbAzNbIEFp66L28kihT6TcuBhfaSDUbwTSc_-qfMgv0UbFfw7LdKIFM0RNQNLdC98iPU-A_OJLDLpcNQGS4sGWCOWcgJPkmh_xQH8x7-mHvrNsAjgE-2nNm1AxjkocSr7xWPLANz6ZU_uNX6iS1p6cqxgc7HXv0jbGaN3q7WI44Q1oGtFiXQoIzbFb87k2NdBlDlk 2025/09/27 01:51:31 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/09/27 01:51:31 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/09/27 01:51:31 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/09/27 01:51:31 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/27 01:51:31 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/27 01:51:32 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/27 01:51:32 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AKViWbFNLoVHdi7gk4cSfeXCK3sk5GL_udey4cfTKl6swYfZITEGjgq2nbcOyE5TLP_piTtNPhEy3YyhBngM8q-L0CPsgO59vwlhFhm9pHJsq-uM1RjF5mZP_j023QvM50oHQ6iVQAHWeN6A5yEbAzNbIEFp66L28kihT6TcuBhfaSDUbwTSc_-qfMgv0UbFfw7LdKIFM0RNQNLdC98iPU-A_OJLDLpcNQGS4sGWCOWcgJPkmh_xQH8x7-mHvrNsAjgE-2nNm1AxjkocSr7xWPLANz6ZU_uNX6iS1p6cqxgc7HXv0jbGaN3q7WI44Q1oGtFiXQoIzbFb87k2NdBlDlk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/09/27 01:51:33 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ALf8CQCfr6m9GP4dCo1_BMXeEtmMDLMZcgbG55M9PXYMuf8fWaSWa-VyKdiLza8EWfpm6pmJJY48lfdatRDsFjPFINb6yBYlM58qo0vG4VpWjfN-xAiO-d0qYSupbOvwA2sq2W3bhzwHjtPfJmcagSgH41ussuVCV6YlRuT0DqEcrYq0ejQyKCmvKvSPv0RR5RM2HRtslccz7jJ6OrCNF4bOWtVzupXNfatjWEC318rNWfRWtja0M8Wgnls2WbZ77R2rKR1PIJPaQihUQ-zstfo49Xs_LyAgsE5khZUQQGShwKX154nB-6jdPya1vl5V3uRB11nhOm4nk27s_C8cHJU 2025/09/27 01:51:33 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/27 01:51:33 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/09/27 01:51:33 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/09/27 01:51:34 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/27 01:51:34 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/27 01:51:34 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/27 01:51:34 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ALf8CQCfr6m9GP4dCo1_BMXeEtmMDLMZcgbG55M9PXYMuf8fWaSWa-VyKdiLza8EWfpm6pmJJY48lfdatRDsFjPFINb6yBYlM58qo0vG4VpWjfN-xAiO-d0qYSupbOvwA2sq2W3bhzwHjtPfJmcagSgH41ussuVCV6YlRuT0DqEcrYq0ejQyKCmvKvSPv0RR5RM2HRtslccz7jJ6OrCNF4bOWtVzupXNfatjWEC318rNWfRWtja0M8Wgnls2WbZ77R2rKR1PIJPaQihUQ-zstfo49Xs_LyAgsE5khZUQQGShwKX154nB-6jdPya1vl5V3uRB11nhOm4nk27s_C8cHJU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/09/27 01:51:37 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AL7g-pp7qDprHMBK_yYi5Bs08Z9JXRLVXTHJCO7b6k6OfaRIHJ97jvFoXnDkR1no2LBhfz7cUBjro9Qv2LkEqODOtMTnwqHmJ6eiVu84Pfibg9XmExjYX314jkEL8WtX4STZnS7-4vhqB0Mryi4M7J6js_lLaDnueBFC3DS4McTZTs61ornlrn8jYL2W6czl2it1cnBZnxhI7Wvegq3kF-4R1rGNROGVsFvpHHpQBmzYhMO_e4EE9WqjSYdMzf-ttSVp0ub9qZddUflvUhn3jzI8gxQmDPTJWb3MKzksZyWDlhBXnXWGCPeCTsYkQBm4Bn2GvoS2ioHuTyy_vHC5YQY 2025/09/27 01:51:38 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/27 01:51:38 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/09/27 01:51:39 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AL7g-pp7qDprHMBK_yYi5Bs08Z9JXRLVXTHJCO7b6k6OfaRIHJ97jvFoXnDkR1no2LBhfz7cUBjro9Qv2LkEqODOtMTnwqHmJ6eiVu84Pfibg9XmExjYX314jkEL8WtX4STZnS7-4vhqB0Mryi4M7J6js_lLaDnueBFC3DS4McTZTs61ornlrn8jYL2W6czl2it1cnBZnxhI7Wvegq3kF-4R1rGNROGVsFvpHHpQBmzYhMO_e4EE9WqjSYdMzf-ttSVp0ub9qZddUflvUhn3jzI8gxQmDPTJWb3MKzksZyWDlhBXnXWGCPeCTsYkQBm4Bn2GvoS2ioHuTyy_vHC5YQY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/09/27 01:51:40 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ANkj_pDQBq1d-fcrNxvNTEL0qqinOJlvAbA57xZVW0-zrRveMBHofnwACH7QukxpM_T35KXOciKILqJ0Y1igUMndJ29HPrzRaHZViL_uXihCeyNBOwzNvEiTAt2xTNQhF4sSpZa_M20BWoiXdKh150oT8Gjll3eWxIyMOZiipFxCnzA1UcJrk4EvM2ywXt_VuZcT70ZnWePvaNbqjcIv-B3o0sSV4VKd3JNQth6rrzaglCke0EZRnP15yTsbWojrVkShXfjzN4IuQXK13AWEUQVUVHA9nfXwv8J-SHc63gZPkr3IZ3h3fkDb1U4WjvtVRIAX0sEFEDT7FbXtQpdRocI 2025/09/27 01:51:40 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/09/27 01:51:41 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/27 01:51:41 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ANkj_pDQBq1d-fcrNxvNTEL0qqinOJlvAbA57xZVW0-zrRveMBHofnwACH7QukxpM_T35KXOciKILqJ0Y1igUMndJ29HPrzRaHZViL_uXihCeyNBOwzNvEiTAt2xTNQhF4sSpZa_M20BWoiXdKh150oT8Gjll3eWxIyMOZiipFxCnzA1UcJrk4EvM2ywXt_VuZcT70ZnWePvaNbqjcIv-B3o0sSV4VKd3JNQth6rrzaglCke0EZRnP15yTsbWojrVkShXfjzN4IuQXK13AWEUQVUVHA9nfXwv8J-SHc63gZPkr3IZ3h3fkDb1U4WjvtVRIAX0sEFEDT7FbXtQpdRocI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/09/27 01:51:42 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: APvRcgb2HghjBEvEoDShb6OXhR2nEwVjA6WNJCjP2mVZGMWrHTvOyyQZDCez1KgQobXojIdTIkW_cZ8RDW20d3r-CArfS3ta1WZuounTd3C0nK7z8G831NGxw1kGFDraWHGa7dkLHmh9R7WMDrjU-nYrUjm1BRtUB8KqlX0ZxiLkFFiSHSJ2QCcBIBCsKUZkvorB55v9JzjiYY_kdDMtq_qOvH8TCiWcSSstj4qqYZzizhFB_bBL6WetDFH2hjwobBLNYkWpEG3Sn4KI49onJcFd4wNZ-JlXE5fF5Jfx9EHn6iWga1_TfGP4r2kBbW9IcQ1VXbwWt_thWlzMnV5zNYU 2025/09/27 01:51:43 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/27 01:51:43 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/27 01:51:43 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "APvRcgb2HghjBEvEoDShb6OXhR2nEwVjA6WNJCjP2mVZGMWrHTvOyyQZDCez1KgQobXojIdTIkW_cZ8RDW20d3r-CArfS3ta1WZuounTd3C0nK7z8G831NGxw1kGFDraWHGa7dkLHmh9R7WMDrjU-nYrUjm1BRtUB8KqlX0ZxiLkFFiSHSJ2QCcBIBCsKUZkvorB55v9JzjiYY_kdDMtq_qOvH8TCiWcSSstj4qqYZzizhFB_bBL6WetDFH2hjwobBLNYkWpEG3Sn4KI49onJcFd4wNZ-JlXE5fF5Jfx9EHn6iWga1_TfGP4r2kBbW9IcQ1VXbwWt_thWlzMnV5zNYU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/09/27 01:51:44 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AGji6wCLaTMZeJVcshKuIMBZv6jwxLPi8agHyMsFUJyOnMBFYPDoRAZtHgvVeUcg7BCnCjXKyNCKk9I4Y6_sEVHeoIejJ3RT66ZBnvZJ5k-oytg90sli58dLYH6lCmqgkgwNnNEaiveEkW87yWGCKNaAltQ12Qg1Ob8mElycLFukGRHnyZJ40BvhlhVNxyrfnE5QUiUw0igkSfV3LlvvqRwM4V1Od8S2FSTtVFcgigORJiwfnXE9HkRsmYlBWBNoqOBCkNBF-Or1LHv1JbEfS8OxmOgWhyTAdHg9JttZ_BYKUSYb941PxUZIfdnBXfitq3kFzU74RfZ2WycGsoFmcXc 2025/09/27 01:51:45 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/09/27 01:51:45 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/09/27 01:51:45 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/27 01:51:45 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/27 01:51:45 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/27 01:51:45 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/27 01:51:46 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AGji6wCLaTMZeJVcshKuIMBZv6jwxLPi8agHyMsFUJyOnMBFYPDoRAZtHgvVeUcg7BCnCjXKyNCKk9I4Y6_sEVHeoIejJ3RT66ZBnvZJ5k-oytg90sli58dLYH6lCmqgkgwNnNEaiveEkW87yWGCKNaAltQ12Qg1Ob8mElycLFukGRHnyZJ40BvhlhVNxyrfnE5QUiUw0igkSfV3LlvvqRwM4V1Od8S2FSTtVFcgigORJiwfnXE9HkRsmYlBWBNoqOBCkNBF-Or1LHv1JbEfS8OxmOgWhyTAdHg9JttZ_BYKUSYb941PxUZIfdnBXfitq3kFzU74RfZ2WycGsoFmcXc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/09/27 01:51:47 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ADGbzrvVNtPYJDHBv3quLTLt9_wZH0IhXxJ9ndj2QXGw_FjRBjjgblmpSixsUImq9uPqleyXp_GLi5oCtb1DaJs4eZxZAD4zhwdOY9YJ_KnZIOyXaFRuePmACZ4uHXuQ5W45EteS7s8YbM5tZh-yMs4EUeZ5n63QP3akyBWDZsvnKYnzcmLfHSOvnkgwvCT-2ZE2NmON8gyaNd8pgyGM4gFyb2CFyJdo-mcu6hmWhcTcsJ13PqGslC8WArncPaztKh8i2L7NYejKgDz6SmjAo0q6tVUtN_vKY5REMJ3LN3gLE_gU9DrOSkwbB2Beog3YJDAuFsZAlGnNOQS-49JOiRo 2025/09/27 01:51:47 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/27 01:51:47 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/09/27 01:51:47 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/27 01:51:47 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/27 01:51:48 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/27 01:51:48 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/27 01:51:48 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ADGbzrvVNtPYJDHBv3quLTLt9_wZH0IhXxJ9ndj2QXGw_FjRBjjgblmpSixsUImq9uPqleyXp_GLi5oCtb1DaJs4eZxZAD4zhwdOY9YJ_KnZIOyXaFRuePmACZ4uHXuQ5W45EteS7s8YbM5tZh-yMs4EUeZ5n63QP3akyBWDZsvnKYnzcmLfHSOvnkgwvCT-2ZE2NmON8gyaNd8pgyGM4gFyb2CFyJdo-mcu6hmWhcTcsJ13PqGslC8WArncPaztKh8i2L7NYejKgDz6SmjAo0q6tVUtN_vKY5REMJ3LN3gLE_gU9DrOSkwbB2Beog3YJDAuFsZAlGnNOQS-49JOiRo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/09/27 01:51:51 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AKWeFDO7uE7yzAKNlWq9NYGQUCT0bAMwE2LkiS4Z_qpm1S9oZVEE3OaIsUBEYbOrIMuzC3oSKRXa6bZHXVbCq4E0eYqDNgMGiitfuEEbJXR5EAtDrUtvSnwaZ6Ogj9SdUCgMPLSGTR4_oX98l5V-HF3e8kqsgboAtRPGxmuuI9lvT6PlL9p3xsSIaLEpHww1cZJ90vIWcuoDK-ndYtFkyly5HLQnQt3V16V7vNLjQxs0RGouyUuAypp8js89kpAjaQ9XuywM-BUzuu7TSpW9nrm5xEX2GX7swiiQIKfiKBv53udUu1wO6CEokOB6Nwxk1Aos5qigtZv7RkJDBsOocSI 2025/09/27 01:51:51 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/27 01:51:51 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/09/27 01:51:52 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AKWeFDO7uE7yzAKNlWq9NYGQUCT0bAMwE2LkiS4Z_qpm1S9oZVEE3OaIsUBEYbOrIMuzC3oSKRXa6bZHXVbCq4E0eYqDNgMGiitfuEEbJXR5EAtDrUtvSnwaZ6Ogj9SdUCgMPLSGTR4_oX98l5V-HF3e8kqsgboAtRPGxmuuI9lvT6PlL9p3xsSIaLEpHww1cZJ90vIWcuoDK-ndYtFkyly5HLQnQt3V16V7vNLjQxs0RGouyUuAypp8js89kpAjaQ9XuywM-BUzuu7TSpW9nrm5xEX2GX7swiiQIKfiKBv53udUu1wO6CEokOB6Nwxk1Aos5qigtZv7RkJDBsOocSI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/09/27 01:51:52 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AKOhbkpst9DEHJ311ZSeVYucDNjT3fk-zo6q7UlJEMRS6sVMWiQxQbrX9_nyKRSlv2hQs0Ia4Nt1TApGLdLUw58cb0wKp50l1k5YzMFMOK1ZvY_goyLIc98JCty29VO4OneXWBeuLeX7iU24_Pslgquvd3phL47D-dhZgr4BgGU8c8qmDcHxVGWJGaFEwSxsIqTDCF5EwvVn-1oV8st35nos9x4GITugCyJFBgHGlatVpMMlfd7h5zwEvKkJWNA00NwODzXyfpyu1Y1MqydvKnPs7au4JN82llqmJq1uidRXcd7yKKfswiKTabe92nKVsbS5J5-vjidTUfMi4fZWjg8 2025/09/27 01:51:52 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/09/27 01:51:53 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/27 01:51:53 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AKOhbkpst9DEHJ311ZSeVYucDNjT3fk-zo6q7UlJEMRS6sVMWiQxQbrX9_nyKRSlv2hQs0Ia4Nt1TApGLdLUw58cb0wKp50l1k5YzMFMOK1ZvY_goyLIc98JCty29VO4OneXWBeuLeX7iU24_Pslgquvd3phL47D-dhZgr4BgGU8c8qmDcHxVGWJGaFEwSxsIqTDCF5EwvVn-1oV8st35nos9x4GITugCyJFBgHGlatVpMMlfd7h5zwEvKkJWNA00NwODzXyfpyu1Y1MqydvKnPs7au4JN82llqmJq1uidRXcd7yKKfswiKTabe92nKVsbS5J5-vjidTUfMi4fZWjg8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/09/27 01:51:54 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AISmTL0ADil8ELlequFv48TWsryRzJxAzfdBfqbkyDMilkm475fUXB0vx8Rhrp2y79HrPuxvDOG0noqfkrCTmUNg9_i51XMtkcggJMa_hEhlkEbCQc3SKT5ZTJp1aRS4dmSPIw4Lixc9KWbXX6_SZspLS_Mxr_VOT5NfSxT-ohJ5IjOefeITQPaqXw5nhPWwRHoXyd7GEWzf1kJ0NiUt_jB6215avHjEMi6nw9Chgr4dA0vf3ZF0yxR-75ebbqZfQkYsiWx5hkWVoCDp9lk3NYgqgYlw3kqRKe-9mh2shLScxNS8Dypfa6HH_mcgKPrnuk1tNWvp9YkBEU3zrwICUbg 2025/09/27 01:51:54 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/27 01:51:54 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/27 01:51:55 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AISmTL0ADil8ELlequFv48TWsryRzJxAzfdBfqbkyDMilkm475fUXB0vx8Rhrp2y79HrPuxvDOG0noqfkrCTmUNg9_i51XMtkcggJMa_hEhlkEbCQc3SKT5ZTJp1aRS4dmSPIw4Lixc9KWbXX6_SZspLS_Mxr_VOT5NfSxT-ohJ5IjOefeITQPaqXw5nhPWwRHoXyd7GEWzf1kJ0NiUt_jB6215avHjEMi6nw9Chgr4dA0vf3ZF0yxR-75ebbqZfQkYsiWx5hkWVoCDp9lk3NYgqgYlw3kqRKe-9mh2shLScxNS8Dypfa6HH_mcgKPrnuk1tNWvp9YkBEU3zrwICUbg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/09/27 01:51:55 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: ALX9tI9Z7PEV2P9LLi86Iq4NyK1EMEuTreDviSoRAjVeNXGROOQ14nRbtWf4YuZUX3CNLtcqIIdCk9AYM1I729XwYp6tK7tXKtdfICtC58q0z_-_d_U5h0hxnwhYd9zIdAJUlgRINPoaYechPdvPwGj3T-0-_G_D1c87PCZHgf25ONWpL1vDGbl-LaVFAS2g_vl8duELcu-E8VcrDCl6ykhNbdhMXRjTpVGWG_QI5pYk1DFKKbb9yodoT__CZd4aGzMu98jbIZDIiAETHy-W-risbug_14j7gXlJAMZ5_B9ixfqmUgJ8YxhljxbjLSn9ZMHcxlgHGriFJe3gY8cHCQs 2025/09/27 01:51:56 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/09/27 01:51:56 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/27 01:51:56 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/09/27 01:51:56 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/27 01:51:56 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/27 01:51:57 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/27 01:51:57 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "ALX9tI9Z7PEV2P9LLi86Iq4NyK1EMEuTreDviSoRAjVeNXGROOQ14nRbtWf4YuZUX3CNLtcqIIdCk9AYM1I729XwYp6tK7tXKtdfICtC58q0z_-_d_U5h0hxnwhYd9zIdAJUlgRINPoaYechPdvPwGj3T-0-_G_D1c87PCZHgf25ONWpL1vDGbl-LaVFAS2g_vl8duELcu-E8VcrDCl6ykhNbdhMXRjTpVGWG_QI5pYk1DFKKbb9yodoT__CZd4aGzMu98jbIZDIiAETHy-W-risbug_14j7gXlJAMZ5_B9ixfqmUgJ8YxhljxbjLSn9ZMHcxlgHGriFJe3gY8cHCQs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/09/27 01:51:58 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AGrj3M7Mkg6ad8s-U9q-qbpYK8WE323jtE-o-ytFASBzMlEdXkot3n6BHY9OIykALz6d9__h-NX7mgOngV4sOslLHrHRFt1dJlQ60GfGmKUhDRIZtKuaxe4NUHmM3knxXlk99Xx_mNXX0etgzY7sDrfQw3ey2E2cq1itr4EAuLJS7eItjOh75lwf6KVvwNE5IvzOulANKw2895U8QFnpiIK_FWwyt6n84byRnPCb8kVGd6ygsXvFBvELSlokwPLnNkTJ-BkjcABkmwxhdxkuzGi-6eEnFfoxWnUoZl_96Hg4AySRgIuYLuZ403LDg00lr1Q3KQilSPZsrGMqp9i3VQc 2025/09/27 01:51:58 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/27 01:51:58 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/27 01:51:58 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/09/27 01:51:59 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/27 01:51:59 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/27 01:51:59 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/27 01:51:59 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AGrj3M7Mkg6ad8s-U9q-qbpYK8WE323jtE-o-ytFASBzMlEdXkot3n6BHY9OIykALz6d9__h-NX7mgOngV4sOslLHrHRFt1dJlQ60GfGmKUhDRIZtKuaxe4NUHmM3knxXlk99Xx_mNXX0etgzY7sDrfQw3ey2E2cq1itr4EAuLJS7eItjOh75lwf6KVvwNE5IvzOulANKw2895U8QFnpiIK_FWwyt6n84byRnPCb8kVGd6ygsXvFBvELSlokwPLnNkTJ-BkjcABkmwxhdxkuzGi-6eEnFfoxWnUoZl_96Hg4AySRgIuYLuZ403LDg00lr1Q3KQilSPZsrGMqp9i3VQc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/09/27 01:52:02 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ALcxipDMa_c_RfAVRyQJdz6lO7GOsGpc0OpbCA1cqBUQVjsPOEYqt1E40EznCXtXux_wKwAZIntEzhu5c8W69252ChxZN06MVFV8AU39zXy7z91nVxmmeVn2_ujUJqiXV2wcaBciK7uyMretJ36vsf_j6zE4loF152wVIcOaajvOsp6JkMLBCv70PZksU6gSYuH0PXnWhgxnEzrMI4aQd6L5YijexeQ6oQggOhfa9wxCQPbzGySrJ6EQvdvSol_2oxitAmOxHi9bqzZMq-YhW876EWok-56rG2o_uR3TDDE_hhtB3_ffpGzqp9ZQHOkql_PqWEqxvw2QcJ1Qnv3zT-I 2025/09/27 01:52:02 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/27 01:52:03 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/09/27 01:52:03 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ALcxipDMa_c_RfAVRyQJdz6lO7GOsGpc0OpbCA1cqBUQVjsPOEYqt1E40EznCXtXux_wKwAZIntEzhu5c8W69252ChxZN06MVFV8AU39zXy7z91nVxmmeVn2_ujUJqiXV2wcaBciK7uyMretJ36vsf_j6zE4loF152wVIcOaajvOsp6JkMLBCv70PZksU6gSYuH0PXnWhgxnEzrMI4aQd6L5YijexeQ6oQggOhfa9wxCQPbzGySrJ6EQvdvSol_2oxitAmOxHi9bqzZMq-YhW876EWok-56rG2o_uR3TDDE_hhtB3_ffpGzqp9ZQHOkql_PqWEqxvw2QcJ1Qnv3zT-I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/09/27 01:52:05 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: APMzRr50RUzw8Xl4_XxW0Fi1gj-t2ODNByX4Wg0iygr4xYjoH8uxqx2ioLlFwf-1iPf1U90tCxSOkTUa5-vxVm9r1XB1y9Zno2xnfJZD1zTHMxDmsyVCqQs3B6F70cc3mVFBXsnU0EEL5HHyC4pN-imYzpHlKoOYMBbj4Wj82AFvTwYhERZTNZADfA91fG0mbBlEsxpgGsRQ0A-mM26TtY49lsHFi3OqICtU0P55WmoyFwsFkGybxNNoA-yWeGXHSv0LXBDXzbnX08ren5pkbIZxeofqGjfHzbxEwgplQt4f7U_ed56S9I_s0N8MZRXYg7rheOHQIVtgpL842q130a8 2025/09/27 01:52:05 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/09/27 01:52:06 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/27 01:52:06 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "APMzRr50RUzw8Xl4_XxW0Fi1gj-t2ODNByX4Wg0iygr4xYjoH8uxqx2ioLlFwf-1iPf1U90tCxSOkTUa5-vxVm9r1XB1y9Zno2xnfJZD1zTHMxDmsyVCqQs3B6F70cc3mVFBXsnU0EEL5HHyC4pN-imYzpHlKoOYMBbj4Wj82AFvTwYhERZTNZADfA91fG0mbBlEsxpgGsRQ0A-mM26TtY49lsHFi3OqICtU0P55WmoyFwsFkGybxNNoA-yWeGXHSv0LXBDXzbnX08ren5pkbIZxeofqGjfHzbxEwgplQt4f7U_ed56S9I_s0N8MZRXYg7rheOHQIVtgpL842q130a8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/09/27 01:52:07 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AKutKfKIZdGo-m2h_y2qJnRTrlCnyjg3GfK0O0oa-8yAUu5rL38qz6kQc7vjc3nSlTUXDxcnhr-Iy6yIxWdaXv4c8n_oHU7stjL_U3l-4Pc-o5Zma9qIyhACte68MT8V7eGM_qRWzDj0HeXvl3XBJWXv9Klkp6M4K2Eb6bYIZO36k1ohgW0oJsCCsgW95LAJRewvAqHxCXjaG22bB9TN8CC7SufhHLpJTpl39wdt7Klc-xf65p6A0rXd4G9y3krbS2tivbG2Q4o00QwVfQjf6usXZTA8PbzHo2Cn1Ayz8IoJZIzA2SqyvWhiWasN3Oo15B4DjvM7sHT9ySFAAdMST3M 2025/09/27 01:52:07 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/27 01:52:08 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/27 01:52:08 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AKutKfKIZdGo-m2h_y2qJnRTrlCnyjg3GfK0O0oa-8yAUu5rL38qz6kQc7vjc3nSlTUXDxcnhr-Iy6yIxWdaXv4c8n_oHU7stjL_U3l-4Pc-o5Zma9qIyhACte68MT8V7eGM_qRWzDj0HeXvl3XBJWXv9Klkp6M4K2Eb6bYIZO36k1ohgW0oJsCCsgW95LAJRewvAqHxCXjaG22bB9TN8CC7SufhHLpJTpl39wdt7Klc-xf65p6A0rXd4G9y3krbS2tivbG2Q4o00QwVfQjf6usXZTA8PbzHo2Cn1Ayz8IoJZIzA2SqyvWhiWasN3Oo15B4DjvM7sHT9ySFAAdMST3M" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/09/27 01:52:09 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AIzKyHbOwH4pwBC6dgm2RbQTfxoQicy4j3dI3_ySTDkmv8Fv3vDQWVZHNHw_a5iEn_RO198gR-WAPOjWLPE2g28GDd4b1P9LSPcYPbM4sOjff6d6oMZh1NDPBvyRW2cG75QS6BXio_bZUxMiax26iHs_iF5a0POf36KFMZXZr_UfSSEhnMPr3OeOeNq1uhs16UuXSE79s0_V37o3QMl3eqgQ94CF83FErFgae3-GCaJKlidefu2AG5RNx0CtiO-OAgNpVFIJcJz4XYuXT4-1kDTa8pQSv3SPFg1TkFYDeRQYh5ukdCz7m6_1UdIogxDcf8ZBZy9dpnmStdkzJeHwMXk 2025/09/27 01:52:09 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/09/27 01:52:10 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/09/27 01:52:10 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/09/27 01:52:10 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/27 01:52:10 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/27 01:52:10 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/27 01:52:11 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AIzKyHbOwH4pwBC6dgm2RbQTfxoQicy4j3dI3_ySTDkmv8Fv3vDQWVZHNHw_a5iEn_RO198gR-WAPOjWLPE2g28GDd4b1P9LSPcYPbM4sOjff6d6oMZh1NDPBvyRW2cG75QS6BXio_bZUxMiax26iHs_iF5a0POf36KFMZXZr_UfSSEhnMPr3OeOeNq1uhs16UuXSE79s0_V37o3QMl3eqgQ94CF83FErFgae3-GCaJKlidefu2AG5RNx0CtiO-OAgNpVFIJcJz4XYuXT4-1kDTa8pQSv3SPFg1TkFYDeRQYh5ukdCz7m6_1UdIogxDcf8ZBZy9dpnmStdkzJeHwMXk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/09/27 01:52:12 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AN0n4K6m5mLQT-s-X02rtgWknvD54ajnXSvfu6HD4plcuOlEV0yq1CKH55zOj35M82hlou_71HXcjfJR-GKlxVDPJsQjRvSGu0C-MbdMH9_eqcyRUWGtQBpBLSDa3WtV_0vDeWX11mqrdBxetSp15Kb0UGM530fjx2jY6LCL7XEYnRqjZWCiFZOKl4q0sinZw2vSved_E6HgjtR_BQmgFssWPWqXo6SE1qqGS6R_TtcwxRkhJm87D-d02iRMJKPGdk0v-AxrKTHOYA539pfoV6igHvFnu1Xiu1T7--zlfT2ujwUd2XmXzRcD81_ptZcz_aHzzOpgplbRK9c4uTqdov0 2025/09/27 01:52:12 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/27 01:52:12 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/09/27 01:52:12 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/09/27 01:52:13 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/27 01:52:13 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/27 01:52:13 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/27 01:52:13 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AN0n4K6m5mLQT-s-X02rtgWknvD54ajnXSvfu6HD4plcuOlEV0yq1CKH55zOj35M82hlou_71HXcjfJR-GKlxVDPJsQjRvSGu0C-MbdMH9_eqcyRUWGtQBpBLSDa3WtV_0vDeWX11mqrdBxetSp15Kb0UGM530fjx2jY6LCL7XEYnRqjZWCiFZOKl4q0sinZw2vSved_E6HgjtR_BQmgFssWPWqXo6SE1qqGS6R_TtcwxRkhJm87D-d02iRMJKPGdk0v-AxrKTHOYA539pfoV6igHvFnu1Xiu1T7--zlfT2ujwUd2XmXzRcD81_ptZcz_aHzzOpgplbRK9c4uTqdov0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/09/27 01:52:16 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AMWq5BXl-yuGZcn1B0vciaiJ6Oucsyxo4yiadiH75TkBZSrXUJKa2HTDGvPfvZsVz2GrJH_2CuE5fFzXRTbmzp4g6PT4pGY7nbi_CYG5oLbklIju-LuBF3p1FVe_rNg9h3pNUM1oFPt-D4W9B9SIwtryXCSLTNZwsI8V7z0KLFU5v4OcXZmXF_XV3Z907CcluFhSUo6HWLL9R7TGrB3NNNbwEPWX1mv3SRCgehAERBh22ujWxQySttfglX2htqQif77_lZc7PtLnWo_6j95aEEe-X7kTLfbKrBJfc6ut6_TXq7LVa6BsftkF19nFQW5XQESypBXlCitYzqXUppo4jUU 2025/09/27 01:52:16 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/09/27 01:52:18 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/09/27 01:52:18 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AMWq5BXl-yuGZcn1B0vciaiJ6Oucsyxo4yiadiH75TkBZSrXUJKa2HTDGvPfvZsVz2GrJH_2CuE5fFzXRTbmzp4g6PT4pGY7nbi_CYG5oLbklIju-LuBF3p1FVe_rNg9h3pNUM1oFPt-D4W9B9SIwtryXCSLTNZwsI8V7z0KLFU5v4OcXZmXF_XV3Z907CcluFhSUo6HWLL9R7TGrB3NNNbwEPWX1mv3SRCgehAERBh22ujWxQySttfglX2htqQif77_lZc7PtLnWo_6j95aEEe-X7kTLfbKrBJfc6ut6_TXq7LVa6BsftkF19nFQW5XQESypBXlCitYzqXUppo4jUU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/09/27 01:52:19 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AFy_PAaGwoXTn7wYXeH_XaWEKUtebejCXroIg7KINVo7HuP3Bxz5cqPxHYhBm_oc316XrhzX5KxzxQyIdRb_jTaW6FJCo95dGUOw1zAsMcCmcJf1MekXt1LPCF4OTrWI1OeF9mfnIvA-TP1m3ENQOj0afkqWfFKfizaWeKbHtXu2b890qsJCTYAFSbekP-z8dyos9GJJ3Fes2ktE1hA5sNOI-WcrnFTHtWUpcUoCKZNRa8o3c7RS0LofyIrjwa0jjFKoeswaeNr5gicfXaxrq4gIrhCTMLulXODnrHylKb0oucMmoAXTg8LMXPqEFwFJNv5TvNh9cbxQwFpIkw-Vm6U 2025/09/27 01:52:19 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/09/27 01:52:20 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/27 01:52:20 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AFy_PAaGwoXTn7wYXeH_XaWEKUtebejCXroIg7KINVo7HuP3Bxz5cqPxHYhBm_oc316XrhzX5KxzxQyIdRb_jTaW6FJCo95dGUOw1zAsMcCmcJf1MekXt1LPCF4OTrWI1OeF9mfnIvA-TP1m3ENQOj0afkqWfFKfizaWeKbHtXu2b890qsJCTYAFSbekP-z8dyos9GJJ3Fes2ktE1hA5sNOI-WcrnFTHtWUpcUoCKZNRa8o3c7RS0LofyIrjwa0jjFKoeswaeNr5gicfXaxrq4gIrhCTMLulXODnrHylKb0oucMmoAXTg8LMXPqEFwFJNv5TvNh9cbxQwFpIkw-Vm6U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/09/27 01:52:21 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AN9wLIQKmuuLORgxm48OgbWmf8NCrB6QbPORW84QMHhFgshEhoKU6C5NfJuLZiGoOI5DO05OWrO8Kt8Q90R4N11XM5DducpMbD-1cySZyWc-y-f-CjlwuHFV0-yY9KigfoC1Y_Wb9AwoF8Twkc0GkbvL10QR3lxn0iYERdWQHuzSMzEj4t5DnoA0QP61_vNzI3MRutWodFtof8vR5Lb8Kw3hryYCsgrwEn5_xw7Ughipvl0rv6Ev-A9f8VvZLveyS3ABbdzjv8bGlRWcUI63q5wCtq6rY-LZb8LCYj-sBLIWBmkCD4QRkok0LxxVBMwZI7O5XDm7XnA-kVOMy0Ao988 2025/09/27 01:52:21 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/27 01:52:22 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/27 01:52:22 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AN9wLIQKmuuLORgxm48OgbWmf8NCrB6QbPORW84QMHhFgshEhoKU6C5NfJuLZiGoOI5DO05OWrO8Kt8Q90R4N11XM5DducpMbD-1cySZyWc-y-f-CjlwuHFV0-yY9KigfoC1Y_Wb9AwoF8Twkc0GkbvL10QR3lxn0iYERdWQHuzSMzEj4t5DnoA0QP61_vNzI3MRutWodFtof8vR5Lb8Kw3hryYCsgrwEn5_xw7Ughipvl0rv6Ev-A9f8VvZLveyS3ABbdzjv8bGlRWcUI63q5wCtq6rY-LZb8LCYj-sBLIWBmkCD4QRkok0LxxVBMwZI7O5XDm7XnA-kVOMy0Ao988" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/09/27 01:52:23 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AMQaKmCgDpRiRgc8q9PNq-gOIeblHSoyS41EcOV5jKPzN7p18FyItPaPZG-8Qu9zPI0bhrVR-tGQEgKHsh7MPDPRalIVf7m4L5ARyecJ8DI75QqE02NfPkQ-5TNc2xAK3KNsfYEHxn0HruJy4edUuzsbZPsBtsL-Gu2NcTNJvXgeXI5bT4ZRxPb7efEI2MVF8ltYEY4iSxstLM-mIp2ewr8AVG-x1cSsH3jULEFcJaCD2L3vw1DDf-wucOpAPNkwcdhJzDp4WzxaaIQFEZScxbY-UQmBGN2KofKZlbTDdbfF0oeL3aeiUdjkQIA8BcpqfoBD0mFEI4atUrKk3g6PR18 2025/09/27 01:52:24 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/09/27 01:52:24 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/09/27 01:52:24 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/09/27 01:52:24 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/27 01:52:25 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/27 01:52:25 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/27 01:52:25 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AMQaKmCgDpRiRgc8q9PNq-gOIeblHSoyS41EcOV5jKPzN7p18FyItPaPZG-8Qu9zPI0bhrVR-tGQEgKHsh7MPDPRalIVf7m4L5ARyecJ8DI75QqE02NfPkQ-5TNc2xAK3KNsfYEHxn0HruJy4edUuzsbZPsBtsL-Gu2NcTNJvXgeXI5bT4ZRxPb7efEI2MVF8ltYEY4iSxstLM-mIp2ewr8AVG-x1cSsH3jULEFcJaCD2L3vw1DDf-wucOpAPNkwcdhJzDp4WzxaaIQFEZScxbY-UQmBGN2KofKZlbTDdbfF0oeL3aeiUdjkQIA8BcpqfoBD0mFEI4atUrKk3g6PR18" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/09/27 01:52:27 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AEFeMI4wlDgBvnKvxE_i3ZeCg5KF9Qp9enG_SN9MDO1QCcqHCNY8Mgd3OAS7Vgf5pq-SypAu3PKDMU_XTM02zZelf0ULnD56e05Ye36O55dcQsP-WGIB2leO72cGIRmYIwyu4KlPXsq8nx1jz4MSWwEGVSNYMhFkVT2-PXSv2bh5e9d-Ph-3bNDnq77m9UKhwp7LBsxbzWXuFAWJ0YvvwXGwK9fA9fGDYY0240h9weNK6YwkO8M5shjZyqcP6sJ-qb4HGVleTcDQBUZ4QGcTz5Yv5kJp4b6wrw3MYnPvVt-TroUKfPSgcGz01YfbnBAT7nOJcIbpCVpCkJXbflmJ0PU 2025/09/27 01:52:27 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/27 01:52:27 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/09/27 01:52:27 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/09/27 01:52:27 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/27 01:52:28 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/27 01:52:28 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/27 01:52:28 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AEFeMI4wlDgBvnKvxE_i3ZeCg5KF9Qp9enG_SN9MDO1QCcqHCNY8Mgd3OAS7Vgf5pq-SypAu3PKDMU_XTM02zZelf0ULnD56e05Ye36O55dcQsP-WGIB2leO72cGIRmYIwyu4KlPXsq8nx1jz4MSWwEGVSNYMhFkVT2-PXSv2bh5e9d-Ph-3bNDnq77m9UKhwp7LBsxbzWXuFAWJ0YvvwXGwK9fA9fGDYY0240h9weNK6YwkO8M5shjZyqcP6sJ-qb4HGVleTcDQBUZ4QGcTz5Yv5kJp4b6wrw3MYnPvVt-TroUKfPSgcGz01YfbnBAT7nOJcIbpCVpCkJXbflmJ0PU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/09/27 01:52:33 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AHRLSSyo9cS8W6NIcaJcuAmHVOsfnujRDkIO-cv5tEQz9m01Nrl6_aB6qA-LkCOz7jWOGtvE1K69lh9gjOAZbWZRxbaDRBi01zmDeGhqj0UoZ0OVRv3cFiBnKt31In5jStaLjXJezRlObvPMd_K1xXGmhWD6R5nKDeTpe_1uT3l8_DP1HLhGLhmnZR88ZIYU5tyE0zKVlZqOcqPBH3GeAJ8rrXQLlrsICniZkkAoP2QBtZ7kjGov2KLtBJJcPmyJNidNPPxA-fkku53v6osyb6PT_USYoHQancjZV7CwhBM_OVZ7Efs8iKubUpU5ltE9M-LafGsWyCFkmiK4aw_H_14 2025/09/27 01:52:34 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/09/27 01:52:35 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/09/27 01:52:35 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AHRLSSyo9cS8W6NIcaJcuAmHVOsfnujRDkIO-cv5tEQz9m01Nrl6_aB6qA-LkCOz7jWOGtvE1K69lh9gjOAZbWZRxbaDRBi01zmDeGhqj0UoZ0OVRv3cFiBnKt31In5jStaLjXJezRlObvPMd_K1xXGmhWD6R5nKDeTpe_1uT3l8_DP1HLhGLhmnZR88ZIYU5tyE0zKVlZqOcqPBH3GeAJ8rrXQLlrsICniZkkAoP2QBtZ7kjGov2KLtBJJcPmyJNidNPPxA-fkku53v6osyb6PT_USYoHQancjZV7CwhBM_OVZ7Efs8iKubUpU5ltE9M-LafGsWyCFkmiK4aw_H_14" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/09/27 01:52:36 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: ABc4ihLliivcX2st2GyQqoo5Ey_qNgxwE4qdVinFfVwQa53_GmUk_KFP7xNrnpQZIXfY9CY7S0ANq-nEPpHp89HlGJkJ6Ec6lVWO2xzOM57oP5RF7GQF1JdQnZkAJ1p3RGgVLo5m4exHUOEzB3w53MeNrxkah2ntuQxkqtLE7xA5-HUathhv7GuNKiHAsAm-quEhjRkU2WhrCFc3FGL5l7d-PmRM08nmw3rL2yqyHeVzFVXxhKVY5dMePcVIBYdmOvZUivjTvpbpOBb_hUQfHXpPO-rlZjSHA9Fiv7G6TexboCLDIPJQH7RP0GhXyiviuMUgRXz07cfgeCh0But5OlU 2025/09/27 01:52:37 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/09/27 01:52:38 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/27 01:52:38 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "ABc4ihLliivcX2st2GyQqoo5Ey_qNgxwE4qdVinFfVwQa53_GmUk_KFP7xNrnpQZIXfY9CY7S0ANq-nEPpHp89HlGJkJ6Ec6lVWO2xzOM57oP5RF7GQF1JdQnZkAJ1p3RGgVLo5m4exHUOEzB3w53MeNrxkah2ntuQxkqtLE7xA5-HUathhv7GuNKiHAsAm-quEhjRkU2WhrCFc3FGL5l7d-PmRM08nmw3rL2yqyHeVzFVXxhKVY5dMePcVIBYdmOvZUivjTvpbpOBb_hUQfHXpPO-rlZjSHA9Fiv7G6TexboCLDIPJQH7RP0GhXyiviuMUgRXz07cfgeCh0But5OlU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/09/27 01:52:39 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: APEY9eTtejwiq9lrTrS700-WCG_y1aL8ZmWZGPvAKiJdqIc_SVA4rR4luJsTcFirt2C7VWTdzl_lalfbuEGobtArUBE9ZmiMPioVg3PX5xU01lRbmQSrOWClF_lV3W3bITLs9MJFqcds_MYT3-AW-SC44tYBUOYfpnCkV1GY0jm0CYOWpOLaqkbCOuKlQiasFvIFu2BxqO1w-RYukgVLV5NdfzGLyalfcdwwOXpP_PBJCfADrchBcF8PDIKuL96d3IgnxVLQhwO2AZUzIaKEfze-4nIaDTrl3d-BGcOEHb1Thx0BqPR2XAet6KPqUezmCAat-TJRCjL4CxhtSZteWFE 2025/09/27 01:52:40 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/27 01:52:41 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/27 01:52:41 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "APEY9eTtejwiq9lrTrS700-WCG_y1aL8ZmWZGPvAKiJdqIc_SVA4rR4luJsTcFirt2C7VWTdzl_lalfbuEGobtArUBE9ZmiMPioVg3PX5xU01lRbmQSrOWClF_lV3W3bITLs9MJFqcds_MYT3-AW-SC44tYBUOYfpnCkV1GY0jm0CYOWpOLaqkbCOuKlQiasFvIFu2BxqO1w-RYukgVLV5NdfzGLyalfcdwwOXpP_PBJCfADrchBcF8PDIKuL96d3IgnxVLQhwO2AZUzIaKEfze-4nIaDTrl3d-BGcOEHb1Thx0BqPR2XAet6KPqUezmCAat-TJRCjL4CxhtSZteWFE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/09/27 01:52:42 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AGqo251EONXq6m6YEK5D8LqtDLgb92I1o-aiwwTgIlSm7T7NcSJ9KaiHB-rujweeznAobFPKNqjdsjE9IyNyvFKfA3DpDI-YZPqo6COxKoxJlsP313d8DdVN3vVRBSUnNOArn6pR38o_bqfJ-SXjvmOFfh53kslDnPvs2nGdlqvz1qnGe74Q_O5fsxM_g8m4EfgJ1KwjI3Rr0NzzP84a50IhPvBAEKgkN0Ozpl0lmsMKHsEW3Tfmafzt4LnlmAVnq_RXIZabnEtZmo4IEWQiwUkMfIF8LnpWd6WlDxSeNiNLXL6WK4J8D_k9xe8wyzja29ATgSDLsyHYah0SuFcefq8 2025/09/27 01:52:42 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/09/27 01:52:43 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/09/27 01:52:43 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/09/27 01:52:43 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/27 01:52:43 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/27 01:52:44 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/27 01:52:44 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AGqo251EONXq6m6YEK5D8LqtDLgb92I1o-aiwwTgIlSm7T7NcSJ9KaiHB-rujweeznAobFPKNqjdsjE9IyNyvFKfA3DpDI-YZPqo6COxKoxJlsP313d8DdVN3vVRBSUnNOArn6pR38o_bqfJ-SXjvmOFfh53kslDnPvs2nGdlqvz1qnGe74Q_O5fsxM_g8m4EfgJ1KwjI3Rr0NzzP84a50IhPvBAEKgkN0Ozpl0lmsMKHsEW3Tfmafzt4LnlmAVnq_RXIZabnEtZmo4IEWQiwUkMfIF8LnpWd6WlDxSeNiNLXL6WK4J8D_k9xe8wyzja29ATgSDLsyHYah0SuFcefq8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/09/27 01:52:46 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: ALyGUUq4AGlocbFsD2FDACyRP7Yxr8g59DSdKLURYezIeuZGU1TaCoIvh1Jtqq05fqZ6IMZIlKiBdqJlyV2cEiaeQaJVuCiFK6mdqnGIGMNEThLzN2PhNLhibsxRhpvIQcXWalVgUzR42T1mtnaGWRTL88nGhAwifdD0whtZVtiC2LEmlYhAiEZk1w6vPHHywOEqN0s-aOAvv-uzRUACCOqUWTnBj0L-DvTI7XPHHCOKRUcM1DU5C9sJL4blMQO0nuMD2_SW5py-P1MTCMSD8Hw1f62lo3w0eiyuOLakjQg_c6oR5KEflL7e3ZDJAwwGVdBUnH8a5pNuj_MVpNpwhdY 2025/09/27 01:52:46 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/27 01:52:46 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/09/27 01:52:46 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/09/27 01:52:47 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/27 01:52:47 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/27 01:52:47 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/27 01:52:47 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "ALyGUUq4AGlocbFsD2FDACyRP7Yxr8g59DSdKLURYezIeuZGU1TaCoIvh1Jtqq05fqZ6IMZIlKiBdqJlyV2cEiaeQaJVuCiFK6mdqnGIGMNEThLzN2PhNLhibsxRhpvIQcXWalVgUzR42T1mtnaGWRTL88nGhAwifdD0whtZVtiC2LEmlYhAiEZk1w6vPHHywOEqN0s-aOAvv-uzRUACCOqUWTnBj0L-DvTI7XPHHCOKRUcM1DU5C9sJL4blMQO0nuMD2_SW5py-P1MTCMSD8Hw1f62lo3w0eiyuOLakjQg_c6oR5KEflL7e3ZDJAwwGVdBUnH8a5pNuj_MVpNpwhdY" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/09/27 01:52:50 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/09/27 01:52:53 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/09/27 01:52:56 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/09/27 01:53:01 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/09/27 01:53:06 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/09/27 01:53:08 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ALAmUY_lNfEGnTwY1I9gjxCTwpLQQiZGItleSbF8hSXapY4yU-ba1TtHjMZKUxFR2CoW9hCudqBGKNeq-7YB-C_NxFiJe-nuw6sQsnWPiRPunmfySAtQv9Qzhqaf04fQgn-d-JOr_U87C8o1IzRCiXa8IGq2eFCtbPg12joPpW4hGCAkbBvzBCUHmB8zqH6KrWFGZXu2457b_o49DHHLjL90VNoqkFU3-UPTUE6l3UdAW-ZmFpbnJSUFpJt799d-0IjlNMyWIyUhWYNo6c20c96pE3CzTvBq6c7nErMSQRgPeyCmSOM1-QxJsgxVkKnN3dBz5NLaGOPXcQsRzv3s-0I 2025/09/27 01:53:08 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/27 01:53:08 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "5c8bdddde0135e2dd2f500af70baeaad" 2025/09/27 01:53:09 DEBUG : unknown-size-put.txt: multipart upload "ALAmUY_lNfEGnTwY1I9gjxCTwpLQQiZGItleSbF8hSXapY4yU-ba1TtHjMZKUxFR2CoW9hCudqBGKNeq-7YB-C_NxFiJe-nuw6sQsnWPiRPunmfySAtQv9Qzhqaf04fQgn-d-JOr_U87C8o1IzRCiXa8IGq2eFCtbPg12joPpW4hGCAkbBvzBCUHmB8zqH6KrWFGZXu2457b_o49DHHLjL90VNoqkFU3-UPTUE6l3UdAW-ZmFpbnJSUFpJt799d-0IjlNMyWIyUhWYNo6c20c96pE3CzTvBq6c7nErMSQRgPeyCmSOM1-QxJsgxVkKnN3dBz5NLaGOPXcQsRzv3s-0I" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/09/27 01:53:09 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: APEc97EEbhLAOjJDBwDMcudx57slNrd837nUgPgePaMMiXfQm2KeFa_xUag5Vg4ibSRvsqb_G3P1NK7BqP6_Kq9XhFRmjd8uT2-0BotzbYCj7mxjxBdGVRz5VHjuAsHYbHy-KYjWoDuWEjCDuE1YsUFBiljWSYnIuIegfZ_e-WOYgawvl5EcfUck1XEF3KWyX0FS1mxobTQiQCERzUsF4TOoVQ8FRZP6fC9Vk4ygMmu3CL-DXPoE4j5R8_w02W74RM_LSAjcPO7OTY-tUCjp1MkX8Sj4-V3i4VfTvivWWzQE0frO-IHCgp1aQLaK60itQFSbxNdEMqFjumKLSkfkr14 2025/09/27 01:53:09 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/09/27 01:53:10 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "30153e39d0368655a8850f2ca9e2133d" 2025/09/27 01:53:10 DEBUG : unknown-size-update.txt: multipart upload "APEc97EEbhLAOjJDBwDMcudx57slNrd837nUgPgePaMMiXfQm2KeFa_xUag5Vg4ibSRvsqb_G3P1NK7BqP6_Kq9XhFRmjd8uT2-0BotzbYCj7mxjxBdGVRz5VHjuAsHYbHy-KYjWoDuWEjCDuE1YsUFBiljWSYnIuIegfZ_e-WOYgawvl5EcfUck1XEF3KWyX0FS1mxobTQiQCERzUsF4TOoVQ8FRZP6fC9Vk4ygMmu3CL-DXPoE4j5R8_w02W74RM_LSAjcPO7OTY-tUCjp1MkX8Sj4-V3i4VfTvivWWzQE0frO-IHCgp1aQLaK60itQFSbxNdEMqFjumKLSkfkr14" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/09/27 01:53:10 DEBUG : Creating backend with remote "TestS3R2:rclone-test-nokoboy0jafi/deeper/nonexisting/directory" 2025/09/27 01:53:10 DEBUG : Config file has changed externally - reloading === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2625: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2717: Can't test if can't have empty directories 2025/09/27 01:53:10 DEBUG : Waiting for deletions to finish 2025/09/27 01:53:10 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/09/27 01:53:10 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/09/27 01:53:10 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/09/27 01:53:11 INFO : S3 bucket rclone-test-nokoboy0jafi: Bucket "rclone-test-nokoboy0jafi" deleted 2025/09/27 01:53:11 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (152.68s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.29s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.09s) --- PASS: TestIntegration/FsMkdir (150.67s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.22s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.09s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.10s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding (14.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.95s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.88s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.84s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.74s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.73s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.41s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (2.44s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (24.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.87s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.80s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.48s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.77s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.67s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.73s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (4.70s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.96s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.22s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.39s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.60s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.73s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.54s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (85.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (11.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (2.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (4.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (2.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (4.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (14.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (4.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (2.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (4.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (5.26s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (10.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (2.68s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (3.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (4.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (14.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (4.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (2.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (4.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (2.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (5.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (2.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (15.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (4.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (3.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (4.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (2.17s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (6.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (3.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (18.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (6.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (5.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (2.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (6.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (3.11s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (19.27s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (3.37s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (2.63s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (4.55s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (4.69s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (4.02s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.04s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.87s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.17s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.28s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 s3_test.go:44: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2025/09/27 01:53:11 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/09/27 01:53:11 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 152.715s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 2m35.88991684s (try 1/5)