"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/26 02:13:13 NOTICE: TestS3R2: Starting server 2025/09/26 02:13:13 DEBUG : Creating backend with remote "TestS3R2:rclone-test-qunovoh8jomi" 2025/09/26 02:13:13 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/26 02:13:14 INFO : S3 bucket rclone-test-qunovoh8jomi: Bucket "rclone-test-qunovoh8jomi" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/09/26 02:13:15 INFO : S3 bucket rclone-test-qunovoh8jomi: Bucket "rclone-test-qunovoh8jomi" deleted === RUN TestIntegration/FsMkdir 2025/09/26 02:13:15 INFO : S3 bucket rclone-test-qunovoh8jomi: Bucket "rclone-test-qunovoh8jomi" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/09/26 02:13:16 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/09/26 02:13:16 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/09/26 02:13:16 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/26 02:13:32 NOTICE: S3 bucket rclone-test-qunovoh8jomi: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/09/26 02:13:32 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AP2-dZP89WaK_k4Vs2LQR7CS9Ffn3VwBTnzm_74nQU0mOU29QUWa2z8adoQN6A77Rpm7ZP-i1dyA7NmhFCIy3yS3ilxEvn2ARBAXZ6s3we9VjTBv9kWtRoJTCPAUbPV0Fb6dPjPCuev68dYFZ6r0AcK52xDJrJWU8nGH2zWkX49ARTUcGIDMmMwJSgK8vn5lC9p-gcytrxdBSkPKQT3JiG4qAq2YQxlmMZJ5OfHt0npvVFphwpsQMN6PuE8k-uK0dTXbZ2ZXuoDoOwhRUkKI6I14sCGu0eDuEcClokIZO-WvRcRqpwaAGV0ZR6zV630oiQMWGaQUeshJF1A3t6G85Nk 2025/09/26 02:13:33 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "12424996022f19d01636f060de1fde60" 2025/09/26 02:13:33 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "e8fddb1b3ff33e5186d16d9a93dd57d4" 2025/09/26 02:13:34 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "c6f2dc6d951ebf8db9353a9d97de202e" 2025/09/26 02:13:34 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AP2-dZP89WaK_k4Vs2LQR7CS9Ffn3VwBTnzm_74nQU0mOU29QUWa2z8adoQN6A77Rpm7ZP-i1dyA7NmhFCIy3yS3ilxEvn2ARBAXZ6s3we9VjTBv9kWtRoJTCPAUbPV0Fb6dPjPCuev68dYFZ6r0AcK52xDJrJWU8nGH2zWkX49ARTUcGIDMmMwJSgK8vn5lC9p-gcytrxdBSkPKQT3JiG4qAq2YQxlmMZJ5OfHt0npvVFphwpsQMN6PuE8k-uK0dTXbZ2ZXuoDoOwhRUkKI6I14sCGu0eDuEcClokIZO-WvRcRqpwaAGV0ZR6zV630oiQMWGaQUeshJF1A3t6G85Nk" 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/26 02:13:37 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/09/26 02:13:37 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/26 02:13:39 DEBUG : S3 bucket rclone-test-qunovoh8jomi: bucket is versioned: false 2025/09/26 02:13:39 DEBUG : Waiting for deletions to finish 2025/09/26 02:13:39 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/09/26 02:13:39 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/09/26 02:13:39 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/09/26 02:13:40 DEBUG : Creating backend with remote "TestS3R2:rclone-test-qunovoh8jomi/dirToPurgeFromRoot" 2025/09/26 02:13:40 DEBUG : S3 bucket rclone-test-qunovoh8jomi path dirToPurgeFromRoot: bucket is versioned: false 2025/09/26 02:13:40 DEBUG : Waiting for deletions to finish 2025/09/26 02:13:40 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/09/26 02:13:40 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/09/26 02:13:40 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/09/26 02:13:40 DEBUG : Creating backend with remote "TestS3R2:rclone-test-qunovoh8jomi/hello? sausage/êé" 2025/09/26 02:13:42 DEBUG : S3 bucket rclone-test-qunovoh8jomi path hello? sausage/êé: bucket is versioned: false 2025/09/26 02:13:42 DEBUG : Waiting for deletions to finish 2025/09/26 02:13:42 DEBUG : "a/b/c/d/e.txt" version false 2025/09/26 02:13:42 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/09/26 02:13:42 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/26 02:13:48 DEBUG : Creating backend with remote "TestS3R2:rclone-test-qunovoh8jomi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/09/26 02:13:48 DEBUG : Creating backend with remote "TestS3R2:rclone-test-qunovoh8jomi/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-qunovoh8jomi" from "TestS3R2:rclone-test-qunovoh8jomi" 2025/09/26 02:13:48 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/26 02:13:52 DEBUG : piped data.txt: open chunk writer: started multipart upload: AAxB5_X-D6Uki43qjZxhV1KcQV-OPHgX573nr5Qpl3g7MSxCwTTqg--bfo9yiSR9iYlCYEYKITCAtONnJIhlQqHM5Myk9s6LGxmFMGuqRvi2LIsgie_7skSGQF7A6izYbciRUw4TUegopBg2h_7JhifUev76IHTwtPcNYucaAEXL0DESWo6D95oGqsnTj59CAbu-_MBJnfdAEC4vixbMA8xVpcG2YyltemT-aMjAjW-xT0UYIATn_CfwlLaCKA2T1AA-zvKuhKItlZm5-z9zLkZZVnc9hB15_rk1gR4SJpKKxKWJXt9ksNTtZnsbzaxvctU24hF2TZ1MJAlpBz985oA 2025/09/26 02:13:52 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/09/26 02:13:52 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/09/26 02:13:52 DEBUG : piped data.txt: multipart upload "AAxB5_X-D6Uki43qjZxhV1KcQV-OPHgX573nr5Qpl3g7MSxCwTTqg--bfo9yiSR9iYlCYEYKITCAtONnJIhlQqHM5Myk9s6LGxmFMGuqRvi2LIsgie_7skSGQF7A6izYbciRUw4TUegopBg2h_7JhifUev76IHTwtPcNYucaAEXL0DESWo6D95oGqsnTj59CAbu-_MBJnfdAEC4vixbMA8xVpcG2YyltemT-aMjAjW-xT0UYIATn_CfwlLaCKA2T1AA-zvKuhKItlZm5-z9zLkZZVnc9hB15_rk1gR4SJpKKxKWJXt9ksNTtZnsbzaxvctU24hF2TZ1MJAlpBz985oA" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/09/26 02:13:53 DEBUG : piped data.txt: open chunk writer: started multipart upload: AP8Mu1J7J5LVZdmCJD8Q6758fUfpOEZ1hMu_CyRNetzWNQsE2XqlD2dZ_qLXt4b1s5CGuJ5_yVRdA5B19vocX1Yggb7-PnBlCBwipVqN3REsxnuZxa8gayAF1d0lJ_kXFboxmPrkluMLQOLBHxs_1Xzg9HMo1ga5jNA6f7z_CbfS0VgYbMN8TmIkJt0hEpp_pMcpYEXbHte5ljtbZUlV6NqLRzG94sbqg7-EGcccf5WPOTNvPlddm_IGDHOwF0NJ7NSKp0Bo6SyHIBRo-3y6DKp9uE9ISPhcEwQrCWiqczxN7eLg8d1A7qH-u4zm0iyGNtfWxV6BJK-ZvpU6xzEBqs4 2025/09/26 02:13:53 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/26 02:13:53 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "3c00cbd2e445bb17264d32fc9f1e7e92" 2025/09/26 02:13:53 DEBUG : piped data.txt: multipart upload "AP8Mu1J7J5LVZdmCJD8Q6758fUfpOEZ1hMu_CyRNetzWNQsE2XqlD2dZ_qLXt4b1s5CGuJ5_yVRdA5B19vocX1Yggb7-PnBlCBwipVqN3REsxnuZxa8gayAF1d0lJ_kXFboxmPrkluMLQOLBHxs_1Xzg9HMo1ga5jNA6f7z_CbfS0VgYbMN8TmIkJt0hEpp_pMcpYEXbHte5ljtbZUlV6NqLRzG94sbqg7-EGcccf5WPOTNvPlddm_IGDHOwF0NJ7NSKp0Bo6SyHIBRo-3y6DKp9uE9ISPhcEwQrCWiqczxN7eLg8d1A7qH-u4zm0iyGNtfWxV6BJK-ZvpU6xzEBqs4" 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/26 02:13:54 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/26 02:13:56 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AIHfzBlKH36yfc-pUie_V0ck71IfAmLcAEj6W19JRuz0SWUt_IHbxdTU7IurJDqMzwVRL2aSNHOGBFzWYuwVKF0dZktgDy3RPQCRXcc7fz6mIcjfCm65skVWSGr15Z7MZP2Nu-_VxL_pWWgvHeWGFjBlA5-YuPsKVAVLvNByEk7kjxNTdGMW-fP7GTko3Q0-Ao3PajwFHxQMYUChmTh5zBCnRyO0KAqXS2dRtEtHgWCh8JUmdMtgU1W2HNjtBxeAYthyjOfAHXoB_V2PaoQQ5NKCTR2T0R-nwcw_ITLvwbijsWyvbuPtRgFySzxYfoGKkxU4eWkMCnwp5-3Rz1hAEgE 2025/09/26 02:13:56 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/09/26 02:13:56 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/09/26 02:13:57 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AIHfzBlKH36yfc-pUie_V0ck71IfAmLcAEj6W19JRuz0SWUt_IHbxdTU7IurJDqMzwVRL2aSNHOGBFzWYuwVKF0dZktgDy3RPQCRXcc7fz6mIcjfCm65skVWSGr15Z7MZP2Nu-_VxL_pWWgvHeWGFjBlA5-YuPsKVAVLvNByEk7kjxNTdGMW-fP7GTko3Q0-Ao3PajwFHxQMYUChmTh5zBCnRyO0KAqXS2dRtEtHgWCh8JUmdMtgU1W2HNjtBxeAYthyjOfAHXoB_V2PaoQQ5NKCTR2T0R-nwcw_ITLvwbijsWyvbuPtRgFySzxYfoGKkxU4eWkMCnwp5-3Rz1hAEgE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/09/26 02:13:57 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AMvt5-1ENH3oqJsi3KHRL74AVzjsq_VA3SxFIg4xzqFNiLr75Caj1Wwid6SewNYafYqlSjl7Be_KLZqSNPJoQO4YaX8Mk73M8aTrRyWnMAkKB6cdjjlqhQIsbVD6Se0r8E56vXd402r_wxV0OkJYs5dI88gemCPZHhwdlPLXcibeX0turQHw9gJpOVTwalYiCJLdGDUzjXdvG6X5BT2nF1DymX785TRFenh86ZVEmop2z2ABz4XJarRrWDu1UKDgz-_wkRaPWXt5ZDxiqICg_93Z_B6K9OFuyFo__NFAsXagPGhAwSSlXs4BzTMEl9fcgJ9hJV4Cn1HF5dKoPfftIWg 2025/09/26 02:13:58 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/09/26 02:13:58 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/26 02:13:59 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AMvt5-1ENH3oqJsi3KHRL74AVzjsq_VA3SxFIg4xzqFNiLr75Caj1Wwid6SewNYafYqlSjl7Be_KLZqSNPJoQO4YaX8Mk73M8aTrRyWnMAkKB6cdjjlqhQIsbVD6Se0r8E56vXd402r_wxV0OkJYs5dI88gemCPZHhwdlPLXcibeX0turQHw9gJpOVTwalYiCJLdGDUzjXdvG6X5BT2nF1DymX785TRFenh86ZVEmop2z2ABz4XJarRrWDu1UKDgz-_wkRaPWXt5ZDxiqICg_93Z_B6K9OFuyFo__NFAsXagPGhAwSSlXs4BzTMEl9fcgJ9hJV4Cn1HF5dKoPfftIWg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/09/26 02:14:00 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AGlmffjX5ddk1Pum6G1QQlzORDEWzNzgQgUoV7zBPYYfuEUZ0JfjYyDM7u6gmbZt42pHp6UpBCiTuzpes9dPsDeT3ZbuCJ71UpNumJ4_K1xa9ICXLvZkEHtas71mGnr-96AkY3MBnigXRpX_fPEHW1spz57Je4JfeChABR4VpCjbY7pz2_o_UO75K6mSqJdANF4cbh8Ry-A3dJ8Cs9_9stwlZmXEgy46Xuqyon9OGbXAHwMgcpHzvfYMIzXGcPXrSPHnaUSOaXmNqC2USp8dWClIQiKResGztK5BL5fqO26EsM6t6sb3QO9m5ce6oBaA8QPsJkLr8e8hg1Hbr5kKS3E 2025/09/26 02:14:00 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/26 02:14:00 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/26 02:14:00 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AGlmffjX5ddk1Pum6G1QQlzORDEWzNzgQgUoV7zBPYYfuEUZ0JfjYyDM7u6gmbZt42pHp6UpBCiTuzpes9dPsDeT3ZbuCJ71UpNumJ4_K1xa9ICXLvZkEHtas71mGnr-96AkY3MBnigXRpX_fPEHW1spz57Je4JfeChABR4VpCjbY7pz2_o_UO75K6mSqJdANF4cbh8Ry-A3dJ8Cs9_9stwlZmXEgy46Xuqyon9OGbXAHwMgcpHzvfYMIzXGcPXrSPHnaUSOaXmNqC2USp8dWClIQiKResGztK5BL5fqO26EsM6t6sb3QO9m5ce6oBaA8QPsJkLr8e8hg1Hbr5kKS3E" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/09/26 02:14:01 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ACkQRElUgpFfMMtKD2oKxqgfTOccqzGG4j3M3gGlyg8mjN1mjvN3nXWuhN6kzURp7WGixCW_vctk7y6xPqAE_IUbVO9GO63dC9RamVarlNAXyTElzhCedlIi_twBOeMHXVadTJKTgT98me6vpitQzn2c-ycgX9KMDfCiBx9zlZqkgG_Cq8GtNz_p5k-qKEoXuJDzM0gj1MJS9ZINaR6OwKH75Td4lzCa6Kea0CR_wCS_i0-0CcaSknB7Lr2xpGRyLPLkopAcDFB0zrqWlD23qK3G8RTlHc2jSakaAEAcdOSOQNQwyQ4ulJPPqgQdP8OFkWcYE2-w2GQDTj-cO9uyR2s 2025/09/26 02:14:01 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/09/26 02:14:02 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/09/26 02:14:02 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/09/26 02:14:02 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/26 02:14:02 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/26 02:14:03 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/26 02:14:03 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ACkQRElUgpFfMMtKD2oKxqgfTOccqzGG4j3M3gGlyg8mjN1mjvN3nXWuhN6kzURp7WGixCW_vctk7y6xPqAE_IUbVO9GO63dC9RamVarlNAXyTElzhCedlIi_twBOeMHXVadTJKTgT98me6vpitQzn2c-ycgX9KMDfCiBx9zlZqkgG_Cq8GtNz_p5k-qKEoXuJDzM0gj1MJS9ZINaR6OwKH75Td4lzCa6Kea0CR_wCS_i0-0CcaSknB7Lr2xpGRyLPLkopAcDFB0zrqWlD23qK3G8RTlHc2jSakaAEAcdOSOQNQwyQ4ulJPPqgQdP8OFkWcYE2-w2GQDTj-cO9uyR2s" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/09/26 02:14:04 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AJkilj-ZsQAb2uNRAG1zp24dm7NTMKR8ETwXt-l2ix6W4rhlyQWCwukvegr2ol1vqPHCk28p9WK0IO5IWBnjV26Ca9H_pKkWv4ZRLpF6N24JiaDQ2WebYQ1Zb8VyFSG8Hqk7JKec3lpwatOv_9GhsjZU4nX4wKHecsnCngORavDcns2_xZxv7yXWB0_n7lESMygvFp_wJLEYyRVK97GmpNn-9nHrhTDJlmKoQDmivWGk0FSmuX3PFRx1NQdJvOBEnx1tzA77z3QLePRuBp5EBUjwQtLI23T3ZqqRukrGvZQme06YxnOYUcZB6aeqjlSv4FsOYp0zPkbu-A-ZJELG6SM 2025/09/26 02:14:04 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/26 02:14:05 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/09/26 02:14:05 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/09/26 02:14:05 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/26 02:14:05 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/26 02:14:05 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/26 02:14:05 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AJkilj-ZsQAb2uNRAG1zp24dm7NTMKR8ETwXt-l2ix6W4rhlyQWCwukvegr2ol1vqPHCk28p9WK0IO5IWBnjV26Ca9H_pKkWv4ZRLpF6N24JiaDQ2WebYQ1Zb8VyFSG8Hqk7JKec3lpwatOv_9GhsjZU4nX4wKHecsnCngORavDcns2_xZxv7yXWB0_n7lESMygvFp_wJLEYyRVK97GmpNn-9nHrhTDJlmKoQDmivWGk0FSmuX3PFRx1NQdJvOBEnx1tzA77z3QLePRuBp5EBUjwQtLI23T3ZqqRukrGvZQme06YxnOYUcZB6aeqjlSv4FsOYp0zPkbu-A-ZJELG6SM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/09/26 02:14:09 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AAfjTDzz5AHZTKmqWD54Em2TqxYGKTBGYcQaYgFJz3wwNBA47f9JIuhlY25a8KqH8yXIqHsg3c9zkXx9ySabFcAqERhoxmPtZzcgi8O-C-Q5dMZRaiIgaj61BUmtvflJYRWo5IQXggoamZryDpOf0UkwTNsKGsGZ84_EjmAQZx255OalQeQIJdHxD3U-m4iEKohHTclzLoayMWK6IE0IZ85KkMpPGhdBq9FK7ZcoDOQL0ngYDnTB9kyauEieET0iqzteySmqBOH8Gelu8tpuKnt6qR1FQYPRGycNDvfEc5nftMMdE5OHaBVQ_NL1lvtt1z489OOCIvV7MvLZsjjJHxY 2025/09/26 02:14:09 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/26 02:14:09 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/09/26 02:14:10 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AAfjTDzz5AHZTKmqWD54Em2TqxYGKTBGYcQaYgFJz3wwNBA47f9JIuhlY25a8KqH8yXIqHsg3c9zkXx9ySabFcAqERhoxmPtZzcgi8O-C-Q5dMZRaiIgaj61BUmtvflJYRWo5IQXggoamZryDpOf0UkwTNsKGsGZ84_EjmAQZx255OalQeQIJdHxD3U-m4iEKohHTclzLoayMWK6IE0IZ85KkMpPGhdBq9FK7ZcoDOQL0ngYDnTB9kyauEieET0iqzteySmqBOH8Gelu8tpuKnt6qR1FQYPRGycNDvfEc5nftMMdE5OHaBVQ_NL1lvtt1z489OOCIvV7MvLZsjjJHxY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/09/26 02:14:11 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ABm8yPqflv3Ms7DqbHP3yJN7OHtIvlYYYozgV9AfLfxgCbPtrAX_cUdne_0tv7fVOb72ATpGFXIBhRl3odv3EBmog5IVpuvJGlWkaLKgC8Z1qZLcKHbhGVjThtGTdYFAwi309JZ48fhlUFQcUkKO1GknToCwdPA765tok_H4ce1QQCcgdR9vTkwr6LqAffulPUxt4WYybFFFncxKEQ4_mqwWxg8zRoEap9N4BkIM8oLWMiELkR_YanyEJDuSsE3A3BG83wUecSZEp3cvF7ns1NaEQYqQ3YJUD5Y2nfVXFsDfnmJlX8QaUa3T4VBkrfR24AGKEcys8VHFeqXyV6gn28Q 2025/09/26 02:14:11 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/09/26 02:14:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/26 02:14:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ABm8yPqflv3Ms7DqbHP3yJN7OHtIvlYYYozgV9AfLfxgCbPtrAX_cUdne_0tv7fVOb72ATpGFXIBhRl3odv3EBmog5IVpuvJGlWkaLKgC8Z1qZLcKHbhGVjThtGTdYFAwi309JZ48fhlUFQcUkKO1GknToCwdPA765tok_H4ce1QQCcgdR9vTkwr6LqAffulPUxt4WYybFFFncxKEQ4_mqwWxg8zRoEap9N4BkIM8oLWMiELkR_YanyEJDuSsE3A3BG83wUecSZEp3cvF7ns1NaEQYqQ3YJUD5Y2nfVXFsDfnmJlX8QaUa3T4VBkrfR24AGKEcys8VHFeqXyV6gn28Q" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/09/26 02:14:13 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ACedI-Yniie9OXfLxq-XnHLKbROf8s7leTYE6e1ZK_uFUg6yy6nciUJ5mXl-7q8lkQRYK2DpeYid6MszcThzHLZ0IGU_J8Wogdx4EGropzAf3UG2O3ccgOgzMCy_d_a0fAD6nsquvpo-D8-e9VE7d-m6exLjvOOCbV1msNktJA6tI-pNom0-4I61qm3MwBStluAhz3_xgkvhAUOUcgHx2RUx3oOwIDwRKSUT17MWH5r-l6e8kOsXhdXlubZAtkvGrMDB9OXNujb_RZmpzCw2sXp_8rUjgkdcZGoKvxZNuvGffrfDjIUX1YhsvGztrPeaHZqtZrFqAv3QzLxgvqm7y7A 2025/09/26 02:14:13 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/26 02:14:14 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/26 02:14:14 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ACedI-Yniie9OXfLxq-XnHLKbROf8s7leTYE6e1ZK_uFUg6yy6nciUJ5mXl-7q8lkQRYK2DpeYid6MszcThzHLZ0IGU_J8Wogdx4EGropzAf3UG2O3ccgOgzMCy_d_a0fAD6nsquvpo-D8-e9VE7d-m6exLjvOOCbV1msNktJA6tI-pNom0-4I61qm3MwBStluAhz3_xgkvhAUOUcgHx2RUx3oOwIDwRKSUT17MWH5r-l6e8kOsXhdXlubZAtkvGrMDB9OXNujb_RZmpzCw2sXp_8rUjgkdcZGoKvxZNuvGffrfDjIUX1YhsvGztrPeaHZqtZrFqAv3QzLxgvqm7y7A" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/09/26 02:14:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AA7stK5N_FRZ1G-_oe9yzN946iYX9-oA5kGUxhb0lX9XoKQWHbQ3TQZmMTJ3WZNAZxfo3PXU6h3EiQHecCy5c7XPkYzwiby4Ht_eU5kzkkS3VGKADcGFGDszols7XDSm0ItHw-H0P0pAqWxZ9ibT6ivgW8M38XL0Zp3ewWxDPhHS03TPGoo0enyzYSsoWjIevuv54YbjTqc4Evs0Mqm8zRn6UGpBAsBdKz96w-Pc1_7tn2i8Gkzs0a3on8tgLEZc5-3xYsK8Ku9eXskjSrn8JJLu48Yn02wWAyXSDD0LiL2d10KFurdi0cyqziS89lvY8v5G_BFdkcLuHvmfyiZwGfQ 2025/09/26 02:14:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/09/26 02:14:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/09/26 02:14:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/26 02:14:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/26 02:14:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/26 02:14:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/26 02:14:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AA7stK5N_FRZ1G-_oe9yzN946iYX9-oA5kGUxhb0lX9XoKQWHbQ3TQZmMTJ3WZNAZxfo3PXU6h3EiQHecCy5c7XPkYzwiby4Ht_eU5kzkkS3VGKADcGFGDszols7XDSm0ItHw-H0P0pAqWxZ9ibT6ivgW8M38XL0Zp3ewWxDPhHS03TPGoo0enyzYSsoWjIevuv54YbjTqc4Evs0Mqm8zRn6UGpBAsBdKz96w-Pc1_7tn2i8Gkzs0a3on8tgLEZc5-3xYsK8Ku9eXskjSrn8JJLu48Yn02wWAyXSDD0LiL2d10KFurdi0cyqziS89lvY8v5G_BFdkcLuHvmfyiZwGfQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/09/26 02:14:17 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AGBMWraBgnwrkBtlbfGwVF1VRSccdSwlD9KG_v9hryT-fhGby6aGQd6vA6B2GkzG08Q57vix7Nzva8Yi4tUya-tmxp4qr6JdbtekCDKltYpx9wGRvUShdmxskG_AEhoF1cxFUzcBrt-kHRONYxj4wDrTvuumJ1KBLDUvL_1ElVT2BFAsnHbOQWirTHrqccYiW8BuXGfZ9KrPctycAq6D9d0jitrbx2ObBihfyUpG1jXtAgHqRntGKn9JGk9mItskB7nUIVNyweDwTLa-D2nnBlEJTvZLZu72SvQ0I7kQR1hj3ZlT8PBQ23N7Ds7uN91PmNPaSbcDvXxMR6GBcP90j1k 2025/09/26 02:14:18 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/26 02:14:18 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/26 02:14:18 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/09/26 02:14:18 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/26 02:14:18 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/26 02:14:19 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/26 02:14:20 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AGBMWraBgnwrkBtlbfGwVF1VRSccdSwlD9KG_v9hryT-fhGby6aGQd6vA6B2GkzG08Q57vix7Nzva8Yi4tUya-tmxp4qr6JdbtekCDKltYpx9wGRvUShdmxskG_AEhoF1cxFUzcBrt-kHRONYxj4wDrTvuumJ1KBLDUvL_1ElVT2BFAsnHbOQWirTHrqccYiW8BuXGfZ9KrPctycAq6D9d0jitrbx2ObBihfyUpG1jXtAgHqRntGKn9JGk9mItskB7nUIVNyweDwTLa-D2nnBlEJTvZLZu72SvQ0I7kQR1hj3ZlT8PBQ23N7Ds7uN91PmNPaSbcDvXxMR6GBcP90j1k" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/09/26 02:14:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AM98o4Vt2qZpMysooSkKtk9kRvrx1AFGYHtrRdpcvjqbgwoxVIQrZV3od1J6d5ASnY4lXT-WrXc0WZQAPdnZaenqQ-fTF130rL9L2xDe1hIfBpKmMayBaZso-Y0RqXNP0T1zlzOH8JAhDbeAXZz6UY23hSMM8xO8hOwbGAsOHAcg4n8OjlMQLUpsMmXfoZZWlhd9qzAN-ZITh5hnr3zMETw3GOS362ts5-2tpA1jyrPw7HAoeegWOlvUhWnKeJ810MiFNL0Epdh07HA8GtmyiLPEpbyFSsXhpt8d4_qRdAfFmvXYLm2P2QSK0EsIuIprNrUAw5Y016F8UyG-BXRN6XY 2025/09/26 02:14:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/26 02:14:23 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/09/26 02:14:23 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AM98o4Vt2qZpMysooSkKtk9kRvrx1AFGYHtrRdpcvjqbgwoxVIQrZV3od1J6d5ASnY4lXT-WrXc0WZQAPdnZaenqQ-fTF130rL9L2xDe1hIfBpKmMayBaZso-Y0RqXNP0T1zlzOH8JAhDbeAXZz6UY23hSMM8xO8hOwbGAsOHAcg4n8OjlMQLUpsMmXfoZZWlhd9qzAN-ZITh5hnr3zMETw3GOS362ts5-2tpA1jyrPw7HAoeegWOlvUhWnKeJ810MiFNL0Epdh07HA8GtmyiLPEpbyFSsXhpt8d4_qRdAfFmvXYLm2P2QSK0EsIuIprNrUAw5Y016F8UyG-BXRN6XY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/09/26 02:14:24 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AJ6vg0KLRc6uOgW_48pXHZHAuenNv9frZ2wVcI1gM7G50f6o31VLDTUQ_zYwTeXnD-jFt8GK7yShHmR9g6fIfoDdFKR8ujzIrk5l8K7vLLm6J-bh-8m-aU6w_4mOZty9H0RVpcQmDzZzU5sfmfw9iLFJYWN_IR01GUsNVMCtv84Cwolf1vZnwc4inChVpbpTUonv0L5y-i-Q74pwIYftO8xAL0iMAq97s2WEdaDy7DD9Pr8E8CjvT7JoRXUqbXzAk-F2TBed1tZm2jqbRTRu58zEzNlsPuM20bz0ALwkGPRvnrQxNlG1eCuVhu8L8RxoSk13obIbW7qE9ICi4NUjkFc 2025/09/26 02:14:24 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/09/26 02:14:25 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/26 02:14:25 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AJ6vg0KLRc6uOgW_48pXHZHAuenNv9frZ2wVcI1gM7G50f6o31VLDTUQ_zYwTeXnD-jFt8GK7yShHmR9g6fIfoDdFKR8ujzIrk5l8K7vLLm6J-bh-8m-aU6w_4mOZty9H0RVpcQmDzZzU5sfmfw9iLFJYWN_IR01GUsNVMCtv84Cwolf1vZnwc4inChVpbpTUonv0L5y-i-Q74pwIYftO8xAL0iMAq97s2WEdaDy7DD9Pr8E8CjvT7JoRXUqbXzAk-F2TBed1tZm2jqbRTRu58zEzNlsPuM20bz0ALwkGPRvnrQxNlG1eCuVhu8L8RxoSk13obIbW7qE9ICi4NUjkFc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/09/26 02:14:26 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ALRjv2rD_EIaEsj96H9Zja7EfJrPHt9XyEhfYr7b3BpLH18yin0OnF6O7z5lsxM2Q7J9RMkylLsNHbAGWzLUs8nj1fOTxtVZgS-37TEJDjsTdG39aGP1m2rw_Mj6Dpt3Iuu-JcaWFitePjGSBGD6eXDInlwlBhVKvRPB370uuKgy_AE63afcrCgOeTUNJRs6aL4FvDRD8Wo8CIbQdgKwgf8YWOJTGYl07WQ5-M5EzxzUVpeErXfXbS5RV4meCbqZpBQN0KLk4zO-vDr4soa8H876CaglRspfJ8VP5yQrJ8Tndi_hGBE0q5-6hBAq8xtUi6pZjZ92uuF4TZOsG7fvm40 2025/09/26 02:14:26 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/26 02:14:27 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/26 02:14:27 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ALRjv2rD_EIaEsj96H9Zja7EfJrPHt9XyEhfYr7b3BpLH18yin0OnF6O7z5lsxM2Q7J9RMkylLsNHbAGWzLUs8nj1fOTxtVZgS-37TEJDjsTdG39aGP1m2rw_Mj6Dpt3Iuu-JcaWFitePjGSBGD6eXDInlwlBhVKvRPB370uuKgy_AE63afcrCgOeTUNJRs6aL4FvDRD8Wo8CIbQdgKwgf8YWOJTGYl07WQ5-M5EzxzUVpeErXfXbS5RV4meCbqZpBQN0KLk4zO-vDr4soa8H876CaglRspfJ8VP5yQrJ8Tndi_hGBE0q5-6hBAq8xtUi6pZjZ92uuF4TZOsG7fvm40" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/09/26 02:14:28 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AIZ_ZQrCLbP7LKhKBQCbUBzYYAi9kJJHcKPV_k3sxRn2oVqrxgOD8YcsIBiz0pJ6WWytFZ32C4NilVLpPBzynLenr1-Hn2BQemnfSns54k03jb6h0Xu5Oehk8eBMIXIM4qRzWz39GIvwfuptQSNH0BNqtGZpTFS37tTnPV7YI9gHxBvZ9eGJwaAAI5Snz89lGHFulN_uXLcGro3t-Dy0BXSLTpFJwFmMZnjLvI1oFz0MmDOLJHJUE9W7KnBKe2U0buTEUhfcy4H5croYbFPeh6Lcu85KkEqcNt6sw80UsEnRXgsSHp4Bk51hFRNBcz87NxWKvDX3zZ734lK51Ll4EJY 2025/09/26 02:14:28 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/09/26 02:14:28 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/09/26 02:14:28 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/26 02:14:28 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/26 02:14:28 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/26 02:14:29 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/26 02:14:29 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AIZ_ZQrCLbP7LKhKBQCbUBzYYAi9kJJHcKPV_k3sxRn2oVqrxgOD8YcsIBiz0pJ6WWytFZ32C4NilVLpPBzynLenr1-Hn2BQemnfSns54k03jb6h0Xu5Oehk8eBMIXIM4qRzWz39GIvwfuptQSNH0BNqtGZpTFS37tTnPV7YI9gHxBvZ9eGJwaAAI5Snz89lGHFulN_uXLcGro3t-Dy0BXSLTpFJwFmMZnjLvI1oFz0MmDOLJHJUE9W7KnBKe2U0buTEUhfcy4H5croYbFPeh6Lcu85KkEqcNt6sw80UsEnRXgsSHp4Bk51hFRNBcz87NxWKvDX3zZ734lK51Ll4EJY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/09/26 02:14:30 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AF8MQp3y_EbnR1JYo5K7DTmL45XJw4encj-lJDh2NgdDZWFjxgOHIAh8uulKRHBGWNxrNdp4nwwxA9TzwI8KU6AriC4f0ZA6bk0NMBKjcIqNXU912a1UAbIR8dSExdNgQ1Md9YW73iPC_fEywrI6xv2npYeWtXmNeJG9-YBjOkVTp-TwRBN7hZyfK0o3bpi_ciNRL6ZQrLtBjbN1OFXqXm3CVltNPyMXB2CcyKQzpIj_-ZMJlQNv1-G2l1QqzJyzo0Pg-CJB2H247R-POW-eJosRhm9dB5BM6xvW3jOXwY0eLB9qNdD7BTT9BGGQpMlelodVPYKqMVQ6lSmcbu2cFyw 2025/09/26 02:14:30 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/26 02:14:30 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/26 02:14:30 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/09/26 02:14:31 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/26 02:14:31 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/26 02:14:31 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/26 02:14:31 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AF8MQp3y_EbnR1JYo5K7DTmL45XJw4encj-lJDh2NgdDZWFjxgOHIAh8uulKRHBGWNxrNdp4nwwxA9TzwI8KU6AriC4f0ZA6bk0NMBKjcIqNXU912a1UAbIR8dSExdNgQ1Md9YW73iPC_fEywrI6xv2npYeWtXmNeJG9-YBjOkVTp-TwRBN7hZyfK0o3bpi_ciNRL6ZQrLtBjbN1OFXqXm3CVltNPyMXB2CcyKQzpIj_-ZMJlQNv1-G2l1QqzJyzo0Pg-CJB2H247R-POW-eJosRhm9dB5BM6xvW3jOXwY0eLB9qNdD7BTT9BGGQpMlelodVPYKqMVQ6lSmcbu2cFyw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/09/26 02:14:34 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AJqk3IpQ-R-pVn5yLHc7_n3WyDy1aICpMuYhzn4v-kuTTzmhg-PTv25dxo7QpqajpxMVwVwRG1KAV84GH-oTuVbzFrNPknN3Nlnp5oCRWloTwgGtNa5iw2PQwqX_A0J7lEli0ec4uMRgkrW_sYCWcOM940Cb2ZvDnXQDrButqf0IVymxYpSqby6GIL_KzVyK3fXCfD3FceWUOZokMO1uTNuxod54w2OENnmCrsEeZjEwmjTSnYuiq6a_7V-vdE2P7ihMzTcZawWT2O-GEcoGlgRVdpt0aRqUmmK07hqP8ic5-KrGzzm7ws6SezM1cdJozVgRp5HKn0dClIH0hiTnLnw 2025/09/26 02:14:34 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/26 02:14:35 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/09/26 02:14:35 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AJqk3IpQ-R-pVn5yLHc7_n3WyDy1aICpMuYhzn4v-kuTTzmhg-PTv25dxo7QpqajpxMVwVwRG1KAV84GH-oTuVbzFrNPknN3Nlnp5oCRWloTwgGtNa5iw2PQwqX_A0J7lEli0ec4uMRgkrW_sYCWcOM940Cb2ZvDnXQDrButqf0IVymxYpSqby6GIL_KzVyK3fXCfD3FceWUOZokMO1uTNuxod54w2OENnmCrsEeZjEwmjTSnYuiq6a_7V-vdE2P7ihMzTcZawWT2O-GEcoGlgRVdpt0aRqUmmK07hqP8ic5-KrGzzm7ws6SezM1cdJozVgRp5HKn0dClIH0hiTnLnw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/09/26 02:14:36 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AH7LSon83nrYbeH_X208XhFL-AwQzFwnKuDFl-fUDJk4Ar-vZb4ZwwaCWaLPILDLQS_dxBbdKp9FIvzgxnM2kGrzHz5NIGFuq0kBQPbti2XgmiG982UWtKSFkxEC8rosM1638QHPhXD4Ea9ghLPnv3B9wHAj3ejgOFzppj8OdbrFQQfs6LJzA8fcW1zModJ7RxRIpTOy3ky7SZLf5Fwzugwfdmy3yB3YbdZz8vimyJW86NlaDzaCGv81d6X1JSU6RFPkBgcpbKp8yBgofmeYUIlRCGQ4qGa-l5Mzvnscc8HfHOpoaTOLm3lYaqktGhOfCC4lcATYkvwiJNOrDlySMeI 2025/09/26 02:14:36 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/09/26 02:14:37 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/26 02:14:38 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AH7LSon83nrYbeH_X208XhFL-AwQzFwnKuDFl-fUDJk4Ar-vZb4ZwwaCWaLPILDLQS_dxBbdKp9FIvzgxnM2kGrzHz5NIGFuq0kBQPbti2XgmiG982UWtKSFkxEC8rosM1638QHPhXD4Ea9ghLPnv3B9wHAj3ejgOFzppj8OdbrFQQfs6LJzA8fcW1zModJ7RxRIpTOy3ky7SZLf5Fwzugwfdmy3yB3YbdZz8vimyJW86NlaDzaCGv81d6X1JSU6RFPkBgcpbKp8yBgofmeYUIlRCGQ4qGa-l5Mzvnscc8HfHOpoaTOLm3lYaqktGhOfCC4lcATYkvwiJNOrDlySMeI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/09/26 02:14:38 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AJL0I1O4fWECzvxexpAza5iiVHZH-5YFZzfjddQKsY8L5vYcyB9-JftFK-jovZpidamW7DbxQA-b_gSep9y22Ju-44bLgtQgMRx31eHzTiWUewYRX5PY4d5JVRc2PsVRmUcy1LPOLLUwlysGIwngpdUWPX8azyw7QGUdcMsAnmPVhvqUns0igXHbF1yyKafhtiKXYVgMmTTF3EMf6WVWy5TnNCkO0sC5zDlfinIP0GghpQh7MD16qhnzeKLdXLkU_ICaxWY0DSH3RnFVXrV1s1MI19o4LNPUaksO1xRcDPifFr1aBIT0iUEwU6AAoC2iwAlhS3kpk_4zZbQEzhS5_qU 2025/09/26 02:14:39 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/26 02:14:40 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/26 02:14:40 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AJL0I1O4fWECzvxexpAza5iiVHZH-5YFZzfjddQKsY8L5vYcyB9-JftFK-jovZpidamW7DbxQA-b_gSep9y22Ju-44bLgtQgMRx31eHzTiWUewYRX5PY4d5JVRc2PsVRmUcy1LPOLLUwlysGIwngpdUWPX8azyw7QGUdcMsAnmPVhvqUns0igXHbF1yyKafhtiKXYVgMmTTF3EMf6WVWy5TnNCkO0sC5zDlfinIP0GghpQh7MD16qhnzeKLdXLkU_ICaxWY0DSH3RnFVXrV1s1MI19o4LNPUaksO1xRcDPifFr1aBIT0iUEwU6AAoC2iwAlhS3kpk_4zZbQEzhS5_qU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/09/26 02:14:41 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ACIEZrN-TUkeMnucBS91AVFVT6xesxd0p_8SQkbtfDnnk7gY2-yDJHTz_BUmxRRWdfl3uLbEFazeswquz-Iia6VnP2j7w4djJGGco86UuCtXPjkckM8dzVNnvbN6dwcqXKX73x6zb2K8qo5jRB4fGn4bgKaEk0cX1j-6l_mBWQe4-i2DVFKFGxzutexdIc34Zm6ijxEyirCdEP4k6P2tjQK3wjeijwsKeWOYyUDbQcu0BXHYk66uWq1Z98qIP7dshseRTSCZ1D1vliySDtVG7LU2BDij7dYExs-k3wzKCN9d6uk4DEx4oG865bFlm6XQD8eFZB-GlFO0Ac5lFUDoVkA 2025/09/26 02:14:41 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/09/26 02:14:42 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/09/26 02:14:42 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/09/26 02:14:42 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/26 02:14:42 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/26 02:14:43 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/26 02:14:43 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ACIEZrN-TUkeMnucBS91AVFVT6xesxd0p_8SQkbtfDnnk7gY2-yDJHTz_BUmxRRWdfl3uLbEFazeswquz-Iia6VnP2j7w4djJGGco86UuCtXPjkckM8dzVNnvbN6dwcqXKX73x6zb2K8qo5jRB4fGn4bgKaEk0cX1j-6l_mBWQe4-i2DVFKFGxzutexdIc34Zm6ijxEyirCdEP4k6P2tjQK3wjeijwsKeWOYyUDbQcu0BXHYk66uWq1Z98qIP7dshseRTSCZ1D1vliySDtVG7LU2BDij7dYExs-k3wzKCN9d6uk4DEx4oG865bFlm6XQD8eFZB-GlFO0Ac5lFUDoVkA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/09/26 02:14:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: ABEwZOoZMHH8y6HJUi44qwGCjfWeZ2ySF34XcbN8MZogXMZzQbIgMUu5wgB2nwh_U9nHG_QHOf2p73SIj55sRtZuT4xjKyzjePpGMgPoMPELzTesQMAt0f2pP71EiYqGdB55ZAcnfhYr_kA_R6EAppBj9OyCRABM4hk_lH-5oQInazIK2PPMW6T46kcR_OGwYrDa8iAACgc2zhdow_d5NiO-YLKvvADe2DQHqvFAvAcTTZ3dK9sg8rHAvB53GC1SrPHuKkX1yxH9JWJKstnoi2ltA5ME_HA13sz2r4BAy4UO3Pa34JVSp5C294CQOJoWkkclU810Co-NG0Af90xVZcI 2025/09/26 02:14:45 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/26 02:14:45 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/09/26 02:14:45 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/09/26 02:14:45 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/26 02:14:45 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/26 02:14:46 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/26 02:14:47 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "ABEwZOoZMHH8y6HJUi44qwGCjfWeZ2ySF34XcbN8MZogXMZzQbIgMUu5wgB2nwh_U9nHG_QHOf2p73SIj55sRtZuT4xjKyzjePpGMgPoMPELzTesQMAt0f2pP71EiYqGdB55ZAcnfhYr_kA_R6EAppBj9OyCRABM4hk_lH-5oQInazIK2PPMW6T46kcR_OGwYrDa8iAACgc2zhdow_d5NiO-YLKvvADe2DQHqvFAvAcTTZ3dK9sg8rHAvB53GC1SrPHuKkX1yxH9JWJKstnoi2ltA5ME_HA13sz2r4BAy4UO3Pa34JVSp5C294CQOJoWkkclU810Co-NG0Af90xVZcI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/09/26 02:14:50 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AMFwJVQtt-jg_yOjA_kwGkrEtsZMyn6KO2OH29m4eRkA4dWem--KnIeadrwimaCXt9xeRI9aZQGRE6YpsLQ2Xo_2HFEoZoOl4JztWRHUaJD_fIGQhftN5IgA6eIGPXT67MXDfjrz8COPg5DJID9kaAF1OKEzMEoKpyfdpd3OV1CPQRGbXyaaJruh52FyeUe01xGAk2XbzHZ0Mm53eHPB2_rBadRwgIGcDxRb09SVFH0lpcEFeq5dn1mXyo7pHGVRCH6gYgVTZB-G5b_n4T-G5A3fjS04mRIyHo7qk5TeF8zqhu3f_9QhOswNW9b2vNkiORTsUlIhyponxxmWCWBOXFs 2025/09/26 02:14:50 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/09/26 02:14:51 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/09/26 02:14:51 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AMFwJVQtt-jg_yOjA_kwGkrEtsZMyn6KO2OH29m4eRkA4dWem--KnIeadrwimaCXt9xeRI9aZQGRE6YpsLQ2Xo_2HFEoZoOl4JztWRHUaJD_fIGQhftN5IgA6eIGPXT67MXDfjrz8COPg5DJID9kaAF1OKEzMEoKpyfdpd3OV1CPQRGbXyaaJruh52FyeUe01xGAk2XbzHZ0Mm53eHPB2_rBadRwgIGcDxRb09SVFH0lpcEFeq5dn1mXyo7pHGVRCH6gYgVTZB-G5b_n4T-G5A3fjS04mRIyHo7qk5TeF8zqhu3f_9QhOswNW9b2vNkiORTsUlIhyponxxmWCWBOXFs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/09/26 02:14:52 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AM0F2i3g_D7jMm7cbqryHs-jHOr1QObWSE8Z7KYPdFGedYrGJG7r8Df3UMxdZ2WN4pqLlYFxps5g5Z2_5kwvb9xm46695FPJO2rhYRGW5cwTZide7tK3SrON7tHODr6aq3E1NMv2BQKx38A0omw_fzW4GWJR6TOFngsxAvLmcvNbJJUXeTHxDKKxAIFQOhgYajshmaTA0QNtGPWMf2gYjiaeiT87yBuubu7mR-YZFo_su5vrgPib45fyxx9IWWDoFcaMZtSayIEekTOax6GZ6axXqILIrYVxyFLBWLZT-6OcKQMkdFWL8d65la9d-0kuT_RMXrMcWHMvt64kspM2nmk 2025/09/26 02:14:52 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/09/26 02:14:53 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/26 02:14:53 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AM0F2i3g_D7jMm7cbqryHs-jHOr1QObWSE8Z7KYPdFGedYrGJG7r8Df3UMxdZ2WN4pqLlYFxps5g5Z2_5kwvb9xm46695FPJO2rhYRGW5cwTZide7tK3SrON7tHODr6aq3E1NMv2BQKx38A0omw_fzW4GWJR6TOFngsxAvLmcvNbJJUXeTHxDKKxAIFQOhgYajshmaTA0QNtGPWMf2gYjiaeiT87yBuubu7mR-YZFo_su5vrgPib45fyxx9IWWDoFcaMZtSayIEekTOax6GZ6axXqILIrYVxyFLBWLZT-6OcKQMkdFWL8d65la9d-0kuT_RMXrMcWHMvt64kspM2nmk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/09/26 02:14:54 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AN4sa64OJNmNqNgLTSZmjWL2ilPqmeaTD7yusdGxzq3TWS1DkJDNkBC5thVmo48NJ-iS6kr__lOcIEXbwwKeWVZ6kChF_xsMtWxUGE0BUDZc9_1LZqHJDT2yDp9mSPtGYUJuUy65tS5OCtqxwibxWK4B-fgjICKSGct_oOg4lAGHhQ_zySW4ubp2NfUGUpsDRBQ72itkMB7eCuNnELIZSryxvls_spcJ8W2Le2GUaN7D1mm9EvCIyW32zThQgeVVJtG_ELb1C1O3g3t4LZ-rfKR4VDmmrBvghMIbXEOKpLAezSJ2JGwCDw67tOp4J-6fDWHQ84MpMAP_KchWzmsMrbg 2025/09/26 02:14:55 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/26 02:14:55 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/26 02:14:56 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AN4sa64OJNmNqNgLTSZmjWL2ilPqmeaTD7yusdGxzq3TWS1DkJDNkBC5thVmo48NJ-iS6kr__lOcIEXbwwKeWVZ6kChF_xsMtWxUGE0BUDZc9_1LZqHJDT2yDp9mSPtGYUJuUy65tS5OCtqxwibxWK4B-fgjICKSGct_oOg4lAGHhQ_zySW4ubp2NfUGUpsDRBQ72itkMB7eCuNnELIZSryxvls_spcJ8W2Le2GUaN7D1mm9EvCIyW32zThQgeVVJtG_ELb1C1O3g3t4LZ-rfKR4VDmmrBvghMIbXEOKpLAezSJ2JGwCDw67tOp4J-6fDWHQ84MpMAP_KchWzmsMrbg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/09/26 02:14:56 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AKdkjz9wUHTzV3KEQBSNghZptRtPSrvoiyskKB4Iw94Wo82LTCTDUwKHAcjt-89-5jYb3zsc6yJ5nDufA5uhq3NG_yPJReCtdJyZGcn0ajTZyvb3sL4aPPGzBiFpNaNE_ATScrNcfvTD1m3tHEmoHJmMxO6v7sCTxKQfMqNsoQzpMZTjKxVNDGQ91_FLv7kjPcDge-gchVCHospl8TJphNp8nZQugZwdqnxS1cJLdiR_tuHqMdXhTqoivjrErJg9oRHm6glGpDpUpQ2ylW_ejWz_JhVIqYMtfkkv_BOtORfbkWcTmcMpzyTgzP12RabeDpI0TXrYS2dW5NoPoaCL9CU 2025/09/26 02:14:57 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/09/26 02:14:57 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/09/26 02:14:57 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/09/26 02:14:57 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/26 02:14:58 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/26 02:14:59 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/26 02:14:59 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AKdkjz9wUHTzV3KEQBSNghZptRtPSrvoiyskKB4Iw94Wo82LTCTDUwKHAcjt-89-5jYb3zsc6yJ5nDufA5uhq3NG_yPJReCtdJyZGcn0ajTZyvb3sL4aPPGzBiFpNaNE_ATScrNcfvTD1m3tHEmoHJmMxO6v7sCTxKQfMqNsoQzpMZTjKxVNDGQ91_FLv7kjPcDge-gchVCHospl8TJphNp8nZQugZwdqnxS1cJLdiR_tuHqMdXhTqoivjrErJg9oRHm6glGpDpUpQ2ylW_ejWz_JhVIqYMtfkkv_BOtORfbkWcTmcMpzyTgzP12RabeDpI0TXrYS2dW5NoPoaCL9CU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/09/26 02:15:02 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AKWkkKN1EOcBzTQbXLXP5DZkjxOAMwOV9CCNrBtaxGdYKeh0-q9Pz4TkY2D8IJ6_qXNZ25UxI72UK9FAxH8Mg0ZngO0nEOdJJ346exTOElLoVkyxUGYChZOKVcMEoP0l-ZlOvkmKarsgEsK_sbT6qw-XxSm97h2nONbG37Zecwy13KlKXAkNemSjS73NFRQY3Ubm6jYpIlP_9r_h74p2TYM2BOMYHkO9RrsFIKW1gi37aKt0QlVm1kW_xTmR7AVdFdCSsWAcRNpwo1M3ruu435mNiKS-9agubEhXu_To1WthmNmwTGp9sCDmUZ2P3tecGAvWmhftPY6eslq_M59OKcw 2025/09/26 02:15:02 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/26 02:15:03 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/09/26 02:15:03 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/09/26 02:15:03 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/26 02:15:03 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/26 02:15:04 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/26 02:15:04 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AKWkkKN1EOcBzTQbXLXP5DZkjxOAMwOV9CCNrBtaxGdYKeh0-q9Pz4TkY2D8IJ6_qXNZ25UxI72UK9FAxH8Mg0ZngO0nEOdJJ346exTOElLoVkyxUGYChZOKVcMEoP0l-ZlOvkmKarsgEsK_sbT6qw-XxSm97h2nONbG37Zecwy13KlKXAkNemSjS73NFRQY3Ubm6jYpIlP_9r_h74p2TYM2BOMYHkO9RrsFIKW1gi37aKt0QlVm1kW_xTmR7AVdFdCSsWAcRNpwo1M3ruu435mNiKS-9agubEhXu_To1WthmNmwTGp9sCDmUZ2P3tecGAvWmhftPY6eslq_M59OKcw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/09/26 02:15:08 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AB7377vVq5JdaNrIwx_BnjTE7uP1epwkOWD5gkxFyEMUKDiTlO3HlNjL94SBp8890sLwcEptdPPq86SYrhAGdDnam7Q0UWQZxyj84Zrss-kBlYkfGRs4LMlH1AJWGK5SVguS1Sf_zCNLJLk-uvXricpK8RmOXuWDKbPbfciWrhhsDTjvOf79LG6HWh2MQc88NEZ9ji-K0FOHjnAP_6zJSrpWk7nP1bPzg6hilAyMYXznYkssJoDZSw2Mtv2bRVnsHgRgLp51xMk7LGz8a4MqBeuUaUdil7_YNfWEFBcDirS4TqyMY7SZxeg_Rg-uGXHBuUJsX3si3ol-429bEI2X48g 2025/09/26 02:15:08 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/09/26 02:15:09 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/09/26 02:15:10 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AB7377vVq5JdaNrIwx_BnjTE7uP1epwkOWD5gkxFyEMUKDiTlO3HlNjL94SBp8890sLwcEptdPPq86SYrhAGdDnam7Q0UWQZxyj84Zrss-kBlYkfGRs4LMlH1AJWGK5SVguS1Sf_zCNLJLk-uvXricpK8RmOXuWDKbPbfciWrhhsDTjvOf79LG6HWh2MQc88NEZ9ji-K0FOHjnAP_6zJSrpWk7nP1bPzg6hilAyMYXznYkssJoDZSw2Mtv2bRVnsHgRgLp51xMk7LGz8a4MqBeuUaUdil7_YNfWEFBcDirS4TqyMY7SZxeg_Rg-uGXHBuUJsX3si3ol-429bEI2X48g" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/09/26 02:15:11 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AMjAwfVrG7HwQlVGm5FtKrLe0CXIW5xDuLn_Zgk9CIBOWU7PBK5tGQpq4sjP-0pG7wWi8W9jsVqMot6PwWbT9OzRwuZzuBuENeVCfcvidpBV2OqTGERn2Q1lPEHd-JCQk0uRp4o_94i6h1ZbGHyUi6aWIF0WTW6z8oFtDevsliCGBxA4PXK85W_NPudvQnULwBdIy-OWsq1b4-ae2WdzfbTAU9iBLa1y8sks2IDSzdWiWdupKwiyNmmnDPGbpH0XmahJgGVNbmRgvSnaUlhu5-JcnZ5zi1QQNdyqQW48IIA8qCHecgDnZigfbv9z0TdpdY486IpTpF_KX2p45nMeo8g 2025/09/26 02:15:12 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/09/26 02:15:13 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/26 02:15:13 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AMjAwfVrG7HwQlVGm5FtKrLe0CXIW5xDuLn_Zgk9CIBOWU7PBK5tGQpq4sjP-0pG7wWi8W9jsVqMot6PwWbT9OzRwuZzuBuENeVCfcvidpBV2OqTGERn2Q1lPEHd-JCQk0uRp4o_94i6h1ZbGHyUi6aWIF0WTW6z8oFtDevsliCGBxA4PXK85W_NPudvQnULwBdIy-OWsq1b4-ae2WdzfbTAU9iBLa1y8sks2IDSzdWiWdupKwiyNmmnDPGbpH0XmahJgGVNbmRgvSnaUlhu5-JcnZ5zi1QQNdyqQW48IIA8qCHecgDnZigfbv9z0TdpdY486IpTpF_KX2p45nMeo8g" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/09/26 02:15:14 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AI_tjESEqEIc5XhXbXUgVMsWV5KZhS33ESx9-b34o5RmiE5UoJ7DkzAg24pxCjoPaznLOYQ4fS-7MZZmaqkSFCZoHJUG-bh_GldTrrLp_uYD1R6QRsrXtTrPy6OD3Q7KXOlCeZqDZjMAqAr82G056tNbA-AlUkkSdcR7DuD5ZXkq2Cumxmho1dZKTtFRwCAXNVOdbHeAFc6IiWZgu0Zw5xgHbjehTHlE-bYEit4nYf2CbhAaDfDZm9ge-y1ssLsUFJqfzIaTTcpF4xpIv2TlDDP5qMestAKNdDXhV8VyOlktlR6_fNjIwGZ_Qhugzyl85sS9GBUQxolZxCiknN_pWWE 2025/09/26 02:15:15 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/26 02:15:16 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/26 02:15:16 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AI_tjESEqEIc5XhXbXUgVMsWV5KZhS33ESx9-b34o5RmiE5UoJ7DkzAg24pxCjoPaznLOYQ4fS-7MZZmaqkSFCZoHJUG-bh_GldTrrLp_uYD1R6QRsrXtTrPy6OD3Q7KXOlCeZqDZjMAqAr82G056tNbA-AlUkkSdcR7DuD5ZXkq2Cumxmho1dZKTtFRwCAXNVOdbHeAFc6IiWZgu0Zw5xgHbjehTHlE-bYEit4nYf2CbhAaDfDZm9ge-y1ssLsUFJqfzIaTTcpF4xpIv2TlDDP5qMestAKNdDXhV8VyOlktlR6_fNjIwGZ_Qhugzyl85sS9GBUQxolZxCiknN_pWWE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/09/26 02:15:17 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ANNy5TBO1ulNzh0hOqb9YwhtsjHSOHOJnl12NOK0xv66DCd-qRd9JubFNXvSdfww0fYL5ecvPwp9fye-GUlv6PlWqpJYfaODx12ff3VaPBWhGfhF5C-uv-1KzSAWVj0KcyPCrszItX3CO-PjwJR4bFbvFNM8h7AMgoqQRNp8RBL_8l7tvwkpO-007PNdaxdEL1aipZ3P-ttn6TNdouo5-lZaj6M1bWIjVZ5ICXOwBI-EEqNPOBFVcvnjIkBwbSgvBTUSzjKOaePMu_5lk_bgnR2kHYLyGXY9a5oI2LsTU4gxTKExT_9uuAuubU1RJY-1OJZrxMqclTiSKmPQ_WBhYDE 2025/09/26 02:15:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/09/26 02:15:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/09/26 02:15:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/09/26 02:15:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/26 02:15:19 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/26 02:15:20 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/26 02:15:20 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ANNy5TBO1ulNzh0hOqb9YwhtsjHSOHOJnl12NOK0xv66DCd-qRd9JubFNXvSdfww0fYL5ecvPwp9fye-GUlv6PlWqpJYfaODx12ff3VaPBWhGfhF5C-uv-1KzSAWVj0KcyPCrszItX3CO-PjwJR4bFbvFNM8h7AMgoqQRNp8RBL_8l7tvwkpO-007PNdaxdEL1aipZ3P-ttn6TNdouo5-lZaj6M1bWIjVZ5ICXOwBI-EEqNPOBFVcvnjIkBwbSgvBTUSzjKOaePMu_5lk_bgnR2kHYLyGXY9a5oI2LsTU4gxTKExT_9uuAuubU1RJY-1OJZrxMqclTiSKmPQ_WBhYDE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/09/26 02:15:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AMObNLlWJAlz44hSSR5zx2oAwtlalc-GtTDOebmLST6u94i3MEuwnO5UWc06vfCzWl0zJD97739nPar4kHPgdNuBIfW4H1Qu3xyh_SEtuUGBRrTzuX6mlP3LnZ6GDJ5mIXSG5pEe0Ce1KsjagiIIxeeQoNghNuNU5mtBnIizgJJ9oLKx5FY716IbQtGkCY8i9Znv2z730iPOmv4cRgR_zSMAGI6iGoBoZ__yY6lPGXHrS9zcxlJETAtcbiHYOB5jhyQD1P6Ta3L1igcUxcg6abapiFGb2Gpeizx05iTHbDrFt6SLeBR_XAM4VI81BmvltdAXZIcDYVIp7mpSpz4oXxk 2025/09/26 02:15:22 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/26 02:15:22 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/09/26 02:15:22 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/09/26 02:15:23 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/26 02:15:23 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/26 02:15:23 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/26 02:15:23 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AMObNLlWJAlz44hSSR5zx2oAwtlalc-GtTDOebmLST6u94i3MEuwnO5UWc06vfCzWl0zJD97739nPar4kHPgdNuBIfW4H1Qu3xyh_SEtuUGBRrTzuX6mlP3LnZ6GDJ5mIXSG5pEe0Ce1KsjagiIIxeeQoNghNuNU5mtBnIizgJJ9oLKx5FY716IbQtGkCY8i9Znv2z730iPOmv4cRgR_zSMAGI6iGoBoZ__yY6lPGXHrS9zcxlJETAtcbiHYOB5jhyQD1P6Ta3L1igcUxcg6abapiFGb2Gpeizx05iTHbDrFt6SLeBR_XAM4VI81BmvltdAXZIcDYVIp7mpSpz4oXxk" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/09/26 02:15:26 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/09/26 02:15:29 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/09/26 02:15:32 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/09/26 02:15:36 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/09/26 02:15:40 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/09/26 02:15:42 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ABC60TsZeMJpSph5aNmiUf1oh2bDnOTL1-aFdyzirVtow49Qi2pam0XfTVaeYWNTXRV9YZkfrY8pUtoOYS9Zto0twQ4D_2w7jLQyXK0Jt8H8kEvLXm675Foxt5SnjEmND14EJRtNH6Bz-SosQ9q_mqm_lwGzCPm0NQLfgzOKx207UeicOD2iquyp6tvxEJ-b14dNiU5WGxNe-2PcLsOJkhcKD2rtW878yEBo3e4qZD5013ap3dzGr7AS5x5M_yrLp5vlzlq_ozVu3PSA0mQDaAMoipv660VuJADSxYppB61KnRK9eSsQ932yo_nAM5BnUbz2EAAzoUir8c66BKW1rd8 2025/09/26 02:15:42 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/26 02:15:43 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "60eedc1e2c5c500353b5884cae92f8a0" 2025/09/26 02:15:43 DEBUG : unknown-size-put.txt: multipart upload "ABC60TsZeMJpSph5aNmiUf1oh2bDnOTL1-aFdyzirVtow49Qi2pam0XfTVaeYWNTXRV9YZkfrY8pUtoOYS9Zto0twQ4D_2w7jLQyXK0Jt8H8kEvLXm675Foxt5SnjEmND14EJRtNH6Bz-SosQ9q_mqm_lwGzCPm0NQLfgzOKx207UeicOD2iquyp6tvxEJ-b14dNiU5WGxNe-2PcLsOJkhcKD2rtW878yEBo3e4qZD5013ap3dzGr7AS5x5M_yrLp5vlzlq_ozVu3PSA0mQDaAMoipv660VuJADSxYppB61KnRK9eSsQ932yo_nAM5BnUbz2EAAzoUir8c66BKW1rd8" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/09/26 02:15:44 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ALsf0MxlzKjKID7Y-xkxt9quNXmKxMHlDZrk7w-k3V105xF3TOe9y9-F_r6yX7a8rR8d-el2rDF3r5oj-q7xnoMeKtAZ-fNxxr3xtd2nJevp2ReLabZ6MbZCi9I1hXsKi-JVoQluuCwvIfHRcuZ0kU3lK1K50hEUBQtdjIJc2CxRReawPIMpdtb-RMVFSeqBA8jxm62Jfsl6SL7yxm-bGVfruK8v-9vb3KP-7A2E_DPctvSrtundcaGtJ0MWi9qid7o8Xxdc-m-jZZfSqxiFwUEBLAzjddlBFKivREme4fG5BwtGa4DSubKOPurN0aniwjCk3_8gHWk6TWjBc-rQqO8 2025/09/26 02:15:44 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/09/26 02:15:44 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "341778a51171130996b1a4073c0579a1" 2025/09/26 02:15:44 DEBUG : unknown-size-update.txt: multipart upload "ALsf0MxlzKjKID7Y-xkxt9quNXmKxMHlDZrk7w-k3V105xF3TOe9y9-F_r6yX7a8rR8d-el2rDF3r5oj-q7xnoMeKtAZ-fNxxr3xtd2nJevp2ReLabZ6MbZCi9I1hXsKi-JVoQluuCwvIfHRcuZ0kU3lK1K50hEUBQtdjIJc2CxRReawPIMpdtb-RMVFSeqBA8jxm62Jfsl6SL7yxm-bGVfruK8v-9vb3KP-7A2E_DPctvSrtundcaGtJ0MWi9qid7o8Xxdc-m-jZZfSqxiFwUEBLAzjddlBFKivREme4fG5BwtGa4DSubKOPurN0aniwjCk3_8gHWk6TWjBc-rQqO8" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/09/26 02:15:44 DEBUG : Creating backend with remote "TestS3R2:rclone-test-qunovoh8jomi/deeper/nonexisting/directory" 2025/09/26 02:15:44 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/26 02:15:45 DEBUG : Waiting for deletions to finish 2025/09/26 02:15:45 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/09/26 02:15:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/09/26 02:15:45 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/09/26 02:15:46 INFO : S3 bucket rclone-test-qunovoh8jomi: Bucket "rclone-test-qunovoh8jomi" deleted 2025/09/26 02:15:46 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (152.61s) --- 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 (0.78s) --- PASS: TestIntegration/FsMkdir (150.68s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.21s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.06s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.13s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding (14.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.95s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.92s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.88s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.93s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.74s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.77s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.65s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.40s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (2.93s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (19.82s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.06s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.47s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.48s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.07s) --- 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 (2.69s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (1.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.94s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.30s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.31s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.70s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.35s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (90.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (12.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (2.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (3.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (5.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (13.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (4.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (2.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (2.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (5.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (3.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (11.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (3.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.89s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (3.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (4.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.23s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (15.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (4.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (2.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (5.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (2.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (6.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (3.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (17.89s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (4.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (2.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (9.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (3.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (19.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (5.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (5.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (3.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (7.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (3.56s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (17.46s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (2.74s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (2.82s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (3.72s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (3.90s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (4.28s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.12s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.87s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.25s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.49s) --- 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/26 02:15:46 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/09/26 02:15:46 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.649s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 2m34.098755053s (try 1/5)