"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/17 03:53:06 NOTICE: TestS3R2: Starting server 2025/08/17 03:53:06 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jajerax0koba" 2025/08/17 03:53:06 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/17 03:53:07 INFO : S3 bucket rclone-test-jajerax0koba: Bucket "rclone-test-jajerax0koba" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/08/17 03:53:08 INFO : S3 bucket rclone-test-jajerax0koba: Bucket "rclone-test-jajerax0koba" deleted === RUN TestIntegration/FsMkdir 2025/08/17 03:53:09 INFO : S3 bucket rclone-test-jajerax0koba: Bucket "rclone-test-jajerax0koba" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/08/17 03:53:09 INFO : dir/subdir: Making directory fstest.go:247: Filtering empty directory "dir" fstest.go:247: Filtering empty directory "dir/subdir" 2025/08/17 03:53:09 INFO : dir/subdir: Removing directory fstest.go:247: Filtering empty directory "dir" 2025/08/17 03:53:09 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/17 03:53:25 NOTICE: S3 bucket rclone-test-jajerax0koba: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/08/17 03:53:25 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: ALFTC_sIr5Zmy7j7jVRpHYkOjYRBATJ2ejAViwclBIU6YRqiByjczXyNVcAPwOUt5jtiKnya66vx0eiFIrDGObwz6w5dMg5vOclrVfaS_gQ9F9idWhtO8T5ps8y_5xvg4_XUh24AvaEqgoWQtsHvbcOq7j277SZErQ-t1HFpD48U2a0el-t0XfhyUxek3srCLCI5E3ojMlx9_YzeORQQrdBZoBqqbUJYyoFjAb5ZZ-OYBCDpiF61wRVMfj0FPN4fWcuAt8vzbgAsP48aur5YQ-iLW2yvdLCGQUGl86GNTJwB5Wh26SDAkb5u4RNJbHRpH8g3jFeQnEW53qn9LMFquts 2025/08/17 03:53:25 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "7eb4f2166847d15d37f53ef5383410b9" 2025/08/17 03:53:26 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "34f5869e39645ef649bd59e759c17f40" 2025/08/17 03:53:26 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "a451cdce7aaa0cb067e137d198de0a39" 2025/08/17 03:53:26 DEBUG : writer-at-subdir/writer-at-file: multipart upload "ALFTC_sIr5Zmy7j7jVRpHYkOjYRBATJ2ejAViwclBIU6YRqiByjczXyNVcAPwOUt5jtiKnya66vx0eiFIrDGObwz6w5dMg5vOclrVfaS_gQ9F9idWhtO8T5ps8y_5xvg4_XUh24AvaEqgoWQtsHvbcOq7j277SZErQ-t1HFpD48U2a0el-t0XfhyUxek3srCLCI5E3ojMlx9_YzeORQQrdBZoBqqbUJYyoFjAb5ZZ-OYBCDpiF61wRVMfj0FPN4fWcuAt8vzbgAsP48aur5YQ-iLW2yvdLCGQUGl86GNTJwB5Wh26SDAkb5u4RNJbHRpH8g3jFeQnEW53qn9LMFquts" 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/17 03:53:29 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/08/17 03:53:30 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/17 03:53:32 DEBUG : S3 bucket rclone-test-jajerax0koba: bucket is versioned: false 2025/08/17 03:53:32 DEBUG : Waiting for deletions to finish 2025/08/17 03:53:32 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/08/17 03:53:32 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/08/17 03:53:32 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/08/17 03:53:33 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jajerax0koba/dirToPurgeFromRoot" 2025/08/17 03:53:33 DEBUG : S3 bucket rclone-test-jajerax0koba path dirToPurgeFromRoot: bucket is versioned: false 2025/08/17 03:53:33 DEBUG : Waiting for deletions to finish 2025/08/17 03:53:33 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/08/17 03:53:33 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/08/17 03:53:33 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/08/17 03:53:34 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jajerax0koba/hello? sausage/êé" 2025/08/17 03:53:35 DEBUG : S3 bucket rclone-test-jajerax0koba path hello? sausage/êé: bucket is versioned: false 2025/08/17 03:53:35 DEBUG : Waiting for deletions to finish 2025/08/17 03:53:35 DEBUG : "a/b/c/d/e.txt" version false 2025/08/17 03:53:35 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/08/17 03:53:35 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/17 03:53:42 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jajerax0koba/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/08/17 03:53:42 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jajerax0koba/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-jajerax0koba" from "TestS3R2:rclone-test-jajerax0koba" 2025/08/17 03:53:42 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/17 03:53:49 DEBUG : piped data.txt: open chunk writer: started multipart upload: AHKs9JMrKv5VgxGPN96J02ZxZlwihxze-S48ECMw1bsO2WB-PZuk4B9r_BCEO5pdUzchUwEqKm6114rQ5uKCbP670ehh88V94DRTrY8CAvZ2THaPvKAuGSF-53-hpkBcbKRvc7OigBj4zhV21dAaZNPPXWb6uAn9yK7AOHQ02i8kNnNCOQJkD5gJJHqz-pw0yGySWK77Rxlg8G-1-vnDW-zAYzxQSgC5aO-4L5tRlvd2bP7U0SC2jcjcREJQBcVP--13UoOuVeCI96an0P8wQpB5RFfPtZP7UhnutlfMp0_KxlrG28ZY4Wm4jSJe4pKnIPzwaeCvdFlDQEMUOaiAa_s 2025/08/17 03:53:49 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/08/17 03:53:49 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/08/17 03:53:49 DEBUG : piped data.txt: multipart upload "AHKs9JMrKv5VgxGPN96J02ZxZlwihxze-S48ECMw1bsO2WB-PZuk4B9r_BCEO5pdUzchUwEqKm6114rQ5uKCbP670ehh88V94DRTrY8CAvZ2THaPvKAuGSF-53-hpkBcbKRvc7OigBj4zhV21dAaZNPPXWb6uAn9yK7AOHQ02i8kNnNCOQJkD5gJJHqz-pw0yGySWK77Rxlg8G-1-vnDW-zAYzxQSgC5aO-4L5tRlvd2bP7U0SC2jcjcREJQBcVP--13UoOuVeCI96an0P8wQpB5RFfPtZP7UhnutlfMp0_KxlrG28ZY4Wm4jSJe4pKnIPzwaeCvdFlDQEMUOaiAa_s" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/08/17 03:53:50 DEBUG : piped data.txt: open chunk writer: started multipart upload: AK4qmTCk3SqLFkzNvVMr4eIIFrbqAtiGwNmxnr1uOcP5MesoIEv1OcUHiUrriVBNlncOqmc53k3ecaohigCqyhkq6qL8iexELwUgBghxjkE09pm-VCknvBr1yxj5nFTU06C5r6wP-tXLG0lfYThhDVRWivJcDs_l6EghCoZI2dSk7FYuR-b7-_qAC-dUglI-YUEwYoJAyG3rUHCjixS2bXDywW3g38vReQgM2a7qd0WlGesGKWc99o3U1_a3Bv29fDIK6B-KskQJ_svlkPVgZ1oeGkHdOMkWZeMzV3JlmGnuVp7g8VNIDDnFlXY9g0hODiaiqj5ynvW0isjw1fB5tao 2025/08/17 03:53:50 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/17 03:53:50 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "779c428823ccf2c6bbae13f0c4e11191" 2025/08/17 03:53:50 DEBUG : piped data.txt: multipart upload "AK4qmTCk3SqLFkzNvVMr4eIIFrbqAtiGwNmxnr1uOcP5MesoIEv1OcUHiUrriVBNlncOqmc53k3ecaohigCqyhkq6qL8iexELwUgBghxjkE09pm-VCknvBr1yxj5nFTU06C5r6wP-tXLG0lfYThhDVRWivJcDs_l6EghCoZI2dSk7FYuR-b7-_qAC-dUglI-YUEwYoJAyG3rUHCjixS2bXDywW3g38vReQgM2a7qd0WlGesGKWc99o3U1_a3Bv29fDIK6B-KskQJ_svlkPVgZ1oeGkHdOMkWZeMzV3JlmGnuVp7g8VNIDDnFlXY9g0hODiaiqj5ynvW0isjw1fB5tao" 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/17 03:53:51 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/17 03:53:53 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: ABt35_xWeL9_BwPOFTJk18LoFemeau4MXVoPJHLBsrksXTqdpjK7h03HwRSBjFhHqwU1QihODeUEYdZRfIjbVRcyQImia1UaYFy1mPNy2L9ltPFsujHQIKNZAG7GTFeE-8wHoRM7aLuanwaaSIFYkZWZQ3yET1WGBnaOiJaUy_ilVYkYMrkoCt1LO9DwP0dg9wXPVXTf0zIQYBYaRqzqFYHrklEgOwVQZwv2EVtUTsmwrnWdqDee4jkp0bbWkdSfj1pTCKai8-p25NuA2I0Mcb_hkuo46rxaRrxHjqdjL5IDmxtZ5vWX-N3IfISiikhpM-l1hRd5ix_73L7sGOdu_lg 2025/08/17 03:53:53 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/08/17 03:53:54 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/08/17 03:53:54 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "ABt35_xWeL9_BwPOFTJk18LoFemeau4MXVoPJHLBsrksXTqdpjK7h03HwRSBjFhHqwU1QihODeUEYdZRfIjbVRcyQImia1UaYFy1mPNy2L9ltPFsujHQIKNZAG7GTFeE-8wHoRM7aLuanwaaSIFYkZWZQ3yET1WGBnaOiJaUy_ilVYkYMrkoCt1LO9DwP0dg9wXPVXTf0zIQYBYaRqzqFYHrklEgOwVQZwv2EVtUTsmwrnWdqDee4jkp0bbWkdSfj1pTCKai8-p25NuA2I0Mcb_hkuo46rxaRrxHjqdjL5IDmxtZ5vWX-N3IfISiikhpM-l1hRd5ix_73L7sGOdu_lg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/08/17 03:53:55 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AKK2ag4ot_EpN1Y88Vwn0xn4VBwwLEc7Hzn2mUBlUZlb_pboD4-RC5zOvf1bV9Bmu4CTS5B06BQlyqQfocWO0Az_1p24gZOLm_ZSzk81ScnCXpEEkuuZ9gnfhgsNixVoSg9FWgIwwAgXe2lslfMHSCR-vWxLubedOD7L4K1h_wjiXdBSg0FRCgnJ-kO8pWx79fdac1A8HvD7bqkQ9CHIQJ3UCqX6Si93LebIBdF2_9c7L5K2I0uddPJbJ2znu1hMpd_oKlpsyZnowgvUOfXCYIRFTzrxBeb-Skyz_ANdJvE2ThFHb3iM-FFIrC0D-x5uQxvF-IunwV1UE3zzPDEfrDs 2025/08/17 03:53:55 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/08/17 03:53:56 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/17 03:53:56 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AKK2ag4ot_EpN1Y88Vwn0xn4VBwwLEc7Hzn2mUBlUZlb_pboD4-RC5zOvf1bV9Bmu4CTS5B06BQlyqQfocWO0Az_1p24gZOLm_ZSzk81ScnCXpEEkuuZ9gnfhgsNixVoSg9FWgIwwAgXe2lslfMHSCR-vWxLubedOD7L4K1h_wjiXdBSg0FRCgnJ-kO8pWx79fdac1A8HvD7bqkQ9CHIQJ3UCqX6Si93LebIBdF2_9c7L5K2I0uddPJbJ2znu1hMpd_oKlpsyZnowgvUOfXCYIRFTzrxBeb-Skyz_ANdJvE2ThFHb3iM-FFIrC0D-x5uQxvF-IunwV1UE3zzPDEfrDs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/08/17 03:53:57 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AFXp4bZ-auijXW_ToANx4D50tdP0kiioKrBMpeJ4_XFAUGEPlojC9wlXUdJfXzlhUDm-ZGqHUkP2-lMiO5VFZP-hLBzfEBqmGVOtS3FPRfzNrBQs1HMad1u3A6P2qraDYNbrT5rcE3raVMOPJ2Lu0ptyTxfm2q36_P74q8Ywa8MD9TMac0Un2jKwqzfARj8FtKKfr7P97HFkd4-DcxQHgpAxwt4pk3kJkrm3mqJwipeiyEkOdMumdLzsqE0_xzICCJyZJzCiaXs1sNoyLXvT0DfgGHwNspvAdtrns931CYHyg_9HIMJEZz6z3XLFkhj5BhpUgfe4NUTQJVh8ErCVeUQ 2025/08/17 03:53:57 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/17 03:53:57 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/17 03:53:58 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AFXp4bZ-auijXW_ToANx4D50tdP0kiioKrBMpeJ4_XFAUGEPlojC9wlXUdJfXzlhUDm-ZGqHUkP2-lMiO5VFZP-hLBzfEBqmGVOtS3FPRfzNrBQs1HMad1u3A6P2qraDYNbrT5rcE3raVMOPJ2Lu0ptyTxfm2q36_P74q8Ywa8MD9TMac0Un2jKwqzfARj8FtKKfr7P97HFkd4-DcxQHgpAxwt4pk3kJkrm3mqJwipeiyEkOdMumdLzsqE0_xzICCJyZJzCiaXs1sNoyLXvT0DfgGHwNspvAdtrns931CYHyg_9HIMJEZz6z3XLFkhj5BhpUgfe4NUTQJVh8ErCVeUQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/08/17 03:53:58 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AHhj_vkCTDtgamBmAbcKfgZ2XB2lfH9vk9RVsiomDyz-Q4Fo7rKDOnHZ6QU-FPOtUA1pWZ2SqxEV6m-mxz48GGkkdER3S6YlvVfFLcJfuaywv7obXfvvJCILQVDiGVNforrQcCcw4twF-OIoWjJZ0fTd9WFMOKu6Mk3He4Q8uMweQ-v4A2B43bAUWhdLCFACTGz6HpeTGsIJ_OQaRAO4ltxEkaMvtZM4XoliaWtnz66eEJNVh5EznaMwMwWkgxjILdRCS_WSO_KIIPUvTpW1vPxLtuoXmk7METEagj29u-9vqbPLPYxSViTqzAfKz20ZSCXCnMKrq8fc85ejGWLR94c 2025/08/17 03:53:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/08/17 03:53:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/08/17 03:53:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/08/17 03:53:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/17 03:53:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/17 03:53:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/17 03:54:00 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AHhj_vkCTDtgamBmAbcKfgZ2XB2lfH9vk9RVsiomDyz-Q4Fo7rKDOnHZ6QU-FPOtUA1pWZ2SqxEV6m-mxz48GGkkdER3S6YlvVfFLcJfuaywv7obXfvvJCILQVDiGVNforrQcCcw4twF-OIoWjJZ0fTd9WFMOKu6Mk3He4Q8uMweQ-v4A2B43bAUWhdLCFACTGz6HpeTGsIJ_OQaRAO4ltxEkaMvtZM4XoliaWtnz66eEJNVh5EznaMwMwWkgxjILdRCS_WSO_KIIPUvTpW1vPxLtuoXmk7METEagj29u-9vqbPLPYxSViTqzAfKz20ZSCXCnMKrq8fc85ejGWLR94c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/08/17 03:54:00 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ADKEgIM0k6D1AdFVLiElF8uyI7lCWG8bBLxMwQO9cj3Y0r3TOj__gKvkuyvu9KD03EjKwjOjOzrwjMXyGN8iFxTgXaDfJBI73xrWrtv44_wCDaqZtkImgezjpaWfi2NA4eVlqqqgrEnFpzBjyUf6K9S8a8w-xoVcECPw08SxOeGrkKzJoKDwo3u5H4_8D4CuaOVkztpeVG1YGTjPrxOguYA2JWhX9o0rP9Jm_Po6X9aF01LIQuLKXESp_xSHoPzMetScqDksQ3EbvttBx9HqYQuDR6zJGOqN7Ku2p2hcKI0L4OjKunlsd0bQZkcVJr8Z5hXQvPWcp0eIDY7gYXdiPYk 2025/08/17 03:54:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/17 03:54:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/08/17 03:54:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/08/17 03:54:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/17 03:54:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/17 03:54:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/17 03:54:02 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ADKEgIM0k6D1AdFVLiElF8uyI7lCWG8bBLxMwQO9cj3Y0r3TOj__gKvkuyvu9KD03EjKwjOjOzrwjMXyGN8iFxTgXaDfJBI73xrWrtv44_wCDaqZtkImgezjpaWfi2NA4eVlqqqgrEnFpzBjyUf6K9S8a8w-xoVcECPw08SxOeGrkKzJoKDwo3u5H4_8D4CuaOVkztpeVG1YGTjPrxOguYA2JWhX9o0rP9Jm_Po6X9aF01LIQuLKXESp_xSHoPzMetScqDksQ3EbvttBx9HqYQuDR6zJGOqN7Ku2p2hcKI0L4OjKunlsd0bQZkcVJr8Z5hXQvPWcp0eIDY7gYXdiPYk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/08/17 03:54:04 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AGsKs_YUAdABwSszDtOZkgMwm3P2F4sTRlJs4x1CxOD6qGPhfqj7nE6Vvm4uDRQ-C92bBO_c7_PvLNt08_qpP5LrKF-5VJXtC4wgtkdNJuzl_z_fkH1Onr_A-ph3rhxO2GcTcoFFIolx501nrnC23DkA38K27Xq49YzTd8DLfkvI7kWMd88tjnB657h7bwUC8LUXdjvj7O30rxPx6ETJ2TR3rIEbfJg1_6-K8Bs6AhAanX0vjfAMoxAh_T94sadPGYpsx7mmCI7p6Yxo4K0T0-X3pimSxbd0aCoqYn8VgfUD-cC03SimjomCc4vjauM5os3Sfs8iLd5_xiMnrvp8dKw 2025/08/17 03:54:04 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/17 03:54:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/08/17 03:54:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AGsKs_YUAdABwSszDtOZkgMwm3P2F4sTRlJs4x1CxOD6qGPhfqj7nE6Vvm4uDRQ-C92bBO_c7_PvLNt08_qpP5LrKF-5VJXtC4wgtkdNJuzl_z_fkH1Onr_A-ph3rhxO2GcTcoFFIolx501nrnC23DkA38K27Xq49YzTd8DLfkvI7kWMd88tjnB657h7bwUC8LUXdjvj7O30rxPx6ETJ2TR3rIEbfJg1_6-K8Bs6AhAanX0vjfAMoxAh_T94sadPGYpsx7mmCI7p6Yxo4K0T0-X3pimSxbd0aCoqYn8VgfUD-cC03SimjomCc4vjauM5os3Sfs8iLd5_xiMnrvp8dKw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/08/17 03:54:06 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AHwbIfUQcIZLQdz78ves-ONOekBgUwl00pz8p2uk39cELSvslgf3vXCmTa-xbUF1Rz6vmAd0A9MWYIivQ101lwMjthl5pMyAotVy8S3oEIlGhNqIYvHMG4gF-jSdnOoyvEQzMM2CnQcTxfz05VU-mXi9QVwVJQEd5uehojZc8-TCF-sPYMvuL0EA6RWhni00N9AQM0lGdmOLHO7XWZmQLr7Yf_D2x5dDCSAGp5UJHmVYJfIkfudf3mCOTd0OEOgdGTO7Ma1IT2o2y3WSieqgKtvhuSYdeDpCAEwOlQekkrOMRjFpcETpdPeJo7EAAPb_AwdSODqA6Kqx55XH66lY58I 2025/08/17 03:54:06 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/08/17 03:54:07 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/17 03:54:07 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AHwbIfUQcIZLQdz78ves-ONOekBgUwl00pz8p2uk39cELSvslgf3vXCmTa-xbUF1Rz6vmAd0A9MWYIivQ101lwMjthl5pMyAotVy8S3oEIlGhNqIYvHMG4gF-jSdnOoyvEQzMM2CnQcTxfz05VU-mXi9QVwVJQEd5uehojZc8-TCF-sPYMvuL0EA6RWhni00N9AQM0lGdmOLHO7XWZmQLr7Yf_D2x5dDCSAGp5UJHmVYJfIkfudf3mCOTd0OEOgdGTO7Ma1IT2o2y3WSieqgKtvhuSYdeDpCAEwOlQekkrOMRjFpcETpdPeJo7EAAPb_AwdSODqA6Kqx55XH66lY58I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/08/17 03:54:08 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AMbVOZMvOE33jlZIlKIpvBrP640EV3tc6jTSx68OvcariPDc7uXQMqnM0tPWGs1nlUFC6EV7L5Ce6odNNmtdtthmpZQBxGtDt9FJ51zs0in3wq4lk7fHd-Z00S1siD05OCZ0AgiG7jRqZIHQE0DyF5ugTMnVYgIg0OB70n3hGL0F9HUqzDjZ2ZNCZRpQp9uhbIwnKmHEW5Cm0fbazerKP-Js0X7Ny8-CkuOF0mrFsxBBdFyR68adNDcmBZaIotv2bAmt2o9po83YXZo1sOFQchqE5-ZQfvwSWGYzFp6fk51wCh3CLVNnwhvMZhnxvau8GhBf2FSFB9V7VcLf1IF-5fg 2025/08/17 03:54:08 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/17 03:54:08 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/17 03:54:08 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AMbVOZMvOE33jlZIlKIpvBrP640EV3tc6jTSx68OvcariPDc7uXQMqnM0tPWGs1nlUFC6EV7L5Ce6odNNmtdtthmpZQBxGtDt9FJ51zs0in3wq4lk7fHd-Z00S1siD05OCZ0AgiG7jRqZIHQE0DyF5ugTMnVYgIg0OB70n3hGL0F9HUqzDjZ2ZNCZRpQp9uhbIwnKmHEW5Cm0fbazerKP-Js0X7Ny8-CkuOF0mrFsxBBdFyR68adNDcmBZaIotv2bAmt2o9po83YXZo1sOFQchqE5-ZQfvwSWGYzFp6fk51wCh3CLVNnwhvMZhnxvau8GhBf2FSFB9V7VcLf1IF-5fg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/08/17 03:54:09 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AKHcYkj3WVAnH5dIwI4fThccspJpjPk3sM28kwBaLqbuC7qLaHCQqRVh-07t1wweZsWgf7ThJZja0g1klHjg48QIbvRAXxZXrutoeFxsyg07wYIymlz4Ds325kafhYuYYJbqcNcezF_GBHiRZy4DTnA-xh8Z_31tBFGQozn63ToW0SzecDJpWzclWPIv09AS_ZvXGm51eSKHk1jZzJIwdiLCoaR79O1cd-jokDklzRlAqowaNoffg-SEv8PTguoTZ7SUF3MFujbNY7h2143boTC0T9-ENmZpiQz8Ivb8f3nzmQZHlsf-6PxEHQDGME-OIueQFSyMabV4s4WltcEPuvo 2025/08/17 03:54:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/08/17 03:54:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/08/17 03:54:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/17 03:54:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/17 03:54:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/17 03:54:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/17 03:54:11 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AKHcYkj3WVAnH5dIwI4fThccspJpjPk3sM28kwBaLqbuC7qLaHCQqRVh-07t1wweZsWgf7ThJZja0g1klHjg48QIbvRAXxZXrutoeFxsyg07wYIymlz4Ds325kafhYuYYJbqcNcezF_GBHiRZy4DTnA-xh8Z_31tBFGQozn63ToW0SzecDJpWzclWPIv09AS_ZvXGm51eSKHk1jZzJIwdiLCoaR79O1cd-jokDklzRlAqowaNoffg-SEv8PTguoTZ7SUF3MFujbNY7h2143boTC0T9-ENmZpiQz8Ivb8f3nzmQZHlsf-6PxEHQDGME-OIueQFSyMabV4s4WltcEPuvo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/08/17 03:54:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AEFbUeYQ0SwGlTnm8yQxCIOoMCu8ifec1Z59DlHoIHaw4XrNhVs03tfcuIpJNqSL_yAmFY6kYQs76qbbe-mSR5zdnTWERIMFHLyHdITP12dl4nGLjYIHO6-ETCqPnXeZJnMNMCtkoMsNs0d_bTtYY-AWIomi6ME0OIZKLqpYBh6WaT5sIdKkzD07YiYo3YHlHyMcUrBSht5kxXL_7m2xWqou2UrGKJcYbd-lYFOwELto8jWfC0Hb5gM4SPlWqgtweFyeWFaDbI_J1OlH4UhqzSJeHfbkRk7_VRD2YndJkuVN7ErubyN5P2_4zaYlAmD1KVgwh_6-h0o16_Tql_nMnuk 2025/08/17 03:54:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/17 03:54:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/17 03:54:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/08/17 03:54:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/17 03:54:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/17 03:54:13 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/17 03:54:13 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AEFbUeYQ0SwGlTnm8yQxCIOoMCu8ifec1Z59DlHoIHaw4XrNhVs03tfcuIpJNqSL_yAmFY6kYQs76qbbe-mSR5zdnTWERIMFHLyHdITP12dl4nGLjYIHO6-ETCqPnXeZJnMNMCtkoMsNs0d_bTtYY-AWIomi6ME0OIZKLqpYBh6WaT5sIdKkzD07YiYo3YHlHyMcUrBSht5kxXL_7m2xWqou2UrGKJcYbd-lYFOwELto8jWfC0Hb5gM4SPlWqgtweFyeWFaDbI_J1OlH4UhqzSJeHfbkRk7_VRD2YndJkuVN7ErubyN5P2_4zaYlAmD1KVgwh_6-h0o16_Tql_nMnuk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/08/17 03:54:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AJXiTu_b8qmBfroiURbn3-FGqHTfzBPaqc_wzWwyQOUnegLYbGqtphmphXZ3goJMPsIEcFsDNDSWZRo38lKOlucskMI9nrIykrocu4f_KJSxtYXwuAhHjUGYr4Xwlx7jgdH3rWs0Fxo9d8IUclALGkTMGls4AKLSIqYMuxQBar3l3QvccbbVEbk4b25RzSFFxJuxpkIzXueAFPjXWi0K_-NVazVsuAN5MSzD2rv-pYP54-MuYOwAIEL5a-ondOTkYG9jAAagQ3H26ckBm7gs7eq9fBj7QYMAksVBFQ2N5MzH4CKYYw7RrlfnPogg_mP6e1t1pvtidi4iq8KDXXT5CtE 2025/08/17 03:54:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/17 03:54:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/08/17 03:54:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AJXiTu_b8qmBfroiURbn3-FGqHTfzBPaqc_wzWwyQOUnegLYbGqtphmphXZ3goJMPsIEcFsDNDSWZRo38lKOlucskMI9nrIykrocu4f_KJSxtYXwuAhHjUGYr4Xwlx7jgdH3rWs0Fxo9d8IUclALGkTMGls4AKLSIqYMuxQBar3l3QvccbbVEbk4b25RzSFFxJuxpkIzXueAFPjXWi0K_-NVazVsuAN5MSzD2rv-pYP54-MuYOwAIEL5a-ondOTkYG9jAAagQ3H26ckBm7gs7eq9fBj7QYMAksVBFQ2N5MzH4CKYYw7RrlfnPogg_mP6e1t1pvtidi4iq8KDXXT5CtE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/08/17 03:54:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AISCfGTqkR4KKgpk7b-K-ZdmUy7jJ6LcpE5-EKjNkZJrzOebDxbzTX5iX_esBQ49VOyMuCg5cTzEtvv3Ap8iqcJDPf6TKKipNDIoZpCrkaX1zFzVQHLJ2zjagzLozyA0wksQyqh2LPryBmSmIknXstLuM0nqHI6smZ5DVVVj_IHdiJpNyCwgc2KZD8sgNBNsxezvRZmHleOwP1QklMB77X-4xjHPUFeJdXNVGdQRcR0l3fL7ZG36n4v4FC-al-Dup7Ns8dj74Yfu_Hf_NcTb4Wy-nIE7Dv7fRei-EFZ7Zn2XVrzUk9vmDKiNg-ilv2fCg1vQSU2_zPf7jtC8_XE6p4o 2025/08/17 03:54:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/08/17 03:54:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/17 03:54:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AISCfGTqkR4KKgpk7b-K-ZdmUy7jJ6LcpE5-EKjNkZJrzOebDxbzTX5iX_esBQ49VOyMuCg5cTzEtvv3Ap8iqcJDPf6TKKipNDIoZpCrkaX1zFzVQHLJ2zjagzLozyA0wksQyqh2LPryBmSmIknXstLuM0nqHI6smZ5DVVVj_IHdiJpNyCwgc2KZD8sgNBNsxezvRZmHleOwP1QklMB77X-4xjHPUFeJdXNVGdQRcR0l3fL7ZG36n4v4FC-al-Dup7Ns8dj74Yfu_Hf_NcTb4Wy-nIE7Dv7fRei-EFZ7Zn2XVrzUk9vmDKiNg-ilv2fCg1vQSU2_zPf7jtC8_XE6p4o" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/08/17 03:54:19 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AKOG1DX2guhMrkdU8FRwZG8oTqzTEd36-HWUOBsj_XwtUKFAIZaxs_03fv_9mpIzW4GbEb44SNnoy18m9OfzYuUUUPUz9U9UqAIWb0_piPSE1fSZGtqruK4Pa9rIPLzsVBxj6qjIWrMev8KgYgdbOXquVJaaVxP-huojI-OVjpPYIO77kELlkQ-7iWRq0d8xHsU2ZPb1vH2BJ7s9sBPVIZv0Pt8WUaIRJ1i8Re1n9gR-mlHg4yLQYMrmJrxgtz0X4XvbszUAY9rDFFZJjCZlYUZghZfWenmWRWU_qW1JFWUjkjW0U1qc57ZasSr74SoGp_tY0j19AYzXjPPj_Dq3f5w 2025/08/17 03:54:19 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/17 03:54:20 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/17 03:54:20 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AKOG1DX2guhMrkdU8FRwZG8oTqzTEd36-HWUOBsj_XwtUKFAIZaxs_03fv_9mpIzW4GbEb44SNnoy18m9OfzYuUUUPUz9U9UqAIWb0_piPSE1fSZGtqruK4Pa9rIPLzsVBxj6qjIWrMev8KgYgdbOXquVJaaVxP-huojI-OVjpPYIO77kELlkQ-7iWRq0d8xHsU2ZPb1vH2BJ7s9sBPVIZv0Pt8WUaIRJ1i8Re1n9gR-mlHg4yLQYMrmJrxgtz0X4XvbszUAY9rDFFZJjCZlYUZghZfWenmWRWU_qW1JFWUjkjW0U1qc57ZasSr74SoGp_tY0j19AYzXjPPj_Dq3f5w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/08/17 03:54:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AIY5U8GdTTrkOcFRl4F2M-_jPNI_8FNOiFCbe66izlwUorxdx5HwdDKtEKWTNowSBBayt9j00kG6h_kq0sebtJcpa8I0fj61BWsEZONDlGqVoUIryI5cisjYzjH6lfkdyxNsZidEnX4JAai2j4QVZJ6qyMiKIENW7QwUA2o05IrBwKuIquo3UrIsu1E8mKvtaYgfMqCVk8Hi9AIjVaToAplxkwmjKjQakzbXwfJvFewcx6a4adBfPWYElvyNqIxFElYiful72SDbwsYDKmrNr2XY7H2WjwIr_FZF6rVeTPXqYadiv1PztyhCN61UT-eFvMuW56HGsXtjsmevDDWOSTM 2025/08/17 03:54:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/08/17 03:54:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/08/17 03:54:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/17 03:54:22 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/17 03:54:22 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/17 03:54:22 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/17 03:54:22 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AIY5U8GdTTrkOcFRl4F2M-_jPNI_8FNOiFCbe66izlwUorxdx5HwdDKtEKWTNowSBBayt9j00kG6h_kq0sebtJcpa8I0fj61BWsEZONDlGqVoUIryI5cisjYzjH6lfkdyxNsZidEnX4JAai2j4QVZJ6qyMiKIENW7QwUA2o05IrBwKuIquo3UrIsu1E8mKvtaYgfMqCVk8Hi9AIjVaToAplxkwmjKjQakzbXwfJvFewcx6a4adBfPWYElvyNqIxFElYiful72SDbwsYDKmrNr2XY7H2WjwIr_FZF6rVeTPXqYadiv1PztyhCN61UT-eFvMuW56HGsXtjsmevDDWOSTM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/08/17 03:54:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ADTEondu0AgYTHeoqMN4a5upNAylBejUUi5xXbJg4DG59ZsVY5sbLp74J0epz252T1ieaCZ3vVqgd2oX00QflCL_S69Z9sFRDPQz2FnqeeJ31I3bLVbVR7slr2y139TC0d07wqsPcN8odb3x-YqqETYtPe_3Xo0H2dDYA3KvSBkX5vpackYd8vAaBiSadrsCTz47BK2HnzgVQijB0rbyXuKJUWRycMTQevHKYj7OZkhLUREuMNE_N11zR8ucs4qJru3s0WiVgeQjB0PPo-_mVDWHEP98OiD9WbagObdVfCCWEvFz46V7XJTU7xlveVwsl2f6FAttJxtMcTHuswE0LD4 2025/08/17 03:54:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/17 03:54:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/17 03:54:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/08/17 03:54:24 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/17 03:54:24 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/17 03:54:24 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/17 03:54:24 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "ADTEondu0AgYTHeoqMN4a5upNAylBejUUi5xXbJg4DG59ZsVY5sbLp74J0epz252T1ieaCZ3vVqgd2oX00QflCL_S69Z9sFRDPQz2FnqeeJ31I3bLVbVR7slr2y139TC0d07wqsPcN8odb3x-YqqETYtPe_3Xo0H2dDYA3KvSBkX5vpackYd8vAaBiSadrsCTz47BK2HnzgVQijB0rbyXuKJUWRycMTQevHKYj7OZkhLUREuMNE_N11zR8ucs4qJru3s0WiVgeQjB0PPo-_mVDWHEP98OiD9WbagObdVfCCWEvFz46V7XJTU7xlveVwsl2f6FAttJxtMcTHuswE0LD4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/08/17 03:54:27 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ADLqG0rSx4XjafTeZ5azEg8C80qrobIkGQXnxnBfFm3t4ipe85gixxbDd7yUz9AEzYSN0ch8JbHg150gesQFLZOI6GuIRh9Ny-tGllSTzy2XmikLVsEKYS1_YK5jxzFXrTNoWip1QW8pIJp4FMu7HPOqUaaEvN_LRZNeWmPnG68poQ63KfnefuhIRSKO1_tVxI2K8FRsUaZNs-ddaJB1ogiGHuUSECMz4SIN42UhZEcvyTeZDFKldUOSJWg17ajhCj4TTE5iWapN01GZDvHbpRMe-ckFRoowYlcL1omZR08pv_Xo9fp5SE6QA3z83lIW0cv4XaT8mUivzWV7mklpwH0 2025/08/17 03:54:27 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/17 03:54:28 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/08/17 03:54:28 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ADLqG0rSx4XjafTeZ5azEg8C80qrobIkGQXnxnBfFm3t4ipe85gixxbDd7yUz9AEzYSN0ch8JbHg150gesQFLZOI6GuIRh9Ny-tGllSTzy2XmikLVsEKYS1_YK5jxzFXrTNoWip1QW8pIJp4FMu7HPOqUaaEvN_LRZNeWmPnG68poQ63KfnefuhIRSKO1_tVxI2K8FRsUaZNs-ddaJB1ogiGHuUSECMz4SIN42UhZEcvyTeZDFKldUOSJWg17ajhCj4TTE5iWapN01GZDvHbpRMe-ckFRoowYlcL1omZR08pv_Xo9fp5SE6QA3z83lIW0cv4XaT8mUivzWV7mklpwH0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/08/17 03:54:29 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AE0o-cvEhybQ4gvvgvvWixsl0mCnYYgH15KnxTDCNP113d3WmlkJ1_WRrwLCwLPRnHo6eLsKGsXzxLery8vevJqF66Zi8ZeWG-fKvVE2cPNW8GQE-Lrv7kXrtxJ_sQWCoLiHzumcDkF6VVRGtFPpyh05lVWw_bLqWhcDYnDFQNRK_GVOBE5e0i6KYAvdxJZZ4DDNBAlMjv8INZ9fz_WGmGa0jjWnpSVMY9g2yrtpVYyPFOrSHBm_1BKK_q9uSSuNcMfEQiTAIdXVtMJ1cO6kskGS9ZZiOeLWqrpIxhOy4uWZiKzpurmKaBRc-5excGQzjCZnE_-yXQhTZnp9-wD1tcU 2025/08/17 03:54:29 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/08/17 03:54:29 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/17 03:54:30 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AE0o-cvEhybQ4gvvgvvWixsl0mCnYYgH15KnxTDCNP113d3WmlkJ1_WRrwLCwLPRnHo6eLsKGsXzxLery8vevJqF66Zi8ZeWG-fKvVE2cPNW8GQE-Lrv7kXrtxJ_sQWCoLiHzumcDkF6VVRGtFPpyh05lVWw_bLqWhcDYnDFQNRK_GVOBE5e0i6KYAvdxJZZ4DDNBAlMjv8INZ9fz_WGmGa0jjWnpSVMY9g2yrtpVYyPFOrSHBm_1BKK_q9uSSuNcMfEQiTAIdXVtMJ1cO6kskGS9ZZiOeLWqrpIxhOy4uWZiKzpurmKaBRc-5excGQzjCZnE_-yXQhTZnp9-wD1tcU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/08/17 03:54:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AHQUsFZSkVsbcJZJTvq3BqhxpTjnT_KeHBlZyVFsFW1f5wxXHJQjS7FZNaclwl7L08xnyYZZqzbTwF9RbFFjHiCcWvUvFEy1bfEoSQrpn0tsPEQ8IU96FALBoPyxZMnMTEK2vOWcMl9BA2itY-mCuedxkirQW9ck0J5fAWKR5T7hZX0YQUqHVsCdYlK5mWSgIK_nOGY8cLQXBoqxSR0FtEu3EkVYHNhKh8JiJZHP67LWZrqwnSQfDfQeFaEVvKyhNA-uedBRgg6S44ni1U_QltDFR8FNAJbY_870Obd7tMFo58azT8TeA_xAiCno2kr9HMkAzDMP9lvwaxvFQpxYab4 2025/08/17 03:54:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/17 03:54:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/17 03:54:32 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AHQUsFZSkVsbcJZJTvq3BqhxpTjnT_KeHBlZyVFsFW1f5wxXHJQjS7FZNaclwl7L08xnyYZZqzbTwF9RbFFjHiCcWvUvFEy1bfEoSQrpn0tsPEQ8IU96FALBoPyxZMnMTEK2vOWcMl9BA2itY-mCuedxkirQW9ck0J5fAWKR5T7hZX0YQUqHVsCdYlK5mWSgIK_nOGY8cLQXBoqxSR0FtEu3EkVYHNhKh8JiJZHP67LWZrqwnSQfDfQeFaEVvKyhNA-uedBRgg6S44ni1U_QltDFR8FNAJbY_870Obd7tMFo58azT8TeA_xAiCno2kr9HMkAzDMP9lvwaxvFQpxYab4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/08/17 03:54:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ABOiYEwM4YUW5bEUb0pfU7XMyBwh0FTcKscBLNLe2kabUYbXF1AciFedbjylGkPnifa1WnucRXejAVtU2Xh8v0j8zfo5U184uhAXjGbDB3YsPQFlOkc-luEqHCoz4zQa09KtpE3_-ktd_3YxLipKDVUxPVMqF-dD9EdYKmhAg3WUlkrlUJWLzlFaIef3Qvy41e9PZUK8cFz4-7C9m40L5lr4DymJ6rBd6byIcelghDTDs7fU2cWsltgcik5ClcjVk8sCZNgsyk8sMv4I--HEs43KCIl2PNVYmLrn0Dsy7txaU98ljpS4s-TZx-k9qQz3EjGOFh4bwmutTSwtzmAnotQ 2025/08/17 03:54:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/08/17 03:54:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/08/17 03:54:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/08/17 03:54:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/17 03:54:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/17 03:54:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/17 03:54:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ABOiYEwM4YUW5bEUb0pfU7XMyBwh0FTcKscBLNLe2kabUYbXF1AciFedbjylGkPnifa1WnucRXejAVtU2Xh8v0j8zfo5U184uhAXjGbDB3YsPQFlOkc-luEqHCoz4zQa09KtpE3_-ktd_3YxLipKDVUxPVMqF-dD9EdYKmhAg3WUlkrlUJWLzlFaIef3Qvy41e9PZUK8cFz4-7C9m40L5lr4DymJ6rBd6byIcelghDTDs7fU2cWsltgcik5ClcjVk8sCZNgsyk8sMv4I--HEs43KCIl2PNVYmLrn0Dsy7txaU98ljpS4s-TZx-k9qQz3EjGOFh4bwmutTSwtzmAnotQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/08/17 03:54:36 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AEx1qUuBlg1UaiV3eYsBpyk2iByz1n_HFw58OfCa0PTzV_BFR9HBjGwyKu64JRRZ0DGF0R7XE04QXNq1YTur50m0mURBIJ_2JXFpn8QNx0DHQ8H2m_9EYnv_iovedPNf8-Oq7aW4YAdHkWaWj95QnmBN1or8umuEz-tjbIUZdoiWdr50OUGaJyGPykRvOm26y94eGW64lFelahAqDaFI5iJnc9aRb7wfT9lWIkgbhZLnyQh8CC_LmbkTEAR59B1PKz-QXj0lKiZpXmJlBqQ46d7VRcHiVkcMmk7TMD-q5UH43Pf39wQ1LhGPlm7gc2YwlGdtXCTHuMbKbkScHX3ffvg 2025/08/17 03:54:36 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/17 03:54:36 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/08/17 03:54:36 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/08/17 03:54:36 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/17 03:54:36 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/17 03:54:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/17 03:54:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AEx1qUuBlg1UaiV3eYsBpyk2iByz1n_HFw58OfCa0PTzV_BFR9HBjGwyKu64JRRZ0DGF0R7XE04QXNq1YTur50m0mURBIJ_2JXFpn8QNx0DHQ8H2m_9EYnv_iovedPNf8-Oq7aW4YAdHkWaWj95QnmBN1or8umuEz-tjbIUZdoiWdr50OUGaJyGPykRvOm26y94eGW64lFelahAqDaFI5iJnc9aRb7wfT9lWIkgbhZLnyQh8CC_LmbkTEAR59B1PKz-QXj0lKiZpXmJlBqQ46d7VRcHiVkcMmk7TMD-q5UH43Pf39wQ1LhGPlm7gc2YwlGdtXCTHuMbKbkScHX3ffvg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/08/17 03:54:44 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AEMj37P5oVOGJZa4CnSbF1ydRjv67S-DwYzdp9MjshjtViCcedt_EdVA0wJYQq-1Edj-wcnyLBTL52BiS0QkaribDHyZoJI_WIpqvh5dTNM1NsIKssJSOK77Sdbxf2-NQiMMW7xv6w9iHrtu6LOAS3yTe2EPTMpfdt6zFejdmfyPSiyz2-apE8aqVgSqTSMftK22GjT9PbN_mijhWoCJzTzp9W9yPsY5Tv2L5gOUm_Ipmtdxyk7tnPFhLPJ4Dc-pyD-Y7BdImpmdya-4eEKbm8K49Z_XNePv-IwULz-KBBxOn8bpKgBfRShjfWtSBYOlHFpOSoHUUVmw1ZJ8WqiqjNY 2025/08/17 03:54:44 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/08/17 03:54:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/08/17 03:54:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AEMj37P5oVOGJZa4CnSbF1ydRjv67S-DwYzdp9MjshjtViCcedt_EdVA0wJYQq-1Edj-wcnyLBTL52BiS0QkaribDHyZoJI_WIpqvh5dTNM1NsIKssJSOK77Sdbxf2-NQiMMW7xv6w9iHrtu6LOAS3yTe2EPTMpfdt6zFejdmfyPSiyz2-apE8aqVgSqTSMftK22GjT9PbN_mijhWoCJzTzp9W9yPsY5Tv2L5gOUm_Ipmtdxyk7tnPFhLPJ4Dc-pyD-Y7BdImpmdya-4eEKbm8K49Z_XNePv-IwULz-KBBxOn8bpKgBfRShjfWtSBYOlHFpOSoHUUVmw1ZJ8WqiqjNY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/08/17 03:54:46 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AClahK_pvmnmsgWsBfGXSxABFSn8F-I4bawRsq8qq0fCblHjzXNCu7B-bOHo0DqvkWne7JMUUySOfnqlGhfcgJ1lKYQZO35U4d8_yjXI7NtXu85tyiIU_jdwbk1KvCmqhwSRMxfeJp8OuKudFk-mHO2eDQYOTpnD4mo8Rm3tf48uW1RhIOujCTg0-g-JqrPZppmi8_DUlW77Heif20VPgyY4vCVoeaQcMUqPf-v-3j8Bo_86oKXNYapCpdVcAYONM1TepFzZhcTMTiaCJbapAsxEDYmYqyb50kKAx2G7vjQfGXmezAdiqARpzIfL0QIiRdlw-2a7WVXe3amgvWiPwFA 2025/08/17 03:54:46 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/08/17 03:54:47 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/17 03:54:47 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AClahK_pvmnmsgWsBfGXSxABFSn8F-I4bawRsq8qq0fCblHjzXNCu7B-bOHo0DqvkWne7JMUUySOfnqlGhfcgJ1lKYQZO35U4d8_yjXI7NtXu85tyiIU_jdwbk1KvCmqhwSRMxfeJp8OuKudFk-mHO2eDQYOTpnD4mo8Rm3tf48uW1RhIOujCTg0-g-JqrPZppmi8_DUlW77Heif20VPgyY4vCVoeaQcMUqPf-v-3j8Bo_86oKXNYapCpdVcAYONM1TepFzZhcTMTiaCJbapAsxEDYmYqyb50kKAx2G7vjQfGXmezAdiqARpzIfL0QIiRdlw-2a7WVXe3amgvWiPwFA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/08/17 03:54:48 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AFGQTIUTd-C7tz5yBPJzE5ZFZRj9spI_xeN04K61PvcykyyxYjVJMBjMRi92iheq0GcVnlnx9HXPDjJYVdH0ZawOIvSG6eXlGuvNnugc8P8upOjePpCVHjYiauong_yDlb8huCUCQfdesIrH6G7RYfE_7wVqhCOccu8eeN1TzGu_mFNxUiwhlOTpQiCse1ZxxZnv903xshvU8ygTr-n_RjVtm1ILNOsscAChGOwe-Y2aPJDYOUYH-nVQ0UUzXpILzTapAAdmF7q-ijJhSZQBj71B4QaSRvJfitXezjmDRUNzPfa8ikL9YgGMctd3R9J-ES7uIxmYyXWvTFDMxxXbz4U 2025/08/17 03:54:48 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/17 03:54:48 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/17 03:54:49 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AFGQTIUTd-C7tz5yBPJzE5ZFZRj9spI_xeN04K61PvcykyyxYjVJMBjMRi92iheq0GcVnlnx9HXPDjJYVdH0ZawOIvSG6eXlGuvNnugc8P8upOjePpCVHjYiauong_yDlb8huCUCQfdesIrH6G7RYfE_7wVqhCOccu8eeN1TzGu_mFNxUiwhlOTpQiCse1ZxxZnv903xshvU8ygTr-n_RjVtm1ILNOsscAChGOwe-Y2aPJDYOUYH-nVQ0UUzXpILzTapAAdmF7q-ijJhSZQBj71B4QaSRvJfitXezjmDRUNzPfa8ikL9YgGMctd3R9J-ES7uIxmYyXWvTFDMxxXbz4U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/08/17 03:54:49 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AF6ow_dZYUkbyDFtVzoL6Gx_t2UOxyZDT41XCiXUDUrRKn93t5ysCoWFmmMWqQeDVGvv76-lfwkPuwIgrDxznV-qxSMiALGcjo0lczaPDTP6yUWuCPaDsFvSCxDIL6IwTOUxB6iRDAyzy7aysmC08COSBu-lJfa_qhN9lfFwbCrIRp3qAFEPDUvdOVz4R9Lwj3-T5L6WnRG-bHKPDSsctU7Lj-5cqzxlmmxVYINl4jCjeAAl1OfyjLyc2telN5vsHN0Z6LmHN2tPPIUTWWvJQILiVH3FhHQ_oLe0ukY5MSvdhj9tPUiklj2F4yubgx2eJ3_j3wN3SxAx-aijUkBDBYU 2025/08/17 03:54:50 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/08/17 03:54:50 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/08/17 03:54:50 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/08/17 03:54:50 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/17 03:54:51 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/17 03:54:51 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/17 03:54:51 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AF6ow_dZYUkbyDFtVzoL6Gx_t2UOxyZDT41XCiXUDUrRKn93t5ysCoWFmmMWqQeDVGvv76-lfwkPuwIgrDxznV-qxSMiALGcjo0lczaPDTP6yUWuCPaDsFvSCxDIL6IwTOUxB6iRDAyzy7aysmC08COSBu-lJfa_qhN9lfFwbCrIRp3qAFEPDUvdOVz4R9Lwj3-T5L6WnRG-bHKPDSsctU7Lj-5cqzxlmmxVYINl4jCjeAAl1OfyjLyc2telN5vsHN0Z6LmHN2tPPIUTWWvJQILiVH3FhHQ_oLe0ukY5MSvdhj9tPUiklj2F4yubgx2eJ3_j3wN3SxAx-aijUkBDBYU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/08/17 03:54:52 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AKY0R_4lmaGkeFbrWFdtGX-XTeq0VimZYk1xFcv7jUHw76voop5vBYJXAqzo0l0PPQTQx4EI8FNud0SR8yN-97l1iQd_EzkOKjakqqFMJKsg4iZHI_5PoerS1PjiS-MsJwFCawsO-AkPvrqv4t1dMjmDQbC8awSVyIEMGkRsoefajTuTkDOfDzCPNssfgacKiSyKjHWoWREgMXzzHu8LDXyM7qn1Lmgcc3pjTu2K_yeEh7THqVnG8FEgULSB73owTOUIeSaXpYklVZeVpU6xkJSYD4I4B5DkCnwERCkPzbobW8uiqE68F4ubuesVyWh3fOEmlZXDHHfluF4O1eT2aoc 2025/08/17 03:54:52 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/17 03:54:53 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/08/17 03:54:53 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/08/17 03:54:53 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/17 03:54:53 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/17 03:54:53 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/17 03:54:54 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AKY0R_4lmaGkeFbrWFdtGX-XTeq0VimZYk1xFcv7jUHw76voop5vBYJXAqzo0l0PPQTQx4EI8FNud0SR8yN-97l1iQd_EzkOKjakqqFMJKsg4iZHI_5PoerS1PjiS-MsJwFCawsO-AkPvrqv4t1dMjmDQbC8awSVyIEMGkRsoefajTuTkDOfDzCPNssfgacKiSyKjHWoWREgMXzzHu8LDXyM7qn1Lmgcc3pjTu2K_yeEh7THqVnG8FEgULSB73owTOUIeSaXpYklVZeVpU6xkJSYD4I4B5DkCnwERCkPzbobW8uiqE68F4ubuesVyWh3fOEmlZXDHHfluF4O1eT2aoc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/08/17 03:54:57 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AELFnPf1uBK_WViNPvrR-0RcTorAZqhJnnqb6DGoQtX2GTSlouWlGCqc37aWEzFQqZgRwJzdL5X8Lwx8QuURxO2hB-iDeB8_ERsb15e38yJSZEMZX4oxsCeKmvbHUJw0nTViLmt66ckFNxu_MqPBi_veoGuQUowsjhg2qEDMP_5ZqhDdj1Xrcr-55P_EXKmdaekgvaNj00PCIsV3DOwYEe6DLBLonisUN8OAxTB0hXDXPzYJRgNu-e2RNPJ0cyVf8w6D6lsz-ooH21W6SXs0jncKoU9_vR1ifH0N0rL_R_DcO1-xaxJFe-EkV27PMFQ32j__NWe_42DtuHPoP_9af24 2025/08/17 03:54:58 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/08/17 03:54:58 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/08/17 03:54:58 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AELFnPf1uBK_WViNPvrR-0RcTorAZqhJnnqb6DGoQtX2GTSlouWlGCqc37aWEzFQqZgRwJzdL5X8Lwx8QuURxO2hB-iDeB8_ERsb15e38yJSZEMZX4oxsCeKmvbHUJw0nTViLmt66ckFNxu_MqPBi_veoGuQUowsjhg2qEDMP_5ZqhDdj1Xrcr-55P_EXKmdaekgvaNj00PCIsV3DOwYEe6DLBLonisUN8OAxTB0hXDXPzYJRgNu-e2RNPJ0cyVf8w6D6lsz-ooH21W6SXs0jncKoU9_vR1ifH0N0rL_R_DcO1-xaxJFe-EkV27PMFQ32j__NWe_42DtuHPoP_9af24" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/08/17 03:55:00 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AODamzL2ZSspUbCFuSOHr9Irha7DmTpbVlknl4MUNm0bQpuZAI-oYb9zw0lGbZN7cS_-xL4jxknL8CX5S9IHUxQk8dKHHjvfdF3oy3wPdwVXTFb63x78CSgBXyR9h5sh97Bm6c9OdOsjHCBPc8OiEJvxm8XW4NC1PsoyFnr2xLeb_vU6Wz26gdJgJRlzL1ivxXS6spK89q80FhrYchhKoftU-JFYb-GLUsgE5ogf4fErlYkkVHErP50OnB3VUahqu-RMHIVUaYDLzD1HEJcJHmB0ERbB-WYjhY7v_HWmOYTTyfraudxV7M6dMX9l32AGpmuCVz1_seKGNL-Mt_-Yzbw 2025/08/17 03:55:00 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/08/17 03:55:01 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/17 03:55:01 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AODamzL2ZSspUbCFuSOHr9Irha7DmTpbVlknl4MUNm0bQpuZAI-oYb9zw0lGbZN7cS_-xL4jxknL8CX5S9IHUxQk8dKHHjvfdF3oy3wPdwVXTFb63x78CSgBXyR9h5sh97Bm6c9OdOsjHCBPc8OiEJvxm8XW4NC1PsoyFnr2xLeb_vU6Wz26gdJgJRlzL1ivxXS6spK89q80FhrYchhKoftU-JFYb-GLUsgE5ogf4fErlYkkVHErP50OnB3VUahqu-RMHIVUaYDLzD1HEJcJHmB0ERbB-WYjhY7v_HWmOYTTyfraudxV7M6dMX9l32AGpmuCVz1_seKGNL-Mt_-Yzbw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/08/17 03:55:02 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AN5O2btRx1O36Ec81zRfTlt2CYoSHWMnY-8MNTcDDXFpJcNkTqiO4F3QAkLhdyM1746R41mU58Hr2rO4Pa1lBeRHnpr_2D_t16XIvbrNLOeOCBFgFNtz5aj4L-_syGv4MS6LCr071gMOdD-_kd92ALj6Eb0MXdFm_P8u0IvNmnK-JNiSR9cwDhTpzUy02T7ZjfytCwAAIRH-7B8PuW6Ok37HhbCWiYG0yO24ekiPw7_YVvWZShxQCUWyuGpH-kxOdLOgGcx7OJqAxZ3BomGxS5YhOkKPF_u_3v0s4_8kM3E1k9RCNvpJJ1-sSf1Y7vwrgU2Br9GBujlpXz4bd9MO83E 2025/08/17 03:55:02 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/17 03:55:03 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/17 03:55:03 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AN5O2btRx1O36Ec81zRfTlt2CYoSHWMnY-8MNTcDDXFpJcNkTqiO4F3QAkLhdyM1746R41mU58Hr2rO4Pa1lBeRHnpr_2D_t16XIvbrNLOeOCBFgFNtz5aj4L-_syGv4MS6LCr071gMOdD-_kd92ALj6Eb0MXdFm_P8u0IvNmnK-JNiSR9cwDhTpzUy02T7ZjfytCwAAIRH-7B8PuW6Ok37HhbCWiYG0yO24ekiPw7_YVvWZShxQCUWyuGpH-kxOdLOgGcx7OJqAxZ3BomGxS5YhOkKPF_u_3v0s4_8kM3E1k9RCNvpJJ1-sSf1Y7vwrgU2Br9GBujlpXz4bd9MO83E" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/08/17 03:55:04 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AEhcLRvaYzs36tkbNeSD4CqR2-R2r-ftlCHobv2yO9NbE88SuNQ6_iXgXxvGgLADI1lwlME-chx0Z37o4ldPeiy4n37xWOGXhy1720j-1e-ulRHWsuQDJhdRSM-dt9HjGI3YXBlx7THSMpGtUTk6a08zhlt6BqvKXUOTBwN_ps9UziQ2Pdi7J2xPjGKZ4jKQGLkSWlQewGJT5tgm0sABP010haf4nWQfIGROvKKXC6IU3SLTnWk2udtNBNnGnUzNC-9J_q5cGtLYDihE_VE-VurvtbBCBG1_iCvlrhHkwnVO2NkvpSbfQTGgs43CdJedTLurr3ZOJ0a1zu5Iph5ijwo 2025/08/17 03:55:05 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/08/17 03:55:05 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/08/17 03:55:05 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/08/17 03:55:05 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/17 03:55:05 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/17 03:55:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/17 03:55:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AEhcLRvaYzs36tkbNeSD4CqR2-R2r-ftlCHobv2yO9NbE88SuNQ6_iXgXxvGgLADI1lwlME-chx0Z37o4ldPeiy4n37xWOGXhy1720j-1e-ulRHWsuQDJhdRSM-dt9HjGI3YXBlx7THSMpGtUTk6a08zhlt6BqvKXUOTBwN_ps9UziQ2Pdi7J2xPjGKZ4jKQGLkSWlQewGJT5tgm0sABP010haf4nWQfIGROvKKXC6IU3SLTnWk2udtNBNnGnUzNC-9J_q5cGtLYDihE_VE-VurvtbBCBG1_iCvlrhHkwnVO2NkvpSbfQTGgs43CdJedTLurr3ZOJ0a1zu5Iph5ijwo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/08/17 03:55:08 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AL4Ds4zVhUORhMmuct3z-1Gonjb1wxhaZnQ4XnNXuGPgrasUxDfH0Q8VgBiJepOohLyDFT5A81Imxld_ywoJFf1T2Y43VsUIylIs2nIbcl_quoYOjJOwLRz6xSYZUzPXoraGsdd4eOXdfn4Rzvr1iqrZ0h33oVqHFDoQLFZ-rfWzwQ6EoThkropOaRW-f9RAGTzMUby-PFAIJUhVnSol8QMk6gm-I2xjyU4Ik45M7fUg3gmTnA5jktiqF1gMizsc6QfdR3njq47Ux33sEvXdkccHJ5hLyCXqCzEZDWMJjOWX3Oj9Pm39bGkCqhTYcEhmTN74G3Gk14oq4PIIx4mSHn0 2025/08/17 03:55:08 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/17 03:55:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/08/17 03:55:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/08/17 03:55:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/17 03:55:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/17 03:55:10 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/17 03:55:10 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AL4Ds4zVhUORhMmuct3z-1Gonjb1wxhaZnQ4XnNXuGPgrasUxDfH0Q8VgBiJepOohLyDFT5A81Imxld_ywoJFf1T2Y43VsUIylIs2nIbcl_quoYOjJOwLRz6xSYZUzPXoraGsdd4eOXdfn4Rzvr1iqrZ0h33oVqHFDoQLFZ-rfWzwQ6EoThkropOaRW-f9RAGTzMUby-PFAIJUhVnSol8QMk6gm-I2xjyU4Ik45M7fUg3gmTnA5jktiqF1gMizsc6QfdR3njq47Ux33sEvXdkccHJ5hLyCXqCzEZDWMJjOWX3Oj9Pm39bGkCqhTYcEhmTN74G3Gk14oq4PIIx4mSHn0" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/08/17 03:55:12 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/08/17 03:55:15 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/08/17 03:55:18 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/08/17 03:55:22 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/08/17 03:55:26 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/08/17 03:55:28 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ALCI8ANDSZmCiIt7DgEvRdti7mTkLPc57GRPeFErkVKCmIaQ9dQl1SP2apZ_7QV7ZH7DQDJudsu-M5A3ML-PghfH5xRUVDnodrv6Ak8fuPZaYjUsQAdFCkm27mCF9C8jMYtVvE8Sfn1SIKLHUh5UQaNDGZw_n5n9fHxwz3cyEnI8Mg8ET-YBGlbDiVQ_d4h5JN1fMjysISeNbDmLz2Glv5RoCTWNZnEqZCjggg1FyCqn7tdoJiu7vXzZCwcbjaBMF8J7l6zWN9JqocdJY04KSZZDAVHbqFvpyOi6mTJLuxO7D5gGGFjCURKeDiYiLb8wF4Ox30HzctyYpXJqF2M5Z9M 2025/08/17 03:55:28 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/17 03:55:28 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "2012898c666d64a19a498a42a8578a66" 2025/08/17 03:55:28 DEBUG : unknown-size-put.txt: multipart upload "ALCI8ANDSZmCiIt7DgEvRdti7mTkLPc57GRPeFErkVKCmIaQ9dQl1SP2apZ_7QV7ZH7DQDJudsu-M5A3ML-PghfH5xRUVDnodrv6Ak8fuPZaYjUsQAdFCkm27mCF9C8jMYtVvE8Sfn1SIKLHUh5UQaNDGZw_n5n9fHxwz3cyEnI8Mg8ET-YBGlbDiVQ_d4h5JN1fMjysISeNbDmLz2Glv5RoCTWNZnEqZCjggg1FyCqn7tdoJiu7vXzZCwcbjaBMF8J7l6zWN9JqocdJY04KSZZDAVHbqFvpyOi6mTJLuxO7D5gGGFjCURKeDiYiLb8wF4Ox30HzctyYpXJqF2M5Z9M" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/08/17 03:55:29 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AG-_A80F2p5sZRgfVxbmHOmr3q8qX06dSwiSAbMNYy0qzqJOiYjHDFTODqPcd4awLOAC0wqRXgbxzFjUv1UrbvDIbDXO0ZkoqUSUZWuZ8Y7Q7Rq80LqXFuMqq2T_x1Mtt9n56UHis9LRHzfaq8_IPA2yVnDMWlxr1JrBtM0oKoD0esDi5xpNZCN9Ib9uh012mn3D4x9k_eNuAqzRp1NZL6xbsDuF8E5-C6_FJZ9xRKBzrto-W-kO_HDhDoWH6SAu9xYcIVDX-CZrFGo3C3oa3LBWTJM-vEbUg_buzLUK58ek8SyHDnpYf1ImOvwek7Xvv4-7dwktns8WL-JwAbuihfI 2025/08/17 03:55:29 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/08/17 03:55:30 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "441847e6ef4245dde5df642fca31a6aa" 2025/08/17 03:55:30 DEBUG : unknown-size-update.txt: multipart upload "AG-_A80F2p5sZRgfVxbmHOmr3q8qX06dSwiSAbMNYy0qzqJOiYjHDFTODqPcd4awLOAC0wqRXgbxzFjUv1UrbvDIbDXO0ZkoqUSUZWuZ8Y7Q7Rq80LqXFuMqq2T_x1Mtt9n56UHis9LRHzfaq8_IPA2yVnDMWlxr1JrBtM0oKoD0esDi5xpNZCN9Ib9uh012mn3D4x9k_eNuAqzRp1NZL6xbsDuF8E5-C6_FJZ9xRKBzrto-W-kO_HDhDoWH6SAu9xYcIVDX-CZrFGo3C3oa3LBWTJM-vEbUg_buzLUK58ek8SyHDnpYf1ImOvwek7Xvv4-7dwktns8WL-JwAbuihfI" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/08/17 03:55:30 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jajerax0koba/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/17 03:55:30 DEBUG : Waiting for deletions to finish 2025/08/17 03:55:30 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/08/17 03:55:30 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/08/17 03:55:30 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/08/17 03:55:31 INFO : S3 bucket rclone-test-jajerax0koba: Bucket "rclone-test-jajerax0koba" deleted 2025/08/17 03:55:31 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (144.85s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.29s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.09s) --- PASS: TestIntegration/FsMkdir (142.66s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.23s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.09s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.09s) --- PASS: TestIntegration/FsMkdir/FsEncoding (14.48s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.74s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.75s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.82s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.48s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (2.32s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (24.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.49s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.51s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.58s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.40s) --- 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.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.60s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.77s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (5.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.30s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.38s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.80s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.88s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.73s) --- 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.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.44s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (79.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (10.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (3.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (3.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (4.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (11.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (3.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (4.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (11.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (3.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (3.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (4.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (16.98s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (3.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (1.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (3.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (1.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (9.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (6.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (12.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (1.89s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (3.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (1.81s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (5.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (16.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (4.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (2.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (4.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (2.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (6.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (3.10s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (16.85s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (3.00s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (2.83s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (3.64s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (3.64s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (3.73s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.16s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.81s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.35s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.19s) --- 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/17 03:55:31 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/08/17 03:55:31 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 144.886s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 2m26.328422182s (try 1/5)