"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/26 01:30:31 NOTICE: TestS3R2: Starting server 2025/08/26 01:30:31 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cojalaw9fadu" 2025/08/26 01:30:31 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/26 01:30:32 INFO : S3 bucket rclone-test-cojalaw9fadu: Bucket "rclone-test-cojalaw9fadu" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/08/26 01:30:33 INFO : S3 bucket rclone-test-cojalaw9fadu: Bucket "rclone-test-cojalaw9fadu" deleted === RUN TestIntegration/FsMkdir 2025/08/26 01:30:33 INFO : S3 bucket rclone-test-cojalaw9fadu: Bucket "rclone-test-cojalaw9fadu" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/08/26 01:30:33 INFO : dir/subdir: Making directory fstest.go:247: Filtering empty directory "dir" fstest.go:247: Filtering empty directory "dir/subdir" 2025/08/26 01:30:33 INFO : dir/subdir: Removing directory fstest.go:247: Filtering empty directory "dir" 2025/08/26 01:30:33 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/26 01:30:48 NOTICE: S3 bucket rclone-test-cojalaw9fadu: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/08/26 01:30:49 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AIIJXaJlHpwgPvzwDGlQjcS2e8X5DUAycef8i3lFR-lehgkdEbWMHUWhXSYGGvhDGhViOUz2tTEPrFR05ooAfWaubQb5kRlrcnJ2sQxsja_Sp7fdhc0QF50oW7aCBDxrKvbqR7d_EMkjJp5H_d3LSRNZYUtnitt7TXKiS1CT70cdIuZFvFwWFwhYlIbnuVK8KgY6zZ01KOjQ8rtGr1wOB4BXZXJtvxgfTC-43P0-mtcd2Vzcj29uKk3QFMZY02LM9pTb4DSr8ApepRAfCTb5Ob2UdralruVWRxgu7ulLiYlQxDZ18xNRygVd-YnjI0BEHqJrYu4bxK5NC7dgvckY1zQ 2025/08/26 01:30:49 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "d4daaa69534bb49a6004ba31004dbf30" 2025/08/26 01:30:49 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "13bb58b254878641bb02dccb6b382c0f" 2025/08/26 01:30:50 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "76812c1b92602f3179f7758850578b1b" 2025/08/26 01:30:50 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AIIJXaJlHpwgPvzwDGlQjcS2e8X5DUAycef8i3lFR-lehgkdEbWMHUWhXSYGGvhDGhViOUz2tTEPrFR05ooAfWaubQb5kRlrcnJ2sQxsja_Sp7fdhc0QF50oW7aCBDxrKvbqR7d_EMkjJp5H_d3LSRNZYUtnitt7TXKiS1CT70cdIuZFvFwWFwhYlIbnuVK8KgY6zZ01KOjQ8rtGr1wOB4BXZXJtvxgfTC-43P0-mtcd2Vzcj29uKk3QFMZY02LM9pTb4DSr8ApepRAfCTb5Ob2UdralruVWRxgu7ulLiYlQxDZ18xNRygVd-YnjI0BEHqJrYu4bxK5NC7dgvckY1zQ" 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/26 01:30:53 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/08/26 01:30:53 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/26 01:30:55 DEBUG : S3 bucket rclone-test-cojalaw9fadu: bucket is versioned: false 2025/08/26 01:30:55 DEBUG : Waiting for deletions to finish 2025/08/26 01:30:55 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/08/26 01:30:55 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/08/26 01:30:55 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/08/26 01:30:56 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cojalaw9fadu/dirToPurgeFromRoot" 2025/08/26 01:30:56 DEBUG : S3 bucket rclone-test-cojalaw9fadu path dirToPurgeFromRoot: bucket is versioned: false 2025/08/26 01:30:56 DEBUG : Waiting for deletions to finish 2025/08/26 01:30:56 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/08/26 01:30:56 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/08/26 01:30:56 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/08/26 01:30:57 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cojalaw9fadu/hello? sausage/êé" 2025/08/26 01:30:58 DEBUG : S3 bucket rclone-test-cojalaw9fadu path hello? sausage/êé: bucket is versioned: false 2025/08/26 01:30:58 DEBUG : Waiting for deletions to finish 2025/08/26 01:30:58 DEBUG : "a/b/c/d/e.txt" version false 2025/08/26 01:30:58 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/08/26 01:30:58 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/26 01:31:04 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cojalaw9fadu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/08/26 01:31:04 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cojalaw9fadu/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-cojalaw9fadu" from "TestS3R2:rclone-test-cojalaw9fadu" 2025/08/26 01:31:04 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/26 01:31:08 DEBUG : piped data.txt: open chunk writer: started multipart upload: AIqyt9iR9-FjSpIYge617tEqzUoygnyJ7YhcHUKK23QTqOV_B80Zrdzj2BFfy6AKjZYkhQML5TYPUekeCQi_mstJ7HVtAnrEOntcc0ve3awLGvzf9PC8tqrH9Z_7HOLIi9_7d8EsFHrlqq3NylU5NXLrjcjcxw7EoZJeYUXeV4F44iV-K-tFuR8szMhRTjgEQ3GeIL2mnZMqXoKFsjoCpLVFby_ZCNpIB7L-koniYZ3Og6o7ZF87e5_g-DmhA9A338i7_tXLU1TvTCubdimMg8KWu-FRqbw6gvbCpZvCu79jkfZ3yZZ99qgieCTJ8KYDz6soQfMjj7DWVxqLfWDxGp8 2025/08/26 01:31:08 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/08/26 01:31:08 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/08/26 01:31:09 DEBUG : piped data.txt: multipart upload "AIqyt9iR9-FjSpIYge617tEqzUoygnyJ7YhcHUKK23QTqOV_B80Zrdzj2BFfy6AKjZYkhQML5TYPUekeCQi_mstJ7HVtAnrEOntcc0ve3awLGvzf9PC8tqrH9Z_7HOLIi9_7d8EsFHrlqq3NylU5NXLrjcjcxw7EoZJeYUXeV4F44iV-K-tFuR8szMhRTjgEQ3GeIL2mnZMqXoKFsjoCpLVFby_ZCNpIB7L-koniYZ3Og6o7ZF87e5_g-DmhA9A338i7_tXLU1TvTCubdimMg8KWu-FRqbw6gvbCpZvCu79jkfZ3yZZ99qgieCTJ8KYDz6soQfMjj7DWVxqLfWDxGp8" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/08/26 01:31:09 DEBUG : piped data.txt: open chunk writer: started multipart upload: AM17I2Mow4ee8Iasd84szjoIRA4jgzefFVisLFQUazuUsYWoRPjv0pt4WRw6fQjUKWxCV-BQHEuAnKZ2OhKxWu55vWnK2xl_5U7sJ4LKXBtKBxMFjQhEpjUuvsSOHx-14k7WTTXFyxP1qDLENpql1NOrt8Pbn99UPxa4x9f_NPL_XzpxPI8AgnhoaE2l4XOM0Kwd56W0GBsRJpEKdGqaZlyOg6A8-E4IWvLpNIhP7AHcYUvygAvpXagNRVx6WYyd5v70P4DNvgBi3p7J5s4sHLX3Vxl6rSP1C9bBVgVWjF41cLyPUUbNpxkDq2nD8h90AjqsHJxr9qzcj914Ngh6orI 2025/08/26 01:31:09 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/26 01:31:09 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "a4afcc569c579d6fcb8031a73e63fb48" 2025/08/26 01:31:09 DEBUG : piped data.txt: multipart upload "AM17I2Mow4ee8Iasd84szjoIRA4jgzefFVisLFQUazuUsYWoRPjv0pt4WRw6fQjUKWxCV-BQHEuAnKZ2OhKxWu55vWnK2xl_5U7sJ4LKXBtKBxMFjQhEpjUuvsSOHx-14k7WTTXFyxP1qDLENpql1NOrt8Pbn99UPxa4x9f_NPL_XzpxPI8AgnhoaE2l4XOM0Kwd56W0GBsRJpEKdGqaZlyOg6A8-E4IWvLpNIhP7AHcYUvygAvpXagNRVx6WYyd5v70P4DNvgBi3p7J5s4sHLX3Vxl6rSP1C9bBVgVWjF41cLyPUUbNpxkDq2nD8h90AjqsHJxr9qzcj914Ngh6orI" 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/26 01:31:10 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/26 01:31:12 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AAYpyHA187T3I56bs7-8jFYGwDSXuDh5DcZMv8jIAk1bDCPOR19H2OwqWR-BKg1oyjip9jbELjel4bRoHKlToE3OUiekkfemeY0gEnp_ldL6raUdnZsKrCmA_bwNUGsNWyu8chkPHsqa4WUFNvvaVSoE3pjYBN8TdCV_E7E1HXncZVRYwK563zi2TUjOp1mnocYu-To6fODCHPd-1Gqq_U9bb-92cBGORe_4jWjQ3rAjmSwemrkC31rD7L178tataxs84bieaZ20J9T-yatPEBfyCPrT9D17YT8gQxvv2JwZCySfL_0Lp9aw5rx5WBDGvMukehAZeal503F72U4Rc4I 2025/08/26 01:31:13 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/08/26 01:31:13 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/08/26 01:31:13 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AAYpyHA187T3I56bs7-8jFYGwDSXuDh5DcZMv8jIAk1bDCPOR19H2OwqWR-BKg1oyjip9jbELjel4bRoHKlToE3OUiekkfemeY0gEnp_ldL6raUdnZsKrCmA_bwNUGsNWyu8chkPHsqa4WUFNvvaVSoE3pjYBN8TdCV_E7E1HXncZVRYwK563zi2TUjOp1mnocYu-To6fODCHPd-1Gqq_U9bb-92cBGORe_4jWjQ3rAjmSwemrkC31rD7L178tataxs84bieaZ20J9T-yatPEBfyCPrT9D17YT8gQxvv2JwZCySfL_0Lp9aw5rx5WBDGvMukehAZeal503F72U4Rc4I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/08/26 01:31:14 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AH1qNDDbgzXSDDPcObPchZ6bdvNycN2gQdtpgTO4N5omZGapKKb8XavVjpQmAmBRFDt5KvPXL9ywsowwJc_WzdothFhxCRSEE502mWO9VPbMVT1fzZy89v3ZrqluqKcelXYsJnsaQkYkMznd-NEU6N5FX53SarwS2dXiNn7YyJJp5gURzDH3BcmEwCMyOXKEOJHPX3CEH3D8D-vkSeM5Jhr_7t2pKi6DVyyvXnI5hxVuIGbvVJXh9wk4JoY_C0NqvkqEI0vpvdLzSjc5rBeA5y0Kq0yNgYqDSjE2YT15hMXGHBbvXzWKBp5LUar3s4hCOPDctTOO8nfCqpJl5wV6KxM 2025/08/26 01:31:14 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/08/26 01:31:15 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/26 01:31:15 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AH1qNDDbgzXSDDPcObPchZ6bdvNycN2gQdtpgTO4N5omZGapKKb8XavVjpQmAmBRFDt5KvPXL9ywsowwJc_WzdothFhxCRSEE502mWO9VPbMVT1fzZy89v3ZrqluqKcelXYsJnsaQkYkMznd-NEU6N5FX53SarwS2dXiNn7YyJJp5gURzDH3BcmEwCMyOXKEOJHPX3CEH3D8D-vkSeM5Jhr_7t2pKi6DVyyvXnI5hxVuIGbvVJXh9wk4JoY_C0NqvkqEI0vpvdLzSjc5rBeA5y0Kq0yNgYqDSjE2YT15hMXGHBbvXzWKBp5LUar3s4hCOPDctTOO8nfCqpJl5wV6KxM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/08/26 01:31:16 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AJDmsYRw9f6U2d0-Mw6PDKxjZ383fqSRRAxsaegwimD8MxnC4-agorLzo5OAgXA_m739QFWFSx5UpPsrNCUjM3NVuakqscBytgvK39VHDj8UiTXhZiaKd4s8MPZUhgTWwc17wx_4zsRwMXw6u7l_BpW-dWdR5eqOWOyGes2OQMoc2IL2PKN3V1OQfn1bzVDGu_GGXGjOezJ0JnVnzRFFkM6WaN5P5w2BhAkrWMhU-G0FiPJD9qieIkISPKVq1la1KeX4NkiLCtepxiVS2cG9d5AgrLsd2_Jvso4PCfjvX8cVpg4Ehd0luzIXEMePcdewUI2XkyJY47ArUPA8dFibhMU 2025/08/26 01:31:16 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/26 01:31:16 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/26 01:31:17 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AJDmsYRw9f6U2d0-Mw6PDKxjZ383fqSRRAxsaegwimD8MxnC4-agorLzo5OAgXA_m739QFWFSx5UpPsrNCUjM3NVuakqscBytgvK39VHDj8UiTXhZiaKd4s8MPZUhgTWwc17wx_4zsRwMXw6u7l_BpW-dWdR5eqOWOyGes2OQMoc2IL2PKN3V1OQfn1bzVDGu_GGXGjOezJ0JnVnzRFFkM6WaN5P5w2BhAkrWMhU-G0FiPJD9qieIkISPKVq1la1KeX4NkiLCtepxiVS2cG9d5AgrLsd2_Jvso4PCfjvX8cVpg4Ehd0luzIXEMePcdewUI2XkyJY47ArUPA8dFibhMU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/08/26 01:31:17 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AJyfj_Re4MpXgoz6FMI_d-956f_wb62u0ONXkdYElJ1L1TM1JalcHWX3xvUNTL8q6waxvi-iZwpaYYV4Mh7IJCn5hCZWB8zbSm7Q8s50ch-gMvZ5mIMMADRE1poESqq3JUmo1udbin0x-F7Gw5f_51z6J-BLzBowTf2fWPJluREb-WmGQPgRTQxuHwYlhJSW-BdpoYaGSZ15uH5AtSL6XIW84gFJqJWei0bnVyeSc5BSQvYECzDLE7kkr4DdyeN0QmgduSu0L0GqWEPOjW5kAGwpTcWoelqLDvDzi5zvGoxg7rqVGxXRjvi1rUHmWc5UOmMH-qYY3yl3Q6n9YhsaUWw 2025/08/26 01:31:18 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/08/26 01:31:18 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/08/26 01:31:18 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/08/26 01:31:18 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/26 01:31:18 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/26 01:31:18 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/26 01:31:18 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AJyfj_Re4MpXgoz6FMI_d-956f_wb62u0ONXkdYElJ1L1TM1JalcHWX3xvUNTL8q6waxvi-iZwpaYYV4Mh7IJCn5hCZWB8zbSm7Q8s50ch-gMvZ5mIMMADRE1poESqq3JUmo1udbin0x-F7Gw5f_51z6J-BLzBowTf2fWPJluREb-WmGQPgRTQxuHwYlhJSW-BdpoYaGSZ15uH5AtSL6XIW84gFJqJWei0bnVyeSc5BSQvYECzDLE7kkr4DdyeN0QmgduSu0L0GqWEPOjW5kAGwpTcWoelqLDvDzi5zvGoxg7rqVGxXRjvi1rUHmWc5UOmMH-qYY3yl3Q6n9YhsaUWw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/08/26 01:31:19 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ALR3_QwEcNEiWnZWRSZRZpmcU8L1eDdI2CXylr2xgZXDLyfkSjYbRJrRqYj6qYHNQJ4SRnJwydjq-Vd3y7uqXyqq10biDN3XsG5JgV8QQkwy-_Ai6mde2gdzY1kE-6c0pHeTpAv247rA5kWnxYlMmhqdchwJb7AQnM2LpgNQLElJpCSUzLTjfY6__V5tuTf6UoB1guTRds3djxQS7I7AEzSeOCShKvyTF5ubMwbpUoCwN1FV_YDSQYcEKXm_gkk-IFRg5MlXCejac_uOe9z-gauiGVKEi0whdmUBmVopZTNyvQzxjbNKSX09cuJaAlszIC0PlmsB7cGzHAVSHVsrsd0 2025/08/26 01:31:20 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/26 01:31:20 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/08/26 01:31:20 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/08/26 01:31:20 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/26 01:31:20 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/26 01:31:20 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/26 01:31:20 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ALR3_QwEcNEiWnZWRSZRZpmcU8L1eDdI2CXylr2xgZXDLyfkSjYbRJrRqYj6qYHNQJ4SRnJwydjq-Vd3y7uqXyqq10biDN3XsG5JgV8QQkwy-_Ai6mde2gdzY1kE-6c0pHeTpAv247rA5kWnxYlMmhqdchwJb7AQnM2LpgNQLElJpCSUzLTjfY6__V5tuTf6UoB1guTRds3djxQS7I7AEzSeOCShKvyTF5ubMwbpUoCwN1FV_YDSQYcEKXm_gkk-IFRg5MlXCejac_uOe9z-gauiGVKEi0whdmUBmVopZTNyvQzxjbNKSX09cuJaAlszIC0PlmsB7cGzHAVSHVsrsd0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/08/26 01:31:22 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ALidcHw6lm63U7UXiJHAczyqLDIisXWneOM43AD2Op2PaM-CsuJ1ZtZ0PhsF45h2YUvwaqymvEbT__VJyEmURO-zageUaOBiZvgtpMWC0E2fjAKxTQQSRdiYo1H7b91jXVznLRcYynFesXkZB0k9X6xnrLLWGEXgQZRfRC1qLeiO02gRyrPMWUow_GW8VnQtV4EvrjGVZh-QhJ_oKAtvIS799yfnYnR2mm6sTPJHJyKLjEN4uh7B7P_6YGuhshwHUvogulfO4CKUl8XDlvPlexmqdn6LAG6TtS2S0cT8SXeWoq-PhBM5HvQqsd6z4cx9Jekruzhzk0yLThEOmo6BQuU 2025/08/26 01:31:22 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/26 01:31:23 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/08/26 01:31:23 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ALidcHw6lm63U7UXiJHAczyqLDIisXWneOM43AD2Op2PaM-CsuJ1ZtZ0PhsF45h2YUvwaqymvEbT__VJyEmURO-zageUaOBiZvgtpMWC0E2fjAKxTQQSRdiYo1H7b91jXVznLRcYynFesXkZB0k9X6xnrLLWGEXgQZRfRC1qLeiO02gRyrPMWUow_GW8VnQtV4EvrjGVZh-QhJ_oKAtvIS799yfnYnR2mm6sTPJHJyKLjEN4uh7B7P_6YGuhshwHUvogulfO4CKUl8XDlvPlexmqdn6LAG6TtS2S0cT8SXeWoq-PhBM5HvQqsd6z4cx9Jekruzhzk0yLThEOmo6BQuU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/08/26 01:31:24 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ACYKxmkUCvJG6brKlOA52ROx1ASngzopyYpU0RJHPOMlRkbkwKNmRgXJeylANGiza_fgU0PexnYl7vXPstXKQ9uDfMQ4mrtwA0GZonhWQj0L0aZuD94gTHJd89a-jWwBe6yEcPlrXBuqmGn_6YLi_Wgx4BYipM_9MFRP1wCaj-BE85clrtXtDIUJtOuYeozfKKp-r_Ig-NZbLwLe3G90pyu-Ts5X7szRsH2s34vZNLTXlsPzexOvCNXUGECY7BZMHxFC0zY5IMLlzh89wCseR3QLCDEAnhtz8f5LncSCxlmfRyobhivZzrMsh0QTmraSkvoXp-lZoNplJWM8cUNKau4 2025/08/26 01:31:24 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/08/26 01:31:24 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/26 01:31:25 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ACYKxmkUCvJG6brKlOA52ROx1ASngzopyYpU0RJHPOMlRkbkwKNmRgXJeylANGiza_fgU0PexnYl7vXPstXKQ9uDfMQ4mrtwA0GZonhWQj0L0aZuD94gTHJd89a-jWwBe6yEcPlrXBuqmGn_6YLi_Wgx4BYipM_9MFRP1wCaj-BE85clrtXtDIUJtOuYeozfKKp-r_Ig-NZbLwLe3G90pyu-Ts5X7szRsH2s34vZNLTXlsPzexOvCNXUGECY7BZMHxFC0zY5IMLlzh89wCseR3QLCDEAnhtz8f5LncSCxlmfRyobhivZzrMsh0QTmraSkvoXp-lZoNplJWM8cUNKau4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/08/26 01:31:25 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ANh1a_e_zjkS46dftzD9JjTv69DuxU9N5PjXCE9xL3R577n-RRYLIxSULW3dYJ0UrUT2oHrzI5OTIT_VB-jkmDwQlLpVrWgFvs28yUYPuetful2Dtjiu_jrtVgR1TvNt2onFmCAVDHGOCI_Zm6v1sJQlG5S77Pz8MnkbD5pDSrSnYjZBdqNoqY6luRXk7kWREVYPj949Pn9zEQYfE9umljz8jBVZXm00GfOJ7f9D3Q78ODHjo4ZtU44bc0KtA182oOLmfSLZBpnHnZFDwGzJeKi3d383bFNUuJPtZkQXYrjy735kK-GRw3OH1g22EDEYxi0My2tyIaawbSTPyzjHkAA 2025/08/26 01:31:26 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/26 01:31:26 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/26 01:31:26 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ANh1a_e_zjkS46dftzD9JjTv69DuxU9N5PjXCE9xL3R577n-RRYLIxSULW3dYJ0UrUT2oHrzI5OTIT_VB-jkmDwQlLpVrWgFvs28yUYPuetful2Dtjiu_jrtVgR1TvNt2onFmCAVDHGOCI_Zm6v1sJQlG5S77Pz8MnkbD5pDSrSnYjZBdqNoqY6luRXk7kWREVYPj949Pn9zEQYfE9umljz8jBVZXm00GfOJ7f9D3Q78ODHjo4ZtU44bc0KtA182oOLmfSLZBpnHnZFDwGzJeKi3d383bFNUuJPtZkQXYrjy735kK-GRw3OH1g22EDEYxi0My2tyIaawbSTPyzjHkAA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/08/26 01:31:27 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AHhcPdFk0lXZUGNvgdK9pZSxcYCgO6G4J-aPYiHZoCFdc4bPE-3oQZdIe5yFitvvco4TM9WYRj6UKXJw983ZLbJIkaqeBcVRXFiT36szNK3uGwJ2Y_qMid5OpBJf5dYpzJOrfxb49OJykTC0Dmw0ST7Qd2AQTEzknhYloTjYpKsv3PZ77b6EBpeRcopm9CBfufk0bt-JD0j043HDz4KsKDarn_zp-a2DbRGwApDUISuzBMyrORazt5M5k9I7uukaBiZcvkO68r66FeeaPoHW_J8z2cEdXpD3UkcttYmKeezwQp7GE7kJ7TQb9XovMIlhABRinx2Mppb8S3Sug8S7HNw 2025/08/26 01:31:27 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/08/26 01:31:27 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/08/26 01:31:27 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/26 01:31:27 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/26 01:31:27 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/26 01:31:28 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/26 01:31:28 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AHhcPdFk0lXZUGNvgdK9pZSxcYCgO6G4J-aPYiHZoCFdc4bPE-3oQZdIe5yFitvvco4TM9WYRj6UKXJw983ZLbJIkaqeBcVRXFiT36szNK3uGwJ2Y_qMid5OpBJf5dYpzJOrfxb49OJykTC0Dmw0ST7Qd2AQTEzknhYloTjYpKsv3PZ77b6EBpeRcopm9CBfufk0bt-JD0j043HDz4KsKDarn_zp-a2DbRGwApDUISuzBMyrORazt5M5k9I7uukaBiZcvkO68r66FeeaPoHW_J8z2cEdXpD3UkcttYmKeezwQp7GE7kJ7TQb9XovMIlhABRinx2Mppb8S3Sug8S7HNw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/08/26 01:31:29 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AK4qnJ9oX8NhWcfCVwEvkeGImptpL4GfMZJY720_XaE6PMIxif2qasGsHjlrSJC_vTcEIu1xGt_E4vALxvqGouncezEBerdYTZhNyqQKJbQwBjWUb_SoXcZzgaywis2R9p1_6r08L4yDWA6gdYIu169DZmcRHu9M_BNYtaYcfuuyxkw25J_UsIk6gpd80hB4wa5j9bCjrB-7irh18crIbi655lO8UV1n3Zg9f-z0O4JAQbVg7e9jbGSY_iBWCwlveDsTTfb2dB7hZ8eLVXTpVhI-zPQEYBgew1jgiJ4af5sZCe0RarQxetj5RnE8A0C4aqH2QIMZ-toZdwEE6KhI0Yk 2025/08/26 01:31:29 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/26 01:31:29 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/26 01:31:29 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/08/26 01:31:29 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/26 01:31:30 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/26 01:31:30 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/26 01:31:30 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AK4qnJ9oX8NhWcfCVwEvkeGImptpL4GfMZJY720_XaE6PMIxif2qasGsHjlrSJC_vTcEIu1xGt_E4vALxvqGouncezEBerdYTZhNyqQKJbQwBjWUb_SoXcZzgaywis2R9p1_6r08L4yDWA6gdYIu169DZmcRHu9M_BNYtaYcfuuyxkw25J_UsIk6gpd80hB4wa5j9bCjrB-7irh18crIbi655lO8UV1n3Zg9f-z0O4JAQbVg7e9jbGSY_iBWCwlveDsTTfb2dB7hZ8eLVXTpVhI-zPQEYBgew1jgiJ4af5sZCe0RarQxetj5RnE8A0C4aqH2QIMZ-toZdwEE6KhI0Yk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/08/26 01:31:32 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AFnwWPapPurSk-DOcv1yOmDmv8aRZUsoCREOffNMno6lleBLAW8T09o2PGhSnEvuyCyV72Mj93oDA8-aNzBsVwIlUubOiT8v2aUgwg8uj30zpIZZRmz4zEMalHTDSjSSjfXyN23KgkNNrmOOOcolpSafXoGZHTxdGCyDou3GdiNOSO4UjK85VGprNizn83Gjg7s1d4W95_whGo8GnavydvTgb2YWwfwyO_eKyLSXsCL_H8BpEffKlukXUWqyZmzKD6hlFp0GEYL_b3lqrMYbvi6fyw2CmolcsekVLFHGz9fJO7OAj76HcDZgxRRMUesiS5QdKU27cPKECieRfGAqqbQ 2025/08/26 01:31:33 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/26 01:31:33 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/08/26 01:31:33 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AFnwWPapPurSk-DOcv1yOmDmv8aRZUsoCREOffNMno6lleBLAW8T09o2PGhSnEvuyCyV72Mj93oDA8-aNzBsVwIlUubOiT8v2aUgwg8uj30zpIZZRmz4zEMalHTDSjSSjfXyN23KgkNNrmOOOcolpSafXoGZHTxdGCyDou3GdiNOSO4UjK85VGprNizn83Gjg7s1d4W95_whGo8GnavydvTgb2YWwfwyO_eKyLSXsCL_H8BpEffKlukXUWqyZmzKD6hlFp0GEYL_b3lqrMYbvi6fyw2CmolcsekVLFHGz9fJO7OAj76HcDZgxRRMUesiS5QdKU27cPKECieRfGAqqbQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/08/26 01:31:34 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AJx_OtcosyGsP-eyosB0lqsPlnMTPiKfI3SpS_We1pFhH1rsfIYcJY0rQ-16dEtgm_aippsgFsiZ4KyNdeQvq5IGloYJLchPUtNDMnPfWRztpKAror2h-r12eskgxiOX6G81TTm7C4ov1WYZ7doFXDtgEmRgVTrrd8ZBypUoLBrAWOb80oaJ0DhzQ0B540Blbqp_TXR2cUPlhQw8lMe1OXz3kpHc8Xdbc6IdVxNLWIHyDdcJDd8tY6nVL5TQwjldduMKuGST0lKXPC2haLCfSALh3gc0R1Vo3aiCaOu-Al_VaikPu--3bqcoVPj9TweCgekwaKFWMgxpRXAWg8ifr08 2025/08/26 01:31:34 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/08/26 01:31:35 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/26 01:31:35 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AJx_OtcosyGsP-eyosB0lqsPlnMTPiKfI3SpS_We1pFhH1rsfIYcJY0rQ-16dEtgm_aippsgFsiZ4KyNdeQvq5IGloYJLchPUtNDMnPfWRztpKAror2h-r12eskgxiOX6G81TTm7C4ov1WYZ7doFXDtgEmRgVTrrd8ZBypUoLBrAWOb80oaJ0DhzQ0B540Blbqp_TXR2cUPlhQw8lMe1OXz3kpHc8Xdbc6IdVxNLWIHyDdcJDd8tY6nVL5TQwjldduMKuGST0lKXPC2haLCfSALh3gc0R1Vo3aiCaOu-Al_VaikPu--3bqcoVPj9TweCgekwaKFWMgxpRXAWg8ifr08" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/08/26 01:31:36 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ANJhdpatfczk2HTeoJRHDfE_sLhX9nJsaVCLjO_7u7Ha0PXaynN_yuDFt3nlIiCVxd3iT6Mj39Giz1DgAzOvPchAA_qkuQMr7rH6RlTYKEqBTLmneVw5Kizy47RiY-gpynn9267i5o4xZ4mBPxEmFGrNXXOFzy19bEuNi52OgHNjDDllcpiGxzXlUqgmsqFNTm_FuohizeuGiscP05_hZFJ3i9JUMGRQXChlSqzITqC0WuCRpmUXuL9G4GD2gUPfQ35bs1cAPNVETnV30427BHtrpqTxdwPb9DGTze40X0-N5po_ubn4zzURi_Mw4NecAU2rq5cgkFrCTM-4ZDKdTuk 2025/08/26 01:31:36 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/26 01:31:36 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/26 01:31:36 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ANJhdpatfczk2HTeoJRHDfE_sLhX9nJsaVCLjO_7u7Ha0PXaynN_yuDFt3nlIiCVxd3iT6Mj39Giz1DgAzOvPchAA_qkuQMr7rH6RlTYKEqBTLmneVw5Kizy47RiY-gpynn9267i5o4xZ4mBPxEmFGrNXXOFzy19bEuNi52OgHNjDDllcpiGxzXlUqgmsqFNTm_FuohizeuGiscP05_hZFJ3i9JUMGRQXChlSqzITqC0WuCRpmUXuL9G4GD2gUPfQ35bs1cAPNVETnV30427BHtrpqTxdwPb9DGTze40X0-N5po_ubn4zzURi_Mw4NecAU2rq5cgkFrCTM-4ZDKdTuk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/08/26 01:31:37 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AEnKEydp15X4t8OTs6C145QgambOHuTmKTbQ5OUXK0NeWtp1-7Z240DEFEc9nhnu6Eeme6DTt7iWU_3UFc0iJH8msy3P7iHqQb2Yu4uAlNbmr-9MbDFkty6dr_Hepm7JhmtsGAlxjrECOnlSZKA5afr8MdBqaXwsM2nOg20_xhv8muBOM_rCq9nE96GmW_To5EJuGiqQHvicjzCd69ipBl90fNzwXbFnxiLhFuXHENZECsZ6xvTEFnPR5e8N7D3toHsoEb00dm0ko3PHVESzuRFzDJZ9ldRnvcXMm78moAIjESewf35VK3yS4Us1FVxOnCZxjc9sOzOoGUXQiAmFn3o 2025/08/26 01:31:37 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/08/26 01:31:38 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/26 01:31:38 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/08/26 01:31:38 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/26 01:31:38 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/26 01:31:38 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/26 01:31:38 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AEnKEydp15X4t8OTs6C145QgambOHuTmKTbQ5OUXK0NeWtp1-7Z240DEFEc9nhnu6Eeme6DTt7iWU_3UFc0iJH8msy3P7iHqQb2Yu4uAlNbmr-9MbDFkty6dr_Hepm7JhmtsGAlxjrECOnlSZKA5afr8MdBqaXwsM2nOg20_xhv8muBOM_rCq9nE96GmW_To5EJuGiqQHvicjzCd69ipBl90fNzwXbFnxiLhFuXHENZECsZ6xvTEFnPR5e8N7D3toHsoEb00dm0ko3PHVESzuRFzDJZ9ldRnvcXMm78moAIjESewf35VK3yS4Us1FVxOnCZxjc9sOzOoGUXQiAmFn3o" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/08/26 01:31:39 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AMGU5yo2uYt2x0k3UUWnGPk557DfrHhs0tZLWJ2tqYcM5tlAnshHf1TgFPN7rNUeC9hV8rVoU5QX1bGv1fOJFQxv6mpMYK7jYQdYY24vgTueA-d0E98qLH0PY1C7_NyZY7GFlMN3ZLN9ALPx46JUlsxBuDL7hjdD2ems4lwhjHlz8Iz-RmlQDW0b9nxzbxAMh72yoMzF4_gpU0EQnSvHN28aU2DLcCEsP9XfvtLm7_E3IS8FRuS9wM0kPZGiKthzINmfgDjIyyQbPlEMsx9Usop-ZE1Rd_XFnwfHOP-PLhuNdsysHLJ4jr2g0c0HjZMndkmo8zYjqrsamDqFAtGEIb8 2025/08/26 01:31:39 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/26 01:31:40 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/08/26 01:31:40 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/26 01:31:40 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/26 01:31:40 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/26 01:31:40 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/26 01:31:40 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AMGU5yo2uYt2x0k3UUWnGPk557DfrHhs0tZLWJ2tqYcM5tlAnshHf1TgFPN7rNUeC9hV8rVoU5QX1bGv1fOJFQxv6mpMYK7jYQdYY24vgTueA-d0E98qLH0PY1C7_NyZY7GFlMN3ZLN9ALPx46JUlsxBuDL7hjdD2ems4lwhjHlz8Iz-RmlQDW0b9nxzbxAMh72yoMzF4_gpU0EQnSvHN28aU2DLcCEsP9XfvtLm7_E3IS8FRuS9wM0kPZGiKthzINmfgDjIyyQbPlEMsx9Usop-ZE1Rd_XFnwfHOP-PLhuNdsysHLJ4jr2g0c0HjZMndkmo8zYjqrsamDqFAtGEIb8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/08/26 01:31:42 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AD20vAASAfQ2TJRtj12ZHxsT9H2VGcT9m5ZQ-qHIbZ9Zj5E34bG14RHdldFQbTuZrKjcKGVQSPmXm7qdaAnbIvLP_P48E6k-J71QivPNSpUXY4nF-eZok50bQHePr5psduH9oSuyEIqnNi2PbvwlhqtimbnExVK-cYSLenHI1eRQlBy5JMlmfIwaT9u0q1iyhY3uzSbVh-2PF4W7hAHyuVrpe35lku9AMoNLo2YeGbnjlvfDm30EQ83pMayW0oRZgnC7msiCvEzEfoKg8190FUc7ZSfPJpnNvVfOga6xNumJSSV05ECzMOwd3SgqrDqiMtUChwoKnmjUHnZraYvTu5E 2025/08/26 01:31:42 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/26 01:31:43 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/08/26 01:31:43 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AD20vAASAfQ2TJRtj12ZHxsT9H2VGcT9m5ZQ-qHIbZ9Zj5E34bG14RHdldFQbTuZrKjcKGVQSPmXm7qdaAnbIvLP_P48E6k-J71QivPNSpUXY4nF-eZok50bQHePr5psduH9oSuyEIqnNi2PbvwlhqtimbnExVK-cYSLenHI1eRQlBy5JMlmfIwaT9u0q1iyhY3uzSbVh-2PF4W7hAHyuVrpe35lku9AMoNLo2YeGbnjlvfDm30EQ83pMayW0oRZgnC7msiCvEzEfoKg8190FUc7ZSfPJpnNvVfOga6xNumJSSV05ECzMOwd3SgqrDqiMtUChwoKnmjUHnZraYvTu5E" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/08/26 01:31:44 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AIggZt9SjnxAG7LvHJhti2upTE-3tAAk1zlBSgtzCsKoJts02ISEsRdykbm0QgnKlgQvFhLUaA-z9JTbJJNczWVamah46iCubNnTX08KHZuEHUvxZ8Qa-fkebJUMKCi8WZu0Cv7KdZoP45-QEKBrqEJZziZdwr3mEDpLPdvU7Y3YBFniaiChhi_N354KWNqvt59NCEwLNXrlrsDP0FaVPgKx0irQuVTDLM7_NcER6eufThnzKz8SwST_99QRqQoZA9ZtGTg2oacHpXzEyGjeq87l2f_scaB0KrersFohafy1VFwu10ixezJDAQd9HpoDeercYE54JPf9_gVxd7ig-DE 2025/08/26 01:31:44 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/08/26 01:31:45 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/26 01:31:45 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AIggZt9SjnxAG7LvHJhti2upTE-3tAAk1zlBSgtzCsKoJts02ISEsRdykbm0QgnKlgQvFhLUaA-z9JTbJJNczWVamah46iCubNnTX08KHZuEHUvxZ8Qa-fkebJUMKCi8WZu0Cv7KdZoP45-QEKBrqEJZziZdwr3mEDpLPdvU7Y3YBFniaiChhi_N354KWNqvt59NCEwLNXrlrsDP0FaVPgKx0irQuVTDLM7_NcER6eufThnzKz8SwST_99QRqQoZA9ZtGTg2oacHpXzEyGjeq87l2f_scaB0KrersFohafy1VFwu10ixezJDAQd9HpoDeercYE54JPf9_gVxd7ig-DE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/08/26 01:31:46 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AH2knxc7x0d6dMLD0yPPZdygAZ5Zii5FqGhnk1RgBb6a7o58mnfeAj4mR1DC7N-EMqa_Y31lWRBXcJPvn7ek5wf3o45TrIgWBZrR0GKW0PcPswYPvWX7IKvF8xD2oLxIEc-swF7lvYjV7021f8BqEvULQ9I0-a_daVi4DZ2dz1CnVsEn2ShOWDP8rkoS4XkJ2lawyjyeP_KlxFQ_jKeefI5pC5FX2pS_rV1GPEhRlBIXcSQYz3yn6lbrk5kNWQA6C0mFFD-oEa21ykb_zTqxlOzJPxgYxmi3KYiqhCTNUf137XO1fsmmAf4GHxj2zBy6qOAzZFlgaLdNX6PzKVGRlig 2025/08/26 01:31:46 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/26 01:31:47 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/26 01:31:47 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AH2knxc7x0d6dMLD0yPPZdygAZ5Zii5FqGhnk1RgBb6a7o58mnfeAj4mR1DC7N-EMqa_Y31lWRBXcJPvn7ek5wf3o45TrIgWBZrR0GKW0PcPswYPvWX7IKvF8xD2oLxIEc-swF7lvYjV7021f8BqEvULQ9I0-a_daVi4DZ2dz1CnVsEn2ShOWDP8rkoS4XkJ2lawyjyeP_KlxFQ_jKeefI5pC5FX2pS_rV1GPEhRlBIXcSQYz3yn6lbrk5kNWQA6C0mFFD-oEa21ykb_zTqxlOzJPxgYxmi3KYiqhCTNUf137XO1fsmmAf4GHxj2zBy6qOAzZFlgaLdNX6PzKVGRlig" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/08/26 01:31:48 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AFq76NBSaNNK7BfhxO8zkUV7MPUXtpok07F1fAmatAlO7IHqxXYKuMnvHlMkHAy4_nuxN4ZUXsbYK7E_ZcqY6uR-fT6lp3J2tvGtXqF00jEbLI5pghiian2ulX0DXKxsR62Vr2cDL380kz1IaQUHXStTL_QVjfXckEJhl0l0ispP5RxfKHKUqRCPIbcj2uPbqwTOuEprlyzcY75M3v7t41AcEyhA13RrgJ88vUDJbsVBYSPXsFDsbjdbbYIFpH2kDHsMXUSW63xYN1Oj6EZzB_matXdYhsYdyydViAajqEUfk7V5umaI9lzGdaRBMp7yluXhDb2PbW5-IFklaVkQqtY 2025/08/26 01:31:48 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/08/26 01:31:48 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/08/26 01:31:48 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/08/26 01:31:48 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/26 01:31:49 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/26 01:31:49 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/26 01:31:49 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AFq76NBSaNNK7BfhxO8zkUV7MPUXtpok07F1fAmatAlO7IHqxXYKuMnvHlMkHAy4_nuxN4ZUXsbYK7E_ZcqY6uR-fT6lp3J2tvGtXqF00jEbLI5pghiian2ulX0DXKxsR62Vr2cDL380kz1IaQUHXStTL_QVjfXckEJhl0l0ispP5RxfKHKUqRCPIbcj2uPbqwTOuEprlyzcY75M3v7t41AcEyhA13RrgJ88vUDJbsVBYSPXsFDsbjdbbYIFpH2kDHsMXUSW63xYN1Oj6EZzB_matXdYhsYdyydViAajqEUfk7V5umaI9lzGdaRBMp7yluXhDb2PbW5-IFklaVkQqtY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/08/26 01:31:50 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AFo0Upt0iCe6vgFT5iBnKVktG1ICPTgh6qaiYzLg29JmQRBDkYqTEAQSo7v0dLVpftv-5JCm4DLh6iqKQ4s92_YmjpqfiNYmvi3wANCGDsGpWzQXzOjqWqkKIT7-bHjpqwIxKP7lXowBMxeyWzrvr8TYkDV1JgjbP7oSpqBNiOuBnhk6_02uOG8fPTQFUKDxLFyzWaEaFIwpj6qj6C27l5ZtTy_ViQxrVGxeWnzggKGanJTcKZ_H4Mfwmmy9X5wmP_nnFA6b4NkmSAWhAviNGhP6-l5_YAAvcsttCvckGscbAMeJ9SjiZUMBiRaVOJ8jMubKIbHkcbN9Q0FihPrEbv8 2025/08/26 01:31:50 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/26 01:31:50 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/08/26 01:31:50 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/08/26 01:31:51 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/26 01:31:51 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/26 01:31:51 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/26 01:31:51 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AFo0Upt0iCe6vgFT5iBnKVktG1ICPTgh6qaiYzLg29JmQRBDkYqTEAQSo7v0dLVpftv-5JCm4DLh6iqKQ4s92_YmjpqfiNYmvi3wANCGDsGpWzQXzOjqWqkKIT7-bHjpqwIxKP7lXowBMxeyWzrvr8TYkDV1JgjbP7oSpqBNiOuBnhk6_02uOG8fPTQFUKDxLFyzWaEaFIwpj6qj6C27l5ZtTy_ViQxrVGxeWnzggKGanJTcKZ_H4Mfwmmy9X5wmP_nnFA6b4NkmSAWhAviNGhP6-l5_YAAvcsttCvckGscbAMeJ9SjiZUMBiRaVOJ8jMubKIbHkcbN9Q0FihPrEbv8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/08/26 01:31:54 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AHI8wikw4bsI9uhfEWHVoF_gwF8sTpvndlV8SRvnLrwVEzOb7Zobj96FkhNWm7XfoNYdeNXv2n75kSdEIcbKxsi11ydxgbs-6PXlu_8hjPAzpDBCURJ9Ajw7R4jay2aIIXOJrG7ekkDsOKhSLngx5wrLxjGBHCtU_6o5LuJvvfrP7_lxIFGSVe0rwbLiWNYJFcg1AwEdI1NSe2nD6VWtP3ZZ9zoS3SSHMX_b2a5QXu0-DZ5BlYwya156N1bmKWYIumT6x5r9Ww8PxhOI_2E_Q-gOOuR3OfMaVtv064clE0YnkcY3ofx83fdrDFqchRPotS-28KPE9iUJPdsGJ44vZSQ 2025/08/26 01:31:54 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/08/26 01:31:54 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/08/26 01:31:55 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AHI8wikw4bsI9uhfEWHVoF_gwF8sTpvndlV8SRvnLrwVEzOb7Zobj96FkhNWm7XfoNYdeNXv2n75kSdEIcbKxsi11ydxgbs-6PXlu_8hjPAzpDBCURJ9Ajw7R4jay2aIIXOJrG7ekkDsOKhSLngx5wrLxjGBHCtU_6o5LuJvvfrP7_lxIFGSVe0rwbLiWNYJFcg1AwEdI1NSe2nD6VWtP3ZZ9zoS3SSHMX_b2a5QXu0-DZ5BlYwya156N1bmKWYIumT6x5r9Ww8PxhOI_2E_Q-gOOuR3OfMaVtv064clE0YnkcY3ofx83fdrDFqchRPotS-28KPE9iUJPdsGJ44vZSQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/08/26 01:31:56 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AOdEY962SsxeMtUDxMCMabUQDvXOnqQckCDTvdw8XE7EUvn-szKFW0N0rLNlm7NUOajpigc1SVtZZ_ke8CmhpX4vOL3pCEJ54bU9NJobQWwCiShn2Ep6nXKmLAbhRFinalFRjEQEavKNkw3hPrVzQvQ2P3Xw6r0oWfe6-HrWVpyjiYsdgdtNwun0gQExXs6t41_b13DCk_fNqBQRn-8TSQsS_O3gLv06cyypgjyv9De7KeGd3RMaEHfGpNvMl5v8ey5HroSj7MG1Kz1mSg0UROSGbDdzY9eMEN7PZoc5slf8YGU_IF3fFQpTl_PLKpQ6jpdpJiEMFBft00iMFMCN8Vg 2025/08/26 01:31:56 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/08/26 01:31:56 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/26 01:31:57 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AOdEY962SsxeMtUDxMCMabUQDvXOnqQckCDTvdw8XE7EUvn-szKFW0N0rLNlm7NUOajpigc1SVtZZ_ke8CmhpX4vOL3pCEJ54bU9NJobQWwCiShn2Ep6nXKmLAbhRFinalFRjEQEavKNkw3hPrVzQvQ2P3Xw6r0oWfe6-HrWVpyjiYsdgdtNwun0gQExXs6t41_b13DCk_fNqBQRn-8TSQsS_O3gLv06cyypgjyv9De7KeGd3RMaEHfGpNvMl5v8ey5HroSj7MG1Kz1mSg0UROSGbDdzY9eMEN7PZoc5slf8YGU_IF3fFQpTl_PLKpQ6jpdpJiEMFBft00iMFMCN8Vg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/08/26 01:31:58 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AFMVU2IKPGZMHiJ4jPEYu-Jpq52mytTEAiPjFXrsHohK0j6j4W3i8mGhvhqbPC5Y6A1PUZq_pa6DlZIysIWxQB1IrZ8vHhuuVV7ueIcBiuaQC1fWm5iizmYZ4QuGQTW3w-aGMDOCiaXpfHmHEtOQfh1regzjabCZax08rKAeEwI0rlMeHWxMSZ0HMj0WXkjki60iT7SQkbKw6mdgUcvCiYJsF-zJUjf5nNt972jgyqevN3RFmbhRmvizjfS08Uzq4NKPlH24WKRvBSSKK0HKu3v2fqreHWOxlhPW4ufESJt7yr7CQ6tq73HyRtuvyISrRYHbkQfKZrEWNji2BTGXJH4 2025/08/26 01:31:58 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/26 01:31:59 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/26 01:31:59 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AFMVU2IKPGZMHiJ4jPEYu-Jpq52mytTEAiPjFXrsHohK0j6j4W3i8mGhvhqbPC5Y6A1PUZq_pa6DlZIysIWxQB1IrZ8vHhuuVV7ueIcBiuaQC1fWm5iizmYZ4QuGQTW3w-aGMDOCiaXpfHmHEtOQfh1regzjabCZax08rKAeEwI0rlMeHWxMSZ0HMj0WXkjki60iT7SQkbKw6mdgUcvCiYJsF-zJUjf5nNt972jgyqevN3RFmbhRmvizjfS08Uzq4NKPlH24WKRvBSSKK0HKu3v2fqreHWOxlhPW4ufESJt7yr7CQ6tq73HyRtuvyISrRYHbkQfKZrEWNji2BTGXJH4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/08/26 01:32:00 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AP0X_29CaZXrdq5JUkazxpMfjUBwJNOlQcqWOZ00b7vuXoTHBgTSkwIwKwyLvvSxnced9h9ITxin7TrBlO537c58UPVdLoL_SwHnraE9oUpxtznBX9yKJY0wYkK6rm1mBWlwS1Ij_UPTJzhTb0QgBIa5uvsYVf9PL6IYrnQd98Z9HxT8-NrvmOW8mu9q75wn2C5NF3pg-nQ-ne2IkmVU7EzqgmbYea6l-E0iZWgjpnigPjRiVNVNaInioMsTQdYW1afbY0n867Y9WpOG8k3w7nVSFqeEDM_gADKe_jzNeM4jb9QR9VBpKmfxxD8rD9_cXl5ujg2s3xcR3gyxn95VTc4 2025/08/26 01:32:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/08/26 01:32:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/08/26 01:32:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/08/26 01:32:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/26 01:32:01 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/26 01:32:01 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/26 01:32:01 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AP0X_29CaZXrdq5JUkazxpMfjUBwJNOlQcqWOZ00b7vuXoTHBgTSkwIwKwyLvvSxnced9h9ITxin7TrBlO537c58UPVdLoL_SwHnraE9oUpxtznBX9yKJY0wYkK6rm1mBWlwS1Ij_UPTJzhTb0QgBIa5uvsYVf9PL6IYrnQd98Z9HxT8-NrvmOW8mu9q75wn2C5NF3pg-nQ-ne2IkmVU7EzqgmbYea6l-E0iZWgjpnigPjRiVNVNaInioMsTQdYW1afbY0n867Y9WpOG8k3w7nVSFqeEDM_gADKe_jzNeM4jb9QR9VBpKmfxxD8rD9_cXl5ujg2s3xcR3gyxn95VTc4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/08/26 01:32:02 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AL2AapeEq4vytXpdSpqdoPJMlAIzB_VyMElbLewiGb0SNfXraRqf-vcdZVtAnQ5d5wvN_uNTm60r5el40S-i43n_4nVHeK8ivZlrIF1eazBJcwtMhBTQrlzR9U-ZxAwiRZNn7oY3ADEjPZma1N6KWB4q9XIuRx-NOBvHNOnPMzLL3GfY0wLEATjzGzlupcNOrmX84GjBmiso0yCq90wJCWlEfcSQ8IGPP2HEFzdJWhdBfSUTavUXjDunrb3LYCv1hlM_UXkKKpoeL3qOj0-SZU7RyW667rxJrE8UmE7muX7Oe573LAHzYK8Jzf2tLVI3l3WLKHd7lH_ySYhyQDI2XKU 2025/08/26 01:32:02 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/26 01:32:03 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/08/26 01:32:03 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/08/26 01:32:03 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/26 01:32:03 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/26 01:32:03 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/26 01:32:03 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AL2AapeEq4vytXpdSpqdoPJMlAIzB_VyMElbLewiGb0SNfXraRqf-vcdZVtAnQ5d5wvN_uNTm60r5el40S-i43n_4nVHeK8ivZlrIF1eazBJcwtMhBTQrlzR9U-ZxAwiRZNn7oY3ADEjPZma1N6KWB4q9XIuRx-NOBvHNOnPMzLL3GfY0wLEATjzGzlupcNOrmX84GjBmiso0yCq90wJCWlEfcSQ8IGPP2HEFzdJWhdBfSUTavUXjDunrb3LYCv1hlM_UXkKKpoeL3qOj0-SZU7RyW667rxJrE8UmE7muX7Oe573LAHzYK8Jzf2tLVI3l3WLKHd7lH_ySYhyQDI2XKU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/08/26 01:32:06 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ALN0cq4ZqyvvSSvBxo_ITCv7rV57wbmwcvtw0EvqjvTTull_BB8GSZsLGWlT9m3vMGVUqjvvgE_HwlndzEn_WE3KcyAgujHa_CStX-p1pxAeVm7CpqlFJSvlWCw2USSbXCIrUhTPio9m3cSoXgmyCXtRF1TXV4azHm-CO_0gmOZnO2vDRz2ak6oYjs445V8xgTL2lGs3Y6WfsM2WYBLETkH7ETcGLCHMtJS3ZpWS0ZLLOpc8N8fOQ-Npxp6vQn5zwHHD-C0CXrCsSMasntUpCM_TkWtCBhBMNc0QgKfcXR7bF2-mHtFcMq1ELpPzgB4Nq7alevCaCsyAWCoB9vBYp5o 2025/08/26 01:32:07 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/08/26 01:32:07 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/08/26 01:32:07 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "ALN0cq4ZqyvvSSvBxo_ITCv7rV57wbmwcvtw0EvqjvTTull_BB8GSZsLGWlT9m3vMGVUqjvvgE_HwlndzEn_WE3KcyAgujHa_CStX-p1pxAeVm7CpqlFJSvlWCw2USSbXCIrUhTPio9m3cSoXgmyCXtRF1TXV4azHm-CO_0gmOZnO2vDRz2ak6oYjs445V8xgTL2lGs3Y6WfsM2WYBLETkH7ETcGLCHMtJS3ZpWS0ZLLOpc8N8fOQ-Npxp6vQn5zwHHD-C0CXrCsSMasntUpCM_TkWtCBhBMNc0QgKfcXR7bF2-mHtFcMq1ELpPzgB4Nq7alevCaCsyAWCoB9vBYp5o" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/08/26 01:32:08 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: ACZighPEyaDOugQBJMSp0xg6yd9UWzpt5ty8bvGRlgAxKy7f422tX9YVSdHWMXqBafFnXSycApffV6-9zFofBKg-6HZw_LDyS4PryYxw4HoXX3-s_s1LxmYl7yENBVkwet176qhpB2ll4jrxSsunQ3bckKtlPHCAu-duW-hpTxPdoM_QQBk3FfVN9jDZhTcmAP8Uf18k8NWOm5gOjx4flrx2lmOQAdA-rXYjQ12ETOTJZe1O0Vn3DSwvYOto6in391Ed6G5tS-0F024eQKpX7Id08Rbx_lJMneVFROYfGa3X_H46dT7pC--Jsf8IjJ9Y_EHuXChEyK5Dg2z2Ya2LOOk 2025/08/26 01:32:09 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/08/26 01:32:09 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/26 01:32:10 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "ACZighPEyaDOugQBJMSp0xg6yd9UWzpt5ty8bvGRlgAxKy7f422tX9YVSdHWMXqBafFnXSycApffV6-9zFofBKg-6HZw_LDyS4PryYxw4HoXX3-s_s1LxmYl7yENBVkwet176qhpB2ll4jrxSsunQ3bckKtlPHCAu-duW-hpTxPdoM_QQBk3FfVN9jDZhTcmAP8Uf18k8NWOm5gOjx4flrx2lmOQAdA-rXYjQ12ETOTJZe1O0Vn3DSwvYOto6in391Ed6G5tS-0F024eQKpX7Id08Rbx_lJMneVFROYfGa3X_H46dT7pC--Jsf8IjJ9Y_EHuXChEyK5Dg2z2Ya2LOOk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/08/26 01:32:10 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AGC7o-42xMQXGuCqD8NWDqkhR9WjERobLe8GZ7FY9a7JQ0n5aFYImiE9KBoKW6AN4Bxowl3gBZ2yYAtKhs6Mca_sKqoD20oeiL1T3g3WkhZ5jZ3LWjsc1-RnVA5RGk2op8u8W4xGx7ncEiJm0FFyJruIv6VMzI6rv5NnDN7eerfqpyJc6SfBcoMm2ctHvcoTDeyOifyKHuhEx6VCl1GzyN505-YW3ZyMas3p9C3JAyvx5ZfRqi1VNC2wYYIJq6TrIIDvwWoORyqcAsgR9jADRT6DO3lMrI2CJCCQCFwxLMsg-vI26UWvfs7GZ6aXlucv3tLyKpNMv01zXKXcxJm1B-I 2025/08/26 01:32:11 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/26 01:32:11 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/26 01:32:12 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AGC7o-42xMQXGuCqD8NWDqkhR9WjERobLe8GZ7FY9a7JQ0n5aFYImiE9KBoKW6AN4Bxowl3gBZ2yYAtKhs6Mca_sKqoD20oeiL1T3g3WkhZ5jZ3LWjsc1-RnVA5RGk2op8u8W4xGx7ncEiJm0FFyJruIv6VMzI6rv5NnDN7eerfqpyJc6SfBcoMm2ctHvcoTDeyOifyKHuhEx6VCl1GzyN505-YW3ZyMas3p9C3JAyvx5ZfRqi1VNC2wYYIJq6TrIIDvwWoORyqcAsgR9jADRT6DO3lMrI2CJCCQCFwxLMsg-vI26UWvfs7GZ6aXlucv3tLyKpNMv01zXKXcxJm1B-I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/08/26 01:32:12 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AEVrJM44sSx2b2h10e179yS8Q2ttS_MDx8LlDp9AcmirkFA3GUQyQOta--wnbxQMkL91gxtzxdluDkKpP54Ozif-GO6qtj7s_YZteJwGMrXtE7R62mu_5JlXr9J3Hz8kN4yWp9MWUC2NJIRZQruFVnAxp5B6FLZZBFluhP_g7KyT2sxl95C-ZAA5V1v177IO_7W8OgoLC72fpiAC027b_1cBA3cS1zNc9Sm8uhZDYeUzWn5wdBeChX6XV40RfYGAre0B0RXZ_id77du4Qw22V_OyyOTMgdbhcSWSPb826dW4qmnYONNK3FGM2XXf-NQTQhnK8QEJ0c3YJjyk3sa9t9Y 2025/08/26 01:32:13 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/08/26 01:32:13 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/08/26 01:32:13 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/08/26 01:32:13 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/26 01:32:14 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/26 01:32:14 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/26 01:32:14 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AEVrJM44sSx2b2h10e179yS8Q2ttS_MDx8LlDp9AcmirkFA3GUQyQOta--wnbxQMkL91gxtzxdluDkKpP54Ozif-GO6qtj7s_YZteJwGMrXtE7R62mu_5JlXr9J3Hz8kN4yWp9MWUC2NJIRZQruFVnAxp5B6FLZZBFluhP_g7KyT2sxl95C-ZAA5V1v177IO_7W8OgoLC72fpiAC027b_1cBA3cS1zNc9Sm8uhZDYeUzWn5wdBeChX6XV40RfYGAre0B0RXZ_id77du4Qw22V_OyyOTMgdbhcSWSPb826dW4qmnYONNK3FGM2XXf-NQTQhnK8QEJ0c3YJjyk3sa9t9Y" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/08/26 01:32:16 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: ADjFy9N5GkSWzJdqkzhHqrLbOXsOVEzzS9ludbeE0k4SOAepfcJ5ObGSd_0L2hEaLvISmedmSoZyqHrhq4skWQFWK3ec8E439fSMFE7Zt-a_EBuSrM93krRcRFogjx9GBv5UImuU0QmQzRCgfTplwzz8dIrIoPTzPVNXb63MyRsZkUda3jDtVa9tkXRnOIBQiC1vxfK8ypwZRUH89cGE5cSQcPKAt-FP7mD-PQeS8ffHUYOW_VXMlZYvaCjc5Tm7zPna4uTrSWHkhQ1sj_2xn_TwWM0z7wP2835AkZ2Sg0nOl_q7Is3Xp4zDp7VJ7kZXLh2QAkPga6_WZFHx72Oidy4 2025/08/26 01:32:16 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/26 01:32:16 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/08/26 01:32:16 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/08/26 01:32:17 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/26 01:32:17 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/26 01:32:17 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/26 01:32:17 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "ADjFy9N5GkSWzJdqkzhHqrLbOXsOVEzzS9ludbeE0k4SOAepfcJ5ObGSd_0L2hEaLvISmedmSoZyqHrhq4skWQFWK3ec8E439fSMFE7Zt-a_EBuSrM93krRcRFogjx9GBv5UImuU0QmQzRCgfTplwzz8dIrIoPTzPVNXb63MyRsZkUda3jDtVa9tkXRnOIBQiC1vxfK8ypwZRUH89cGE5cSQcPKAt-FP7mD-PQeS8ffHUYOW_VXMlZYvaCjc5Tm7zPna4uTrSWHkhQ1sj_2xn_TwWM0z7wP2835AkZ2Sg0nOl_q7Is3Xp4zDp7VJ7kZXLh2QAkPga6_WZFHx72Oidy4" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/08/26 01:32:19 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/08/26 01:32:22 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/08/26 01:32:25 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/08/26 01:32:29 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/08/26 01:32:32 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/08/26 01:32:34 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AE4MOrOAsdE3Jsep4dRdjBdTdw2PaKjlAwqOO32yhLTtk6KkJvl1w1qJZkd1TEAbCEyrj0AuBfBNeDl6rNJbPaV6GqQ6_SRLfM4lgeXxrfiJxds6HYLk0UuK5lREAjykkkBjm95vxVJie9MvxUk8UqdWhFoYhOQSwXCiuaYE_ED8Ad881pWpaHxPkrthdi3b4unGsKUrq77sZjad0tbk1-Ov810QfAWarzy0j2BCcJFdV6XpJw2WOIGDqSIW4zfaseXyMMbWdHHDwZ18hUiJ9ZhwmLbS3HEcGRS3Rke-BRN3b1bkZlanCc04lFldicDKEMroCZ2djFmE06xlJ3ov3uo 2025/08/26 01:32:34 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/26 01:32:34 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "7e7ff03ae546bf7378e8e3d4cce56247" 2025/08/26 01:32:34 DEBUG : unknown-size-put.txt: multipart upload "AE4MOrOAsdE3Jsep4dRdjBdTdw2PaKjlAwqOO32yhLTtk6KkJvl1w1qJZkd1TEAbCEyrj0AuBfBNeDl6rNJbPaV6GqQ6_SRLfM4lgeXxrfiJxds6HYLk0UuK5lREAjykkkBjm95vxVJie9MvxUk8UqdWhFoYhOQSwXCiuaYE_ED8Ad881pWpaHxPkrthdi3b4unGsKUrq77sZjad0tbk1-Ov810QfAWarzy0j2BCcJFdV6XpJw2WOIGDqSIW4zfaseXyMMbWdHHDwZ18hUiJ9ZhwmLbS3HEcGRS3Rke-BRN3b1bkZlanCc04lFldicDKEMroCZ2djFmE06xlJ3ov3uo" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/08/26 01:32:35 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AKeklTaK0xYOouisd__LxZvEXP3YkmvyJVsx8t9KjVisloj3DXru6Zageu52HG9lcQwosBdt3x_C5vGDh1gDUVzW09jwzlghtYjfYIXF7MpKNP5rOffbsF6KxFJUTeyQvNb5XTvbH69W4a1MXN_1qyxwi-blaJoc49DBAlL9QMAcyXl5Ik6NNhAiCj69rcMo9Z1OaOB4SJEbY1vbJRuVRYbfQ8xrqWFeu9DE5eyWGwDpRvR0Wbu98GUN3iMo0TSbMM_hJLHHZhJkJ45c5ZZ_zteGRMs_KTe_O_YvLNOjepNTg9Snhdhw8jSfTMfFX7SEQb-1b7EUbEUHlErQDgiDydk 2025/08/26 01:32:35 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/08/26 01:32:35 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "81b0c34249076232ec90e6c2a888b60b" 2025/08/26 01:32:36 DEBUG : unknown-size-update.txt: multipart upload "AKeklTaK0xYOouisd__LxZvEXP3YkmvyJVsx8t9KjVisloj3DXru6Zageu52HG9lcQwosBdt3x_C5vGDh1gDUVzW09jwzlghtYjfYIXF7MpKNP5rOffbsF6KxFJUTeyQvNb5XTvbH69W4a1MXN_1qyxwi-blaJoc49DBAlL9QMAcyXl5Ik6NNhAiCj69rcMo9Z1OaOB4SJEbY1vbJRuVRYbfQ8xrqWFeu9DE5eyWGwDpRvR0Wbu98GUN3iMo0TSbMM_hJLHHZhJkJ45c5ZZ_zteGRMs_KTe_O_YvLNOjepNTg9Snhdhw8jSfTMfFX7SEQb-1b7EUbEUHlErQDgiDydk" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/08/26 01:32:36 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cojalaw9fadu/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2625: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2717: Can't test if can't have empty directories 2025/08/26 01:32:36 DEBUG : Waiting for deletions to finish 2025/08/26 01:32:36 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/08/26 01:32:36 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/08/26 01:32:36 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/08/26 01:32:37 INFO : S3 bucket rclone-test-cojalaw9fadu: Bucket "rclone-test-cojalaw9fadu" deleted 2025/08/26 01:32:37 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (126.13s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.65s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.71s) --- PASS: TestIntegration/FsMkdir (124.03s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.22s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding (13.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.73s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.63s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.75s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.68s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.44s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (2.25s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (20.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.34s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.52s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.68s) --- 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.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (2.70s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (1.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.25s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.35s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.69s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.41s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (67.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (10.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (2.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (3.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (3.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (1.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (9.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (2.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (4.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (10.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (2.98s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (3.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (3.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (1.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (11.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (2.74s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (1.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (3.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (1.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (4.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (2.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (12.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (1.96s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (4.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (1.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (5.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (13.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (3.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (2.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (4.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (1.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (5.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (2.86s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (15.62s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (2.56s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (2.77s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (3.47s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (3.79s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (3.03s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (1.99s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.71s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.27s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.21s) --- 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/26 01:32:37 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/08/26 01:32:37 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 126.175s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 2m7.462589373s (try 1/5)