"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/08/24 02:17:13 NOTICE: TestS3R2: Starting server 2025/08/24 02:17:13 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jovubuw0sova" 2025/08/24 02:17: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/08/24 02:17:14 INFO : S3 bucket rclone-test-jovubuw0sova: Bucket "rclone-test-jovubuw0sova" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/08/24 02:17:17 INFO : S3 bucket rclone-test-jovubuw0sova: Bucket "rclone-test-jovubuw0sova" deleted === RUN TestIntegration/FsMkdir 2025/08/24 02:17:18 INFO : S3 bucket rclone-test-jovubuw0sova: Bucket "rclone-test-jovubuw0sova" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/08/24 02:17:18 INFO : dir/subdir: Making directory fstest.go:247: Filtering empty directory "dir" fstest.go:247: Filtering empty directory "dir/subdir" 2025/08/24 02:17:18 INFO : dir/subdir: Removing directory fstest.go:247: Filtering empty directory "dir" 2025/08/24 02:17:18 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/08/24 02:18:10 NOTICE: S3 bucket rclone-test-jovubuw0sova: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/08/24 02:18:11 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AB8Cb_vDcr9xuhD_XrqEy4c2J73RPgsi8h7BqvAOlbmcQ0JJx-I3E7dEK6drhXNvnlUufogI_9Yayy7IB6dY61OjB3s3EePfZqCt5NFfxoY6Ij_fzySA1zkPw8Hqs6r_yg3sap6KwKdkyqWhCpPzgqLiDXuIIqN1VFQBt9mmvOicrZYn8kxRKs9-_6Z4u68B-Q-AWjo-nJHDiJWHOW_bRr-9l0MQgXTgpdU_o4mbgjhq3W0bS0ZeuwaN9SFl3vZq2D3L05EAn3UPhqtI1-EQw8VHlQtLHMa8rTqOEnbJO4qBiySxUhJ9O0FNm9RxAz1fxpskshjTIw_twtcdkY5Sjjc 2025/08/24 02:18:12 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "f843ed4d44217a4f552986614559ae24" 2025/08/24 02:18:12 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "67050d9f0e9fc82e39eb803e0302731b" 2025/08/24 02:18:13 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "5937203d1702860ca2845b3a607f7c46" 2025/08/24 02:18:14 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AB8Cb_vDcr9xuhD_XrqEy4c2J73RPgsi8h7BqvAOlbmcQ0JJx-I3E7dEK6drhXNvnlUufogI_9Yayy7IB6dY61OjB3s3EePfZqCt5NFfxoY6Ij_fzySA1zkPw8Hqs6r_yg3sap6KwKdkyqWhCpPzgqLiDXuIIqN1VFQBt9mmvOicrZYn8kxRKs9-_6Z4u68B-Q-AWjo-nJHDiJWHOW_bRr-9l0MQgXTgpdU_o4mbgjhq3W0bS0ZeuwaN9SFl3vZq2D3L05EAn3UPhqtI1-EQw8VHlQtLHMa8rTqOEnbJO4qBiySxUhJ9O0FNm9RxAz1fxpskshjTIw_twtcdkY5Sjjc" 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/08/24 02:18:21 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/08/24 02:18: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/08/24 02:18:25 DEBUG : S3 bucket rclone-test-jovubuw0sova: bucket is versioned: false 2025/08/24 02:18:25 DEBUG : Waiting for deletions to finish 2025/08/24 02:18:25 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/08/24 02:18:25 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/08/24 02:18:26 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/08/24 02:18:28 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jovubuw0sova/dirToPurgeFromRoot" 2025/08/24 02:18:28 DEBUG : S3 bucket rclone-test-jovubuw0sova path dirToPurgeFromRoot: bucket is versioned: false 2025/08/24 02:18:28 DEBUG : Waiting for deletions to finish 2025/08/24 02:18:29 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/08/24 02:18:29 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/08/24 02:18:29 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/08/24 02:18:30 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jovubuw0sova/hello? sausage/êé" 2025/08/24 02:18:33 DEBUG : S3 bucket rclone-test-jovubuw0sova path hello? sausage/êé: bucket is versioned: false 2025/08/24 02:18:33 DEBUG : Waiting for deletions to finish 2025/08/24 02:18:33 DEBUG : "a/b/c/d/e.txt" version false 2025/08/24 02:18:33 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/08/24 02:18:33 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/08/24 02:18:52 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jovubuw0sova/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/08/24 02:18:53 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jovubuw0sova/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-jovubuw0sova" from "TestS3R2:rclone-test-jovubuw0sova" 2025/08/24 02:18:53 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/08/24 02:19:02 DEBUG : piped data.txt: open chunk writer: started multipart upload: AOeYGX6REuZ92jQSt5WG3XhVJj_i7Lg6lon9bzx3JfRWkHg1EvYDj3UHg7Ja9FFD_F0cWvES3VHtyGU6CIwdWhm8_co2tjDKNyQHgSDAMwmVPDSdYPvtrJhqmGShH2R4NPLZyEMDGvGMDNjJCDDwG0yj7OqZEW3k3vBHKaKUq0-jGvBUsbP0RibPeyOKujKTb9Juacywd-L_-UVWhi03wQApHJHDjWaxmyFJ5Zh70lpKPCxnHnM7z7YJCXN4VHWlg6oTwrzP8WxxNjtZoweScNLtUGTydj8-wzdxbBxBj02MfGkRyDaX3y713K6GJ3CvXE_Piz2lOJWrOMM3U24JQ0U 2025/08/24 02:19:02 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/08/24 02:19:03 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/08/24 02:19:04 DEBUG : piped data.txt: multipart upload "AOeYGX6REuZ92jQSt5WG3XhVJj_i7Lg6lon9bzx3JfRWkHg1EvYDj3UHg7Ja9FFD_F0cWvES3VHtyGU6CIwdWhm8_co2tjDKNyQHgSDAMwmVPDSdYPvtrJhqmGShH2R4NPLZyEMDGvGMDNjJCDDwG0yj7OqZEW3k3vBHKaKUq0-jGvBUsbP0RibPeyOKujKTb9Juacywd-L_-UVWhi03wQApHJHDjWaxmyFJ5Zh70lpKPCxnHnM7z7YJCXN4VHWlg6oTwrzP8WxxNjtZoweScNLtUGTydj8-wzdxbBxBj02MfGkRyDaX3y713K6GJ3CvXE_Piz2lOJWrOMM3U24JQ0U" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/08/24 02:19:05 DEBUG : piped data.txt: open chunk writer: started multipart upload: ABLrcbBgG0aWgtSC_EjUVmyXtHhzY_7Y7es3cXHg8__242rMzc8Hk_ngzanlZIAOHbp4qRdW5TbAMRgZtWQ8mIvjBN8aLFeIvQFBpd_02IIfKKUOx2jvPgPVin34iHA-b2AZGQ95Z4xg5Mq1vESktlQBPG_rxQpY_-yyWuSWIyY2xbBtmtkPvObwBoanFN7o5JydgSpbllQauj67FKB85CoayVYIUKWuSF75k-xV6g8lS9MwD39xgga0Ipny-eismlF_SQ7aYBzad4a8tbsjbiKduWBkQuFyeAcmcUIoEUehtdfZsvxxgeOPCwMKDtsH3sHWwLVgRj5bsnivUI523kg 2025/08/24 02:19:05 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/24 02:19:06 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "f70c594f66e02fac83631a418e52b712" 2025/08/24 02:19:07 DEBUG : piped data.txt: multipart upload "ABLrcbBgG0aWgtSC_EjUVmyXtHhzY_7Y7es3cXHg8__242rMzc8Hk_ngzanlZIAOHbp4qRdW5TbAMRgZtWQ8mIvjBN8aLFeIvQFBpd_02IIfKKUOx2jvPgPVin34iHA-b2AZGQ95Z4xg5Mq1vESktlQBPG_rxQpY_-yyWuSWIyY2xbBtmtkPvObwBoanFN7o5JydgSpbllQauj67FKB85CoayVYIUKWuSF75k-xV6g8lS9MwD39xgga0Ipny-eismlF_SQ7aYBzad4a8tbsjbiKduWBkQuFyeAcmcUIoEUehtdfZsvxxgeOPCwMKDtsH3sHWwLVgRj5bsnivUI523kg" 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/08/24 02:19:09 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/08/24 02:19:15 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: ALCCf5abiRGkCu51iUXj9Vbz_IfYsdCkZgbcCtnNVR5rieaTULcXU5x2bizaYRfw1oS9gG5wpq8OxECfCNE3uC0_OQwwcHscJp3ZDT2nL-oW79lPH4JlZeJ32HcrGGXibvUxDkpRws4ZpOdNDF-PV0-6YlESnj1C-pFoxbfxwnl6BjLA2gXvmwc4yF7_ueoVFXFeoUi7bd50sxYAB8OBAL03BDgrO3JIY34OkKNcqHZ72SE-EQfB3I-IIkjDufbqiHTXf0X3tUalebUCNJjuU-DCBc9-hwxvBAU8hy5QP1rt4-TA_irg_XyWCtriJTSyJ64pMg5v7RiVdIrAF5XuF6w 2025/08/24 02:19:15 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/08/24 02:19:16 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/08/24 02:19:17 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "ALCCf5abiRGkCu51iUXj9Vbz_IfYsdCkZgbcCtnNVR5rieaTULcXU5x2bizaYRfw1oS9gG5wpq8OxECfCNE3uC0_OQwwcHscJp3ZDT2nL-oW79lPH4JlZeJ32HcrGGXibvUxDkpRws4ZpOdNDF-PV0-6YlESnj1C-pFoxbfxwnl6BjLA2gXvmwc4yF7_ueoVFXFeoUi7bd50sxYAB8OBAL03BDgrO3JIY34OkKNcqHZ72SE-EQfB3I-IIkjDufbqiHTXf0X3tUalebUCNJjuU-DCBc9-hwxvBAU8hy5QP1rt4-TA_irg_XyWCtriJTSyJ64pMg5v7RiVdIrAF5XuF6w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/08/24 02:19:19 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AJsErv7MV-oGcZnU8tH5squIzFWLQsvvdHQwgkPsFUzkobbCttbpeMD8w7XshB45QbLa-Sr9NVQS5tgdWO7g76ztIHky1wIUIsJOokyQdX2TLcDNwFxzL0HGzUh8IyykllwanI7oow3JEsqeKaduAC-KmgEAccxYc8yVnDeh4xYZn26MiC5Uq51xiSj6AnBxWMIvljDD7ccLE2ZvfZKOFJYAC7j1yWEXJchH7RSELIDUVNhO4cJiAlctlYRHF24usZ52QemlEnsICEs_KQlIJq-dvgYKzNUcV_9K--l4pQ4j5KJUVKU6ZTJqRku2NbEe5q2soxkeZ-dU9h0SKI_Z2Mc 2025/08/24 02:19:20 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/08/24 02:19:20 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/24 02:19:21 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AJsErv7MV-oGcZnU8tH5squIzFWLQsvvdHQwgkPsFUzkobbCttbpeMD8w7XshB45QbLa-Sr9NVQS5tgdWO7g76ztIHky1wIUIsJOokyQdX2TLcDNwFxzL0HGzUh8IyykllwanI7oow3JEsqeKaduAC-KmgEAccxYc8yVnDeh4xYZn26MiC5Uq51xiSj6AnBxWMIvljDD7ccLE2ZvfZKOFJYAC7j1yWEXJchH7RSELIDUVNhO4cJiAlctlYRHF24usZ52QemlEnsICEs_KQlIJq-dvgYKzNUcV_9K--l4pQ4j5KJUVKU6ZTJqRku2NbEe5q2soxkeZ-dU9h0SKI_Z2Mc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/08/24 02:19:23 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AA0hvs6q_e4kN_9yFqDWoHa3BqAc5wwlJW4pMODN3IsqVmjwZC4JQzTsgo8lSsfaPpDC1k9i39kvaVobWRCaADCmoj_Ep5enEJYn60jh8c1AiWtthDdofZWkYXFh4AL_6ECqEsjuHwwdtJ-_k5PJ-6BnJmYh6Qf43OuI0M6sX9qGnqzCV4d3z8YE_NSevZ8tYx0PnRIcvkS9r-GXeoPVAmH-4NfuyBdjhKcUvTetaUXmNwOA3Io5actLIIv_8F69PNsXI9lvStSiwkQGqEBaXbTw0e4ohUMjbHo17RvgmCC2T2CyxyWglsmaf8R1LmYB8Lc8PhKdfVCQmUzuReqNv8o 2025/08/24 02:19:24 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/24 02:19:24 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/24 02:19:26 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AA0hvs6q_e4kN_9yFqDWoHa3BqAc5wwlJW4pMODN3IsqVmjwZC4JQzTsgo8lSsfaPpDC1k9i39kvaVobWRCaADCmoj_Ep5enEJYn60jh8c1AiWtthDdofZWkYXFh4AL_6ECqEsjuHwwdtJ-_k5PJ-6BnJmYh6Qf43OuI0M6sX9qGnqzCV4d3z8YE_NSevZ8tYx0PnRIcvkS9r-GXeoPVAmH-4NfuyBdjhKcUvTetaUXmNwOA3Io5actLIIv_8F69PNsXI9lvStSiwkQGqEBaXbTw0e4ohUMjbHo17RvgmCC2T2CyxyWglsmaf8R1LmYB8Lc8PhKdfVCQmUzuReqNv8o" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/08/24 02:19:28 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AOyi1jsG65jtLsLXOk1RUbBEj_cjnrRCqa19CPAZ2-up9UFSFaDVv9tKzVc6Dvn6dgfXTWcrJYGV0LJPCeESNCfqgssuAgVnjKlCs6Vk2KagkABNWqtB6K0L8Kq2sU_K27WTjuuLSOrqQzacxMMhOmqLDeFqqrU_8ed6qUXMBmz9vtUEK0QkZOA-q5LbrKaq3tQRLenge5sztrlwxb7obm5ID2GXfLVrcHVUhteHLHbqzJGp2Y23OYPFvYEC97YAaoj0nSH2p5fIbu913iyYlpxGa6c1TLAe5NYCyoaED-ag8EVhN-R8unz9Tgwnfmuf2DUQHTLO5qLlrY_ZUkWqDnc 2025/08/24 02:19:28 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/08/24 02:19:28 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/08/24 02:19:28 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/08/24 02:19:29 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/24 02:19:29 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/24 02:19:29 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/24 02:19:30 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AOyi1jsG65jtLsLXOk1RUbBEj_cjnrRCqa19CPAZ2-up9UFSFaDVv9tKzVc6Dvn6dgfXTWcrJYGV0LJPCeESNCfqgssuAgVnjKlCs6Vk2KagkABNWqtB6K0L8Kq2sU_K27WTjuuLSOrqQzacxMMhOmqLDeFqqrU_8ed6qUXMBmz9vtUEK0QkZOA-q5LbrKaq3tQRLenge5sztrlwxb7obm5ID2GXfLVrcHVUhteHLHbqzJGp2Y23OYPFvYEC97YAaoj0nSH2p5fIbu913iyYlpxGa6c1TLAe5NYCyoaED-ag8EVhN-R8unz9Tgwnfmuf2DUQHTLO5qLlrY_ZUkWqDnc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/08/24 02:19:33 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AKBaTJLa0XfzT5ITqPUUIZkCL45aj40LvUOitTIzHCzpCPDtKai1t-9CKjXipq51y5loUhA1g3ognGsIqBRPduw2thO3eCZNv3vDXz3lqHDZo0jNA_V41mATVSDudYgyuSPn4kYQwOgO099Q-16hHIQe7iDvdPQpXv5uyC--n0fDb-YlV5XY32yGZ4AkhVCx5DCSaWbVHQjdWTDHSTBvMc3ImFrp2JGmJAV21iYGk_-zDvMNhR-SkTfXTVmd38SfAXePU2c9XRv9e7QVP1aobHiVOrpTaDN2b85MSSgT_vecalO25Ol_9x-0967ZVvYDI9eDrEKz1VDfAKsSXszSvT4 2025/08/24 02:19:33 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/24 02:19:33 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/08/24 02:19:33 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/08/24 02:19:34 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/24 02:19:34 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/24 02:19:34 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/24 02:19:35 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AKBaTJLa0XfzT5ITqPUUIZkCL45aj40LvUOitTIzHCzpCPDtKai1t-9CKjXipq51y5loUhA1g3ognGsIqBRPduw2thO3eCZNv3vDXz3lqHDZo0jNA_V41mATVSDudYgyuSPn4kYQwOgO099Q-16hHIQe7iDvdPQpXv5uyC--n0fDb-YlV5XY32yGZ4AkhVCx5DCSaWbVHQjdWTDHSTBvMc3ImFrp2JGmJAV21iYGk_-zDvMNhR-SkTfXTVmd38SfAXePU2c9XRv9e7QVP1aobHiVOrpTaDN2b85MSSgT_vecalO25Ol_9x-0967ZVvYDI9eDrEKz1VDfAKsSXszSvT4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/08/24 02:19:42 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ANQVyoq5U4yblClIRrxWRMdRrQJXFOQMTJazcIr1pVdq_R4UpFCvXW20CQzxHPsrlTZFCj4EMzXO5Quz7569U6wvA8byK-C0xqIska468K8Kux7lYsMadTShIqwcBBfWfJT8IRHYLXK_VPhYjtbRQPZdyow8wzxNdeC6s5qyZJZM1Jw9W9ehLBONzI_shZO0wSUbRgV7UZzov7rqfs6mtiP9GtoSa_8VEEAB85tql7Bp4Pg1h_4LRCEXu6YjRxkO6FpEu01SLG9FJ5ND9ainPDhZ2ZjSFKQNKOvwhflPLB3hcBuT9PNStcVJTG6kd_FZmapGgm0-xXmIECjxrwbBFxQ 2025/08/24 02:19:42 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/24 02:19:43 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/08/24 02:19:44 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ANQVyoq5U4yblClIRrxWRMdRrQJXFOQMTJazcIr1pVdq_R4UpFCvXW20CQzxHPsrlTZFCj4EMzXO5Quz7569U6wvA8byK-C0xqIska468K8Kux7lYsMadTShIqwcBBfWfJT8IRHYLXK_VPhYjtbRQPZdyow8wzxNdeC6s5qyZJZM1Jw9W9ehLBONzI_shZO0wSUbRgV7UZzov7rqfs6mtiP9GtoSa_8VEEAB85tql7Bp4Pg1h_4LRCEXu6YjRxkO6FpEu01SLG9FJ5ND9ainPDhZ2ZjSFKQNKOvwhflPLB3hcBuT9PNStcVJTG6kd_FZmapGgm0-xXmIECjxrwbBFxQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/08/24 02:19:46 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: APO8SLNOg2EMulB1lhxCNxXMvvA17HVN0yzqnFadiMYp9yaUnKx0nMHZcmEmo7IUoNHd_J7hXHgsHn2mgOxsUxtevj4osxJ8fmjprbjQoi5quDrILnC7TZjbnPALo9ndENNrB6jBZVHGUGrWbvHaI8rS6PPNvjpVCDQvWOBWIrOJIYtzygrj60mGufi2w_LF0dsFKYgnYdLjrqm5A3QqgjThLSnkvtqWpOMKdPdoqqgaflsmcUU13F03PKIw_9rMtAy5Ym8wJK1BOZJfii1vd9lnPH0zNLzbSRa3Kti51_RFULT7G7DJ0fMol7GCoY6AUTcYhZiYohJm-D-lCvp_jSc 2025/08/24 02:19:46 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/08/24 02:19:47 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/24 02:19:48 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "APO8SLNOg2EMulB1lhxCNxXMvvA17HVN0yzqnFadiMYp9yaUnKx0nMHZcmEmo7IUoNHd_J7hXHgsHn2mgOxsUxtevj4osxJ8fmjprbjQoi5quDrILnC7TZjbnPALo9ndENNrB6jBZVHGUGrWbvHaI8rS6PPNvjpVCDQvWOBWIrOJIYtzygrj60mGufi2w_LF0dsFKYgnYdLjrqm5A3QqgjThLSnkvtqWpOMKdPdoqqgaflsmcUU13F03PKIw_9rMtAy5Ym8wJK1BOZJfii1vd9lnPH0zNLzbSRa3Kti51_RFULT7G7DJ0fMol7GCoY6AUTcYhZiYohJm-D-lCvp_jSc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/08/24 02:19:51 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AFtpgfIC6t4JxENqS4Itg-wRqZ2ozAlvZRZFAZHAyneIWBP8FqJ9ThILcex7IDUd7FkAC18vagDdzebrvycTQgxUVk0sHhc1sZyZEV8e-l34IhABcbTdwlYqT3goa-sQrWOp9jdVVF26QCKaXYxC_hUilzesoGzAXVTFDKQwwBR6C1VbcN9ijZvc8qP8PoqTPOlcceOQO14rSDw7Sglge9RGqjf7keJH3uY6StOVYlZj79IAK8LxpITisDK_378eFpLh7-rw4jDd_IZ3LKnuYpoj6Q3ONTG-apcrFG4Xr-Xyw7GRHaEpjADASqpThLQZPboTV4VdNrpo8aqh-fxVjIs 2025/08/24 02:19:51 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/24 02:19:52 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/24 02:19:53 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AFtpgfIC6t4JxENqS4Itg-wRqZ2ozAlvZRZFAZHAyneIWBP8FqJ9ThILcex7IDUd7FkAC18vagDdzebrvycTQgxUVk0sHhc1sZyZEV8e-l34IhABcbTdwlYqT3goa-sQrWOp9jdVVF26QCKaXYxC_hUilzesoGzAXVTFDKQwwBR6C1VbcN9ijZvc8qP8PoqTPOlcceOQO14rSDw7Sglge9RGqjf7keJH3uY6StOVYlZj79IAK8LxpITisDK_378eFpLh7-rw4jDd_IZ3LKnuYpoj6Q3ONTG-apcrFG4Xr-Xyw7GRHaEpjADASqpThLQZPboTV4VdNrpo8aqh-fxVjIs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/08/24 02:19:55 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AEkq7aSAPaX2GaQ5BI5kAu1wKHKTNimGL2Pp2hmshCFsJ6bqX5-co9KrR6rz5WbBW3w8qmwJ7uAQZZAMEXpSCGZAq_jhIDhWQf-xjC-sNf0cKMeeqvVZmW2COje6tP8bjkdr8zJC0Nepu22ca7eDS95fdoFyeTO4QRRwZeh8vDuWKMX7RD2TbRkJzDhyQs91GhY-8AzDsBF-ZWNNJHKK86jAD5FDBGtum_z98Q8HLRy4Wp6B8RghYGHkwbZx_LhUlCeBl5d7VFtjZRgF6hWIJUt4isyJ058UozJMnza6V9joWssQNpXYBMlBzfMuBQWkVtHQ7e7PZYJH62p4TKjQ0bA 2025/08/24 02:19:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/08/24 02:19:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/08/24 02:19:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/24 02:19:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/24 02:19:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/24 02:19:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/24 02:19:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AEkq7aSAPaX2GaQ5BI5kAu1wKHKTNimGL2Pp2hmshCFsJ6bqX5-co9KrR6rz5WbBW3w8qmwJ7uAQZZAMEXpSCGZAq_jhIDhWQf-xjC-sNf0cKMeeqvVZmW2COje6tP8bjkdr8zJC0Nepu22ca7eDS95fdoFyeTO4QRRwZeh8vDuWKMX7RD2TbRkJzDhyQs91GhY-8AzDsBF-ZWNNJHKK86jAD5FDBGtum_z98Q8HLRy4Wp6B8RghYGHkwbZx_LhUlCeBl5d7VFtjZRgF6hWIJUt4isyJ058UozJMnza6V9joWssQNpXYBMlBzfMuBQWkVtHQ7e7PZYJH62p4TKjQ0bA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/08/24 02:20:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AKrJpvWArVRMgtOjKuZZ-j0Q5Nhq_cgq7r5x7rLRdAz3nwdZRwGWrpK6fjcgkcc1LbnAfCEb8s6REg1CaLpbVrA62qLyD0zHYFopbhO0OBxmQ7QgjqeXciDdr3FJ1xWjDKshjEDICPP8U04nKZCQ9h268qD4CX4X930S9ZttyS5yOZKlM3nfPFA6Gye2Ac3lVpcG_AGGVLuqXOV6EqpsAfrcCfYnq84YsE_iL3IwgK_ZVI9u0_uJEN7Phvd1waqYV9rB6oefzw6RrIEnZkkQgxEbFk42aFxHFUbzCVyVyXylMVrWjt_pcZmTJU1pU7Emj0kpzk6_OMSAKJFjrOu2M5U 2025/08/24 02:20:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/24 02:20:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/24 02:20:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/08/24 02:20:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/24 02:20:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/24 02:20:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/24 02:20:03 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AKrJpvWArVRMgtOjKuZZ-j0Q5Nhq_cgq7r5x7rLRdAz3nwdZRwGWrpK6fjcgkcc1LbnAfCEb8s6REg1CaLpbVrA62qLyD0zHYFopbhO0OBxmQ7QgjqeXciDdr3FJ1xWjDKshjEDICPP8U04nKZCQ9h268qD4CX4X930S9ZttyS5yOZKlM3nfPFA6Gye2Ac3lVpcG_AGGVLuqXOV6EqpsAfrcCfYnq84YsE_iL3IwgK_ZVI9u0_uJEN7Phvd1waqYV9rB6oefzw6RrIEnZkkQgxEbFk42aFxHFUbzCVyVyXylMVrWjt_pcZmTJU1pU7Emj0kpzk6_OMSAKJFjrOu2M5U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/08/24 02:20:09 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AIlLOdQgCyiDH13Gp4VGQgI87WrnLLobEraBoN7K8V3E7hPJzh7gkSwCeA6BsCO_vSk3t-KQa8BJgn-Fgs-GlpQcBylymQF-iiiEh8rm9J589sAUVJAoMXvLlt3KIK8_5F9Qt2290RU0KeyXQ-8p879nTzlRf-3c0WhT1YUIKZgWlcwIlmkE9ejPeea4hYXpV1ejAXx4kjrX0dgWJS9hPOFO1WdzYGzskbQvz5_YZuNjSbRwDgezNbmM0Zid_XUv6cStJTwwc6lev_6QIqcS7Dtd3tpJj4_0BrK6Sam23Rl6D7DkUE26jUv9bty0sAtHqv_hLSTNNx85DvDYHislZpU 2025/08/24 02:20:09 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/24 02:20:11 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/08/24 02:20:12 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AIlLOdQgCyiDH13Gp4VGQgI87WrnLLobEraBoN7K8V3E7hPJzh7gkSwCeA6BsCO_vSk3t-KQa8BJgn-Fgs-GlpQcBylymQF-iiiEh8rm9J589sAUVJAoMXvLlt3KIK8_5F9Qt2290RU0KeyXQ-8p879nTzlRf-3c0WhT1YUIKZgWlcwIlmkE9ejPeea4hYXpV1ejAXx4kjrX0dgWJS9hPOFO1WdzYGzskbQvz5_YZuNjSbRwDgezNbmM0Zid_XUv6cStJTwwc6lev_6QIqcS7Dtd3tpJj4_0BrK6Sam23Rl6D7DkUE26jUv9bty0sAtHqv_hLSTNNx85DvDYHislZpU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/08/24 02:20:14 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AC2ECeE4NG5J0ajG3C4_wsTM-MmqqJrTTHPH2cHwr6KDNikf9aWSFIyoWbXC8cDr2GwkQ9yIXT4HPvnCNfEpLbm98UbhFgB8X_68pQ4nsIjW-IwAH0xTnyCekkjnrejNVfUoK1rG5lfeqHWX9gKbb0e8wQNxoCxaOS3ttD2PmOZfH5Gk9RCZwqEBv951EOjIvTupxRSUB7L_cnK5A0xI6VnxgBKZYDPuzcjE4zuy6E40Yw6K_UZx8oa4nayz0VYFT6xuRwXpfC7EW7kQ2Pc4NwiBuA-SZ2t326pHmwhKZRPHkfB00iRqfmm0nrR06yWWj1kFqacA6Hb9MWf4cyfYdXg 2025/08/24 02:20:14 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/08/24 02:20:15 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/24 02:20:16 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AC2ECeE4NG5J0ajG3C4_wsTM-MmqqJrTTHPH2cHwr6KDNikf9aWSFIyoWbXC8cDr2GwkQ9yIXT4HPvnCNfEpLbm98UbhFgB8X_68pQ4nsIjW-IwAH0xTnyCekkjnrejNVfUoK1rG5lfeqHWX9gKbb0e8wQNxoCxaOS3ttD2PmOZfH5Gk9RCZwqEBv951EOjIvTupxRSUB7L_cnK5A0xI6VnxgBKZYDPuzcjE4zuy6E40Yw6K_UZx8oa4nayz0VYFT6xuRwXpfC7EW7kQ2Pc4NwiBuA-SZ2t326pHmwhKZRPHkfB00iRqfmm0nrR06yWWj1kFqacA6Hb9MWf4cyfYdXg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/08/24 02:20:19 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AJBWOB9vph-1MJXDrGaNr8DDPX7cWeOYrg5uqMIHwVlQcGvjISVN40U8UyRn1VlU2QZRWZGFL8YZnlZ0SozHHTCkENjv_ScGDpcCUCe3dscBvD3_zgPOvPsfil5-1llVuZn4rJz03Ol9mTICUbacTEAAq9z_sJlU4HKf6WuJi3tS2gEMDvfcXXFR7o7QKyNCZm5Q_WG1eCxJFzmTm0K_5uYuZQxUC3rvdCYBcDA3ZGlMzAclCYeDS6leR36WtPLZS6zzHWDs66uDMrR0jPpeXYliHBht50Mh_vvVRsPgvPcWd8Sjh3aFxKk7_695jpj1Jmz4UJrFaCDekK6jNvtBx1A 2025/08/24 02:20:19 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/24 02:20:20 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/24 02:20:21 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AJBWOB9vph-1MJXDrGaNr8DDPX7cWeOYrg5uqMIHwVlQcGvjISVN40U8UyRn1VlU2QZRWZGFL8YZnlZ0SozHHTCkENjv_ScGDpcCUCe3dscBvD3_zgPOvPsfil5-1llVuZn4rJz03Ol9mTICUbacTEAAq9z_sJlU4HKf6WuJi3tS2gEMDvfcXXFR7o7QKyNCZm5Q_WG1eCxJFzmTm0K_5uYuZQxUC3rvdCYBcDA3ZGlMzAclCYeDS6leR36WtPLZS6zzHWDs66uDMrR0jPpeXYliHBht50Mh_vvVRsPgvPcWd8Sjh3aFxKk7_695jpj1Jmz4UJrFaCDekK6jNvtBx1A" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/08/24 02:20:23 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AOVugbyIBPFIAIfPoy8SkOUIPYhxLXKrSBpTrIyDIbYDjCI7OXbh-K-ItAsXxQ9-voq8P9Nwq9i4HmohKQ_uI_-Lk4gfyEi2EYnLIHGr5sw4H9-ZSCtH1WXBt4iW0j5NXHLEZfNIMxR9tf_9YDR90uQmtGWDWrVOM0FK-J1nU05Wk5bF4RrRfpGjXLArW2ZAaE867okotdlvW1DhcmyVNgEaEMwoOfmflqPfo5LE5BKsRfp-jUvWTZSs_IN94XPoVaXMia750WDFDtHFnXG83qds5M3EmZNF0EIO-dXM2tAAsacrL5wpCYh4nvooaqm4xphEGnmsFWe1YpbJtnIj0Zo 2025/08/24 02:20:23 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/08/24 02:20:23 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/08/24 02:20:23 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/24 02:20:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/24 02:20:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/24 02:20:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/24 02:20:25 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AOVugbyIBPFIAIfPoy8SkOUIPYhxLXKrSBpTrIyDIbYDjCI7OXbh-K-ItAsXxQ9-voq8P9Nwq9i4HmohKQ_uI_-Lk4gfyEi2EYnLIHGr5sw4H9-ZSCtH1WXBt4iW0j5NXHLEZfNIMxR9tf_9YDR90uQmtGWDWrVOM0FK-J1nU05Wk5bF4RrRfpGjXLArW2ZAaE867okotdlvW1DhcmyVNgEaEMwoOfmflqPfo5LE5BKsRfp-jUvWTZSs_IN94XPoVaXMia750WDFDtHFnXG83qds5M3EmZNF0EIO-dXM2tAAsacrL5wpCYh4nvooaqm4xphEGnmsFWe1YpbJtnIj0Zo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/08/24 02:20:28 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AHjB_Y_MkKGZpvPmZHYbhfQ_ZMaplsQ-MRTkEe3hEWKumCs8Rn0lTuA1_8LorYoHKuWibpB-P6ORbDI63wZKrbbZI0EuW2Wfd_PbDQ-3wAvPd4gzq_1yJhcfUjzbytiL6rJ9fo2uH1T5IpybFsA1QVnMwnX_g6yQwRca70hdhEfmkQHnWRtp2TvtFgpAs8XDdVzlU2rL0TpaAxNQi9J0BPyRDZZTDLomjiWNjnn8q2-YErBpaoJSO4e6QYKQa6IvP-947V7E2q5xhd55JauVBt0WDEOIKCZJwuJI4UPn6AyTq2DNwLoVtUysxyHn-ADI9zy0lKpVnW4tqWZAHxh9Nbg 2025/08/24 02:20:28 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/24 02:20:28 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/24 02:20:28 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/08/24 02:20:29 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/24 02:20:29 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/24 02:20:29 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/24 02:20:30 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AHjB_Y_MkKGZpvPmZHYbhfQ_ZMaplsQ-MRTkEe3hEWKumCs8Rn0lTuA1_8LorYoHKuWibpB-P6ORbDI63wZKrbbZI0EuW2Wfd_PbDQ-3wAvPd4gzq_1yJhcfUjzbytiL6rJ9fo2uH1T5IpybFsA1QVnMwnX_g6yQwRca70hdhEfmkQHnWRtp2TvtFgpAs8XDdVzlU2rL0TpaAxNQi9J0BPyRDZZTDLomjiWNjnn8q2-YErBpaoJSO4e6QYKQa6IvP-947V7E2q5xhd55JauVBt0WDEOIKCZJwuJI4UPn6AyTq2DNwLoVtUysxyHn-ADI9zy0lKpVnW4tqWZAHxh9Nbg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/08/24 02:20:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AO4HY5GLMpUjXl1KLIXCXq_iiqTII8rOPGDi9rlYGjtZom_Ng05wZzd7vyP_m5JsZ1UxzY-eJkTUsMwyMWQpxKEQ6tzCIDUoGEKWLvYO5_er6SA8Oylr9OUpKj4EW-CLIsHEFE2xMBiEVB-nVqa_H42p4uf2W9cTkruDoXMGLfNiA6cRU-fh4H0dPIpCWDFV6Rwx_kzyOP-EAP5iYwgtnusGB2ure9-whJxOM97h-6lhuqPWrZe-GQmPnAL3has8WBnvJek7HdkLSB41n5YfQToIPErXfV4GiDFdAR3NntyeDA49xbaSOq89F5pn4tQQhZ8FTNuZC9o41YE5R7CVsnQ 2025/08/24 02:20:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/24 02:20:37 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/08/24 02:20:38 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AO4HY5GLMpUjXl1KLIXCXq_iiqTII8rOPGDi9rlYGjtZom_Ng05wZzd7vyP_m5JsZ1UxzY-eJkTUsMwyMWQpxKEQ6tzCIDUoGEKWLvYO5_er6SA8Oylr9OUpKj4EW-CLIsHEFE2xMBiEVB-nVqa_H42p4uf2W9cTkruDoXMGLfNiA6cRU-fh4H0dPIpCWDFV6Rwx_kzyOP-EAP5iYwgtnusGB2ure9-whJxOM97h-6lhuqPWrZe-GQmPnAL3has8WBnvJek7HdkLSB41n5YfQToIPErXfV4GiDFdAR3NntyeDA49xbaSOq89F5pn4tQQhZ8FTNuZC9o41YE5R7CVsnQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/08/24 02:20:41 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AIFx9bdaAfYt6dTRomFMQh5IkHrLLsVlQ6lrRXbIZ3qIo71eyjw9S-2PBHtrgoS28bVrwc70YyCpltvgMY75fWtd0nMduziOBFpy13xlhRMWXQEeb693Wlj6loH_ysVr5BMCUxCfRsmiEC9o8gqooo12hmgY519zVrB5gPFqLzYzDUTwwE7GHMbHrz1pXpehJMOhh99dM24s6WGg_Z6lUX1GSUdLHcvStEehagGujP3NUJ56qNYNIZrPHVyKehZT4bsqDDl7QuJLauG1B0iAZvBfYVJGSabdiqeIqkTn7BPjGjVt7RBmGpvcqXtrbhlxsyqiAVfJneIATD1uR1I65nU 2025/08/24 02:20:41 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/08/24 02:20:42 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/24 02:20:43 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AIFx9bdaAfYt6dTRomFMQh5IkHrLLsVlQ6lrRXbIZ3qIo71eyjw9S-2PBHtrgoS28bVrwc70YyCpltvgMY75fWtd0nMduziOBFpy13xlhRMWXQEeb693Wlj6loH_ysVr5BMCUxCfRsmiEC9o8gqooo12hmgY519zVrB5gPFqLzYzDUTwwE7GHMbHrz1pXpehJMOhh99dM24s6WGg_Z6lUX1GSUdLHcvStEehagGujP3NUJ56qNYNIZrPHVyKehZT4bsqDDl7QuJLauG1B0iAZvBfYVJGSabdiqeIqkTn7BPjGjVt7RBmGpvcqXtrbhlxsyqiAVfJneIATD1uR1I65nU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/08/24 02:20:45 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ADZeEZ00R0S4ql1k_-44Tr3TtegiEWWLICfBJQ9Yy1lbxmb9zCOu7f1QfYdylzGXtjoFalNlAb55FWVpWCGbVAuxnRu9bh5a0ltQUt63arNpBj41-hmO-rdNzlReVEASeykhxWdhkwkp55TV4oYoPWPbyDBj6hBbSPN2QbPZI0fNeKeYcnQzqSlU1SpadZDPaB98yWN3AemVQOJv31DwsFbI2y-gwUPh8avAIMxwp_K3dX8oGvqa3YA_y4zuSyh74TwztdzpiNepDUMzZxkQUZWfYrBfJgJifKJO3z3PfdNQ6OAaXEx32cUnplBs_5PeTVpPNfJz9RMhpQvnnmk0tmQ 2025/08/24 02:20:45 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/24 02:20:46 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/24 02:20:47 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ADZeEZ00R0S4ql1k_-44Tr3TtegiEWWLICfBJQ9Yy1lbxmb9zCOu7f1QfYdylzGXtjoFalNlAb55FWVpWCGbVAuxnRu9bh5a0ltQUt63arNpBj41-hmO-rdNzlReVEASeykhxWdhkwkp55TV4oYoPWPbyDBj6hBbSPN2QbPZI0fNeKeYcnQzqSlU1SpadZDPaB98yWN3AemVQOJv31DwsFbI2y-gwUPh8avAIMxwp_K3dX8oGvqa3YA_y4zuSyh74TwztdzpiNepDUMzZxkQUZWfYrBfJgJifKJO3z3PfdNQ6OAaXEx32cUnplBs_5PeTVpPNfJz9RMhpQvnnmk0tmQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/08/24 02:20:49 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AP7jpmVaF8bYeUH2DKHlXu_5qjDvxG1SrriZE5sxutLvIiF5NzVUX5N7L-Onhyg_c3QE7tDjadJm0GMJ-8KNKZaDKREuOxEgmPE15Kd28IItHLzjrrHEc5hOl9s45K2Fg1ZHmSPk_04aGSRHHGQztu8PvKf1Ylq2H_sLXQgSzTNXJ9UFvhbLJDPLCzFqDGhyZiUevKzoQmpmM8L1XF8xOKBl2MW7BzJNqxPhik4dfY65TkgS-YmV6fBG2JVY8wnOCuPy2VQb0n8O7580c67HtZOaUmO2Ro4AN-GZztmbkmtl3JVjZ_gGl1s5wAS2KeLyjkY5E6tUK8GNIHneiRcgitw 2025/08/24 02:20:50 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/08/24 02:20:50 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/08/24 02:20:50 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/08/24 02:20:51 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/24 02:20:51 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/24 02:20:51 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/24 02:20:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AP7jpmVaF8bYeUH2DKHlXu_5qjDvxG1SrriZE5sxutLvIiF5NzVUX5N7L-Onhyg_c3QE7tDjadJm0GMJ-8KNKZaDKREuOxEgmPE15Kd28IItHLzjrrHEc5hOl9s45K2Fg1ZHmSPk_04aGSRHHGQztu8PvKf1Ylq2H_sLXQgSzTNXJ9UFvhbLJDPLCzFqDGhyZiUevKzoQmpmM8L1XF8xOKBl2MW7BzJNqxPhik4dfY65TkgS-YmV6fBG2JVY8wnOCuPy2VQb0n8O7580c67HtZOaUmO2Ro4AN-GZztmbkmtl3JVjZ_gGl1s5wAS2KeLyjkY5E6tUK8GNIHneiRcgitw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/08/24 02:20:54 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AIgm-gBTnafCtrzCAGiNcfVNspEaAiwoEFPT8NzObQ4WDZL3vz_yAss3sTIft8c8cakiq7j1JRgfu0hXYpYpa91FBDsg4Ktb-TzEw8WY4m-foNWdz0dkomvnLxujBezcWiTYB0qG8bEzjJmLkzqODmNcMYHUVQoHzKv8IP78CTxw24swwj0EUefSgDwpFYUNH05kwpHuae7uJrb9-1YOQdnuKj8WPm-UuTWkSEkE3FAIoyKALoliayQA-92ssMOWswoUKXp-E7SU4ZlSUzAKaiOuecbsOYXtgRqpiCwJKyPnwdoWqpHPpWlJtc-0ty2AETF7z4ZgnxVHQJW2SwlhteY 2025/08/24 02:20:55 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/24 02:20:55 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/08/24 02:20:55 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/08/24 02:20:55 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/24 02:20:55 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/24 02:20:56 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/24 02:20:57 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AIgm-gBTnafCtrzCAGiNcfVNspEaAiwoEFPT8NzObQ4WDZL3vz_yAss3sTIft8c8cakiq7j1JRgfu0hXYpYpa91FBDsg4Ktb-TzEw8WY4m-foNWdz0dkomvnLxujBezcWiTYB0qG8bEzjJmLkzqODmNcMYHUVQoHzKv8IP78CTxw24swwj0EUefSgDwpFYUNH05kwpHuae7uJrb9-1YOQdnuKj8WPm-UuTWkSEkE3FAIoyKALoliayQA-92ssMOWswoUKXp-E7SU4ZlSUzAKaiOuecbsOYXtgRqpiCwJKyPnwdoWqpHPpWlJtc-0ty2AETF7z4ZgnxVHQJW2SwlhteY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/08/24 02:21:02 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AIgOGNJt3ToOwR4DTI0dksp9lPDwLdNIBpbfm5QpSe-mwTjSGPtGaTKJvyBv5Fb-BWPZgJzyVMSBa0Mb8EKZitBS-gx2s_fXOp-WwBS2vtnwbqqoTNbUb_oZVeWz0S3HieMm5HHyle3t1lkBefXaqS9DwdnWyWLWRZMXCdDqVfW7xsx9awxiPTjoEIxaGRvs9Osz6-4bA-sOqvCoxZP5lpSaDcW3ThfV9IZ-IlTFGNrtKBoocEFnGk0zpYAVNZ_AtxTXLAnQvl8phkQcl4pBzDsLvL1JUjksLUha41vGtAVSDv6uT-3hbeMKPnbZrXwgyf1HsGVtrXJfnxKqiWYrjVI 2025/08/24 02:21:03 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/08/24 02:21:04 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/08/24 02:21:04 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AIgOGNJt3ToOwR4DTI0dksp9lPDwLdNIBpbfm5QpSe-mwTjSGPtGaTKJvyBv5Fb-BWPZgJzyVMSBa0Mb8EKZitBS-gx2s_fXOp-WwBS2vtnwbqqoTNbUb_oZVeWz0S3HieMm5HHyle3t1lkBefXaqS9DwdnWyWLWRZMXCdDqVfW7xsx9awxiPTjoEIxaGRvs9Osz6-4bA-sOqvCoxZP5lpSaDcW3ThfV9IZ-IlTFGNrtKBoocEFnGk0zpYAVNZ_AtxTXLAnQvl8phkQcl4pBzDsLvL1JUjksLUha41vGtAVSDv6uT-3hbeMKPnbZrXwgyf1HsGVtrXJfnxKqiWYrjVI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/08/24 02:21:08 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: APaAskg2LRvn0BYyjx9K11tVlelYtn5hr-nAdLB9tvL8JwKYRdTs6FhXq3Np5flSNB0ARxz_lVilHL01j4yEJs6D3EowTOHOaP-0VdP6NxGDxqTarmijqiqz3Tw-B4uDyGQ3CsULLqgMps02XC9rJhsQKMDAkONMd6u7gacuriLZQOtMvhIKz3AV4YSWGR5TVCeeYqEuWH6dgvpTDXNqzonS_8unxEDm0x-fv1ci1YqgB0ATTvd1spvNQ3KoQCNUMMQZdJWp7j6NoERa92b4DRu-XSv6aqGxPGOxJlN4f3QXs2VfzdxDzj5xi4bo2sjlIj2ukRpvzU6EEIY8ALLg49M 2025/08/24 02:21:08 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/08/24 02:21:10 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/24 02:21:11 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "APaAskg2LRvn0BYyjx9K11tVlelYtn5hr-nAdLB9tvL8JwKYRdTs6FhXq3Np5flSNB0ARxz_lVilHL01j4yEJs6D3EowTOHOaP-0VdP6NxGDxqTarmijqiqz3Tw-B4uDyGQ3CsULLqgMps02XC9rJhsQKMDAkONMd6u7gacuriLZQOtMvhIKz3AV4YSWGR5TVCeeYqEuWH6dgvpTDXNqzonS_8unxEDm0x-fv1ci1YqgB0ATTvd1spvNQ3KoQCNUMMQZdJWp7j6NoERa92b4DRu-XSv6aqGxPGOxJlN4f3QXs2VfzdxDzj5xi4bo2sjlIj2ukRpvzU6EEIY8ALLg49M" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/08/24 02:21:13 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AABdks8_R5aGVkXEJyG5l7DUIaFDosu8Px26Bwl0aMfRuC3CtsHyr4q21y4IYV4MfLSJcOaMn_gU9skLQvZk2eHOL5zyORvvf2uJvoaLISReexBHdvb3i8baO7ks1euU_u_oRGAD6w2bR-BH29iqYPoJmMF7itLR-l1P62Hn3SdPjKRnFXM8AqcDuWLRezBM7f0BkfvUVjw3aOZo9mDnyEgWkJgm0zlLOOOl43PtFp0U8lMjztt_lQMjN43unI9F3vFBuSdJYeFDoGsgz40c_C8qJ6nB-yB9_oTl5EdMw5CF5Rik7YoatOc2p8SBTEJkn7A_Ie4wfX7BsBHknrO5JEo 2025/08/24 02:21:13 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/24 02:21:14 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/24 02:21:15 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AABdks8_R5aGVkXEJyG5l7DUIaFDosu8Px26Bwl0aMfRuC3CtsHyr4q21y4IYV4MfLSJcOaMn_gU9skLQvZk2eHOL5zyORvvf2uJvoaLISReexBHdvb3i8baO7ks1euU_u_oRGAD6w2bR-BH29iqYPoJmMF7itLR-l1P62Hn3SdPjKRnFXM8AqcDuWLRezBM7f0BkfvUVjw3aOZo9mDnyEgWkJgm0zlLOOOl43PtFp0U8lMjztt_lQMjN43unI9F3vFBuSdJYeFDoGsgz40c_C8qJ6nB-yB9_oTl5EdMw5CF5Rik7YoatOc2p8SBTEJkn7A_Ie4wfX7BsBHknrO5JEo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/08/24 02:21:17 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: ADPr69NyModTR7bi1hDSug16B9IuQ0kAy7xKzuCLosXdCO-IeH-3gjt38UV7C9TN-HE5DsWANsUlv1vmlpDLVRQY3-DWcYAUEY6Dd3FDEusN6OP6gS3NUxJDFlejh1flkaOpz6TN60QNRVpZDCiloL_wf3WwONXlpu5QbHHTpoHRWR4D9NxBvxb6q09JEK4nPITfGSMGOJqLqOUZHGyvErPIowNGvZL-BGayY_y8ne1uvENwfDzsnZj1_UIK2IqifJXpcL-8_VzQ55a5BxFs6jm35f9pIu1iirUP68m3VaYp9yZvBKvm8g7Ig47cFggK_CmISvB-hMrpkOoXSkfbssk 2025/08/24 02:21:17 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/08/24 02:21:18 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/08/24 02:21:18 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/08/24 02:21:19 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/24 02:21:19 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/24 02:21:19 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/24 02:21:20 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "ADPr69NyModTR7bi1hDSug16B9IuQ0kAy7xKzuCLosXdCO-IeH-3gjt38UV7C9TN-HE5DsWANsUlv1vmlpDLVRQY3-DWcYAUEY6Dd3FDEusN6OP6gS3NUxJDFlejh1flkaOpz6TN60QNRVpZDCiloL_wf3WwONXlpu5QbHHTpoHRWR4D9NxBvxb6q09JEK4nPITfGSMGOJqLqOUZHGyvErPIowNGvZL-BGayY_y8ne1uvENwfDzsnZj1_UIK2IqifJXpcL-8_VzQ55a5BxFs6jm35f9pIu1iirUP68m3VaYp9yZvBKvm8g7Ig47cFggK_CmISvB-hMrpkOoXSkfbssk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/08/24 02:21:22 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AEpS2TGNSYaIcCUrxAj7EqvSIyihkOHVK17s4Jl45-K8xFR5hJTHi3Q_j_ws7svVY2O2jIWJWOQHUwfJdlwPMp9DZAyQjIetNzXaAyLeiQsHXI98UnxZie_EzJ5ptCNO0DCi_D__pY7GzxCWi7HKWUugyiWKgItUcv6MLqohqgQtRsfjK58HTizuqWwTeWFK2BiRG6R7ePBkn0BazSuWRSMWK__5tQme7chkFzX49t9oRLxXpCu7o_YyBYqPr38GxeRvj6ztgApljdBVxyphp_tJiTjS7N2f_UfxFmdWjjSSocQrqWD8inRrZRW87YY5dhwoPurddWt1pYILc9nQve0 2025/08/24 02:21:23 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/24 02:21:23 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/08/24 02:21:23 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/08/24 02:21:23 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/24 02:21:23 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/24 02:21:24 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/24 02:21:25 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AEpS2TGNSYaIcCUrxAj7EqvSIyihkOHVK17s4Jl45-K8xFR5hJTHi3Q_j_ws7svVY2O2jIWJWOQHUwfJdlwPMp9DZAyQjIetNzXaAyLeiQsHXI98UnxZie_EzJ5ptCNO0DCi_D__pY7GzxCWi7HKWUugyiWKgItUcv6MLqohqgQtRsfjK58HTizuqWwTeWFK2BiRG6R7ePBkn0BazSuWRSMWK__5tQme7chkFzX49t9oRLxXpCu7o_YyBYqPr38GxeRvj6ztgApljdBVxyphp_tJiTjS7N2f_UfxFmdWjjSSocQrqWD8inRrZRW87YY5dhwoPurddWt1pYILc9nQve0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/08/24 02:21:32 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AB4UI72o6DXGsknA4SBJKdGjceURBOCS2l0agKu7hRtgqlJa2Lbuka_Em_ttbGZmVpzkqX6bobJmFyHJSjlMnWQr03Ukc3qW3xRrOVcT4Nsx3ogDK2Ed8_vQrnIjsCg0ey9N8b3r-zhJOVAMTVky5I-oeonrj_7d1F5onvCeGCjHryzW-8L4Bk3jeMdkzEQM2lqwq7dtxPJl8k1e1mm1EokBH6sJX0EC8_RUhSo7NUDQFT7s4zbXXy1PC_k9pTWnZAlc1SsZLeR72CHrbmfdee6TjU2Ukl0dYIfFkzQdzcAB0b0Kv15ZDdnWQfwg9hir7u5lQuAx11cgbNnE-UUQBHU 2025/08/24 02:21:33 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/08/24 02:21:34 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/08/24 02:21:35 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AB4UI72o6DXGsknA4SBJKdGjceURBOCS2l0agKu7hRtgqlJa2Lbuka_Em_ttbGZmVpzkqX6bobJmFyHJSjlMnWQr03Ukc3qW3xRrOVcT4Nsx3ogDK2Ed8_vQrnIjsCg0ey9N8b3r-zhJOVAMTVky5I-oeonrj_7d1F5onvCeGCjHryzW-8L4Bk3jeMdkzEQM2lqwq7dtxPJl8k1e1mm1EokBH6sJX0EC8_RUhSo7NUDQFT7s4zbXXy1PC_k9pTWnZAlc1SsZLeR72CHrbmfdee6TjU2Ukl0dYIfFkzQdzcAB0b0Kv15ZDdnWQfwg9hir7u5lQuAx11cgbNnE-UUQBHU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/08/24 02:21:37 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AJuf8Yech6mHNhUCpvh4wPdbGGLVJiSLgbnRbOJ7AzlgH1sgAtQYTtfO7uuzBwzEk2Fqi9FUJrnihAB-uBIJVel-FulJmYdzww2lvngLeeM4ZnH6Ga1_qEB3favnLD_X0IZyoHwNfH3RuZVBFhbJFQxJCFK4nGSyazqMlS9r28QJAyWSbtN42rHADNVsMYuOOY57osUce_7fd7OaciMvCeXhPW2gl2hzjgPGfe4YxMLkG92s82W6Tz-KefWsonWINIjJGMvMN5UeUQ4HU1tsTBcUIasfQQ-KxFedlanXh0go9_3Mu6KzqFqIAA9UlPc3Rn79qTt6MF5MJgUlL2AUSak 2025/08/24 02:21:38 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/08/24 02:21:39 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/24 02:21:40 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AJuf8Yech6mHNhUCpvh4wPdbGGLVJiSLgbnRbOJ7AzlgH1sgAtQYTtfO7uuzBwzEk2Fqi9FUJrnihAB-uBIJVel-FulJmYdzww2lvngLeeM4ZnH6Ga1_qEB3favnLD_X0IZyoHwNfH3RuZVBFhbJFQxJCFK4nGSyazqMlS9r28QJAyWSbtN42rHADNVsMYuOOY57osUce_7fd7OaciMvCeXhPW2gl2hzjgPGfe4YxMLkG92s82W6Tz-KefWsonWINIjJGMvMN5UeUQ4HU1tsTBcUIasfQQ-KxFedlanXh0go9_3Mu6KzqFqIAA9UlPc3Rn79qTt6MF5MJgUlL2AUSak" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/08/24 02:21:43 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ACZMAKrgZuuM6m3cJs5ijRPZqKjg204ZhH1xhAZAXi_FfdH8WCpL606lcOHvYJR9vM_BOYa1w-k2GgZRUZ_mYRkFeAw2L0gb9yOPQRLpyJbyTJvHGecTO7xrLwv23vLB4fPskJXFaRRWcNf8n87Th9PqC0YNPVoEYh3npHqMAk0r1sCrRBd3-UKLnhsiGa-Kt81FcZFLx59KTh2AieopRqhv6g5rQwj1DD6jnJTdMBDu2iNizvMdKjN0cb6PL1q9EwoMoIqI5zvgPMPO5UMC7HS9Tm8W5wwOpCkwkh3gt5wogNGTxV-6G5NbWpSnmevEJRwNbh2gRpT-_VC2YxzpbXA 2025/08/24 02:21:43 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/24 02:21:44 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/24 02:21:45 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ACZMAKrgZuuM6m3cJs5ijRPZqKjg204ZhH1xhAZAXi_FfdH8WCpL606lcOHvYJR9vM_BOYa1w-k2GgZRUZ_mYRkFeAw2L0gb9yOPQRLpyJbyTJvHGecTO7xrLwv23vLB4fPskJXFaRRWcNf8n87Th9PqC0YNPVoEYh3npHqMAk0r1sCrRBd3-UKLnhsiGa-Kt81FcZFLx59KTh2AieopRqhv6g5rQwj1DD6jnJTdMBDu2iNizvMdKjN0cb6PL1q9EwoMoIqI5zvgPMPO5UMC7HS9Tm8W5wwOpCkwkh3gt5wogNGTxV-6G5NbWpSnmevEJRwNbh2gRpT-_VC2YxzpbXA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/08/24 02:21:49 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AJPXfwx3o13Lg3_dlMbRTeb-5G6YOMuuFSXwFcHM0Y3GADVEKOPqkI7mNkcQW3L5VNzVpBW7axA7pXknmt15Eic1z7xq6fClqBf0ckW63tZxpnmwmZ8gDAIXKj4oq30dmCn61If9FBYEUslK1ALtdWqkkVRpoq0oIPTjn2zP_vS-SPGrDrxQGkmQfN2E6BQrb2Mc-Q6HT61BLYtEGgcfx4JBMzngXqKisVcH8leuuZBPSVjWBN875mGODXMtkeO4AKwE32oc2zqTF0vmCKrlAbhnnzOUAxSjRgXrfoHYv8WBzEwdIh8CNlQp39M0mwy1Bpg8NoxsOluenKdkCb6bZB0 2025/08/24 02:21:49 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/08/24 02:21:50 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/08/24 02:21:50 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/08/24 02:21:50 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/24 02:21:51 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/24 02:21:53 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/24 02:21:54 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AJPXfwx3o13Lg3_dlMbRTeb-5G6YOMuuFSXwFcHM0Y3GADVEKOPqkI7mNkcQW3L5VNzVpBW7axA7pXknmt15Eic1z7xq6fClqBf0ckW63tZxpnmwmZ8gDAIXKj4oq30dmCn61If9FBYEUslK1ALtdWqkkVRpoq0oIPTjn2zP_vS-SPGrDrxQGkmQfN2E6BQrb2Mc-Q6HT61BLYtEGgcfx4JBMzngXqKisVcH8leuuZBPSVjWBN875mGODXMtkeO4AKwE32oc2zqTF0vmCKrlAbhnnzOUAxSjRgXrfoHYv8WBzEwdIh8CNlQp39M0mwy1Bpg8NoxsOluenKdkCb6bZB0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/08/24 02:21:58 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AEtWB1vj65t2dzkn9ZYzUcoAf_MH-ijD66Ei2-88fSwH_c6wF_2_rdqbe076BSmKlRsweN-ogaXebiHKQaNEyrWajUV8AurRxiDhEvNQKoWrO2hGTQVCxGTVuPshMy7x8ezdq1kFxowny5k3Y-4Zm6f5k6nn4J02KmYWinfeFOO4zD_Gxt0vFS9IA6W0zr6RevfG27TC_LN49QtgAwKp7vvSPmEkTZ_rYHLp-w8KuTsPgbEiUzQhbvA0L83Fv2XaPLXfU-kzASUUaE4q9uhF_2qprfCPlig67Qk-1VgUfFFtnJwInxq66VgRApnALlTSdndr5tcQSKU91iae8uATKYw 2025/08/24 02:21:58 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/24 02:21:59 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/08/24 02:21:59 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/08/24 02:22:00 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/24 02:22:00 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/24 02:22:00 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/24 02:22:01 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AEtWB1vj65t2dzkn9ZYzUcoAf_MH-ijD66Ei2-88fSwH_c6wF_2_rdqbe076BSmKlRsweN-ogaXebiHKQaNEyrWajUV8AurRxiDhEvNQKoWrO2hGTQVCxGTVuPshMy7x8ezdq1kFxowny5k3Y-4Zm6f5k6nn4J02KmYWinfeFOO4zD_Gxt0vFS9IA6W0zr6RevfG27TC_LN49QtgAwKp7vvSPmEkTZ_rYHLp-w8KuTsPgbEiUzQhbvA0L83Fv2XaPLXfU-kzASUUaE4q9uhF_2qprfCPlig67Qk-1VgUfFFtnJwInxq66VgRApnALlTSdndr5tcQSKU91iae8uATKYw" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/08/24 02:22:05 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/08/24 02:22:12 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/08/24 02:22:20 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/08/24 02:22:30 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/08/24 02:22:39 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/08/24 02:22:44 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AJeVIpDGZN-NN4cKeGAJ6sTPOviyv3q2Ycxm1HSX8Fc6pb49PLzrs0aVaIJFbvY0fUJ1s4-TnYZWa6arDtQJEdI7D8biKTMAxQ3T1XfxLXSeIa4TZJLJd3J-eRAUg4Ex5CZkeTr_Z32gGZFo_tJiZB4ebDuOyukVWIS-3A-kRPdEU-T06PR77427qMTg0Isrd3Mk2qsW1HwZUdZRh_L7irjb0AyfFPk4OWobbRMIy8OZF6pyK5sr4E_dI2eK8qfW7WkHcwS1B3UW5CjYj1E0sJ7ObpXqxNSTSDCPyxjHqMolKHwBCYyazN0sMKis9wcg9WW-oO03YkHGvYEerGzQZFM 2025/08/24 02:22:44 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/24 02:22:45 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "9c7a6fdead51ceb7eac537c0cdeb09fe" 2025/08/24 02:22:46 DEBUG : unknown-size-put.txt: multipart upload "AJeVIpDGZN-NN4cKeGAJ6sTPOviyv3q2Ycxm1HSX8Fc6pb49PLzrs0aVaIJFbvY0fUJ1s4-TnYZWa6arDtQJEdI7D8biKTMAxQ3T1XfxLXSeIa4TZJLJd3J-eRAUg4Ex5CZkeTr_Z32gGZFo_tJiZB4ebDuOyukVWIS-3A-kRPdEU-T06PR77427qMTg0Isrd3Mk2qsW1HwZUdZRh_L7irjb0AyfFPk4OWobbRMIy8OZF6pyK5sr4E_dI2eK8qfW7WkHcwS1B3UW5CjYj1E0sJ7ObpXqxNSTSDCPyxjHqMolKHwBCYyazN0sMKis9wcg9WW-oO03YkHGvYEerGzQZFM" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/08/24 02:22:49 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ABUEAWobxrCktJ-YUZnbX3hBIkZhMBCsmxXaDySw6EVxWYrxMnt0WdOsvJmpnDa0_3rKK0JJsH5zJ7LYzOGYAgJnqJ0qOpX3UDxaIGf45yHejl-UPcu1vC8ukm4DFwOgJvl-6oMyHoDEYdbFFhkCX4edHQm_sBa5zeoXbrS6sVqd83ge0LDsAffm1wc4NPqkk5iuNKW3cj2WDiQIvPzqgWVheiDHuB4kxnI_YCbTCK-cL4Q4CFrdRZkUmzjZgOPdZhOLd6UGsAM0R7EHw0kx8MGO9s__6RGkzarOsWZ0lBymBW1j7f1C87YbSJpYpLNy2KIkSuhAahUtenB_gksM5bY 2025/08/24 02:22:49 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/08/24 02:22:50 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "5d718955d917ec061b396c25040e4d78" 2025/08/24 02:22:51 DEBUG : unknown-size-update.txt: multipart upload "ABUEAWobxrCktJ-YUZnbX3hBIkZhMBCsmxXaDySw6EVxWYrxMnt0WdOsvJmpnDa0_3rKK0JJsH5zJ7LYzOGYAgJnqJ0qOpX3UDxaIGf45yHejl-UPcu1vC8ukm4DFwOgJvl-6oMyHoDEYdbFFhkCX4edHQm_sBa5zeoXbrS6sVqd83ge0LDsAffm1wc4NPqkk5iuNKW3cj2WDiQIvPzqgWVheiDHuB4kxnI_YCbTCK-cL4Q4CFrdRZkUmzjZgOPdZhOLd6UGsAM0R7EHw0kx8MGO9s__6RGkzarOsWZ0lBymBW1j7f1C87YbSJpYpLNy2KIkSuhAahUtenB_gksM5bY" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/08/24 02:22:52 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jovubuw0sova/deeper/nonexisting/directory" 2025/08/24 02:22:52 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/08/24 02:22:53 DEBUG : Waiting for deletions to finish 2025/08/24 02:22:53 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/08/24 02:22:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/08/24 02:22:53 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/08/24 02:22:55 INFO : S3 bucket rclone-test-jovubuw0sova: Bucket "rclone-test-jovubuw0sova" deleted 2025/08/24 02:22:55 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (342.42s) --- 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 (3.33s) --- PASS: TestIntegration/FsMkdir (337.64s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.51s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.14s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.19s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.19s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.15s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.16s) --- PASS: TestIntegration/FsMkdir/FsEncoding (48.28s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (2.63s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (2.55s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (2.23s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (2.34s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (2.19s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (2.56s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (2.30s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (2.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (2.53s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (2.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (2.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (2.40s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (2.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (3.18s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (2.36s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (2.31s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (2.57s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (2.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (2.62s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.90s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (5.19s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (56.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.16s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (3.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (3.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (3.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (8.83s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (5.27s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.98s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (1.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (1.65s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (1.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.99s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (2.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (5.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.65s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (1.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (3.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (1.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (1.16s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (1.19s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (5.93s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (2.93s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (3.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (4.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (2.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (1.82s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (171.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (26.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (7.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (4.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (8.08s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (4.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (11.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (6.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (26.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (6.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (4.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (9.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (4.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (10.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (27.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (8.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (4.95s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (9.17s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (4.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (10.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (5.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (25.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (7.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (4.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (8.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (4.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (9.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (4.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (29.81s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (9.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (5.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (9.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (4.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (11.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (6.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (34.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (8.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (5.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (11.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (6.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (14.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (5.22s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (40.88s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (6.45s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (7.50s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (8.35s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (11.29s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (7.29s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (8.46s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (3.27s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (5.19s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.36s) --- 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/08/24 02:22:55 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/08/24 02:22:55 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 342.473s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 5m43.753858453s (try 1/5)