"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:" 2026/01/29 04:52:22 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yilahik6yesi" 2026/01/29 04:52:22 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 2026/01/29 04:52:24 INFO : S3 bucket rclone-test-yilahik6yesi: Bucket "rclone-test-yilahik6yesi" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2026/01/29 04:52:25 INFO : S3 bucket rclone-test-yilahik6yesi: Bucket "rclone-test-yilahik6yesi" deleted === RUN TestIntegration/FsMkdir 2026/01/29 04:52:25 INFO : S3 bucket rclone-test-yilahik6yesi: Bucket "rclone-test-yilahik6yesi" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/01/29 04:52:25 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2026/01/29 04:52:25 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2026/01/29 04:52:26 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 2026/01/29 04:52:39 NOTICE: S3 bucket rclone-test-yilahik6yesi: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2026/01/29 04:52:39 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AOuXNZfE09A7QoEoF_6PbhpA8zcPIBG23fqWVNoLAFxEwCiHF-HPUIcURL7FoDOphYLPwruhhJZYTpWj0DdAFFSLyCRUzAz_uEXGmm3gfuw3o3LOT04Xt57Q_hCz4vcK9ACjnm6vdgHy0dwfq2A-Z_1GkkqKKyUf9gJAFLizBcBWPjeGjHKGpGny0QuAAVcYmO5W1XayiJaDrCueJZlqRV3C6Y3wljgSTxA6EftmuuzNPvGmFt4SO9YVU1xgcyp2HW31sTG6LWpVVx8HtuN503gDHgOITPpqdVD3z9n04BGsc67JS5EFbN8fsh1O7erETMApkMEau9M2txwGxgMAWrc 2026/01/29 04:52:40 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "9cc9e1e30a9ea3905935a6421c88987a" 2026/01/29 04:52:40 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "bf68a46dccc17c37e4d26a96c15b6921" 2026/01/29 04:52:40 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "cb6fd5b5f8e46b65ef77c7ec44257ec0" 2026/01/29 04:52:40 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AOuXNZfE09A7QoEoF_6PbhpA8zcPIBG23fqWVNoLAFxEwCiHF-HPUIcURL7FoDOphYLPwruhhJZYTpWj0DdAFFSLyCRUzAz_uEXGmm3gfuw3o3LOT04Xt57Q_hCz4vcK9ACjnm6vdgHy0dwfq2A-Z_1GkkqKKyUf9gJAFLizBcBWPjeGjHKGpGny0QuAAVcYmO5W1XayiJaDrCueJZlqRV3C6Y3wljgSTxA6EftmuuzNPvGmFt4SO9YVU1xgcyp2HW31sTG6LWpVVx8HtuN503gDHgOITPpqdVD3z9n04BGsc67JS5EFbN8fsh1O7erETMApkMEau9M2txwGxgMAWrc" 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 2026/01/29 04:52:43 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2026/01/29 04:52:43 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 2026/01/29 04:52:45 DEBUG : S3 bucket rclone-test-yilahik6yesi: bucket is versioned: false 2026/01/29 04:52:45 DEBUG : Waiting for deletions to finish 2026/01/29 04:52:45 DEBUG : "dirToPurge/fileToPurge.txt" version false 2026/01/29 04:52:45 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2026/01/29 04:52:45 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/01/29 04:52:46 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yilahik6yesi/dirToPurgeFromRoot" 2026/01/29 04:52:46 DEBUG : S3 bucket rclone-test-yilahik6yesi path dirToPurgeFromRoot: bucket is versioned: false 2026/01/29 04:52:46 DEBUG : Waiting for deletions to finish 2026/01/29 04:52:46 DEBUG : "fileToPurgeFromRoot.txt" version false 2026/01/29 04:52:46 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2026/01/29 04:52:47 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/01/29 04:52:47 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yilahik6yesi/hello? sausage/êé" 2026/01/29 04:52:48 DEBUG : S3 bucket rclone-test-yilahik6yesi path hello? sausage/êé: bucket is versioned: false 2026/01/29 04:52:48 DEBUG : Waiting for deletions to finish 2026/01/29 04:52:48 DEBUG : "a/b/c/d/e.txt" version false 2026/01/29 04:52:48 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2026/01/29 04:52:48 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:1346: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1463: 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:1698: 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 2026/01/29 04:52:54 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yilahik6yesi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/01/29 04:52:55 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yilahik6yesi/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1915: Opening root remote "TestS3R2:" path "rclone-test-yilahik6yesi" from "TestS3R2:rclone-test-yilahik6yesi" 2026/01/29 04:52:55 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:2056: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2113: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2135: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2285: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/01/29 04:53:01 DEBUG : piped data.txt: open chunk writer: started multipart upload: AFBRZAoZaECjbPVxvDqz2tNUTjAaRxRavygNMF12lGjM1GHvyKbUwB1fL9a6Wl2fLuXzgiX6mWkOVQqNCBKZXV5kruSI2XwfGbB3BferGB80-ishNVx2xJEFhuPF3gmCQFidJPbSni3KCEMKGl1hOegCYeSuXZdQ7ld23MknX47b-rtXru9Yfacaavgn4y7tvjAuqMwnDUwV9qGoHCY_8QnCNMrK8Hxbc3uQ0Origvti0DC_SLd4_wNeqG4cjy4r7uwEZPEzG2piUq1LtYMY1ZM0FbZcdco9dpeI_H5N3plJFbeqxOCCfc_7A35yrXcajERHZGKCOljTEmBavlckVec 2026/01/29 04:53:01 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2026/01/29 04:53:01 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2026/01/29 04:53:01 DEBUG : piped data.txt: multipart upload "AFBRZAoZaECjbPVxvDqz2tNUTjAaRxRavygNMF12lGjM1GHvyKbUwB1fL9a6Wl2fLuXzgiX6mWkOVQqNCBKZXV5kruSI2XwfGbB3BferGB80-ishNVx2xJEFhuPF3gmCQFidJPbSni3KCEMKGl1hOegCYeSuXZdQ7ld23MknX47b-rtXru9Yfacaavgn4y7tvjAuqMwnDUwV9qGoHCY_8QnCNMrK8Hxbc3uQ0Origvti0DC_SLd4_wNeqG4cjy4r7uwEZPEzG2piUq1LtYMY1ZM0FbZcdco9dpeI_H5N3plJFbeqxOCCfc_7A35yrXcajERHZGKCOljTEmBavlckVec" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/01/29 04:53:01 DEBUG : piped data.txt: open chunk writer: started multipart upload: AMqUlcShpNL2wVNZjJQwCHMP_JK6wYaur94x1mHOA6pbbaDMQELlQLWPebicxB8pXRfmTLlxGwAn8ph6XLuj-hCRvymdXcShtli-vyYtpC1NTWONu9GykOWQuVt6Ag6wO8vg1RQ3vOH19NexSiYijJxr01Q1GaoNTUNSWyeoXrD1eKxpqLfqVB9z02Fd9B-LAXW-g5MRSAUHm-I49XPFYJZVpzeZ3M0nUZ6n5jBiPF6_kElh35sI6X2yfvwgL0AoQ6UcbYO9V4kylvLeuOUp3HjOq3z4MpmrO56OHz0-6HRkX3SE5ePchqQg5hh49O1eSRT22IWJQOOTkFK2xGga5SA 2026/01/29 04:53:01 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/01/29 04:53:02 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "d282c2d34a56b040f6fc5e21a21de7b2" 2026/01/29 04:53:02 DEBUG : piped data.txt: multipart upload "AMqUlcShpNL2wVNZjJQwCHMP_JK6wYaur94x1mHOA6pbbaDMQELlQLWPebicxB8pXRfmTLlxGwAn8ph6XLuj-hCRvymdXcShtli-vyYtpC1NTWONu9GykOWQuVt6Ag6wO8vg1RQ3vOH19NexSiYijJxr01Q1GaoNTUNSWyeoXrD1eKxpqLfqVB9z02Fd9B-LAXW-g5MRSAUHm-I49XPFYJZVpzeZ3M0nUZ6n5jBiPF6_kElh35sI6X2yfvwgL0AoQ6UcbYO9V4kylvLeuOUp3HjOq3z4MpmrO56OHz0-6HRkX3SE5ePchqQg5hh49O1eSRT22IWJQOOTkFK2xGga5SA" 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 2026/01/29 04:53:03 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 2026/01/29 04:53:05 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AM3_nwHXrH3ZM853lcmRcL_fiKqFnaQKOiLoBW5wRa66xgjIh_8jTfMv7sshx4RxXeETsylBU1EIBvx0_gYyVD1QcqKFLomev5XHTorCGNcm63wJMgunJ1_M9WDqsfPUSRLyXfUfcTYP3cpXP2JRUdbZLEJRYv4qBhB9g_9gIQySrxCdLF9-d1S99865v0Zcz4VwFomntcJMn9OmX6RUkRGRycr7WACmJBnFjqaw6OsPpuYHLxm4wT0Pnc5rS-LPb0QxekKSMxi9RYDwpGijE9YaVxPzZi63a5kslpSVeE4IJIq9PRYwSIzpFGdlnuc8w2Yc56v8ciXYU5iebcgRDEk 2026/01/29 04:53:05 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2026/01/29 04:53:05 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2026/01/29 04:53:05 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AM3_nwHXrH3ZM853lcmRcL_fiKqFnaQKOiLoBW5wRa66xgjIh_8jTfMv7sshx4RxXeETsylBU1EIBvx0_gYyVD1QcqKFLomev5XHTorCGNcm63wJMgunJ1_M9WDqsfPUSRLyXfUfcTYP3cpXP2JRUdbZLEJRYv4qBhB9g_9gIQySrxCdLF9-d1S99865v0Zcz4VwFomntcJMn9OmX6RUkRGRycr7WACmJBnFjqaw6OsPpuYHLxm4wT0Pnc5rS-LPb0QxekKSMxi9RYDwpGijE9YaVxPzZi63a5kslpSVeE4IJIq9PRYwSIzpFGdlnuc8w2Yc56v8ciXYU5iebcgRDEk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2026/01/29 04:53:06 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: ACdNJWn3bEYy27TTvgaBvrU5Bhc9HBRSxEc0R11166Y3e2SGrXJlJynOWSwjf2JXDTzaNLKxV1E_-_B0XDu23VVf1m-OpIqt4zMiVPT0LOFFl_fh2_18N4YmWlQ1D17--fRaVgCw4Q0CsSg3xfWTi9ijZuSbxdNxKmc3OU5RafPq_iMB7Brccq1Gv9RRI1Ogzg7eNuknPFEWi091Q0qdtUEh1unYQ85DZQ5XCokEN1HBUFnbfLTI16aR_phUZw7VSa_N74PpN5RZsDc1S6B1X1XgKadCDlvm-2_d7INjjahKHNRfTY9pos_CNiCgqxRXzYIPSvcX-pXrNmfhH5EpZY8 2026/01/29 04:53:07 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2026/01/29 04:53:07 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/01/29 04:53:07 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "ACdNJWn3bEYy27TTvgaBvrU5Bhc9HBRSxEc0R11166Y3e2SGrXJlJynOWSwjf2JXDTzaNLKxV1E_-_B0XDu23VVf1m-OpIqt4zMiVPT0LOFFl_fh2_18N4YmWlQ1D17--fRaVgCw4Q0CsSg3xfWTi9ijZuSbxdNxKmc3OU5RafPq_iMB7Brccq1Gv9RRI1Ogzg7eNuknPFEWi091Q0qdtUEh1unYQ85DZQ5XCokEN1HBUFnbfLTI16aR_phUZw7VSa_N74PpN5RZsDc1S6B1X1XgKadCDlvm-2_d7INjjahKHNRfTY9pos_CNiCgqxRXzYIPSvcX-pXrNmfhH5EpZY8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2026/01/29 04:53:08 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AIhMXplQRGMNS5o-s0fBz8Lpa0fDzngvv3USSaDGXy08j3mrBsmBGICI01XBwsjpV-UOp7HZrOTN-oDEpTlx_zPMJMvoiM_ip4aZmjx8jwqNJeR_KNrlfMAGvHElUO271pNrgmuflvEXKpWeq6oh1oFsVOSj2Gr-fnUbmEDjZeUJRx5N3H58xOwdBmjLItRINTzL8Kv9FU-2yEZ-lV3ry7HF4RjWdE52guZtp3vQBiq1-aJLwBBrzalnmkIrjW8XhUaq4SooDk7A5x3VnmxUX6I3aRsQzrKYWomPC4LPjFqCt263aPryiqfRKAvO-nRY19KTzvdiyZpYttSfoWrllTU 2026/01/29 04:53:08 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/01/29 04:53:08 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/01/29 04:53:09 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AIhMXplQRGMNS5o-s0fBz8Lpa0fDzngvv3USSaDGXy08j3mrBsmBGICI01XBwsjpV-UOp7HZrOTN-oDEpTlx_zPMJMvoiM_ip4aZmjx8jwqNJeR_KNrlfMAGvHElUO271pNrgmuflvEXKpWeq6oh1oFsVOSj2Gr-fnUbmEDjZeUJRx5N3H58xOwdBmjLItRINTzL8Kv9FU-2yEZ-lV3ry7HF4RjWdE52guZtp3vQBiq1-aJLwBBrzalnmkIrjW8XhUaq4SooDk7A5x3VnmxUX6I3aRsQzrKYWomPC4LPjFqCt263aPryiqfRKAvO-nRY19KTzvdiyZpYttSfoWrllTU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2026/01/29 04:53:10 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AEMhOz1ktvrb82gZxJ1LEs3mKzhLT6hpV8euUkL6CH7C2SEJBVj4sqkkIhybtA9wti_sqQN0yAh0u7mVUymPKlHBVu7Bh1aWGsNitxBHWjkI5updxDQEgF1edR1Qc6Tl94hYjGoyfJ_BmOgP9XF8h45mZ3HVKH2ok7El21outgmWQNppjxcJvjVXTKjiDxdfFuaVQ6LE9YlShq0rITYA5Jsjs9pCUyQWYVYB1wFsf6ytDZO-grrRoK_US3mNURjqhWc2h7FHhVgJYS-3wk_YMX3SHCWBLmpHPdlsWurkgfS9vx_B7ePh4XsV_pfm-Jl1Y1HkFz8bNjCSTQ_-EXkxEHw 2026/01/29 04:53:10 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2026/01/29 04:53:10 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2026/01/29 04:53:10 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2026/01/29 04:53:10 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/01/29 04:53:10 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/01/29 04:53:11 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/01/29 04:53:11 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AEMhOz1ktvrb82gZxJ1LEs3mKzhLT6hpV8euUkL6CH7C2SEJBVj4sqkkIhybtA9wti_sqQN0yAh0u7mVUymPKlHBVu7Bh1aWGsNitxBHWjkI5updxDQEgF1edR1Qc6Tl94hYjGoyfJ_BmOgP9XF8h45mZ3HVKH2ok7El21outgmWQNppjxcJvjVXTKjiDxdfFuaVQ6LE9YlShq0rITYA5Jsjs9pCUyQWYVYB1wFsf6ytDZO-grrRoK_US3mNURjqhWc2h7FHhVgJYS-3wk_YMX3SHCWBLmpHPdlsWurkgfS9vx_B7ePh4XsV_pfm-Jl1Y1HkFz8bNjCSTQ_-EXkxEHw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2026/01/29 04:53:12 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ALXMpzVqomi7-qe6eMNEYbKsrWcJPYnd06lNcDvmTypMJiInFynfbXLfEFIIsjTcBb8yjxthomylNPjQO8-RNcCi_1PpiOCmfDh6scxLPt2fnwmfylzu1LULO1MsX9pZBlelquP7LWbIMVUTQJJbsuZjdKsVuxGdO1aiaYqW2-wRmHszH_WiBCv859BUuY_5RocQ6ktQgdeMsgVc1fBAd8-uFDgn0p7DKYJ5Ag5uBCR2XrpdWAfRrfGlfRshrsUZgrwTA0FD6w2G8d_HJ67hsaByfmUvcrpzs6nE9QyXVBOjEOBAHVK867nbCE0YpEbSvOUT2Zs0ArZnE_ecrLSm0co 2026/01/29 04:53:12 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/01/29 04:53:12 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2026/01/29 04:53:12 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2026/01/29 04:53:13 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/01/29 04:53:13 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/01/29 04:53:13 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/01/29 04:53:13 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ALXMpzVqomi7-qe6eMNEYbKsrWcJPYnd06lNcDvmTypMJiInFynfbXLfEFIIsjTcBb8yjxthomylNPjQO8-RNcCi_1PpiOCmfDh6scxLPt2fnwmfylzu1LULO1MsX9pZBlelquP7LWbIMVUTQJJbsuZjdKsVuxGdO1aiaYqW2-wRmHszH_WiBCv859BUuY_5RocQ6ktQgdeMsgVc1fBAd8-uFDgn0p7DKYJ5Ag5uBCR2XrpdWAfRrfGlfRshrsUZgrwTA0FD6w2G8d_HJ67hsaByfmUvcrpzs6nE9QyXVBOjEOBAHVK867nbCE0YpEbSvOUT2Zs0ArZnE_ecrLSm0co" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2026/01/29 04:53:15 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AGpGqczoK0Zf1dLt-XTY9WzCfDLReUTcCLB9RAGQqcAtBxVq0mwHrfKH6-Mcim-Rj_6rvEqxB5wwumiLvCX0AK5Xb7Eafn95KccppeNMvOzNN0zewOcb7uO5cgj0JERvUfXew-94GWUdAkz9aJqOnHyIso_sJ46LvlBfOFYY6GDm9jron0oeM6zhVmElN8RjlH1mR_yC2CyZJNZ0TmOY5dHxoV7lmSxZvEgi-FHSq6LobWdKXLfDqQjdQpjAKIebstnrHZ0WDfaePh1El_O_hQGGqeQQj5UNMBorNzzq3JU0mjaRoscWuNVVOFEf96DnCZrThL_58E9qXgDiXKEOBww 2026/01/29 04:53:15 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/01/29 04:53:15 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2026/01/29 04:53:16 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AGpGqczoK0Zf1dLt-XTY9WzCfDLReUTcCLB9RAGQqcAtBxVq0mwHrfKH6-Mcim-Rj_6rvEqxB5wwumiLvCX0AK5Xb7Eafn95KccppeNMvOzNN0zewOcb7uO5cgj0JERvUfXew-94GWUdAkz9aJqOnHyIso_sJ46LvlBfOFYY6GDm9jron0oeM6zhVmElN8RjlH1mR_yC2CyZJNZ0TmOY5dHxoV7lmSxZvEgi-FHSq6LobWdKXLfDqQjdQpjAKIebstnrHZ0WDfaePh1El_O_hQGGqeQQj5UNMBorNzzq3JU0mjaRoscWuNVVOFEf96DnCZrThL_58E9qXgDiXKEOBww" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2026/01/29 04:53:16 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AIWuDpkqgfCp13nFqB35ntGVWx4SNTwUDoGgPPZlxFv9weaKJQ23X_1YGe6mdgd0t3mZdt9-IfW7xTc485PID7qQvB_RqsSesVGGeDuoqSs7zN6CcrJTAwamuhOgA6kq_w-PxRMk5e_KOC67_pCBTuLkAcqxX8H57R7n4r2feOnQUVkfKUBZ5EUX0rBc4pmWGPtL2HmrhmTK0BREQcJ--TAz-OOp1TgeCXflpiKFwafkb66y6bMUsM0oQwWIZjMLLgUjVZ32R4XZLLMBcy2x34fVQLTkkkeJ3Rlc4U5rX0NibAulF6gHib_gHZjZHUXtDQi-CINqu6hzf4NHy6pNvmA 2026/01/29 04:53:17 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2026/01/29 04:53:17 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/01/29 04:53:17 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AIWuDpkqgfCp13nFqB35ntGVWx4SNTwUDoGgPPZlxFv9weaKJQ23X_1YGe6mdgd0t3mZdt9-IfW7xTc485PID7qQvB_RqsSesVGGeDuoqSs7zN6CcrJTAwamuhOgA6kq_w-PxRMk5e_KOC67_pCBTuLkAcqxX8H57R7n4r2feOnQUVkfKUBZ5EUX0rBc4pmWGPtL2HmrhmTK0BREQcJ--TAz-OOp1TgeCXflpiKFwafkb66y6bMUsM0oQwWIZjMLLgUjVZ32R4XZLLMBcy2x34fVQLTkkkeJ3Rlc4U5rX0NibAulF6gHib_gHZjZHUXtDQi-CINqu6hzf4NHy6pNvmA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2026/01/29 04:53:18 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AGg2F6lHns8UoDMqcwr4sEuz6SmqGIBCKaSWKoh4Qlf21z5Mb1xgdABcoivzBTSJ7HjQnWRmoFeYdL4Yd65C15mmCR7XpevSAoc7LVqVb8QhK3SzPixsgHsIOon7mkiIiJ6HLQIBCoAklgcfZJuzfePeW2hGOGcy79u2LL-L8b2JqUxUYRMoQ4t4hLPbLEGky8yBAZuB1fegF4iMytn-HlrD_9Sf8XXNrJNve4TyDoY2e3c5Hhy6JFaV0GbXkIRdyHxaB74AppkZjpqyKr37u98wyQXnh3B7XUpsUZ_cisfW-wuof764RJOOIu8Nr4CNrGC9D-XoYY_vL3zyzn-LG7c 2026/01/29 04:53:18 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/01/29 04:53:19 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/01/29 04:53:19 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AGg2F6lHns8UoDMqcwr4sEuz6SmqGIBCKaSWKoh4Qlf21z5Mb1xgdABcoivzBTSJ7HjQnWRmoFeYdL4Yd65C15mmCR7XpevSAoc7LVqVb8QhK3SzPixsgHsIOon7mkiIiJ6HLQIBCoAklgcfZJuzfePeW2hGOGcy79u2LL-L8b2JqUxUYRMoQ4t4hLPbLEGky8yBAZuB1fegF4iMytn-HlrD_9Sf8XXNrJNve4TyDoY2e3c5Hhy6JFaV0GbXkIRdyHxaB74AppkZjpqyKr37u98wyQXnh3B7XUpsUZ_cisfW-wuof764RJOOIu8Nr4CNrGC9D-XoYY_vL3zyzn-LG7c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2026/01/29 04:53:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AIvO_AQdBpYXb_K84O7RnD1yBb8m27CjHNbYEzHbg1GZvzRFZd3ou2NWbzFxdzWLM6Nf8-r7EdHEAJPJeqydF8gYml2VVqIMjAf1ue9zRTqTFm_qBM93jPK7xcoC9Lswscjw_VBCF985CIWQIiRD4UYbWY--Vdz1Jikm7KbgJQOKIlgHcOGymQfnlaJ-2-zBXEgVzCiV3fVRf7kSlq5xaGlLpNRJKQfJzrXVVdmxoKdnovULwhdb2NZck6LfNKtCO5K6LwtY4GSWo_b4whhmSKB2MJXrhNUs3iZhumasvkyS6xUxvDwRCKifecksr_1cayBePLpLrxScO-KGX8P278I 2026/01/29 04:53:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2026/01/29 04:53:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2026/01/29 04:53:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/01/29 04:53:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/01/29 04:53:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/01/29 04:53:21 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/01/29 04:53:21 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AIvO_AQdBpYXb_K84O7RnD1yBb8m27CjHNbYEzHbg1GZvzRFZd3ou2NWbzFxdzWLM6Nf8-r7EdHEAJPJeqydF8gYml2VVqIMjAf1ue9zRTqTFm_qBM93jPK7xcoC9Lswscjw_VBCF985CIWQIiRD4UYbWY--Vdz1Jikm7KbgJQOKIlgHcOGymQfnlaJ-2-zBXEgVzCiV3fVRf7kSlq5xaGlLpNRJKQfJzrXVVdmxoKdnovULwhdb2NZck6LfNKtCO5K6LwtY4GSWo_b4whhmSKB2MJXrhNUs3iZhumasvkyS6xUxvDwRCKifecksr_1cayBePLpLrxScO-KGX8P278I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2026/01/29 04:53:22 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AKgVWQFM3-vzJlS_ZW2BbYTp0juBpL2PPB0ya9NO09fWO6JY1e-gpP_Ty57gmbnD5B4mnDc8UXyk8_y0eHPc7SVK0JbHRKPcWyVrQ3LHIP7YrekmgWGvef73NK_pK5L9Dp0llgJay2mBS8gdYO2XWsKScRP5UzpZ-dNcy5gnkfeuU_9XKZ5DWxowNeC7yZx1eaK_Dpo9SxkzU3i0z6ItzBy0SJUJCPZ_ZQKue7OHJZAO-jYYezNspRGI4llnrgAUpjxaModPEIoyxG0J3JQexV6WpDAXPRuHuk6ygCEDaB4eI-4yInYpnINb1GjOWwN22s69VTaYZ5yBY-zp8sKx5Nk 2026/01/29 04:53:22 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/01/29 04:53:22 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/01/29 04:53:22 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2026/01/29 04:53:22 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/01/29 04:53:22 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/01/29 04:53:22 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/01/29 04:53:23 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AKgVWQFM3-vzJlS_ZW2BbYTp0juBpL2PPB0ya9NO09fWO6JY1e-gpP_Ty57gmbnD5B4mnDc8UXyk8_y0eHPc7SVK0JbHRKPcWyVrQ3LHIP7YrekmgWGvef73NK_pK5L9Dp0llgJay2mBS8gdYO2XWsKScRP5UzpZ-dNcy5gnkfeuU_9XKZ5DWxowNeC7yZx1eaK_Dpo9SxkzU3i0z6ItzBy0SJUJCPZ_ZQKue7OHJZAO-jYYezNspRGI4llnrgAUpjxaModPEIoyxG0J3JQexV6WpDAXPRuHuk6ygCEDaB4eI-4yInYpnINb1GjOWwN22s69VTaYZ5yBY-zp8sKx5Nk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2026/01/29 04:53:25 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AAtZM4QAEoStcZ89iGFol1Qa-VtrO7SbRCQWIJLGeo0IsoXJng5A6a44pn_JemmitOJWCMs1tAuRcVge-oLWuvv0pxqOKtiCyue3b1tG0-UzYB-IUkK6_PQt4gWEigB4VPtGaHnWK7Ozl0r_WyeZs0E8kGFNIwBLU-eyRi9c-hQ--Ob3WmWdmSWw_1HH_wV5OmW5efOp25-TtAKNMIPvsh2FP7QKShUBRUAd5N92M-E3iokyJh00jsZrtGJuU_tRZi7iGtfjmvmR7RcVJYprNJOrL_HUpPMeToU-YTeKEKRYfVmgyCEDYGIymagcHT0CGKzsoBEDDw6fThRzJPBCep4 2026/01/29 04:53:25 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/01/29 04:53:25 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2026/01/29 04:53:25 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AAtZM4QAEoStcZ89iGFol1Qa-VtrO7SbRCQWIJLGeo0IsoXJng5A6a44pn_JemmitOJWCMs1tAuRcVge-oLWuvv0pxqOKtiCyue3b1tG0-UzYB-IUkK6_PQt4gWEigB4VPtGaHnWK7Ozl0r_WyeZs0E8kGFNIwBLU-eyRi9c-hQ--Ob3WmWdmSWw_1HH_wV5OmW5efOp25-TtAKNMIPvsh2FP7QKShUBRUAd5N92M-E3iokyJh00jsZrtGJuU_tRZi7iGtfjmvmR7RcVJYprNJOrL_HUpPMeToU-YTeKEKRYfVmgyCEDYGIymagcHT0CGKzsoBEDDw6fThRzJPBCep4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2026/01/29 04:53:26 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AOwGEH9wqwj5vWLMgyHrQkmpO76Q2FZfzit0Suz1H7O6v-q-gm8yCYzHTy9VEHhGsaKytFGZ_ST1mpDz3-ph1wlZhS-D6Qxcsl7jK9kQcw25UUArfgbfFqCfeNJxPT1gw_cfuWHVIPVO3rxw5Xrh-642zpkTs_QrXJWi-LFcQ9upyH6JBjtDB-ZcnbFze9329WGSZezL8MJzSQM6ms4gq5vHQpta3pMRl1zJ9sHB2G2VoZhfBInORbtgLxrdewYolZwqdDr8x19JAyyfmpFosSnRj8HNPVcSRBQVzVpAPMhCb0dETFYhl97NIBrR5smfeRFYl0H-NATNH5V_ZBTrzCc 2026/01/29 04:53:27 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2026/01/29 04:53:27 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/01/29 04:53:27 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AOwGEH9wqwj5vWLMgyHrQkmpO76Q2FZfzit0Suz1H7O6v-q-gm8yCYzHTy9VEHhGsaKytFGZ_ST1mpDz3-ph1wlZhS-D6Qxcsl7jK9kQcw25UUArfgbfFqCfeNJxPT1gw_cfuWHVIPVO3rxw5Xrh-642zpkTs_QrXJWi-LFcQ9upyH6JBjtDB-ZcnbFze9329WGSZezL8MJzSQM6ms4gq5vHQpta3pMRl1zJ9sHB2G2VoZhfBInORbtgLxrdewYolZwqdDr8x19JAyyfmpFosSnRj8HNPVcSRBQVzVpAPMhCb0dETFYhl97NIBrR5smfeRFYl0H-NATNH5V_ZBTrzCc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2026/01/29 04:53:28 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AMFwN_W0RebkLknEjw_77KfBToW_HQlctq2vsbb153whJ-ghYTY7zVCUqcLW8R02Gvci293tb7l-ILyJfDuvUnpV3tDuXMBEXMqZk9Phjc-bbAG-eQDSXI15Rl8n_fsQVJ8PspsDgWOUnJLWgJrz0auvUa9k09w9F5T0bXvS7qMK8FXGiOvh1SDfdtp242Zft4tJpHhXVmvSfaG05xRLt7xhZXRhQ9xRbfcpa09AcpWbO_IfdmfEuS6ceBeszZ5857P22Z2BAJqE93hWSha7TcVKT3JTbki7SdPqPlU1SzFsnuMrLyvgiYMMYWd7xdVFZIBX2RPRMDhsPOV33wanIu4 2026/01/29 04:53:28 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/01/29 04:53:29 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/01/29 04:53:29 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AMFwN_W0RebkLknEjw_77KfBToW_HQlctq2vsbb153whJ-ghYTY7zVCUqcLW8R02Gvci293tb7l-ILyJfDuvUnpV3tDuXMBEXMqZk9Phjc-bbAG-eQDSXI15Rl8n_fsQVJ8PspsDgWOUnJLWgJrz0auvUa9k09w9F5T0bXvS7qMK8FXGiOvh1SDfdtp242Zft4tJpHhXVmvSfaG05xRLt7xhZXRhQ9xRbfcpa09AcpWbO_IfdmfEuS6ceBeszZ5857P22Z2BAJqE93hWSha7TcVKT3JTbki7SdPqPlU1SzFsnuMrLyvgiYMMYWd7xdVFZIBX2RPRMDhsPOV33wanIu4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2026/01/29 04:53:30 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: ACRcxW7f2Xr1XnSVjrksBnDEhxSx2Q9PN7P3FvdMFkHe8mBIp7nusme0oI_k83gO-UMx70pQ1yi5khscQsfKMvKKNTlKyRmPuEf_VYnYENbXBsUQhDV_eBlBuj15l8JU2lZKX4FOiygNCftH7NnGI3I8q3N_oKQnpjHVvabd0dxk-71p8fDKE_tXFQEO0bO0QodToqAMw-gb9A9AC75HN0eGirxCCOV7aJyaJPt-tU94KpFTqlfFT80OjXn1fClMwNhuupQKA8Eyt82-fVo1fqhuLMUTPWM9VGUwdp8dDR7w8rS2ElAszMzecE0R-21jfTex8AXN457_eD1GpGhDaz8 2026/01/29 04:53:30 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2026/01/29 04:53:30 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/01/29 04:53:30 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2026/01/29 04:53:30 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/01/29 04:53:30 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/01/29 04:53:31 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/01/29 04:53:31 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "ACRcxW7f2Xr1XnSVjrksBnDEhxSx2Q9PN7P3FvdMFkHe8mBIp7nusme0oI_k83gO-UMx70pQ1yi5khscQsfKMvKKNTlKyRmPuEf_VYnYENbXBsUQhDV_eBlBuj15l8JU2lZKX4FOiygNCftH7NnGI3I8q3N_oKQnpjHVvabd0dxk-71p8fDKE_tXFQEO0bO0QodToqAMw-gb9A9AC75HN0eGirxCCOV7aJyaJPt-tU94KpFTqlfFT80OjXn1fClMwNhuupQKA8Eyt82-fVo1fqhuLMUTPWM9VGUwdp8dDR7w8rS2ElAszMzecE0R-21jfTex8AXN457_eD1GpGhDaz8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2026/01/29 04:53:32 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AKKlhP8zoJpDDZo0PgNpNP4yMJXOa0QEsP9XvwuBnRqdv0X3utD0x0mKjIRpWwMuIAeGt-h331b2nfYUCrK5-CjXfAA2WtcwZoOFstG0u4AkaLQS9XLEvI4E-_RcoCeuChyC9xmkTlRJJ3V4tnh3ZOhS-LtTsZ-Vzq7yymXdIjfCY3IRbHWZiGzu_ZpHEyRqXlhIOXF_sp2wSFYynxThBEg-wsGs06Yu1yHv47h-_AajDK0LxW2VeqncaNuhypQXO1sAIoCrYUmfopNXTAQkP6Ri01Oou1MO_EcUt2GYrdFHzKQdFCTdiFWgD4yoPXCZR-g3pnGdlVsB09VhjeT4AiU 2026/01/29 04:53:32 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/01/29 04:53:32 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/01/29 04:53:32 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2026/01/29 04:53:32 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/01/29 04:53:32 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/01/29 04:53:32 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/01/29 04:53:33 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AKKlhP8zoJpDDZo0PgNpNP4yMJXOa0QEsP9XvwuBnRqdv0X3utD0x0mKjIRpWwMuIAeGt-h331b2nfYUCrK5-CjXfAA2WtcwZoOFstG0u4AkaLQS9XLEvI4E-_RcoCeuChyC9xmkTlRJJ3V4tnh3ZOhS-LtTsZ-Vzq7yymXdIjfCY3IRbHWZiGzu_ZpHEyRqXlhIOXF_sp2wSFYynxThBEg-wsGs06Yu1yHv47h-_AajDK0LxW2VeqncaNuhypQXO1sAIoCrYUmfopNXTAQkP6Ri01Oou1MO_EcUt2GYrdFHzKQdFCTdiFWgD4yoPXCZR-g3pnGdlVsB09VhjeT4AiU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2026/01/29 04:53:35 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ALUH88znqPTt0npqUGrMHx5UTTdxfMR5pdz0VX4H2lex4FFgutHPlHpD4QKhwqG4vrSr8Lv7T1aCCmUEK3-okOyZ29-cCdTJATDylCtPhjScctMPzCCTYY3huElQ__rBcKfm6-8vZfj-fgtjVLCFMrTyNfF1N6eSA56kDIIYRlxztufY9qyiq9WYUq90SY-WfsgXzp0YQgczOr4y7AYVwcspy7WZrzXeqQ2pGyZIwox_UDtaKZYfpH9ALvalptvhBSuk3g2xrecMAOsz-b7LlGzZ4eAdJdloM9mn2IdiAFQ2WD4nFL1dPYPI-WWNmjA11l2dBUrGfNbQlJRmJBh1o_M 2026/01/29 04:53:35 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/01/29 04:53:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2026/01/29 04:53:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ALUH88znqPTt0npqUGrMHx5UTTdxfMR5pdz0VX4H2lex4FFgutHPlHpD4QKhwqG4vrSr8Lv7T1aCCmUEK3-okOyZ29-cCdTJATDylCtPhjScctMPzCCTYY3huElQ__rBcKfm6-8vZfj-fgtjVLCFMrTyNfF1N6eSA56kDIIYRlxztufY9qyiq9WYUq90SY-WfsgXzp0YQgczOr4y7AYVwcspy7WZrzXeqQ2pGyZIwox_UDtaKZYfpH9ALvalptvhBSuk3g2xrecMAOsz-b7LlGzZ4eAdJdloM9mn2IdiAFQ2WD4nFL1dPYPI-WWNmjA11l2dBUrGfNbQlJRmJBh1o_M" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2026/01/29 04:53:37 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AJIc6I2gRycMGfg_zsbggaQ9MAWD46cAx8z_vqv-PHZN6HvXbxoJJQQn_pKEIXsR7IYZnu8sSFWvjF6JL_-oIrLSNGNP6LVBQOU8JVMGcwPac1VyOnnGQNVyw0Hvt9dKmu_5tM3lPcv33psis_jcTd1Xf9WRpONakb0LMneFnhon5QEjTMg5AMHhpXfNKbFFqXLHdTCUR3QJGHorDmyIFQEPV8Vm8OlMbk77KoIIepMK-_xY9ca92WcWYujPLGmqpNpcVnkL6WWGSNn5Gye30NYleceO30SKWXRlQJ0_uAsqaT6nUEL6KTR3cnWT9AeuU5YJiAic5nmjjuN6iQiVupw 2026/01/29 04:53:37 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2026/01/29 04:53:38 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/01/29 04:53:38 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AJIc6I2gRycMGfg_zsbggaQ9MAWD46cAx8z_vqv-PHZN6HvXbxoJJQQn_pKEIXsR7IYZnu8sSFWvjF6JL_-oIrLSNGNP6LVBQOU8JVMGcwPac1VyOnnGQNVyw0Hvt9dKmu_5tM3lPcv33psis_jcTd1Xf9WRpONakb0LMneFnhon5QEjTMg5AMHhpXfNKbFFqXLHdTCUR3QJGHorDmyIFQEPV8Vm8OlMbk77KoIIepMK-_xY9ca92WcWYujPLGmqpNpcVnkL6WWGSNn5Gye30NYleceO30SKWXRlQJ0_uAsqaT6nUEL6KTR3cnWT9AeuU5YJiAic5nmjjuN6iQiVupw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2026/01/29 04:53:39 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AEq-SVhlsYz-r67jmBR5QrMoW1aHC8qzni0Xlylte942qWxd1Ig1PfjqeNndbH0zE_IsHSQjF37Tg0UwC5yeR76zrA3BiD3v3z6tC8IQ_ebYN9FFyGBymMJFe6ewKYonv1p535ow5AZIIeDFx6ATKWnvITDNwd7ngACX9zJdzhH1lxunpB0KUcpO2jXEv3plAZ92TD2KRixafuc70S6AOikuCO7tHPbeU_d-4UTJSWGXKQ7ykhbpv0gbACbzGB08kutlucBsGtdwrVLlNkXjVXiNoXXZk4ObZZOmeom6CKaD9CpifDK7dHydDx-0qXRGeO_4yp606b3O__S6BTkZdHU 2026/01/29 04:53:39 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/01/29 04:53:39 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/01/29 04:53:40 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AEq-SVhlsYz-r67jmBR5QrMoW1aHC8qzni0Xlylte942qWxd1Ig1PfjqeNndbH0zE_IsHSQjF37Tg0UwC5yeR76zrA3BiD3v3z6tC8IQ_ebYN9FFyGBymMJFe6ewKYonv1p535ow5AZIIeDFx6ATKWnvITDNwd7ngACX9zJdzhH1lxunpB0KUcpO2jXEv3plAZ92TD2KRixafuc70S6AOikuCO7tHPbeU_d-4UTJSWGXKQ7ykhbpv0gbACbzGB08kutlucBsGtdwrVLlNkXjVXiNoXXZk4ObZZOmeom6CKaD9CpifDK7dHydDx-0qXRGeO_4yp606b3O__S6BTkZdHU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2026/01/29 04:53:40 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ADYyKqDnCvfeAustb10zGcXc_HPUPXvJ8KeeoqaL694p6RRv8zMwZZWdoMCqaMpIgV_PVqlcelxmv-BjuZswlAH7bZ59YC0aSF1PVvgo_jYgoH26l6GYn6ssu5FmYGk6yTMtC7DyW_eetKwW_d5B0VuQ_xQy3g6uleAYQMzesCPMM4SUHdnomT7Ng1C1UapdmKZIfPE6W7SlyNrfLIY5YV_dSNG2d7PkBk4ZFkbc1tHbpNUhmHzBLV7g3DBoTT_XElWAFR8Phfb7cmlpyED4evG6QcjZur6dOQ_bWLuaw2RCeUAbQMDo9OZwj9qywWy-hf9vbVNE_OLMWokYQ8wgVF8 2026/01/29 04:53:41 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2026/01/29 04:53:41 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2026/01/29 04:53:41 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2026/01/29 04:53:41 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/01/29 04:53:41 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/01/29 04:53:41 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/01/29 04:53:42 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ADYyKqDnCvfeAustb10zGcXc_HPUPXvJ8KeeoqaL694p6RRv8zMwZZWdoMCqaMpIgV_PVqlcelxmv-BjuZswlAH7bZ59YC0aSF1PVvgo_jYgoH26l6GYn6ssu5FmYGk6yTMtC7DyW_eetKwW_d5B0VuQ_xQy3g6uleAYQMzesCPMM4SUHdnomT7Ng1C1UapdmKZIfPE6W7SlyNrfLIY5YV_dSNG2d7PkBk4ZFkbc1tHbpNUhmHzBLV7g3DBoTT_XElWAFR8Phfb7cmlpyED4evG6QcjZur6dOQ_bWLuaw2RCeUAbQMDo9OZwj9qywWy-hf9vbVNE_OLMWokYQ8wgVF8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2026/01/29 04:53:43 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AJ8AWF4jUJgBdIZuCNLrxZnX2LXjo0MnB2ViLHd3Q63jqVoY-vj0AlncXratf4BKHDO3BG50NziYABoGmpQhVCLD1TXFJE_CotvHCBURmRL23UWPqv6yFagpAIsK8cVolE5gGuhiZuttxHG1mYp5h7FmMdTq3kg8QsNKvgKdGNzScWY9uS0bxya4AhsIMHbZxpvRaQl4RMqYhFgujZPrBn_xGNTIat_Xw-xPWcVRdNNKpfTvipU-EseglkDqHUvnqae4eVCWw0vfo4ZrQcHMrG89YRXHmnVPL7NhXoBPRt6o2LjXjVe4ypZmbfDL-4AsELewk4eOguvS1iXAFloREso 2026/01/29 04:53:43 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/01/29 04:53:43 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2026/01/29 04:53:43 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2026/01/29 04:53:43 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/01/29 04:53:43 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/01/29 04:53:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/01/29 04:53:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AJ8AWF4jUJgBdIZuCNLrxZnX2LXjo0MnB2ViLHd3Q63jqVoY-vj0AlncXratf4BKHDO3BG50NziYABoGmpQhVCLD1TXFJE_CotvHCBURmRL23UWPqv6yFagpAIsK8cVolE5gGuhiZuttxHG1mYp5h7FmMdTq3kg8QsNKvgKdGNzScWY9uS0bxya4AhsIMHbZxpvRaQl4RMqYhFgujZPrBn_xGNTIat_Xw-xPWcVRdNNKpfTvipU-EseglkDqHUvnqae4eVCWw0vfo4ZrQcHMrG89YRXHmnVPL7NhXoBPRt6o2LjXjVe4ypZmbfDL-4AsELewk4eOguvS1iXAFloREso" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2026/01/29 04:53:46 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AISCK6D_1o1LCAJtu8vc6AyxNfNcp7NWsvVwIwWrjJbd0r2M7bYE7xVaFOdgZcUZJqzblPAvUVij2PJbUvMu2zNGf5bRdTATtkVYs5s9Z9XT09_w0LUMu8T0OzQGaCag7Kbdq30IgOzSKmoJXFVDWNWQInLgN0MSN1zaNMERmwM4Ktvr7y7to3Qn7Ki42qHHpVmFuraXloLkp2wa4akQIpM7aXMbV4Rcn7HwOMmBTjmimdiTJQnvOeF6hZEKWcIYeuE-uw3YhTh6-N1T_gqzurfGHl--WfEZ3BflDBKkpZFJcUGKnTvINrv8OoLZaLo5d_en5rQTeRQbf0a0U0MiizY 2026/01/29 04:53:46 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2026/01/29 04:53:47 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2026/01/29 04:53:47 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AISCK6D_1o1LCAJtu8vc6AyxNfNcp7NWsvVwIwWrjJbd0r2M7bYE7xVaFOdgZcUZJqzblPAvUVij2PJbUvMu2zNGf5bRdTATtkVYs5s9Z9XT09_w0LUMu8T0OzQGaCag7Kbdq30IgOzSKmoJXFVDWNWQInLgN0MSN1zaNMERmwM4Ktvr7y7to3Qn7Ki42qHHpVmFuraXloLkp2wa4akQIpM7aXMbV4Rcn7HwOMmBTjmimdiTJQnvOeF6hZEKWcIYeuE-uw3YhTh6-N1T_gqzurfGHl--WfEZ3BflDBKkpZFJcUGKnTvINrv8OoLZaLo5d_en5rQTeRQbf0a0U0MiizY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2026/01/29 04:53:48 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AIJE_CSqTpI35A9D9y8F6hlpWzxgQRUn7Sfn-V5j1CyEtXEADrRCNDtEW95PxTeQwXq6NU9h0Ma2ZfYwckebT94PzazKS-YNdle4IvQsC1rCGO6R-rSjUpaZM3oooB8cRpPAyA9Q-i1RSs3T1vCgL8EjzX7TG3eDv5hOH_Np4vhjFxX1ODjzZwy6GfZTs538HmN56Rw5wRkKrMNYLMIOhWgZP-oEqG0NLe2BINhO8C0WrLJlmqSBaOWtioAs6U26kved3WA5b1f3A6qLgr9HeJTbSnzZgPHgRmW5_h-ANVsaNNpIrEL06liGfThD24wGuFUJ8QYFuoTgJYxX-FPN-PI 2026/01/29 04:53:48 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2026/01/29 04:53:49 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/01/29 04:53:49 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AIJE_CSqTpI35A9D9y8F6hlpWzxgQRUn7Sfn-V5j1CyEtXEADrRCNDtEW95PxTeQwXq6NU9h0Ma2ZfYwckebT94PzazKS-YNdle4IvQsC1rCGO6R-rSjUpaZM3oooB8cRpPAyA9Q-i1RSs3T1vCgL8EjzX7TG3eDv5hOH_Np4vhjFxX1ODjzZwy6GfZTs538HmN56Rw5wRkKrMNYLMIOhWgZP-oEqG0NLe2BINhO8C0WrLJlmqSBaOWtioAs6U26kved3WA5b1f3A6qLgr9HeJTbSnzZgPHgRmW5_h-ANVsaNNpIrEL06liGfThD24wGuFUJ8QYFuoTgJYxX-FPN-PI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2026/01/29 04:53:50 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AGDvgQ5FMvGc3E-53uSTtxS6ulUw8r_rOq_CYUZOS40P8AaMGrfnsbOzDxxTsDSq-rVvnnp17ZXAlcMmdwNGdXhrT6FArbor2bDPSxTPR0iZ_0Bq07IV1wycPPSt7U3xcc1WpK3rHi_6l5Z5J_Ah6zuVYTMS6VE9KnQApLpL6gaK8VD2F9vS06AQcw2dB9MpjTUQuvuWMX9FBlDAqn30NnX97OuhCEY6b8EumXm5THSJ2DQH4Sp3XMVlknE6qY3LwcGO9Eq-YoARW1txVfDt9fB5X7MmjBPB41-FHqm0dPwwsmbjOnslmAiqpZh6VbJFzcv8JzWqbnLePYKv-1LsPl8 2026/01/29 04:53:50 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/01/29 04:53:51 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/01/29 04:53:51 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AGDvgQ5FMvGc3E-53uSTtxS6ulUw8r_rOq_CYUZOS40P8AaMGrfnsbOzDxxTsDSq-rVvnnp17ZXAlcMmdwNGdXhrT6FArbor2bDPSxTPR0iZ_0Bq07IV1wycPPSt7U3xcc1WpK3rHi_6l5Z5J_Ah6zuVYTMS6VE9KnQApLpL6gaK8VD2F9vS06AQcw2dB9MpjTUQuvuWMX9FBlDAqn30NnX97OuhCEY6b8EumXm5THSJ2DQH4Sp3XMVlknE6qY3LwcGO9Eq-YoARW1txVfDt9fB5X7MmjBPB41-FHqm0dPwwsmbjOnslmAiqpZh6VbJFzcv8JzWqbnLePYKv-1LsPl8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2026/01/29 04:53:52 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AH-ztZY0EIjYFCfRbZWJlFHVA68r0BDC8sP-PUrkQpPG9m-wHnUuC9F5-8k5NHXFECd-TQIZT1u2GPweyCllIW-l6AhgKB0h0QGLjhRDK3D8ZdM2mtkp6Mn1sysfx4z8TQv8h-fEDpl4cSmDjNbpFumEakUbAn74PN9BcnmsVsWKAnTx17k0m5X93S65bxa8zILCSb70JVG_vwmsS-74j8-Ixc-bOciHmMI6VB89p68w8u8jHNTNf-nt2OfOQLGgb_Lxi4-xNnf5jp4ETWaS93-Ww-pWJ9v1e4HkhXzlbFCNGUX7EwKkU1vFChNHovOKsele4XJl0rF06hPYlsCD4B0 2026/01/29 04:53:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2026/01/29 04:53:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2026/01/29 04:53:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2026/01/29 04:53:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/01/29 04:53:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/01/29 04:53:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/01/29 04:53:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AH-ztZY0EIjYFCfRbZWJlFHVA68r0BDC8sP-PUrkQpPG9m-wHnUuC9F5-8k5NHXFECd-TQIZT1u2GPweyCllIW-l6AhgKB0h0QGLjhRDK3D8ZdM2mtkp6Mn1sysfx4z8TQv8h-fEDpl4cSmDjNbpFumEakUbAn74PN9BcnmsVsWKAnTx17k0m5X93S65bxa8zILCSb70JVG_vwmsS-74j8-Ixc-bOciHmMI6VB89p68w8u8jHNTNf-nt2OfOQLGgb_Lxi4-xNnf5jp4ETWaS93-Ww-pWJ9v1e4HkhXzlbFCNGUX7EwKkU1vFChNHovOKsele4XJl0rF06hPYlsCD4B0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2026/01/29 04:53:54 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AKdrVssgFIGQEaWDep7JAUjv4wsZGJiS_imWhBB6EUme_lWuCVFa8sRH2kDwulNeUBIGBB3TPRFsb3HIx4SJtVRRqFw-Q5f3dShdGj45dT2TtRjuBa-H5WGb4mjwSzpMz3piFjf8nU3mxLjCKs0KM4b0t3a1jPnBDGlgvGTtj0Fs_N5wJgyqBk6VUUq-r1yQ7jyG0qcoBoyZ8fS2IzxWDXUZmqOCsGPFnIv_4RW3avTRQPSB7WOEuqsEe9MqFr1Iq69Tt2Qx5avqmRCQ1OvEBnTnfu_d6EGNNM9BaqMFDzfI3vRGMQA3Z2aoUjORfE3GFzLNYqd6krU6Y721FelantQ 2026/01/29 04:53:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/01/29 04:53:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2026/01/29 04:53:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2026/01/29 04:53:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/01/29 04:53:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/01/29 04:53:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/01/29 04:53:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AKdrVssgFIGQEaWDep7JAUjv4wsZGJiS_imWhBB6EUme_lWuCVFa8sRH2kDwulNeUBIGBB3TPRFsb3HIx4SJtVRRqFw-Q5f3dShdGj45dT2TtRjuBa-H5WGb4mjwSzpMz3piFjf8nU3mxLjCKs0KM4b0t3a1jPnBDGlgvGTtj0Fs_N5wJgyqBk6VUUq-r1yQ7jyG0qcoBoyZ8fS2IzxWDXUZmqOCsGPFnIv_4RW3avTRQPSB7WOEuqsEe9MqFr1Iq69Tt2Qx5avqmRCQ1OvEBnTnfu_d6EGNNM9BaqMFDzfI3vRGMQA3Z2aoUjORfE3GFzLNYqd6krU6Y721FelantQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2026/01/29 04:53:58 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AIO_9WOpqGAOiZkx23sJ4jWISPkIgL5b_PAn_ocBWGLy3WmrK3nbW7w6lsGSQuD38v9zRfmwnSgEc3VvvVxxL-291lNZzVVAfLdSl_VsZpy1hNKy9_LQzgjs4u2JLbMFBn17NMr6_0N-ve93O3A04UA--srYUPoe47QJTPmte_Lppl3YYaybLGeQ5jhvHxyAcy0qGNYQR80A2wco4FSpUGzBrH89sJvRkP8Et4-9znWbEvyphqX7veNRpggyxIKXKEKsn-HlfZa2rw6zFRR-0t8Eiu3_QyKBRF1WHRjJpy9_TIKD1lBvh1DpiCFPMISm86pLfT3WHuxx1E3F44Y_8Ug 2026/01/29 04:53:58 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2026/01/29 04:53:59 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2026/01/29 04:53:59 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AIO_9WOpqGAOiZkx23sJ4jWISPkIgL5b_PAn_ocBWGLy3WmrK3nbW7w6lsGSQuD38v9zRfmwnSgEc3VvvVxxL-291lNZzVVAfLdSl_VsZpy1hNKy9_LQzgjs4u2JLbMFBn17NMr6_0N-ve93O3A04UA--srYUPoe47QJTPmte_Lppl3YYaybLGeQ5jhvHxyAcy0qGNYQR80A2wco4FSpUGzBrH89sJvRkP8Et4-9znWbEvyphqX7veNRpggyxIKXKEKsn-HlfZa2rw6zFRR-0t8Eiu3_QyKBRF1WHRjJpy9_TIKD1lBvh1DpiCFPMISm86pLfT3WHuxx1E3F44Y_8Ug" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2026/01/29 04:54:00 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AMOYLtBjCeOaBmiqykEWzFQbe97kigps2Ww63h3Qhcn6gX6N5LcUlHFpNAxN1YzB0QoTY3mEKKgaawIudZ51375nscFSskTFLhX7eY6xZVf31MCWO1ujmntgLhzHSS5oO0BOhOG-lXpDQZ2XhiwCJXH14FFsCC3OoMTw6Dq61O04dLt-5VNqGcl6fXPFbY9mLEZMfyqvcrOD7gqJudyGtHNKWCUIQVmkERd7JZF7-LBSJR3BgfKk7NMvUag0iywfwjACM-kqrK6hZnsgLeCEeiXV2TfmWz29BIYQjz8VIwEQSuFq3FJI06HrF7iMRU6dKzfxDjW2Znzc5s8F-J9kftM 2026/01/29 04:54:00 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2026/01/29 04:54:01 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/01/29 04:54:01 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AMOYLtBjCeOaBmiqykEWzFQbe97kigps2Ww63h3Qhcn6gX6N5LcUlHFpNAxN1YzB0QoTY3mEKKgaawIudZ51375nscFSskTFLhX7eY6xZVf31MCWO1ujmntgLhzHSS5oO0BOhOG-lXpDQZ2XhiwCJXH14FFsCC3OoMTw6Dq61O04dLt-5VNqGcl6fXPFbY9mLEZMfyqvcrOD7gqJudyGtHNKWCUIQVmkERd7JZF7-LBSJR3BgfKk7NMvUag0iywfwjACM-kqrK6hZnsgLeCEeiXV2TfmWz29BIYQjz8VIwEQSuFq3FJI06HrF7iMRU6dKzfxDjW2Znzc5s8F-J9kftM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2026/01/29 04:54:02 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ALMmpCj6FTzPIdZtWqUQf6CeuMb4nbv3y01fnVdjXBCwzVD393lqOqPRV3q6XSRoOC20gPMMsLeiEIYp5G_PJhdhOqsiZpSrn7hLgm1TeDFZ-FqE3HGbceirvwA7s8Io_7Vxuw9HA8Hf53g4Wju2CVsq4bnvo2WakAUkrMgFfwvG-lAl0O6tbZ0Z4Xjhkh227MABG6bWTQMWUWQRyDRB3YGoHqaxPWG2ssv-Jcm8OO-fnMhWAgidQuxyz2lUn0jXAXAd1FcTDDTvmZtQBodVU8CCYlRiZlLXc75whb7PBtctXsq6VDkzK5txCp7NlIilboaultq7VqtprtCjHaZlPyw 2026/01/29 04:54:02 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/01/29 04:54:02 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/01/29 04:54:03 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ALMmpCj6FTzPIdZtWqUQf6CeuMb4nbv3y01fnVdjXBCwzVD393lqOqPRV3q6XSRoOC20gPMMsLeiEIYp5G_PJhdhOqsiZpSrn7hLgm1TeDFZ-FqE3HGbceirvwA7s8Io_7Vxuw9HA8Hf53g4Wju2CVsq4bnvo2WakAUkrMgFfwvG-lAl0O6tbZ0Z4Xjhkh227MABG6bWTQMWUWQRyDRB3YGoHqaxPWG2ssv-Jcm8OO-fnMhWAgidQuxyz2lUn0jXAXAd1FcTDDTvmZtQBodVU8CCYlRiZlLXc75whb7PBtctXsq6VDkzK5txCp7NlIilboaultq7VqtprtCjHaZlPyw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2026/01/29 04:54:04 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AEIKvd6vBtGNdJTKklyxwHV84LByBjkzAYScFF2FOpgteU_tUK1KwRtmfz1R8jptE3dMIzRlBhVWj7mL63uOf1mz5AJv9hYvGQZM9KsRtHnz97RRhKWNCkyBvKiy2BUMGCppJmHeX8qcoZh9j1ciN1PinDyqxebOHNpd6ofPWx2ORY3ovQWx7_Y7-koXNNO4fnXcCDIn3ojgAv7wJ7Y3o4G3xfbGW4uu2gUPHwDyugtZue-1WU0CBe_iz-t_MoDataAYON5vGssF0eHO9hOP_HD7zaOD_PE9ijHkIdOQEt7XoloT4Ed6zYJtPDqWrepLAOTUiYFpcQ_q7bEi-3ktdsU 2026/01/29 04:54:04 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2026/01/29 04:54:04 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2026/01/29 04:54:04 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2026/01/29 04:54:04 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/01/29 04:54:04 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/01/29 04:54:05 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/01/29 04:54:05 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AEIKvd6vBtGNdJTKklyxwHV84LByBjkzAYScFF2FOpgteU_tUK1KwRtmfz1R8jptE3dMIzRlBhVWj7mL63uOf1mz5AJv9hYvGQZM9KsRtHnz97RRhKWNCkyBvKiy2BUMGCppJmHeX8qcoZh9j1ciN1PinDyqxebOHNpd6ofPWx2ORY3ovQWx7_Y7-koXNNO4fnXcCDIn3ojgAv7wJ7Y3o4G3xfbGW4uu2gUPHwDyugtZue-1WU0CBe_iz-t_MoDataAYON5vGssF0eHO9hOP_HD7zaOD_PE9ijHkIdOQEt7XoloT4Ed6zYJtPDqWrepLAOTUiYFpcQ_q7bEi-3ktdsU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2026/01/29 04:54:06 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AL4AR77Zx7EcxSUD5laO94R9zQIbCE2fLk37Krxzrk3hLDwMAmWTD4uEFG3OFRkpCwYeAs3NeesbMt44kYXWmuV1LGYbqab3L_qZarLxW3_bkyoLFuR6grfW37IbY7blJ0x7p7cPkS0qnbzZIH-zLGAlGdsm9TPiClg3XyxP7r7ZewyDPiRYZpb0ECWgpDSJ8JYSCewdcCABWSqtwM5bwJ3HFzkKaYTGnmF7NnktimubU1AEkhEcjktK-KG_SUp27qLGd0JG0N8VzTx_xVeD8KRUqwHZbjXTqITM3VNgPtIhRjGxdJ_7r1fpMYCJGjO4lr4km5ZHUcYZQg4WWnhsj8I 2026/01/29 04:54:06 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/01/29 04:54:07 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2026/01/29 04:54:07 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2026/01/29 04:54:07 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/01/29 04:54:07 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/01/29 04:54:08 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/01/29 04:54:08 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AL4AR77Zx7EcxSUD5laO94R9zQIbCE2fLk37Krxzrk3hLDwMAmWTD4uEFG3OFRkpCwYeAs3NeesbMt44kYXWmuV1LGYbqab3L_qZarLxW3_bkyoLFuR6grfW37IbY7blJ0x7p7cPkS0qnbzZIH-zLGAlGdsm9TPiClg3XyxP7r7ZewyDPiRYZpb0ECWgpDSJ8JYSCewdcCABWSqtwM5bwJ3HFzkKaYTGnmF7NnktimubU1AEkhEcjktK-KG_SUp27qLGd0JG0N8VzTx_xVeD8KRUqwHZbjXTqITM3VNgPtIhRjGxdJ_7r1fpMYCJGjO4lr4km5ZHUcYZQg4WWnhsj8I" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2026/01/29 04:54:10 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2026/01/29 04:54:13 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2026/01/29 04:54:16 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2026/01/29 04:54:19 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2026/01/29 04:54:22 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2026/01/29 04:54:24 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AKmbv_hciCeyWgDvCdyyIzXSDp1NZUXXpOKf1Z1m2xYkwQVdUzd-UwZ84tMPxT_6Iz1b4skkzUeqAkOrBuzjPyR750cv_iw795zEzk9Yzl45zwM-xQ1GNaMSgy9Xy60v8AmicDvmC9Z9kvLkdrkmzQwKX3y_yWc7hwwRtOp5CD3puMHDHKP6XoRw_1I7zV5Xo0nzowI7M2SR9Pxh3t0bHs2YhKHI69z4SIw974oO8SqGeOJSxVZfWwxpTPmsL1Fn_OeVR1ShnVr-42WnrwqobZZ3hgj8sDB7ifXTkzRyfJDHSAZwo6CP9iqenn0Ggwl9QxqvLblXMxOn4CBz3UMO7BI 2026/01/29 04:54:24 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/01/29 04:54:24 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "2f8b3d1232b09e555ebaf2a667e8c6d3" 2026/01/29 04:54:24 DEBUG : unknown-size-put.txt: multipart upload "AKmbv_hciCeyWgDvCdyyIzXSDp1NZUXXpOKf1Z1m2xYkwQVdUzd-UwZ84tMPxT_6Iz1b4skkzUeqAkOrBuzjPyR750cv_iw795zEzk9Yzl45zwM-xQ1GNaMSgy9Xy60v8AmicDvmC9Z9kvLkdrkmzQwKX3y_yWc7hwwRtOp5CD3puMHDHKP6XoRw_1I7zV5Xo0nzowI7M2SR9Pxh3t0bHs2YhKHI69z4SIw974oO8SqGeOJSxVZfWwxpTPmsL1Fn_OeVR1ShnVr-42WnrwqobZZ3hgj8sDB7ifXTkzRyfJDHSAZwo6CP9iqenn0Ggwl9QxqvLblXMxOn4CBz3UMO7BI" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/01/29 04:54:25 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ACenVR3aIrwa-Uf2FMpyvmhkqCC7D843MS-iZZd_noZXQyIGfggZ9ZNsLP07y6k0TwFeM295W17rCym1qPpC8ESWlcPdwuVrt9OcPjGCK25OWvYD-mcNSjislEyokJO9_9D-zNXCJ2IBf5MueC7Q3TjOYifmV7xgtqLHvqSzGObuOLwNSxk0SnRpGJg9X-JB6k7GVLzFDlRxnhg3O1Rr7o8US4rANnOwLfgf4b2gnj_ksXz2Ge87jiV8Hzt5gzDfvGSAUWxLui0ziDEYRGOEazY4GDta26F0e94bwN6GfP9i3t6FjiezpgUVySpDWbr6RlRBfy82HS4k6RDEebPCfaM 2026/01/29 04:54:25 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2026/01/29 04:54:25 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "a80baf6080ccc8b9fb5602b9bf5db3fa" 2026/01/29 04:54:26 DEBUG : unknown-size-update.txt: multipart upload "ACenVR3aIrwa-Uf2FMpyvmhkqCC7D843MS-iZZd_noZXQyIGfggZ9ZNsLP07y6k0TwFeM295W17rCym1qPpC8ESWlcPdwuVrt9OcPjGCK25OWvYD-mcNSjislEyokJO9_9D-zNXCJ2IBf5MueC7Q3TjOYifmV7xgtqLHvqSzGObuOLwNSxk0SnRpGJg9X-JB6k7GVLzFDlRxnhg3O1Rr7o8US4rANnOwLfgf4b2gnj_ksXz2Ge87jiV8Hzt5gzDfvGSAUWxLui0ziDEYRGOEazY4GDta26F0e94bwN6GfP9i3t6FjiezpgUVySpDWbr6RlRBfy82HS4k6RDEebPCfaM" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/01/29 04:54:26 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yilahik6yesi/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2629: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2672: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2721: Can't test if can't have empty directories 2026/01/29 04:54:26 DEBUG : Waiting for deletions to finish 2026/01/29 04:54:26 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2026/01/29 04:54:26 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2026/01/29 04:54:26 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/01/29 04:54:27 INFO : S3 bucket rclone-test-yilahik6yesi: Bucket "rclone-test-yilahik6yesi" deleted 2026/01/29 04:54:27 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2835: Shutdown method not supported --- PASS: TestIntegration (125.00s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.75s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.22s) --- PASS: TestIntegration/FsMkdir (122.27s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.21s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.06s) --- PASS: TestIntegration/FsMkdir/FsEncoding (12.18s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.73s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.63s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.63s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.63s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.61s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.61s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.66s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.46s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (1.99s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (22.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.24s) --- 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.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.37s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.57s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (4.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.41s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.36s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.76s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.91s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.67s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.41s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (65.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (10.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (2.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (3.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (4.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (1.98s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (9.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (2.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.17s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (4.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (1.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (10.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (2.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (3.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (4.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (10.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (3.17s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (1.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (3.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (1.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (4.23s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (2.11s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (12.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (3.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (2.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (4.81s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (12.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (3.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (1.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (3.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (1.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (5.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (3.12s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (14.45s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (2.49s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (2.58s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (3.08s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (2.96s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (3.34s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.23s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.85s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.38s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.25s) --- 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 2026/01/29 04:54:27 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2026/01/29 04:54:27 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 125.027s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 2m6.283579201s (try 1/5)