"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/23 14:51:53 NOTICE: TestS3R2: Starting server 2025/09/23 14:51:53 DEBUG : Creating backend with remote "TestS3R2:rclone-test-lomorar4juze" 2025/09/23 14:51:53 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/23 14:51:54 INFO : S3 bucket rclone-test-lomorar4juze: Bucket "rclone-test-lomorar4juze" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/09/23 14:51:55 INFO : S3 bucket rclone-test-lomorar4juze: Bucket "rclone-test-lomorar4juze" deleted === RUN TestIntegration/FsMkdir 2025/09/23 14:51:56 INFO : S3 bucket rclone-test-lomorar4juze: Bucket "rclone-test-lomorar4juze" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/09/23 14:51:56 INFO : dir/subdir: Making directory fstest.go:247: Filtering empty directory "dir" fstest.go:247: Filtering empty directory "dir/subdir" 2025/09/23 14:51:56 INFO : dir/subdir: Removing directory fstest.go:247: Filtering empty directory "dir" 2025/09/23 14:51:56 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/23 14:52:16 NOTICE: S3 bucket rclone-test-lomorar4juze: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/09/23 14:52:16 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AC-i-hXRIlwQLHvHnQHEQYs-nW2mgL-I1bC93hVvmWlr_L_x5Zu6Euo0oScQx4LffDsJeDt_oR1jjss00Oa1i4N3TdRl1vcd5qJy9MSMw08dQjkTmryRAtZ_RHdxoa7-3l87JezA-6pYbCsbhKYK3PUTMkyq_4VCKj8XNN9tF1teAww9hiOEfd7XpPT73q3qFYqRhgPTw4ctKyjDVmQdE_3gUkK7gsfwEruXBYIPgAmuxhW08zeQC5hT7rCMCI-p7KJOSxucJeT6iGZZyEoAlYiI3QzjG-rMQybrbbI5bqW5c6Toyt3N5kHnwmkTeHRjtDwoXZhwRaQ5Q-hRkCxZAhk 2025/09/23 14:52:17 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "5bca4999651c9a6a6cddc82cf0d6914a" 2025/09/23 14:52:17 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "dcf62b2d473fde1e5f43126affc2e615" 2025/09/23 14:52:17 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "710dadbc44a0b3d1e4b7e895c13a945d" 2025/09/23 14:52:18 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AC-i-hXRIlwQLHvHnQHEQYs-nW2mgL-I1bC93hVvmWlr_L_x5Zu6Euo0oScQx4LffDsJeDt_oR1jjss00Oa1i4N3TdRl1vcd5qJy9MSMw08dQjkTmryRAtZ_RHdxoa7-3l87JezA-6pYbCsbhKYK3PUTMkyq_4VCKj8XNN9tF1teAww9hiOEfd7XpPT73q3qFYqRhgPTw4ctKyjDVmQdE_3gUkK7gsfwEruXBYIPgAmuxhW08zeQC5hT7rCMCI-p7KJOSxucJeT6iGZZyEoAlYiI3QzjG-rMQybrbbI5bqW5c6Toyt3N5kHnwmkTeHRjtDwoXZhwRaQ5Q-hRkCxZAhk" 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/23 14:52:21 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/09/23 14:52:21 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/23 14:52:23 DEBUG : S3 bucket rclone-test-lomorar4juze: bucket is versioned: false 2025/09/23 14:52:23 DEBUG : Waiting for deletions to finish 2025/09/23 14:52:23 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/09/23 14:52:23 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/09/23 14:52:23 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/09/23 14:52:24 DEBUG : Creating backend with remote "TestS3R2:rclone-test-lomorar4juze/dirToPurgeFromRoot" 2025/09/23 14:52:25 DEBUG : S3 bucket rclone-test-lomorar4juze path dirToPurgeFromRoot: bucket is versioned: false 2025/09/23 14:52:25 DEBUG : Waiting for deletions to finish 2025/09/23 14:52:25 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/09/23 14:52:25 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/09/23 14:52:25 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/09/23 14:52:25 DEBUG : Creating backend with remote "TestS3R2:rclone-test-lomorar4juze/hello? sausage/êé" 2025/09/23 14:52:27 DEBUG : S3 bucket rclone-test-lomorar4juze path hello? sausage/êé: bucket is versioned: false 2025/09/23 14:52:27 DEBUG : Waiting for deletions to finish 2025/09/23 14:52:27 DEBUG : "a/b/c/d/e.txt" version false 2025/09/23 14:52:27 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/09/23 14:52:27 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/23 14:52:34 DEBUG : Creating backend with remote "TestS3R2:rclone-test-lomorar4juze/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/09/23 14:52:34 DEBUG : Creating backend with remote "TestS3R2:rclone-test-lomorar4juze/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-lomorar4juze" from "TestS3R2:rclone-test-lomorar4juze" 2025/09/23 14:52:35 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/23 14:52:42 DEBUG : piped data.txt: open chunk writer: started multipart upload: AD_OzpXRuBR6a7VCQK9s5nrOkNi6uzQY_3l1iuYixdVMga-b5U_AlcgFNqIFSDFk50cXScJlHgRHkBKhPq_fEnohag70_HhsahtJ53NbyRld17kuMQWKFp-Qw-osv5HYVEzl4LF7-RvWAbx5hGeyIc8MCk1eujkNNY_d3KU9RlFJK0YFWMIo6BPC-2G706uMfU9f6q7qC3R5b863e1hZNQ_rXcMlN5Tbkt8YjiwS5kPUhsKegZpGnAWymSlvS_BTRBehdsT4aJoN1og2uTyx4Gs9mfi3uS8MLGxNnaKffz7dPlHYiVQFe4XT6BfEsxRuRxLRoNJvmDw0GC9YXcspJpA 2025/09/23 14:52:42 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/09/23 14:52:42 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/09/23 14:52:42 DEBUG : piped data.txt: multipart upload "AD_OzpXRuBR6a7VCQK9s5nrOkNi6uzQY_3l1iuYixdVMga-b5U_AlcgFNqIFSDFk50cXScJlHgRHkBKhPq_fEnohag70_HhsahtJ53NbyRld17kuMQWKFp-Qw-osv5HYVEzl4LF7-RvWAbx5hGeyIc8MCk1eujkNNY_d3KU9RlFJK0YFWMIo6BPC-2G706uMfU9f6q7qC3R5b863e1hZNQ_rXcMlN5Tbkt8YjiwS5kPUhsKegZpGnAWymSlvS_BTRBehdsT4aJoN1og2uTyx4Gs9mfi3uS8MLGxNnaKffz7dPlHYiVQFe4XT6BfEsxRuRxLRoNJvmDw0GC9YXcspJpA" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/09/23 14:52:43 DEBUG : piped data.txt: open chunk writer: started multipart upload: ANwG9d8jyLNkfdJDtcWYZ4cHCzIftoJAwPGDIeg9IM4VLVU1_H-QZZkUeFMRNXp3xfaJqqLmlX6p-6MpvOcxxog8QNLps831x8HhV0qUtCbQHSSERJ6MMaHS9ThcIyKSnibwvKZQCVdG4i849vycYMNCpw12ZBCVMymEA7B93FrB8VyQxW593OEChITruX7HxkATMtcgcEoph_5RrhqBCixVKtExr_Om7S6dS_Ms32Rqs6QKvD2qbkD251-ZxoGhlM_a0Xry8vK9IZX6tq0kxpFxqBGW41NHx_8DCh0oattbcA4w0ZAQSSIkVEdhra67FiskIe7A8ltQY6rJVF5qy-c 2025/09/23 14:52:43 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/23 14:52:43 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "7a998fd7187d985c50593d9d23bea31e" 2025/09/23 14:52:43 DEBUG : piped data.txt: multipart upload "ANwG9d8jyLNkfdJDtcWYZ4cHCzIftoJAwPGDIeg9IM4VLVU1_H-QZZkUeFMRNXp3xfaJqqLmlX6p-6MpvOcxxog8QNLps831x8HhV0qUtCbQHSSERJ6MMaHS9ThcIyKSnibwvKZQCVdG4i849vycYMNCpw12ZBCVMymEA7B93FrB8VyQxW593OEChITruX7HxkATMtcgcEoph_5RrhqBCixVKtExr_Om7S6dS_Ms32Rqs6QKvD2qbkD251-ZxoGhlM_a0Xry8vK9IZX6tq0kxpFxqBGW41NHx_8DCh0oattbcA4w0ZAQSSIkVEdhra67FiskIe7A8ltQY6rJVF5qy-c" 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/23 14:52:44 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/23 14:52:46 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AE6qCfsmr7IWm3vq9ukrsGeG_aRaD0jW4iQrvR24X02LYxo6zIdzL1qIf_rF25jB5RaiF5tgyc_tnW6DzRCoSQ8shF1dEiiw6klXJNPRGoUPdjkvDDJ_aV1HKpeKZarmU0ehSfIt-925d5wzwA7MT5HJ3spDQJ7omHyN3PjmMGt-MB7kNfuLRoCdXOexJUyedJfFhOjLPK2HM9L6GvJJCKpj9uFVFjdb0hUH3qu4SCYVJhCNk1DT8V0NtCxlbNiuUGA62pDDrf1aKAAzGoVYrsniPdUbTKVjsxKrR21xUDDGYYip-q034k5I87VVZ4ulj9taBdQQfGU5JbPFfaXUMl0 2025/09/23 14:52:47 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/09/23 14:52:47 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/09/23 14:52:47 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AE6qCfsmr7IWm3vq9ukrsGeG_aRaD0jW4iQrvR24X02LYxo6zIdzL1qIf_rF25jB5RaiF5tgyc_tnW6DzRCoSQ8shF1dEiiw6klXJNPRGoUPdjkvDDJ_aV1HKpeKZarmU0ehSfIt-925d5wzwA7MT5HJ3spDQJ7omHyN3PjmMGt-MB7kNfuLRoCdXOexJUyedJfFhOjLPK2HM9L6GvJJCKpj9uFVFjdb0hUH3qu4SCYVJhCNk1DT8V0NtCxlbNiuUGA62pDDrf1aKAAzGoVYrsniPdUbTKVjsxKrR21xUDDGYYip-q034k5I87VVZ4ulj9taBdQQfGU5JbPFfaXUMl0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/09/23 14:52:48 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AKX0anqIPkA-GT9GJacJI4dOTXcXsyT2ZS1drxSD7M3XmZ07s8bP12rRxdNlo-jebl31jxcHJeW9w0T6LPvP2JXJkM1CUbJnlnAS5Ay17afYDTB4I-se9KICo_rxVOUaKgUKuEKXjbPS-r_89P21sPs7TEi-WS_lTol4kE420IDF0q30lwJfC6rVdWr1QSPKyEXarWbp-qBmAD80NMzYUVyE5a8lmatmADUSp9KBJXDRJ1Ne4hRJJTxeiCQbbg5BjQ3TTwno9XdGcw2JyfFvH4h-AjxfAiuVCt67ThYw73c4vb1IhZZ6EcqhLICdJneSVyjUk1FspmueHHwgAHd_lH4 2025/09/23 14:52:49 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/09/23 14:52:49 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/23 14:52:50 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AKX0anqIPkA-GT9GJacJI4dOTXcXsyT2ZS1drxSD7M3XmZ07s8bP12rRxdNlo-jebl31jxcHJeW9w0T6LPvP2JXJkM1CUbJnlnAS5Ay17afYDTB4I-se9KICo_rxVOUaKgUKuEKXjbPS-r_89P21sPs7TEi-WS_lTol4kE420IDF0q30lwJfC6rVdWr1QSPKyEXarWbp-qBmAD80NMzYUVyE5a8lmatmADUSp9KBJXDRJ1Ne4hRJJTxeiCQbbg5BjQ3TTwno9XdGcw2JyfFvH4h-AjxfAiuVCt67ThYw73c4vb1IhZZ6EcqhLICdJneSVyjUk1FspmueHHwgAHd_lH4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/09/23 14:52:51 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: ALyQ2BukCnZWAMWcHBUE9DKlZVhUkt7PieRkUnWVf1jQvb5hQWKjR_q4YjEMRCe_0n4kD-xB9X-OUdJj64_huAfX-lulcztycb1akraCfFKuS_59a8fvMO6Xis8oF-Gqy8iy_8j1gJDFC_FNhX2dmBMPv8BO8MYOXEe9JVs31XQLYyfMybBcl_r7xByz56vqAoPtyxj2SxT-L91mtbar-GUJ3Fk9DtKodTv2ee-ruw0Jrbf0t7rF5xuYKGfiLBF0BAPToZsDbP2wCKTOeQUZWPIJ6eR_43KB3RwNg547tAALgH2aSy9PcRsypg7ZS7P_l1JSb3Rk0Biz5R3eSBH1Jzg 2025/09/23 14:52:51 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/23 14:52:51 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/23 14:52:52 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "ALyQ2BukCnZWAMWcHBUE9DKlZVhUkt7PieRkUnWVf1jQvb5hQWKjR_q4YjEMRCe_0n4kD-xB9X-OUdJj64_huAfX-lulcztycb1akraCfFKuS_59a8fvMO6Xis8oF-Gqy8iy_8j1gJDFC_FNhX2dmBMPv8BO8MYOXEe9JVs31XQLYyfMybBcl_r7xByz56vqAoPtyxj2SxT-L91mtbar-GUJ3Fk9DtKodTv2ee-ruw0Jrbf0t7rF5xuYKGfiLBF0BAPToZsDbP2wCKTOeQUZWPIJ6eR_43KB3RwNg547tAALgH2aSy9PcRsypg7ZS7P_l1JSb3Rk0Biz5R3eSBH1Jzg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/09/23 14:52:53 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ABiTM92eqWsIcdR3O-mL2lCYGUaLvhH4JPP_S85rgL9cRg_j-JNM0is1v4YweugzS9r4Uk5WwEd2eJSMvS_y_RHykzZnLqdzoGlmALa3LxyJKob-ngLCoySKP7ZpfCh7G0I1-XkojPO81-fXqX1IKBoUo-FYZjhTLh9vLLSRAEMepT47HuveCXc1vRI6SGw8XTe7-eW1Z8Fl3wSaXWpHCmfjj08frCHgMmuABdXunFr2LaYw19UbyPo9gHRjQLKYJmdx7-Xx3P9f1KWs5egHVbagT6Pq_eYTDBKgVmAA5zxUskPERMoYAe4r2Cf1B1FmnMvldWMPIAPY5lvo4yRnbbs 2025/09/23 14:52:53 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/09/23 14:52:53 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/09/23 14:52:53 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/09/23 14:52:53 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/23 14:52:54 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/23 14:52:54 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/23 14:52:54 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ABiTM92eqWsIcdR3O-mL2lCYGUaLvhH4JPP_S85rgL9cRg_j-JNM0is1v4YweugzS9r4Uk5WwEd2eJSMvS_y_RHykzZnLqdzoGlmALa3LxyJKob-ngLCoySKP7ZpfCh7G0I1-XkojPO81-fXqX1IKBoUo-FYZjhTLh9vLLSRAEMepT47HuveCXc1vRI6SGw8XTe7-eW1Z8Fl3wSaXWpHCmfjj08frCHgMmuABdXunFr2LaYw19UbyPo9gHRjQLKYJmdx7-Xx3P9f1KWs5egHVbagT6Pq_eYTDBKgVmAA5zxUskPERMoYAe4r2Cf1B1FmnMvldWMPIAPY5lvo4yRnbbs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/09/23 14:52:55 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AAJY0iZo-bE4QDMi3mvGNxjpXDMfpdCqGnWzd65Q18djsgjEDE2_-yKioRepyVmXq91rRv0O0_QxZ716--79GWovrkQxz44hCgJfenIALTZDY71yU5P-KQdVPrk8PZ9jcRv80t1Iq_UvHnDcxywGkZEqZ6pgeaXYOm2CBXgs2fKhCKaoo_juGX9VcXwa8Q57Aa1et6dBzOPtCqjvaew3o1dUJMVSAEstlFgJzONr3yeN94_ZxF2hzIwNl6jUdMfuSYsIn0-DaTIy8_yGqJMTyvjdw_51EHImGv6DdnrDtWr3pk-zXyaHvA2VtIBrvPqp47z73KZWf76In_8lDdMImu8 2025/09/23 14:52:55 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/23 14:52:56 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/09/23 14:52:56 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/09/23 14:52:56 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/23 14:52:56 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/23 14:52:56 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/23 14:52:57 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AAJY0iZo-bE4QDMi3mvGNxjpXDMfpdCqGnWzd65Q18djsgjEDE2_-yKioRepyVmXq91rRv0O0_QxZ716--79GWovrkQxz44hCgJfenIALTZDY71yU5P-KQdVPrk8PZ9jcRv80t1Iq_UvHnDcxywGkZEqZ6pgeaXYOm2CBXgs2fKhCKaoo_juGX9VcXwa8Q57Aa1et6dBzOPtCqjvaew3o1dUJMVSAEstlFgJzONr3yeN94_ZxF2hzIwNl6jUdMfuSYsIn0-DaTIy8_yGqJMTyvjdw_51EHImGv6DdnrDtWr3pk-zXyaHvA2VtIBrvPqp47z73KZWf76In_8lDdMImu8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/09/23 14:53:01 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AL1GNLW31XhJyk_1zKLJudj_A0Fk29ZU7JKAjfxwuRvbAVkL4AcE0jE7z7sZMJKfn3sw5cJMIPh1_aQntasMfVcmiD7WuuEVlkqcR8gYK1CwCt4wEm_HP5VF10s3K7EX95_ueKMnv1gL1ZZHgjYIap73Y1jS5Ks5vEijEmBH01TUq2UXnqeEDdLmeIGjTQl2Jwd7sWXntdkj5xdQh92c6obGuPt28X2Vj_O_eMWRFgiW-f9P-AwFhc2qtiKGDm3PNuIOSD_OfIFW9K7fopyoupzarUe5UQB27S42J1KYqKvVknDOTLRro0hhiH28ggG7--qBl_P1qUcz0PS8q2UDAcA 2025/09/23 14:53:01 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/23 14:53:01 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/09/23 14:53:02 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AL1GNLW31XhJyk_1zKLJudj_A0Fk29ZU7JKAjfxwuRvbAVkL4AcE0jE7z7sZMJKfn3sw5cJMIPh1_aQntasMfVcmiD7WuuEVlkqcR8gYK1CwCt4wEm_HP5VF10s3K7EX95_ueKMnv1gL1ZZHgjYIap73Y1jS5Ks5vEijEmBH01TUq2UXnqeEDdLmeIGjTQl2Jwd7sWXntdkj5xdQh92c6obGuPt28X2Vj_O_eMWRFgiW-f9P-AwFhc2qtiKGDm3PNuIOSD_OfIFW9K7fopyoupzarUe5UQB27S42J1KYqKvVknDOTLRro0hhiH28ggG7--qBl_P1qUcz0PS8q2UDAcA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/09/23 14:53:03 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AA2_awEvf-L_4L7C1a2QKSBjn74iCwhlx4X1b4ZMxwNrSxJ7-kCelLeJaIgrXSTmYaOhVaDn4nfR2eve4kbdeqN62E5d1xqfew11QhhJJP47FfSoXtcAWv9Ci7Tf9a2s6LUED6GvYK5oOYLrbuexQMHWjV-Y3e7HO3MkFl4xx6Kc-kN0BE7aj-P1e7vlokAmxIiGm1XWhlc8T9xFn29vfnfLuVf84M4-_k0FJJgvgZFge471IbzOG6XlfQXlUAEC6JM_kl7p2qxZ93WNBaTWe749TejVeZmvj1o0j6EAWbQjiopK8jNUh-5zpEOVcC7c9LMIImKV41zdQcgueROQZeM 2025/09/23 14:53:03 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/09/23 14:53:04 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/23 14:53:04 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AA2_awEvf-L_4L7C1a2QKSBjn74iCwhlx4X1b4ZMxwNrSxJ7-kCelLeJaIgrXSTmYaOhVaDn4nfR2eve4kbdeqN62E5d1xqfew11QhhJJP47FfSoXtcAWv9Ci7Tf9a2s6LUED6GvYK5oOYLrbuexQMHWjV-Y3e7HO3MkFl4xx6Kc-kN0BE7aj-P1e7vlokAmxIiGm1XWhlc8T9xFn29vfnfLuVf84M4-_k0FJJgvgZFge471IbzOG6XlfQXlUAEC6JM_kl7p2qxZ93WNBaTWe749TejVeZmvj1o0j6EAWbQjiopK8jNUh-5zpEOVcC7c9LMIImKV41zdQcgueROQZeM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/09/23 14:53:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AL0tfBnisuz7kcsmGxCp0CtUzHhTF5q6RWHlr-xpf-7cdbkggf58k3F-lqQnkfG3NjZZepk4bFFunhE4zWuThyFp5OMnEvCfWjbvQGp0kU435OhLchVjd-nLmGhQYHpH6u6JMa7XiqwGx3CDzJMRk6AbreUZ-gGrvsvKAttBQ4htJAmf-xQAh2Ry16I9Dw8mlq8PkgPBsFqKU2pE8-VluWUxRQWiSUXAM-HoJhpjBNSBGxn6jzfMu8lHxmPNlu-d3q45bpOj7hd0BPSn42ZMnAWOSfZRvBisn165kxRD92IQQz6GxXIvYCN50fpnOBfsVIA_f7uMsNIZaLdYRjkhlLY 2025/09/23 14:53:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/23 14:53:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/23 14:53:06 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AL0tfBnisuz7kcsmGxCp0CtUzHhTF5q6RWHlr-xpf-7cdbkggf58k3F-lqQnkfG3NjZZepk4bFFunhE4zWuThyFp5OMnEvCfWjbvQGp0kU435OhLchVjd-nLmGhQYHpH6u6JMa7XiqwGx3CDzJMRk6AbreUZ-gGrvsvKAttBQ4htJAmf-xQAh2Ry16I9Dw8mlq8PkgPBsFqKU2pE8-VluWUxRQWiSUXAM-HoJhpjBNSBGxn6jzfMu8lHxmPNlu-d3q45bpOj7hd0BPSn42ZMnAWOSfZRvBisn165kxRD92IQQz6GxXIvYCN50fpnOBfsVIA_f7uMsNIZaLdYRjkhlLY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/09/23 14:53:07 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AHpdn9xv243GtxkC6xKJSBXTGPgQtISViXdd-6dEyCioc1oYb5oHhHPTX49UiW4pbjv24ckG5da906c4o6FEPotcZhIvJg8NeyFlyKEg88Wz3jcQ9rSm37baY20pWInj22n0I-DgXGIUj27S2nDrOBl3c4JTCReguHNR6nSpGJgA7iqmkWwJaqpn9NQ4KhWJIdYZnx2k85noBwE76RC9mueHNNDvWtFmfKC5oKJPgolrln5f-WbeIoNq7fICNVdUzv7H6YT9xWrb_1LCNp9EyO4GXbApn5OAyBYmRTlZUx2ZaA30TcVKPeK6Noead8H6sHHBTq36DliRLK9GgsawheY 2025/09/23 14:53:07 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/09/23 14:53:07 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/09/23 14:53:07 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/23 14:53:07 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/23 14:53:08 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/23 14:53:08 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/23 14:53:09 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AHpdn9xv243GtxkC6xKJSBXTGPgQtISViXdd-6dEyCioc1oYb5oHhHPTX49UiW4pbjv24ckG5da906c4o6FEPotcZhIvJg8NeyFlyKEg88Wz3jcQ9rSm37baY20pWInj22n0I-DgXGIUj27S2nDrOBl3c4JTCReguHNR6nSpGJgA7iqmkWwJaqpn9NQ4KhWJIdYZnx2k85noBwE76RC9mueHNNDvWtFmfKC5oKJPgolrln5f-WbeIoNq7fICNVdUzv7H6YT9xWrb_1LCNp9EyO4GXbApn5OAyBYmRTlZUx2ZaA30TcVKPeK6Noead8H6sHHBTq36DliRLK9GgsawheY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/09/23 14:53:11 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ALt2HmnCNFNv8eDBqEC575ArU1gwtYpXx00V754gjdWjKyxq58K8NfWFD5aaCDbLVHGChg_dDb1r_qdLGDq8TEUoo-QfTxxoS8yzDzmKe3y6R46t3W5-Wc5v-Cek202RiUKI-8dWZDfwNu0FuRsiKmTVMvmZGyEd3AiOvGudmfKcnjwK3Bv-F5fUCJyNQRiRDtdF2WNVVF5Qt2RgZoRGXlDQQJAXOukLsL7VQMgYBnrYB_gf02GeBGg2VSbEY5TTQIsDZANICg_z-zOLgnFvy_XkvjNL3vTu2fA_kA4sSq5RfJsvqPVG4qsq-eaKdxEckrQ8FSTQOyboe7v10GsU7DU 2025/09/23 14:53:11 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/23 14:53:11 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/23 14:53:11 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/09/23 14:53:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/23 14:53:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/23 14:53:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/23 14:53:13 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ALt2HmnCNFNv8eDBqEC575ArU1gwtYpXx00V754gjdWjKyxq58K8NfWFD5aaCDbLVHGChg_dDb1r_qdLGDq8TEUoo-QfTxxoS8yzDzmKe3y6R46t3W5-Wc5v-Cek202RiUKI-8dWZDfwNu0FuRsiKmTVMvmZGyEd3AiOvGudmfKcnjwK3Bv-F5fUCJyNQRiRDtdF2WNVVF5Qt2RgZoRGXlDQQJAXOukLsL7VQMgYBnrYB_gf02GeBGg2VSbEY5TTQIsDZANICg_z-zOLgnFvy_XkvjNL3vTu2fA_kA4sSq5RfJsvqPVG4qsq-eaKdxEckrQ8FSTQOyboe7v10GsU7DU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/09/23 14:53:15 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AK6qw9DPlD-iafBji-wZXJZlhTwWmiWHkiRg8RDx6lWd3BsLhyNR-N-HhEjpKDV_emL5_4VGuEvWifFQFxOpZCD55GsFa2ONzcD2gGT9uJ7KOEDEJ5NKN5m9xKo1uDGFH8cvj6V3RljD48_JmRaMKyMIVqNEERCcA3BbLykcK41VnckUhtVVB2qtP0Pfe392V4f0IKxJr0_ZvSDXYFhrv9JF8jtVRo9tingGllaSw8AWFYSnKsd3SuRxgoVtctmN5BPk6StQivNizVrypOONLp-qMlXNZexVWxz1WchGVFDzf06G1iEQ6mZOprZRZpwr75xIcW-lGmWnANExtCBAN-s 2025/09/23 14:53:15 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/23 14:53:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/09/23 14:53:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AK6qw9DPlD-iafBji-wZXJZlhTwWmiWHkiRg8RDx6lWd3BsLhyNR-N-HhEjpKDV_emL5_4VGuEvWifFQFxOpZCD55GsFa2ONzcD2gGT9uJ7KOEDEJ5NKN5m9xKo1uDGFH8cvj6V3RljD48_JmRaMKyMIVqNEERCcA3BbLykcK41VnckUhtVVB2qtP0Pfe392V4f0IKxJr0_ZvSDXYFhrv9JF8jtVRo9tingGllaSw8AWFYSnKsd3SuRxgoVtctmN5BPk6StQivNizVrypOONLp-qMlXNZexVWxz1WchGVFDzf06G1iEQ6mZOprZRZpwr75xIcW-lGmWnANExtCBAN-s" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/09/23 14:53:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AMP6yZyijAoUFrwXDZ93cmugHkZfBWIQj1yBcA2ldwxdBRyg9OIPnRiDWlCMoofQ9i37x9YZj632Tkb1U4cTq-C54bPnn2fBo8_UcC8icv825kr805toFxa6WNXLirep_65FB2azUeGWlExM_3PHjWFCIZ9RIAROtD8Vu_1o-9aZmHHWzsPwXp9zYn9Tev-AKnFXB3QIZty5OEius4gcAoIliIy08GxZJpvQzjoQNtWdJ0IOA5CEqsBr3WkOg3KzfhcADYQAAJXkBVfGdGERksuc4kg0rxxAEyhM4X30CJw7jOeTl6ICwCNSKG1hXOC7896jKVRhHaL7-atLoYnasVw 2025/09/23 14:53:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/09/23 14:53:19 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/23 14:53:19 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AMP6yZyijAoUFrwXDZ93cmugHkZfBWIQj1yBcA2ldwxdBRyg9OIPnRiDWlCMoofQ9i37x9YZj632Tkb1U4cTq-C54bPnn2fBo8_UcC8icv825kr805toFxa6WNXLirep_65FB2azUeGWlExM_3PHjWFCIZ9RIAROtD8Vu_1o-9aZmHHWzsPwXp9zYn9Tev-AKnFXB3QIZty5OEius4gcAoIliIy08GxZJpvQzjoQNtWdJ0IOA5CEqsBr3WkOg3KzfhcADYQAAJXkBVfGdGERksuc4kg0rxxAEyhM4X30CJw7jOeTl6ICwCNSKG1hXOC7896jKVRhHaL7-atLoYnasVw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/09/23 14:53:20 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AM__oL1k61aFqBI5qfU8rmm2onUgAUBg6M8H_0_4j_784iHcROamJhb3bFV74XEzdV6yoay4fmOEvLMSCQrdcDifuwcXl7RaP-eebFRTQCrmugZmVOtfbqaZEoBVYXBkW8-n5yr4o2g8QGM94rxMuBS6zOcFHyvm3S5Vrhpy9Nx-_sZqjBmkmRC0OGZ8knSGGIdFcRKCC5R4lD9Mr7AIjLjzQA_T32QEU76nWn9M33Si5y0mcvMbhSxd-WsrOpTBdj7YwfIcPiyw852SATqx5mdsMgQGz1K27dX_LoCdsCssNHIDtnqSh2oNKGMXmv_mTSNWU5-J4jtZ0oJkvJz2Xt0 2025/09/23 14:53:21 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/23 14:53:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/23 14:53:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AM__oL1k61aFqBI5qfU8rmm2onUgAUBg6M8H_0_4j_784iHcROamJhb3bFV74XEzdV6yoay4fmOEvLMSCQrdcDifuwcXl7RaP-eebFRTQCrmugZmVOtfbqaZEoBVYXBkW8-n5yr4o2g8QGM94rxMuBS6zOcFHyvm3S5Vrhpy9Nx-_sZqjBmkmRC0OGZ8knSGGIdFcRKCC5R4lD9Mr7AIjLjzQA_T32QEU76nWn9M33Si5y0mcvMbhSxd-WsrOpTBdj7YwfIcPiyw852SATqx5mdsMgQGz1K27dX_LoCdsCssNHIDtnqSh2oNKGMXmv_mTSNWU5-J4jtZ0oJkvJz2Xt0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/09/23 14:53:23 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AMtk69lBvE24wxPrlop6rbsw2yGyqmU13DhBhYv6vdaTq-1UIhCaJ56J8hyBw8gurQrFFz7cbNJnx7s_VmOOxUb8yNGObFMVwTc9E7UiVC2Y2G5VjZQFOoIWIFuQ2NtC14K6OXbMa_v2dEwOkkl654VIvsUTEb2s06pVeC86CtoLZlSLfRva5FS6_zitVbZQSLv9YNiR_M4OXIStnF7K47yW9iupBK1XdG79rULC0GC2pAS7eme2FMMUIhosjxP_OHIuJg2Lme4OeFirDQbK2vuXgmBj87U-GRTMhf3k1yaL0tlLTDXymdcqLWrZQ118oXpbqbAjIjvSOz8rzR47Ej4 2025/09/23 14:53:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/09/23 14:53:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/09/23 14:53:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/23 14:53:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/23 14:53:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/23 14:53:25 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/23 14:53:25 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AMtk69lBvE24wxPrlop6rbsw2yGyqmU13DhBhYv6vdaTq-1UIhCaJ56J8hyBw8gurQrFFz7cbNJnx7s_VmOOxUb8yNGObFMVwTc9E7UiVC2Y2G5VjZQFOoIWIFuQ2NtC14K6OXbMa_v2dEwOkkl654VIvsUTEb2s06pVeC86CtoLZlSLfRva5FS6_zitVbZQSLv9YNiR_M4OXIStnF7K47yW9iupBK1XdG79rULC0GC2pAS7eme2FMMUIhosjxP_OHIuJg2Lme4OeFirDQbK2vuXgmBj87U-GRTMhf3k1yaL0tlLTDXymdcqLWrZQ118oXpbqbAjIjvSOz8rzR47Ej4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/09/23 14:53:26 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AG4MZWd8JWItCgZ_Vlj_DMvenc2D1rHwZ8DNcEevLnbZJ8K9liJkjCkPiTJtqlEwb_fQ2e0pp70nTyFSAC3jI4SbulQrVZbQ6hRbRNqR1caVd8C9jf65MH60Jh-dWJoXzcYcgROAE1d4zPxOzPO_GyqJWQc9tIGCJEYHZ9OvKc1XknRLl38qXc40bJMg1Pd8WsUiW0x9GDTnSWBH1M0sM0mmQlqzI27o0_0VddCvphoHKjOZMITBR2TR7DxaR1NrPBWD3X8BVHOfo_LAgvJJF88c_hoyUB3MvtUOK4U1WUT_NOLR3iD6Pl6klHqQtkKEaOS4OYnFR0SqENRPRmnoVho 2025/09/23 14:53:26 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/23 14:53:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/09/23 14:53:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/23 14:53:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/23 14:53:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/23 14:53:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/23 14:53:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AG4MZWd8JWItCgZ_Vlj_DMvenc2D1rHwZ8DNcEevLnbZJ8K9liJkjCkPiTJtqlEwb_fQ2e0pp70nTyFSAC3jI4SbulQrVZbQ6hRbRNqR1caVd8C9jf65MH60Jh-dWJoXzcYcgROAE1d4zPxOzPO_GyqJWQc9tIGCJEYHZ9OvKc1XknRLl38qXc40bJMg1Pd8WsUiW0x9GDTnSWBH1M0sM0mmQlqzI27o0_0VddCvphoHKjOZMITBR2TR7DxaR1NrPBWD3X8BVHOfo_LAgvJJF88c_hoyUB3MvtUOK4U1WUT_NOLR3iD6Pl6klHqQtkKEaOS4OYnFR0SqENRPRmnoVho" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/09/23 14:53:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AMMD8424SnqNrIrUplA5QrX-v9zGnvjAv5qe84L7wQmpp01Fe2b4QbUXZ9fQBVVL-ENFfS_MVoY8Rf40EIgmloajz-GkPNrQPDjDanbMg2nHI4yp0FUZYNlZd-OwWYCSAvzq6CqGhCF1oUMJinb5oWZRtCPimJkqP2wp9qi0a1bhlbKR0yU_C5pz8wChXTA_JKkP6l2KRjRj4sbGYeL8lHBN424u78nBr_wTPgzpzrfyyLxhzQAfcD6CugekW6ZwFWWvyDvJwKXdl3dmgk0WEzR6NVGbW14LWbB0oabO86Le5heZAcW-8AI0IVg_9JTlmXYp_5a5C4Baf72RxdOGjWk 2025/09/23 14:53:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/23 14:53:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/09/23 14:53:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AMMD8424SnqNrIrUplA5QrX-v9zGnvjAv5qe84L7wQmpp01Fe2b4QbUXZ9fQBVVL-ENFfS_MVoY8Rf40EIgmloajz-GkPNrQPDjDanbMg2nHI4yp0FUZYNlZd-OwWYCSAvzq6CqGhCF1oUMJinb5oWZRtCPimJkqP2wp9qi0a1bhlbKR0yU_C5pz8wChXTA_JKkP6l2KRjRj4sbGYeL8lHBN424u78nBr_wTPgzpzrfyyLxhzQAfcD6CugekW6ZwFWWvyDvJwKXdl3dmgk0WEzR6NVGbW14LWbB0oabO86Le5heZAcW-8AI0IVg_9JTlmXYp_5a5C4Baf72RxdOGjWk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/09/23 14:53:33 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AFCgXFk61vO8U8RcNk3C-h1ermkqze21SELFEpD0dXG-I5Xgo8-MFi7SjS8uqM6x82vMgSZOuFuRQ5dciQ7y1_klSDKbXXornaH7PX5d2jP1r2Lm_OOylzkUBHJhF3OZXDsAFbHMnhpE-GsGA669UdCbFROJf1Ta2kogli2vk7l8qRfi2kHhVZKv4cnL4SxpXnLWw3b1svnudwV6kg89DGUt97nO2Q5JXcePRgll_FxyWlmp0yGoG6IfOdvAkg6d6Pf546wO6OkHyFIPiLvU0SRjVRXzFWgO208eZl40DY4bTLB31CFIhlts025AKUBuTYNOdfPzFbAdRJuo3JVLR2U 2025/09/23 14:53:33 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/09/23 14:53:33 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/23 14:53:34 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AFCgXFk61vO8U8RcNk3C-h1ermkqze21SELFEpD0dXG-I5Xgo8-MFi7SjS8uqM6x82vMgSZOuFuRQ5dciQ7y1_klSDKbXXornaH7PX5d2jP1r2Lm_OOylzkUBHJhF3OZXDsAFbHMnhpE-GsGA669UdCbFROJf1Ta2kogli2vk7l8qRfi2kHhVZKv4cnL4SxpXnLWw3b1svnudwV6kg89DGUt97nO2Q5JXcePRgll_FxyWlmp0yGoG6IfOdvAkg6d6Pf546wO6OkHyFIPiLvU0SRjVRXzFWgO208eZl40DY4bTLB31CFIhlts025AKUBuTYNOdfPzFbAdRJuo3JVLR2U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/09/23 14:53:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AGBiH0WnyFG5nOH7jFZfMans1VZrNsj2ia9rzT754iuYaigokx2udzpvOnNOyg9m8NYtPHBr9a6MolXee64ph_ryvTwoNBVyPpqJoeHUqvbOZ3Eyb1f3lHymqFv-OuBNSwhcMS5cS8zshYwYMUv2-uJxmywa6yrMV5C_99lJsJPad3hKDH1UmFb3X5qGAqgGjxbuiuruFqMpb9PjAucdwL1aaOLb6uKtfSGjgxfb2uZ2nChKqyB-vT5RrLhWL5sZvOEEKb9zyAiOzhCLk7ZrKj3CSEewv52LGO9j9uq5wykpWdgkYCasMtTCWr8hbzSgIPKMwM8TOYGT8dxCtWoMEkY 2025/09/23 14:53:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/23 14:53:37 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/23 14:53:37 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AGBiH0WnyFG5nOH7jFZfMans1VZrNsj2ia9rzT754iuYaigokx2udzpvOnNOyg9m8NYtPHBr9a6MolXee64ph_ryvTwoNBVyPpqJoeHUqvbOZ3Eyb1f3lHymqFv-OuBNSwhcMS5cS8zshYwYMUv2-uJxmywa6yrMV5C_99lJsJPad3hKDH1UmFb3X5qGAqgGjxbuiuruFqMpb9PjAucdwL1aaOLb6uKtfSGjgxfb2uZ2nChKqyB-vT5RrLhWL5sZvOEEKb9zyAiOzhCLk7ZrKj3CSEewv52LGO9j9uq5wykpWdgkYCasMtTCWr8hbzSgIPKMwM8TOYGT8dxCtWoMEkY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/09/23 14:53:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AHAW_J8TXVVOok1GIjtXXav5JJj3jH3cZDXkAWVi_sPP43U_ZLgMyYeiotEz18BL-hmQpHAM9AaJGkWhRMOkMPgW7Wz7gh8iqJJ6voE3fxUhdwo4i1C-YCm0j-Ocqrp68gowYKx-lxO-rAT1RsmjuvxPuR2zlzGEvrzToxf17eusKlzJGBjxkRz4hKcjy3e3s-jMB2AZVmO6I-dq6zaODJq6_jLaWpWIe5syU1SBEIBJqUXwoMqW7oBpD-ebvsBbQdb0cKhV1eGZCsdSYViGX9b8a14yvcWAjKQK5wJNWoWZ8Je3NygdD-p_cc-YtXTFg35WxOuLFUbk-3ZKy9bAZt0 2025/09/23 14:53:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/09/23 14:53:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/09/23 14:53:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/09/23 14:53:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/23 14:53:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/23 14:53:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/23 14:53:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AHAW_J8TXVVOok1GIjtXXav5JJj3jH3cZDXkAWVi_sPP43U_ZLgMyYeiotEz18BL-hmQpHAM9AaJGkWhRMOkMPgW7Wz7gh8iqJJ6voE3fxUhdwo4i1C-YCm0j-Ocqrp68gowYKx-lxO-rAT1RsmjuvxPuR2zlzGEvrzToxf17eusKlzJGBjxkRz4hKcjy3e3s-jMB2AZVmO6I-dq6zaODJq6_jLaWpWIe5syU1SBEIBJqUXwoMqW7oBpD-ebvsBbQdb0cKhV1eGZCsdSYViGX9b8a14yvcWAjKQK5wJNWoWZ8Je3NygdD-p_cc-YtXTFg35WxOuLFUbk-3ZKy9bAZt0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/09/23 14:53:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AIjavxapeU_4KJNITCIvjFrN4vnAHqgPW_U9tLGmQGR7uUc13aebe-3MKVKyYhCw-5oMQKJsqOgou3oCllyy817MSb459V-GnIQeWixMk2k1iSd-lzR61EgZA4v_tIosYT8l1sk-KKZiwnB8GB89nUUvjMc-Yv_OzdNAc_n-kbD7569AA25B3io84mlgcS6Rg4ocwwdJiyz7fW3aUEU-nA1rRm4OOEh63ZZUc2uk70fwVXe7dfPvBO_TAbpHWpuok9B-4alCNcM9HEsl6hraV1kr4I3tslSJa7Wvmo16eGTKXn0cLLmxthzrzAstl49yV_LqVR3rpr4KmSj_2HyW098 2025/09/23 14:53:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/23 14:53:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/09/23 14:53:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/09/23 14:53:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/23 14:53:42 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/23 14:53:42 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/23 14:53:43 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AIjavxapeU_4KJNITCIvjFrN4vnAHqgPW_U9tLGmQGR7uUc13aebe-3MKVKyYhCw-5oMQKJsqOgou3oCllyy817MSb459V-GnIQeWixMk2k1iSd-lzR61EgZA4v_tIosYT8l1sk-KKZiwnB8GB89nUUvjMc-Yv_OzdNAc_n-kbD7569AA25B3io84mlgcS6Rg4ocwwdJiyz7fW3aUEU-nA1rRm4OOEh63ZZUc2uk70fwVXe7dfPvBO_TAbpHWpuok9B-4alCNcM9HEsl6hraV1kr4I3tslSJa7Wvmo16eGTKXn0cLLmxthzrzAstl49yV_LqVR3rpr4KmSj_2HyW098" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/09/23 14:53:50 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: ABJEAk0D69-vQU2YqGfQ9sGzka6Hn7dIkkqoDSW6sRzExiGdCXPTA6ONamXWIpx85UUwxCA1EX82DfRgfEjr6Ci-cVQZqb4I6K7W3NoiK2kur7wqzuI5kPB8KFUUWKuZPsokN_nDgrpYZpHUT8ifUA7gh-XVSEJpqNbtY6-U-1xbDdS-KhjcqYwNyEOvHo4w0-PYAxh8yqvN1fHsrUji3zxfBuc6D_Da6qyc55fzdvJJk-nH6kkICvRm25bWnOErSTqWbVmCnTkmr4yo6m_s6wGTQ7S7rq1G06XE9yZ8L3K614L4vJwXjPupeEonJxqXRpRwff4WRy0gLx8wL7dsPuA 2025/09/23 14:53:50 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/09/23 14:53:51 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/09/23 14:53:51 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "ABJEAk0D69-vQU2YqGfQ9sGzka6Hn7dIkkqoDSW6sRzExiGdCXPTA6ONamXWIpx85UUwxCA1EX82DfRgfEjr6Ci-cVQZqb4I6K7W3NoiK2kur7wqzuI5kPB8KFUUWKuZPsokN_nDgrpYZpHUT8ifUA7gh-XVSEJpqNbtY6-U-1xbDdS-KhjcqYwNyEOvHo4w0-PYAxh8yqvN1fHsrUji3zxfBuc6D_Da6qyc55fzdvJJk-nH6kkICvRm25bWnOErSTqWbVmCnTkmr4yo6m_s6wGTQ7S7rq1G06XE9yZ8L3K614L4vJwXjPupeEonJxqXRpRwff4WRy0gLx8wL7dsPuA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/09/23 14:53:52 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AB5GoriIhSXJbp-Zr8mtiemUACqA87_58cTN7AfSRtz-NIUZuzdVBSdqMJgJx5jvrWEvCsyfTaCQ3GZ2ZUG4CFhtBf3MXhff8My21oAYZRojrX-0oQPjmDbB4Bmn5yCiCTgQp24BpdT9pa3wpfMKNPqgLvOxxlDeB1ncE-s8chq_ByHswimvaVlETGY84AjfRxlYuGJfuq7IZqn4Tk97xsPheK0Z0q_5SOCubdXtu0uRoFw6ycJ2PAmAADx72VViX8zxBQag75_To7w8g4BzrrJIbVAKNl2PEEJcprNj97OGQJrZLHI1Vds4MGxE7zW9X7WWn1ECZ-8U2cr6pb5ZUrU 2025/09/23 14:53:53 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/09/23 14:53:54 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/23 14:53:54 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AB5GoriIhSXJbp-Zr8mtiemUACqA87_58cTN7AfSRtz-NIUZuzdVBSdqMJgJx5jvrWEvCsyfTaCQ3GZ2ZUG4CFhtBf3MXhff8My21oAYZRojrX-0oQPjmDbB4Bmn5yCiCTgQp24BpdT9pa3wpfMKNPqgLvOxxlDeB1ncE-s8chq_ByHswimvaVlETGY84AjfRxlYuGJfuq7IZqn4Tk97xsPheK0Z0q_5SOCubdXtu0uRoFw6ycJ2PAmAADx72VViX8zxBQag75_To7w8g4BzrrJIbVAKNl2PEEJcprNj97OGQJrZLHI1Vds4MGxE7zW9X7WWn1ECZ-8U2cr6pb5ZUrU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/09/23 14:53:55 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AAZWgOmq4QOi6-s0dnIBseYO_RASnPcZC2lDlXsvCQeX_cxGDaI1QReo0vjvVmEaByN0acjMLebRXkXcEErKP74bvzmKiG-dzvGQZ8dRFOuGFs6jq1XB4ezdD0vGg8yip8TSjfB2cjHRrW4c2BSQNFN9iL47XaQftUUXhyhTJx216mX3s3XuRy5vVOhVSooVws8K9xzrjfqihM6u9eTF8S2qL3UCDu3b09Iw2e4H2f3QQWy4hM5WI1Of7-28ptB4zRFNekQVXBp8wxkrDYMiAX81V7WelJPFFjUdyuYfD6Tf1YwsNE7FyMUdZXqoXyA0UMvU_YtwN4oPtNTtrC1Gm5o 2025/09/23 14:53:56 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/23 14:53:56 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/23 14:53:57 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AAZWgOmq4QOi6-s0dnIBseYO_RASnPcZC2lDlXsvCQeX_cxGDaI1QReo0vjvVmEaByN0acjMLebRXkXcEErKP74bvzmKiG-dzvGQZ8dRFOuGFs6jq1XB4ezdD0vGg8yip8TSjfB2cjHRrW4c2BSQNFN9iL47XaQftUUXhyhTJx216mX3s3XuRy5vVOhVSooVws8K9xzrjfqihM6u9eTF8S2qL3UCDu3b09Iw2e4H2f3QQWy4hM5WI1Of7-28ptB4zRFNekQVXBp8wxkrDYMiAX81V7WelJPFFjUdyuYfD6Tf1YwsNE7FyMUdZXqoXyA0UMvU_YtwN4oPtNTtrC1Gm5o" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/09/23 14:53:59 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: ABicFyOoXKx-0z50KIMp0YNci8hoLZbQ9-i6OUjTYwOqi4wqHYUnIv3d-fEYKkfJtckVbG6ofqQwJNCz_8ZGHfvoHBzujkEhaQQ-2T01aKSItwbRjVONftApxw9uGY9eK4oZro0LGD0HAHD5WAYS0VKUdjkcgD6xGDBZAlYlxJox1Me2R9gQ6afG8w-ajBCSewodemHJnxiWsDZAtT3ngSE_fWnaw34Aq8wlqJ4j7Lw88Qjxk_oktZCr0ZwltiqAhyrg3tY-7xRXX35Q2gKU3ePi6qkBy8vxvBDegD9FWqQv9e_Vr1zDhaLKSIum8oIwNj-Te1gyFqMckubfRjfC_6w 2025/09/23 14:53:59 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/09/23 14:53:59 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/09/23 14:53:59 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/09/23 14:53:59 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/23 14:54:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/23 14:54:01 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/23 14:54:01 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "ABicFyOoXKx-0z50KIMp0YNci8hoLZbQ9-i6OUjTYwOqi4wqHYUnIv3d-fEYKkfJtckVbG6ofqQwJNCz_8ZGHfvoHBzujkEhaQQ-2T01aKSItwbRjVONftApxw9uGY9eK4oZro0LGD0HAHD5WAYS0VKUdjkcgD6xGDBZAlYlxJox1Me2R9gQ6afG8w-ajBCSewodemHJnxiWsDZAtT3ngSE_fWnaw34Aq8wlqJ4j7Lw88Qjxk_oktZCr0ZwltiqAhyrg3tY-7xRXX35Q2gKU3ePi6qkBy8vxvBDegD9FWqQv9e_Vr1zDhaLKSIum8oIwNj-Te1gyFqMckubfRjfC_6w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/09/23 14:54:04 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AOHPOtbyx6pzg4mRpdfoTkQEaIOHVTwFy1CHDiCgjII2EeXZ6bNuCWrkWIhVH2qNvd1qI9EAD4MOESOOCg-PmsJIdoX9V8Scc6hDR481cN1MHPN_iBSri1OTaJ7Ln2prbAi2mB8J06XQ2cqYlnZQAmBVVnpF9Fo8W7UY3kmP2L99oyz_nRFfk-IMbtqSLdYxPZO2qNrTwOS8VCrLHHN9WCTnQVnX-F5170GDRPaTqIX_2V0yqH1tY_D9ojVqrKr8F45cL0ogehTObNWD0w510j094LfFpN16BAqGWbqqQhp0_jEsqj6__nRl1fG8XtYJvp2OqdNPtthV3PQTAMnI9ao 2025/09/23 14:54:04 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/23 14:54:04 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/09/23 14:54:04 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/09/23 14:54:05 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/23 14:54:05 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/23 14:54:06 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/23 14:54:06 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AOHPOtbyx6pzg4mRpdfoTkQEaIOHVTwFy1CHDiCgjII2EeXZ6bNuCWrkWIhVH2qNvd1qI9EAD4MOESOOCg-PmsJIdoX9V8Scc6hDR481cN1MHPN_iBSri1OTaJ7Ln2prbAi2mB8J06XQ2cqYlnZQAmBVVnpF9Fo8W7UY3kmP2L99oyz_nRFfk-IMbtqSLdYxPZO2qNrTwOS8VCrLHHN9WCTnQVnX-F5170GDRPaTqIX_2V0yqH1tY_D9ojVqrKr8F45cL0ogehTObNWD0w510j094LfFpN16BAqGWbqqQhp0_jEsqj6__nRl1fG8XtYJvp2OqdNPtthV3PQTAMnI9ao" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/09/23 14:54:11 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AB7eWoIe1nvPTu8Sdect1QmvKJDniO7mhxCr4pDjW0SbILCohbs9J2rO4SjfjrSl-nNucDaIthdNYx4jmv5Ng4NpCRUVbG8azfr3IK2G3z_15n-7Ik2jjECAiilkOdZ_kI1r20JbUTGgG6a1UleDihzm2F2LzKHuC5XsxI2jP5V9oYvYAh4VUDabOvUfCyFTbsMAOtMoaM6ahdS_GeQ-_WDG_zvc4sXGw1XHwbrRikZ53HxC6IhiRDVaO_OupAHZJdTfQDLJxsRHdU8xZkzt8tnfylEtgfqTSQtcISWmZUiw77nduW4ObiV-ZF13-nPyGIpMdRYGXY4Iu-E2sE3OyD0 2025/09/23 14:54:11 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/09/23 14:54:13 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/09/23 14:54:13 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AB7eWoIe1nvPTu8Sdect1QmvKJDniO7mhxCr4pDjW0SbILCohbs9J2rO4SjfjrSl-nNucDaIthdNYx4jmv5Ng4NpCRUVbG8azfr3IK2G3z_15n-7Ik2jjECAiilkOdZ_kI1r20JbUTGgG6a1UleDihzm2F2LzKHuC5XsxI2jP5V9oYvYAh4VUDabOvUfCyFTbsMAOtMoaM6ahdS_GeQ-_WDG_zvc4sXGw1XHwbrRikZ53HxC6IhiRDVaO_OupAHZJdTfQDLJxsRHdU8xZkzt8tnfylEtgfqTSQtcISWmZUiw77nduW4ObiV-ZF13-nPyGIpMdRYGXY4Iu-E2sE3OyD0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/09/23 14:54:14 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: ABbF5OW8QtlwRpDDfLRp3vUGUzxPFumpLxbOWJJgj9KE6bz9K2oYl-ObIQ7zKSe1zxKv3r7my5khfzNSpR0eEtr5Od3NkXIpoC4Dm202qHgBfeaA7PbWZCxo4UkNL7sFVNxvN65ZXVSUr3vVUC_Io2fXaX65kt3Zxaqo2GoxryTN7LyFdvBaevaeTJ2qXwULZszgUv-laETMV6Uo-m1BuP4HSX5W5WE2t7QNb4lfI-Onu7ccqJ3hKevvEQ7iM_sMtO0KoB1hH5Iqn_1Bv8muQrPwJADHkrvHS2do_gior0ikI1fGcKuk-MDW5bMpW9yfPB3EBYnuCHrt3pACMChASbQ 2025/09/23 14:54:15 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/09/23 14:54:16 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/23 14:54:16 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "ABbF5OW8QtlwRpDDfLRp3vUGUzxPFumpLxbOWJJgj9KE6bz9K2oYl-ObIQ7zKSe1zxKv3r7my5khfzNSpR0eEtr5Od3NkXIpoC4Dm202qHgBfeaA7PbWZCxo4UkNL7sFVNxvN65ZXVSUr3vVUC_Io2fXaX65kt3Zxaqo2GoxryTN7LyFdvBaevaeTJ2qXwULZszgUv-laETMV6Uo-m1BuP4HSX5W5WE2t7QNb4lfI-Onu7ccqJ3hKevvEQ7iM_sMtO0KoB1hH5Iqn_1Bv8muQrPwJADHkrvHS2do_gior0ikI1fGcKuk-MDW5bMpW9yfPB3EBYnuCHrt3pACMChASbQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/09/23 14:54:18 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AJtrZShr9gtZ-1iV-kvw0CWdFQgI7EUhIXGmo-S_elmHP5R12BimIAL0oPgHVU-boK0tG_UD0wZ52pd0BkdhQPwNhj_Qj33_VY5bvkXpHG2bOqrckJOheBDR-9Cp9m7WKBVTOhFkYEgEj54q7BVUXE3mhef1nnTiD_sQFFavgaHckApbibD2J3VKWqGOkbaWOFfkeBAyacmEKIyqp9DQAgvAnoLm5D4d2yeNCmrkoU60X-FWxG7GQMS2xO4FbG3TR0JvXaQ6iKx5M5EQKl5x4feS1_jMX1U9QljsdYg0SW4Yc2Y6benLsYW1JiyK9fO544fx9rB3iqOBRL7j3JcScVQ 2025/09/23 14:54:18 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/23 14:54:19 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/23 14:54:19 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AJtrZShr9gtZ-1iV-kvw0CWdFQgI7EUhIXGmo-S_elmHP5R12BimIAL0oPgHVU-boK0tG_UD0wZ52pd0BkdhQPwNhj_Qj33_VY5bvkXpHG2bOqrckJOheBDR-9Cp9m7WKBVTOhFkYEgEj54q7BVUXE3mhef1nnTiD_sQFFavgaHckApbibD2J3VKWqGOkbaWOFfkeBAyacmEKIyqp9DQAgvAnoLm5D4d2yeNCmrkoU60X-FWxG7GQMS2xO4FbG3TR0JvXaQ6iKx5M5EQKl5x4feS1_jMX1U9QljsdYg0SW4Yc2Y6benLsYW1JiyK9fO544fx9rB3iqOBRL7j3JcScVQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/09/23 14:54:20 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AFSvEEQZrjm84rW7i4KJamtx25DsuDtqi5Iae824MB0ugs6Lz9a7WCZeH2vpkuVfs3OIKX582ZCNnZIRsYQfsJsoR5olzMK7pVyXAr7kzBNPp3Yyk2gTu3YbO6vuAGe4fMBx93Qf5e9IEQkC5kLHwqo5Z78nboUiBC7jNt7gSXXZ0lIkKG4FI3h7QFcjTBAV2kQifA9o3ysVNDeOMQlTP3-yuHZwbXiGFNYBT-4JVI66MTypP_A2IRRmgl4sLgbumFxe8TpZMbXWIFxGEeIjJfuMlewJ-LhB_ehfoYfQrjZrix-HUPWmGpeFggnTRaXqP4b-4bdELghE88oXU9gEP70 2025/09/23 14:54:20 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/09/23 14:54:21 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/09/23 14:54:21 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/09/23 14:54:21 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/23 14:54:22 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/23 14:54:22 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/23 14:54:22 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AFSvEEQZrjm84rW7i4KJamtx25DsuDtqi5Iae824MB0ugs6Lz9a7WCZeH2vpkuVfs3OIKX582ZCNnZIRsYQfsJsoR5olzMK7pVyXAr7kzBNPp3Yyk2gTu3YbO6vuAGe4fMBx93Qf5e9IEQkC5kLHwqo5Z78nboUiBC7jNt7gSXXZ0lIkKG4FI3h7QFcjTBAV2kQifA9o3ysVNDeOMQlTP3-yuHZwbXiGFNYBT-4JVI66MTypP_A2IRRmgl4sLgbumFxe8TpZMbXWIFxGEeIjJfuMlewJ-LhB_ehfoYfQrjZrix-HUPWmGpeFggnTRaXqP4b-4bdELghE88oXU9gEP70" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/09/23 14:54:24 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AOfwUjDv3tzHPHQDzdCD7Y-GGgfI5EczHmjpYDqp8UQu4n0-JD5jzbDXrsh_qkAnhczOvpaLnNwtbGHD1hgwb76nSBF45Yu-8a0dEL811sn1IYzCgqtfxKiMmhogluFXbhe4Is_QaMfiwpIZp9S0_Sc20gIenjSNJ2U8DPObeJUgrkgeqmz7NFTrVfd_YCHrRc8mk28m0uLnGJOO1fWNbI8IP07Pt20AGvAiCv8Gkf6aOTKfc8tAHNhao2swbpHbCjvixlFZJECgHMNk8G8R8E5ss7Q-_W7zK_bUeF0vdDLWU-QHm8Bpce0epuJw7xCfMc2twp4xqkdinYOGJ2h1fpQ 2025/09/23 14:54:25 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/23 14:54:25 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/09/23 14:54:25 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/09/23 14:54:25 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/23 14:54:26 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/23 14:54:26 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/23 14:54:27 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AOfwUjDv3tzHPHQDzdCD7Y-GGgfI5EczHmjpYDqp8UQu4n0-JD5jzbDXrsh_qkAnhczOvpaLnNwtbGHD1hgwb76nSBF45Yu-8a0dEL811sn1IYzCgqtfxKiMmhogluFXbhe4Is_QaMfiwpIZp9S0_Sc20gIenjSNJ2U8DPObeJUgrkgeqmz7NFTrVfd_YCHrRc8mk28m0uLnGJOO1fWNbI8IP07Pt20AGvAiCv8Gkf6aOTKfc8tAHNhao2swbpHbCjvixlFZJECgHMNk8G8R8E5ss7Q-_W7zK_bUeF0vdDLWU-QHm8Bpce0epuJw7xCfMc2twp4xqkdinYOGJ2h1fpQ" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/09/23 14:54:29 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/09/23 14:54:32 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/09/23 14:54:40 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/09/23 14:54:45 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/09/23 14:54:50 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/09/23 14:54:54 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AOAtgYkONQfFbttQxSgPe4PrML_O4qsyonnYu33dXNUMNTiOW9YIv5A9QaMxPJLg1IUYN-vMkUL4KbLqJnBdNklUGmpKeZQx47VYEAHYpYE3z-kMJ6uMsCI2VrnoH0L1_V4Sri-muWcWMY6MppJtcCaZFWdpRrKROaa3nOjVMtWgvdAhkLgdLVU42wiZvH83aXbkTqjiyutckiQxI8zD1eSs04KQ6dkD0oPioIaGe6P9qT8OceXMTI5KO5vlD-puwcs3x8qDtMfuaxpVB-Psztf9l4k9da-NWbq3N3fwyIT1tjrrCUPr7zOgtmKJmxnJhDDyARBRFjgv-ezTXyhUrO0 2025/09/23 14:54:54 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/23 14:54:54 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "cc75c622d81b4f192cda3ce8818a4a60" 2025/09/23 14:54:54 DEBUG : unknown-size-put.txt: multipart upload "AOAtgYkONQfFbttQxSgPe4PrML_O4qsyonnYu33dXNUMNTiOW9YIv5A9QaMxPJLg1IUYN-vMkUL4KbLqJnBdNklUGmpKeZQx47VYEAHYpYE3z-kMJ6uMsCI2VrnoH0L1_V4Sri-muWcWMY6MppJtcCaZFWdpRrKROaa3nOjVMtWgvdAhkLgdLVU42wiZvH83aXbkTqjiyutckiQxI8zD1eSs04KQ6dkD0oPioIaGe6P9qT8OceXMTI5KO5vlD-puwcs3x8qDtMfuaxpVB-Psztf9l4k9da-NWbq3N3fwyIT1tjrrCUPr7zOgtmKJmxnJhDDyARBRFjgv-ezTXyhUrO0" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/09/23 14:54:55 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AExb5r_TNOBbF4JUMsVNQJaqgw5VCyU1CJrIL9bI_yZEMWAwBq2YvjuRUMyRkgFBj1nXhHwPhj7Q1LpGGIEoy_aP0atEY71xqC61LTIIpmis9NUgXUHcjOHHCbFTh24IgYR53rWlDTjsG46VDdB42c5CrJuCdRQYNASsK9ww9Fc7GSGZuzc6XmE0jcjFMrxtzDT0a9H9dUFJ3LIxoLyIicpch_TRmQ4QdT4mtBA9eWlUJ4trzcj3vwzf9QOQIKUCpNyjTTn54fHBCh5cfEOv2iXk0s4-Shxpx16pxuR7hNMp7hR-c1S7a_qVKWmJd7m1vPVDz2qZ0ycK8m0wX6rQzEs 2025/09/23 14:54:55 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/09/23 14:54:56 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "5aac4163d5489e786cfc0b1f60ae7813" 2025/09/23 14:54:56 DEBUG : unknown-size-update.txt: multipart upload "AExb5r_TNOBbF4JUMsVNQJaqgw5VCyU1CJrIL9bI_yZEMWAwBq2YvjuRUMyRkgFBj1nXhHwPhj7Q1LpGGIEoy_aP0atEY71xqC61LTIIpmis9NUgXUHcjOHHCbFTh24IgYR53rWlDTjsG46VDdB42c5CrJuCdRQYNASsK9ww9Fc7GSGZuzc6XmE0jcjFMrxtzDT0a9H9dUFJ3LIxoLyIicpch_TRmQ4QdT4mtBA9eWlUJ4trzcj3vwzf9QOQIKUCpNyjTTn54fHBCh5cfEOv2iXk0s4-Shxpx16pxuR7hNMp7hR-c1S7a_qVKWmJd7m1vPVDz2qZ0ycK8m0wX6rQzEs" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/09/23 14:54:56 DEBUG : Creating backend with remote "TestS3R2:rclone-test-lomorar4juze/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2625: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2717: Can't test if can't have empty directories 2025/09/23 14:54:56 DEBUG : Waiting for deletions to finish 2025/09/23 14:54:56 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/09/23 14:54:56 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/09/23 14:54:57 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/09/23 14:54:57 INFO : S3 bucket rclone-test-lomorar4juze: Bucket "rclone-test-lomorar4juze" deleted 2025/09/23 14:54:57 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (183.81s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.28s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.82s) --- PASS: TestIntegration/FsMkdir (181.88s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.25s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.40s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.09s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.09s) --- PASS: TestIntegration/FsMkdir/FsEncoding (17.99s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.77s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.94s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.77s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.42s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.84s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.98s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.45s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.59s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (2.58s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (26.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (3.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.98s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.59s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.75s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (5.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.67s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.36s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.41s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.86s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.77s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (1.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (1.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.52s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (103.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (12.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (3.23s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (4.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (2.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (5.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (15.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (4.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (2.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (2.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (6.98s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (14.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (4.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (2.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (5.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (3.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (5.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (16.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (3.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (2.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (5.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (1.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (7.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (4.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (22.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (6.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (6.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (3.23s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (9.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (3.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (20.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (6.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (5.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (2.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (8.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (4.18s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (25.44s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (2.85s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (5.95s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (5.39s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (5.34s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (5.91s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.43s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.98s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.45s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.22s) --- 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/23 14:54:57 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/09/23 14:54:57 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 183.862s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 3m5.181742797s (try 1/5)