"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/03/19 01:12:23 DEBUG : Creating backend with remote "TestS3R2:rclone-test-tivabug1tejo" 2026/03/19 01:12:23 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/03/19 01:12:24 INFO : S3 bucket rclone-test-tivabug1tejo: Bucket "rclone-test-tivabug1tejo" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2026/03/19 01:12:25 INFO : S3 bucket rclone-test-tivabug1tejo: Bucket "rclone-test-tivabug1tejo" deleted === RUN TestIntegration/FsMkdir 2026/03/19 01:12:26 INFO : S3 bucket rclone-test-tivabug1tejo: Bucket "rclone-test-tivabug1tejo" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/03/19 01:12:26 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2026/03/19 01:12:26 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2026/03/19 01:12: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:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:787: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2026/03/19 01:12:36 NOTICE: S3 bucket rclone-test-tivabug1tejo: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2026/03/19 01:12:36 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AGlpnYPumGexlECONjpsTyetnZdRSqJe5pSSBWxLK46mFixwbDsI-2YQqmBrxL1pxDSLQZMhq6qJCHNJ7_f5nVnDejUr-ywIkPO-hqBBcJb_SCZu5wuGWlJ2azdeXSZDd3dYPvHLXpKaN6TNDQO--Kn4IJZdDE8PV5XnamhktSSGKBoOoN9SW2SfVa4ZFu7jpT5GPU9E9TAzKA5ofCnmPzEoIZNxpzkiHTBDzmd4LvH4G-9rVtVbxrAWsnQFjfbhqZ9GJ47w7ULaHqK--B0PaYT4sLZVPAv3fkrj36Z45SOaZFtPFMNrA6PSo7miaqa1qDhSJJ3mItSCk-JXIMAJ0mA 2026/03/19 01:12:36 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "a810c40ca45084a7c0dbc3556a97ac38" 2026/03/19 01:12:36 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "dd5212a07e82cf5ee4124c0c3f9da39c" 2026/03/19 01:12:37 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "bf9574f1d6e9c2b8aed8392e7436ab78" 2026/03/19 01:12:37 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AGlpnYPumGexlECONjpsTyetnZdRSqJe5pSSBWxLK46mFixwbDsI-2YQqmBrxL1pxDSLQZMhq6qJCHNJ7_f5nVnDejUr-ywIkPO-hqBBcJb_SCZu5wuGWlJ2azdeXSZDd3dYPvHLXpKaN6TNDQO--Kn4IJZdDE8PV5XnamhktSSGKBoOoN9SW2SfVa4ZFu7jpT5GPU9E9TAzKA5ofCnmPzEoIZNxpzkiHTBDzmd4LvH4G-9rVtVbxrAWsnQFjfbhqZ9GJ47w7ULaHqK--B0PaYT4sLZVPAv3fkrj36Z45SOaZFtPFMNrA6PSo7miaqa1qDhSJJ3mItSCk-JXIMAJ0mA" finished === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:869: 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/03/19 01:12:39 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2026/03/19 01:12:39 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:1122: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2026/03/19 01:12:41 DEBUG : S3 bucket rclone-test-tivabug1tejo: bucket is versioned: false 2026/03/19 01:12:41 DEBUG : Waiting for deletions to finish 2026/03/19 01:12:41 DEBUG : "dirToPurge/fileToPurge.txt" version false 2026/03/19 01:12:41 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2026/03/19 01:12:41 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/03/19 01:12:42 DEBUG : Creating backend with remote "TestS3R2:rclone-test-tivabug1tejo/dirToPurgeFromRoot" 2026/03/19 01:12:42 DEBUG : S3 bucket rclone-test-tivabug1tejo path dirToPurgeFromRoot: bucket is versioned: false 2026/03/19 01:12:42 DEBUG : Waiting for deletions to finish 2026/03/19 01:12:42 DEBUG : "fileToPurgeFromRoot.txt" version false 2026/03/19 01:12:42 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2026/03/19 01:12:42 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/03/19 01:12:42 DEBUG : Creating backend with remote "TestS3R2:rclone-test-tivabug1tejo/hello? sausage/êé" 2026/03/19 01:12:43 DEBUG : S3 bucket rclone-test-tivabug1tejo path hello? sausage/êé: bucket is versioned: false 2026/03/19 01:12:43 DEBUG : Waiting for deletions to finish 2026/03/19 01:12:43 DEBUG : "a/b/c/d/e.txt" version false 2026/03/19 01:12:43 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2026/03/19 01:12:43 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:1347: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1464: 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:1699: 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/03/19 01:12:48 DEBUG : Creating backend with remote "TestS3R2:rclone-test-tivabug1tejo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/03/19 01:12:48 DEBUG : Creating backend with remote "TestS3R2:rclone-test-tivabug1tejo/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1916: Opening root remote "TestS3R2:" path "rclone-test-tivabug1tejo" from "TestS3R2:rclone-test-tivabug1tejo" 2026/03/19 01:12:49 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:2060: 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:2117: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2139: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2289: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/03/19 01:12:52 DEBUG : piped data.txt: open chunk writer: started multipart upload: AMRUIl1Ciixnp_NZUcI25US0Df_RmC04zPTA-6J8IJDPYTcsXLjOzgimhQGtZ8XkSu2g92d3wTdDNOCUfeYX2JTsV-dh05PIdrzz0kSpgpFIBwYAI5Dl6m6v937RhdB1QMCbmeddWbJyBa_mrnnTYT3pc_QKZiFYFk5xLV1v55TpWeDamjQxQ9ULMhqDVHdYeuKF2uLvmmuR6CD2g1z51Dw9ricg0w52kpqLQge6O5b-v5LTXNl6r23-7L9OeD94FtgIwQfj1Xk8uvjuKsKlX9k744Pqx9fZxxzGIrx9sDT6IsfXYf5xSnTdFoMm4hwR0OOvr1Jn5USQqKbxYHcr5Ac 2026/03/19 01:12:52 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2026/03/19 01:12:52 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2026/03/19 01:12:52 DEBUG : piped data.txt: multipart upload "AMRUIl1Ciixnp_NZUcI25US0Df_RmC04zPTA-6J8IJDPYTcsXLjOzgimhQGtZ8XkSu2g92d3wTdDNOCUfeYX2JTsV-dh05PIdrzz0kSpgpFIBwYAI5Dl6m6v937RhdB1QMCbmeddWbJyBa_mrnnTYT3pc_QKZiFYFk5xLV1v55TpWeDamjQxQ9ULMhqDVHdYeuKF2uLvmmuR6CD2g1z51Dw9ricg0w52kpqLQge6O5b-v5LTXNl6r23-7L9OeD94FtgIwQfj1Xk8uvjuKsKlX9k744Pqx9fZxxzGIrx9sDT6IsfXYf5xSnTdFoMm4hwR0OOvr1Jn5USQqKbxYHcr5Ac" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/03/19 01:12:52 DEBUG : piped data.txt: open chunk writer: started multipart upload: AP88R1kp6i_CC6d0FEIDkwr755Z_4Fd8rgnu_FoxgkqwRGWeo-O1-S_mI2gfHSPUkxbpIO9IqHhvsGMiBf198LVt2c_IA8-YQ0qudeiVAAWUqp9dremlqfHtsr6Mm9JV_EVjDbWcap7HFLgAj7FRtdITaXXoBe3S91LRMXsgMmx1QctDCY1VIFtWtte6x6tEdsPSnLuJiOj3oPcSPnc1PpyIm782ZSM4RUXlXr-nqBUo1WwDj8jarg9bx7wCoz9_VPCTzrJCxUIzgJmqFA39Rb0TpsilJYADhDjkD3BGSS9UrVw0wVDhGZHFi9zfIolwgRQyuWOcEKHgdGe93ctMIVg 2026/03/19 01:12:52 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/03/19 01:12:52 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "2dc5f33e6ce91822ce8874c9d37791f5" 2026/03/19 01:12:53 DEBUG : piped data.txt: multipart upload "AP88R1kp6i_CC6d0FEIDkwr755Z_4Fd8rgnu_FoxgkqwRGWeo-O1-S_mI2gfHSPUkxbpIO9IqHhvsGMiBf198LVt2c_IA8-YQ0qudeiVAAWUqp9dremlqfHtsr6Mm9JV_EVjDbWcap7HFLgAj7FRtdITaXXoBe3S91LRMXsgMmx1QctDCY1VIFtWtte6x6tEdsPSnLuJiOj3oPcSPnc1PpyIm782ZSM4RUXlXr-nqBUo1WwDj8jarg9bx7wCoz9_VPCTzrJCxUIzgJmqFA39Rb0TpsilJYADhDjkD3BGSS9UrVw0wVDhGZHFi9zfIolwgRQyuWOcEKHgdGe93ctMIVg" 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/03/19 01:12:53 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/FsPutFiles/Internal/ObjectLock s3_internal_test.go:530: Object Lock not supported by this provider: CreateBucket with Object Lock failed: operation error S3: CreateBucket, https response error StatusCode: 501, RequestID: , HostID: , api error NotImplemented: Header 'x-amz-bucket-object-lock-enabled' with value 'true' 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/03/19 01:12:54 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AAgLgbDFBq7UDwP4SGuDpEdLqH1RV7ImRPCqXBN-93v6wazVdWj13pCblMsxFneIs32AIJPeraRRnU50RO73nVGpTaEAkeW2I81u477dTONO0IbRwsJwXIDaX5L-FL3PTOe2s8l86-PlQTOWO_KN6UQRt-DC4OUOd4YmrD9IKzbVfy389Iwkurd7Hxbih_VJVqhmkHb7ova5oCkaOiw82XEswLt_9dXOL0sW04k5QkP14xGW4lNqbOOmPGHsLG427v2Oo64sBZBEOFx4fsvb_J9ntOfJELWqKj0C_HwSS6k8lcj-E1yJ5GcOaeTORryXIwJIO1pdKTqYJU0Zo4rjBxw 2026/03/19 01:12:55 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2026/03/19 01:12:55 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2026/03/19 01:12:55 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AAgLgbDFBq7UDwP4SGuDpEdLqH1RV7ImRPCqXBN-93v6wazVdWj13pCblMsxFneIs32AIJPeraRRnU50RO73nVGpTaEAkeW2I81u477dTONO0IbRwsJwXIDaX5L-FL3PTOe2s8l86-PlQTOWO_KN6UQRt-DC4OUOd4YmrD9IKzbVfy389Iwkurd7Hxbih_VJVqhmkHb7ova5oCkaOiw82XEswLt_9dXOL0sW04k5QkP14xGW4lNqbOOmPGHsLG427v2Oo64sBZBEOFx4fsvb_J9ntOfJELWqKj0C_HwSS6k8lcj-E1yJ5GcOaeTORryXIwJIO1pdKTqYJU0Zo4rjBxw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2026/03/19 01:12:56 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AJdlSwV_7muRELbW4B5Wjh6EHZEWTMDjZCRhiZ8yDn72ocoWjM8YpmvDigrdhzlmG-SWl3OWNLPAyIThCGy5v6xV69hUTDtaPQBKmB2V8-BjuPmi56UfLf22bjF-OOoI2YNREoNf0Zs_vb6rXjxvB52JhzN18plruTxaa_GimxPv-Hk7i4Tma93I18BYt2pgADP3UPVJ2sClm2HJvd6K0G40ViAfa3GtcL_m8-sEsnxe_BeVwv5XKY_hUQWC8rB2NfEaXDKKTkG_cE_1ipO0MIbM-c4gFEHZMcmibiESKANF3nN2sccyj7tlk1URcx1NiPintEPRuvbkIvv5PFSadeo 2026/03/19 01:12:56 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2026/03/19 01:12:56 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/03/19 01:12:57 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AJdlSwV_7muRELbW4B5Wjh6EHZEWTMDjZCRhiZ8yDn72ocoWjM8YpmvDigrdhzlmG-SWl3OWNLPAyIThCGy5v6xV69hUTDtaPQBKmB2V8-BjuPmi56UfLf22bjF-OOoI2YNREoNf0Zs_vb6rXjxvB52JhzN18plruTxaa_GimxPv-Hk7i4Tma93I18BYt2pgADP3UPVJ2sClm2HJvd6K0G40ViAfa3GtcL_m8-sEsnxe_BeVwv5XKY_hUQWC8rB2NfEaXDKKTkG_cE_1ipO0MIbM-c4gFEHZMcmibiESKANF3nN2sccyj7tlk1URcx1NiPintEPRuvbkIvv5PFSadeo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2026/03/19 01:12:57 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AFUwCQnUBNEDJ8iRmCaK-nnnSWX9pSKuF9TXvssREu_aBn21L2kBSELqLUrMmmbDrBaosoE1aYm4ipRbzqECAfbf7TATgYFJA7VVHNaPbVSnTcBJ6jPTrfqNbnmtUPVOI-n04OLbG3-6bT5a0eIaTTw0nMJ47xnXsPoylq_1GMRquBq_UQyJuAugFFul7HXKTgjvuaiWRdx19--Ws_mkAuConPtZVUB3y0JUuu1mC9P8yL_M9CrNHS3hzRarWL2g4FfAdA9ysN4snSmDxLmtVROmqv2ObLdM5qINKPt0AM25_-bryWarlyRn3FITeJ2okYsVM5RfQwOC5XbbmfaD8qA 2026/03/19 01:12:57 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/03/19 01:12:58 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/03/19 01:12:58 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AFUwCQnUBNEDJ8iRmCaK-nnnSWX9pSKuF9TXvssREu_aBn21L2kBSELqLUrMmmbDrBaosoE1aYm4ipRbzqECAfbf7TATgYFJA7VVHNaPbVSnTcBJ6jPTrfqNbnmtUPVOI-n04OLbG3-6bT5a0eIaTTw0nMJ47xnXsPoylq_1GMRquBq_UQyJuAugFFul7HXKTgjvuaiWRdx19--Ws_mkAuConPtZVUB3y0JUuu1mC9P8yL_M9CrNHS3hzRarWL2g4FfAdA9ysN4snSmDxLmtVROmqv2ObLdM5qINKPt0AM25_-bryWarlyRn3FITeJ2okYsVM5RfQwOC5XbbmfaD8qA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2026/03/19 01:12:58 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ABA1UjJUhGfi5VG1rbmSQC7AaQ-wv4XrUwQ8sA8FksFjMEF8Agj6SDP3AZzbsnxr1rcVoAIxcu3_tj8N3UXfEtWbPu_Xfk7aK_ISQToDf9LJp8ufvTdgkXlcHDeUMi5hTTSS7X5fke7Kelb9_uRWVIiXNeycSxO5uIp3G4FY5jJFbu3hchKJnNmizLD0-4RiZlbG2q2V0jfgX93yh1hFseAVxfw7VqmNmP8-p9iU_NcCq94qBd8Lu0iJttiyjcTgoNjwWvq61VmAipPiXVhow_NqzYDR-8olbFwOxzOYLwutmFLtc0W_Zf4v8eyQxud2Q3Q7kowx3YqLJSOWQLqsXVs 2026/03/19 01:12:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2026/03/19 01:12:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2026/03/19 01:12:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2026/03/19 01:12:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/03/19 01:12:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/03/19 01:12:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/03/19 01:12:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ABA1UjJUhGfi5VG1rbmSQC7AaQ-wv4XrUwQ8sA8FksFjMEF8Agj6SDP3AZzbsnxr1rcVoAIxcu3_tj8N3UXfEtWbPu_Xfk7aK_ISQToDf9LJp8ufvTdgkXlcHDeUMi5hTTSS7X5fke7Kelb9_uRWVIiXNeycSxO5uIp3G4FY5jJFbu3hchKJnNmizLD0-4RiZlbG2q2V0jfgX93yh1hFseAVxfw7VqmNmP8-p9iU_NcCq94qBd8Lu0iJttiyjcTgoNjwWvq61VmAipPiXVhow_NqzYDR-8olbFwOxzOYLwutmFLtc0W_Zf4v8eyQxud2Q3Q7kowx3YqLJSOWQLqsXVs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2026/03/19 01:13:00 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AOu0qYkZqmWa8wdes6KxnLRI2QaLRtFWiET-2iKQHrxY5VYstibgDVCuJqynrCCWBhY6LFekwo_5Vys4noh2BIK3Tdm7bzxVEQTM4nPYCWjH8zueILkzOW7speEJiw9X0TtC11xicyA-SfJjx-orXXHR2F6k65YA1aYePb43BxRErK1QwT_Q1o7h3vUqs7znprH08Phdx79TQR5BhRD0F7sQfC4hDCHTe2SKMV_JwSGoaOmkwNDrDAtWlZN-_J42SEuUCALTlJpUeUtS-_2XrB-EqDudmj8gwUQorXvI0ZGTpw7ImxR9aisPus0i2PvG3c-zA_McLTM-m3SU87lWhlM 2026/03/19 01:13:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/03/19 01:13:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2026/03/19 01:13:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2026/03/19 01:13:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/03/19 01:13:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/03/19 01:13:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/03/19 01:13:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AOu0qYkZqmWa8wdes6KxnLRI2QaLRtFWiET-2iKQHrxY5VYstibgDVCuJqynrCCWBhY6LFekwo_5Vys4noh2BIK3Tdm7bzxVEQTM4nPYCWjH8zueILkzOW7speEJiw9X0TtC11xicyA-SfJjx-orXXHR2F6k65YA1aYePb43BxRErK1QwT_Q1o7h3vUqs7znprH08Phdx79TQR5BhRD0F7sQfC4hDCHTe2SKMV_JwSGoaOmkwNDrDAtWlZN-_J42SEuUCALTlJpUeUtS-_2XrB-EqDudmj8gwUQorXvI0ZGTpw7ImxR9aisPus0i2PvG3c-zA_McLTM-m3SU87lWhlM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2026/03/19 01:13:03 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AG_h0pacmmIVakVpFZbPhkd8RPdvxJKfiwr5S_qDiV3uw9Ogq6aUBR6r-QmhREUAShs52oSYQM4XOIwRCkD3NDcZp229r0nGQekW9dQSYP0I4o_eIQtgqyFawoKkzUqWUpoNqOe_F27WwXlYd6BZcR-knxZzfgEXZD19hBNufgQ5bk7mfE0hZyWmoYmRrG-037Cfjcy_jP4uxfhV1m4rIeOv18XVHrqdFvSzIIVtulfhJMLT0VKOIHVafDXyr9m3tDum_14u1qpWD1IAwdz8ooy_-5gyB-Ewk0BhVeRaXiOELRzpWiplZx9gi9B_tiDOdkjAWMESTYwZKETq-y1FJNM 2026/03/19 01:13:03 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/03/19 01:13:03 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2026/03/19 01:13:03 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AG_h0pacmmIVakVpFZbPhkd8RPdvxJKfiwr5S_qDiV3uw9Ogq6aUBR6r-QmhREUAShs52oSYQM4XOIwRCkD3NDcZp229r0nGQekW9dQSYP0I4o_eIQtgqyFawoKkzUqWUpoNqOe_F27WwXlYd6BZcR-knxZzfgEXZD19hBNufgQ5bk7mfE0hZyWmoYmRrG-037Cfjcy_jP4uxfhV1m4rIeOv18XVHrqdFvSzIIVtulfhJMLT0VKOIHVafDXyr9m3tDum_14u1qpWD1IAwdz8ooy_-5gyB-Ewk0BhVeRaXiOELRzpWiplZx9gi9B_tiDOdkjAWMESTYwZKETq-y1FJNM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2026/03/19 01:13:04 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: APJl4ADSXlaVx0k4wm3Z0yXTo05pzlCdhZ_Ik3xTx65EsqHEMyP33daQmRmXLta5_V3F9hIaQBb_bmCKrPfGBe9YdOopfW9r3UvtYsjABkLYiEgQxZzW5sHVXgQEC-MzZdhn50-05MXyJeF-0WMjeFS31YX_0ZtaLR7iTDMGlBhM4h6SFc1tzC2NFlHv5S3dQTGB07koRb_94yksXVdDDQHpETa6qSuEL_qw7VtBbaI_Tsq-H06lC70i-7H7eNEThjQQ7U9xbRki6R9VZUQao9LQ2OPNhPco7n_6_0KFbYYyofI6TJVXpJsiZ14xOdj9restps-CJnQay1QhBjHkbJQ 2026/03/19 01:13:04 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2026/03/19 01:13:04 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/03/19 01:13:04 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "APJl4ADSXlaVx0k4wm3Z0yXTo05pzlCdhZ_Ik3xTx65EsqHEMyP33daQmRmXLta5_V3F9hIaQBb_bmCKrPfGBe9YdOopfW9r3UvtYsjABkLYiEgQxZzW5sHVXgQEC-MzZdhn50-05MXyJeF-0WMjeFS31YX_0ZtaLR7iTDMGlBhM4h6SFc1tzC2NFlHv5S3dQTGB07koRb_94yksXVdDDQHpETa6qSuEL_qw7VtBbaI_Tsq-H06lC70i-7H7eNEThjQQ7U9xbRki6R9VZUQao9LQ2OPNhPco7n_6_0KFbYYyofI6TJVXpJsiZ14xOdj9restps-CJnQay1QhBjHkbJQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2026/03/19 01:13:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AAYqxH7nFdT-MaKcUGQiHr0xVY3s_B-oVd8-c0X92xC4MWO-ojKR28GMwOlLMPyVW9ErEBRqGuXyxV3Wnf3MaRkXku5CzrsmmbynmiViEerZM5irERnSGOArbGiYYyEOtEN7633g8C-aC4GQTCVMGbh2Scc1of6_djWW_PhDFqFClQrh-vpjBJVgQXhAnw4x_QE8arA8VD69gs4PxFm8xfuXRWex-ejXS0Bi9M9scyFIE7jPi0FIBIT1RisVSQ0YCMpvo_Dot4TDF1fKbIxMzgIn4yhivpyXUJk-9GSH686NCA3TOIQgkFN0NToq11mjtmDxZnUtX-Kw9e4R_w8T6ro 2026/03/19 01:13:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/03/19 01:13:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/03/19 01:13:06 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AAYqxH7nFdT-MaKcUGQiHr0xVY3s_B-oVd8-c0X92xC4MWO-ojKR28GMwOlLMPyVW9ErEBRqGuXyxV3Wnf3MaRkXku5CzrsmmbynmiViEerZM5irERnSGOArbGiYYyEOtEN7633g8C-aC4GQTCVMGbh2Scc1of6_djWW_PhDFqFClQrh-vpjBJVgQXhAnw4x_QE8arA8VD69gs4PxFm8xfuXRWex-ejXS0Bi9M9scyFIE7jPi0FIBIT1RisVSQ0YCMpvo_Dot4TDF1fKbIxMzgIn4yhivpyXUJk-9GSH686NCA3TOIQgkFN0NToq11mjtmDxZnUtX-Kw9e4R_w8T6ro" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2026/03/19 01:13:06 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AHqwRrLJ-uF7L7y5oQjL_qVKB8nfvZZCHwqIUfTaU3VbQwNimsxUjquw2RyqDQVP_sPGkLStr2XSqI7Le6W5tGiqV5ZcKNlqy-nxXihYDtYZ_vqG_BsYlDFrDOprYOxpnbpQhxdX3qRsrpvD7BzKaoPGzt3KUcMyukGL_sIlQrbPkIQ-nOTOLH-L_8VYBCC-VPdojjghTisWWdivBIJcyXuz1ceNm5aslV16Fs-LHKjF0homW2OsGiz2g-DuSxU-HugqzO8O6mDwb7c7HoxSOV4cKXDyosUmxUV-FeYCUOmJeHTPHKJ79YGq7rdv8GN01NAMpVWh_m9rEEJc1-eDtDs 2026/03/19 01:13:06 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2026/03/19 01:13:06 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/03/19 01:13:06 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2026/03/19 01:13:07 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/03/19 01:13:07 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/03/19 01:13:07 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/03/19 01:13:07 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AHqwRrLJ-uF7L7y5oQjL_qVKB8nfvZZCHwqIUfTaU3VbQwNimsxUjquw2RyqDQVP_sPGkLStr2XSqI7Le6W5tGiqV5ZcKNlqy-nxXihYDtYZ_vqG_BsYlDFrDOprYOxpnbpQhxdX3qRsrpvD7BzKaoPGzt3KUcMyukGL_sIlQrbPkIQ-nOTOLH-L_8VYBCC-VPdojjghTisWWdivBIJcyXuz1ceNm5aslV16Fs-LHKjF0homW2OsGiz2g-DuSxU-HugqzO8O6mDwb7c7HoxSOV4cKXDyosUmxUV-FeYCUOmJeHTPHKJ79YGq7rdv8GN01NAMpVWh_m9rEEJc1-eDtDs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2026/03/19 01:13:08 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AA1FzuCMQ3Es6Wts7O_WDp17QhjLU9ZEBDorKW1ZfrLVf_GrZgAkZmANvUDP1GiP1zL705A-i4IkwKCaXtVIHm3CT2mPvb_b-7dWapiGrzWEB7etwDYmvjSYm_eya8JsRIKLkIsn3Cv_rztly-7fAo6eQE77xpo9rV1EvDaNNmT5-Vdzpj-dNAOc480pcifjjyxIYg4sf6SwAUlfztu4ItiDrj16OxixWZCojbmryQ_8frqUQzgnzpY6DIDo1fLKW0x0QP1nxSbvpvPljTFAGheBbd2Ho6Xvhh5HrVdXzkpvRy9qMM46xrjSlsCDlgkyrvSujpvAunfLWIfETnzmh50 2026/03/19 01:13:08 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/03/19 01:13:08 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/03/19 01:13:08 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2026/03/19 01:13:08 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/03/19 01:13:08 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/03/19 01:13:08 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/03/19 01:13:08 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AA1FzuCMQ3Es6Wts7O_WDp17QhjLU9ZEBDorKW1ZfrLVf_GrZgAkZmANvUDP1GiP1zL705A-i4IkwKCaXtVIHm3CT2mPvb_b-7dWapiGrzWEB7etwDYmvjSYm_eya8JsRIKLkIsn3Cv_rztly-7fAo6eQE77xpo9rV1EvDaNNmT5-Vdzpj-dNAOc480pcifjjyxIYg4sf6SwAUlfztu4ItiDrj16OxixWZCojbmryQ_8frqUQzgnzpY6DIDo1fLKW0x0QP1nxSbvpvPljTFAGheBbd2Ho6Xvhh5HrVdXzkpvRy9qMM46xrjSlsCDlgkyrvSujpvAunfLWIfETnzmh50" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2026/03/19 01:13:10 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AGXFYKfEBRXEBHPuii-JrBtDG8C93WAoF6QPt0N0kUyGII9rxCzrmu9wBB1ogKS7uA5L69RzRCNV5vwmfw0GnGo3gfmcvf6AAT-toJ1POQALC6xaUCHoqaxjnepGPG_cmQKKWtRqODgvpQs-wYqFgecU_MC3TFWIJALLuZ-x-SowU0zq3K6OfPJaGII8D-0Lq-cIJZIVfTvyVIg_c0oPdOEqejfpBHwhVdwYBX7u4ss9Va9ocDOCXdPB1Op-MWXum-67bumNZn6_EfCLDwZK5_28Gc91vAoj8dh98A9sfv_BpSK0R_5m2r7SvG7lSwbuGl06S7POEfQRVCHi49MR2Os 2026/03/19 01:13:10 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/03/19 01:13:11 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2026/03/19 01:13:11 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AGXFYKfEBRXEBHPuii-JrBtDG8C93WAoF6QPt0N0kUyGII9rxCzrmu9wBB1ogKS7uA5L69RzRCNV5vwmfw0GnGo3gfmcvf6AAT-toJ1POQALC6xaUCHoqaxjnepGPG_cmQKKWtRqODgvpQs-wYqFgecU_MC3TFWIJALLuZ-x-SowU0zq3K6OfPJaGII8D-0Lq-cIJZIVfTvyVIg_c0oPdOEqejfpBHwhVdwYBX7u4ss9Va9ocDOCXdPB1Op-MWXum-67bumNZn6_EfCLDwZK5_28Gc91vAoj8dh98A9sfv_BpSK0R_5m2r7SvG7lSwbuGl06S7POEfQRVCHi49MR2Os" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2026/03/19 01:13:11 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AMCTqb42SWpYQmMsQ4RuuCi3Q4LytaT1WivAIapBc7wLvMzHAtUyJOTDQmqqbta7meNuuq9SzzSikxMka0i1Yuj9Hn8ByP1rGhqX8dNF47y8qcPYFqehvS-sNhTujodrHxLIDVw1sh71hUdkqzlTK_OjB_IU3PKgGQ19JRtFm2-xDMXaUulE1Hu36poUDQFJTqDX_QeH1Ww7BsTTXLrNqmubj9E8PzbYkDzhVv21tnxcYnFgmWUfxWiqD707tjBD7Rk0ULSv3CcAZEBqGBP-JBgP_-WJZ35Y1uWRYRkMxENbk7xZevOZBccF9hLmk05zGDPEssStBjfkHj2On_xPyDs 2026/03/19 01:13:11 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2026/03/19 01:13:12 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/03/19 01:13:12 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AMCTqb42SWpYQmMsQ4RuuCi3Q4LytaT1WivAIapBc7wLvMzHAtUyJOTDQmqqbta7meNuuq9SzzSikxMka0i1Yuj9Hn8ByP1rGhqX8dNF47y8qcPYFqehvS-sNhTujodrHxLIDVw1sh71hUdkqzlTK_OjB_IU3PKgGQ19JRtFm2-xDMXaUulE1Hu36poUDQFJTqDX_QeH1Ww7BsTTXLrNqmubj9E8PzbYkDzhVv21tnxcYnFgmWUfxWiqD707tjBD7Rk0ULSv3CcAZEBqGBP-JBgP_-WJZ35Y1uWRYRkMxENbk7xZevOZBccF9hLmk05zGDPEssStBjfkHj2On_xPyDs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2026/03/19 01:13:12 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AOszxdJIfY7pKCZpz2PBUZx-D_tgyeQ8R0s5T0cQol5TLq_fIMQgA7SZ5s8zWVrTczL-OgcTg2WUkxX-EmnU1zhAfnn8oPgQ-ZBNxMnZoSiMkZ4cT9O01Qk0_Xqm7DnifXQmEsPY4XHEF7366GG4iilsOlwTL5MzfMN6iz5tX-KTr6RmWW75ScX4nlwRSpjffviX_YLblsAFYKYOY_AkL42kLPO-Nw3DEINeQD3XTDqGc4Ojyw_NnU_Kq5xpXNxThLJzbJOgR1rubddks8QQav7oRiYh-pt4W0fqmK_07eOZ6Cm7wWtQ9pM9_hDJYcan6aE6ucC2sgFeiZv07pIQ1Aw 2026/03/19 01:13:13 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/03/19 01:13:13 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/03/19 01:13:13 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AOszxdJIfY7pKCZpz2PBUZx-D_tgyeQ8R0s5T0cQol5TLq_fIMQgA7SZ5s8zWVrTczL-OgcTg2WUkxX-EmnU1zhAfnn8oPgQ-ZBNxMnZoSiMkZ4cT9O01Qk0_Xqm7DnifXQmEsPY4XHEF7366GG4iilsOlwTL5MzfMN6iz5tX-KTr6RmWW75ScX4nlwRSpjffviX_YLblsAFYKYOY_AkL42kLPO-Nw3DEINeQD3XTDqGc4Ojyw_NnU_Kq5xpXNxThLJzbJOgR1rubddks8QQav7oRiYh-pt4W0fqmK_07eOZ6Cm7wWtQ9pM9_hDJYcan6aE6ucC2sgFeiZv07pIQ1Aw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2026/03/19 01:13:14 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: ALPoPPJNdfGhUKoiVbMkWOi1s7zGEWKatabM5w1WP3pgwiZjxDStzx1Ae_8GK00x1JvLrxR6EbtDdb4kCUn1dZRzqDmdI36SbSUjl-BKbDDDUdBwgVOlMy78owWGeJaiTlh_Mj1wqKT5hU0NJTcf09q_nTNKcMTedDAG3d2mqufIrngO_ACPiZ9YJs4cdNrDPaYwQCIvBB4rQglgB2DHRtcrTsOYXGkJaybTAslOP7XejAex_jFB-yTNJTyUIOVSxyD2q3c-moWCNSjZlaoyxAHSYhPq1M5fImxFrbW9NXgt85wznCf5wDAw_3Xii1srvrXXxyuchTdMNQRInXUl3ng 2026/03/19 01:13:14 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2026/03/19 01:13:14 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/03/19 01:13:14 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2026/03/19 01:13:14 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/03/19 01:13:14 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/03/19 01:13:14 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/03/19 01:13:14 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "ALPoPPJNdfGhUKoiVbMkWOi1s7zGEWKatabM5w1WP3pgwiZjxDStzx1Ae_8GK00x1JvLrxR6EbtDdb4kCUn1dZRzqDmdI36SbSUjl-BKbDDDUdBwgVOlMy78owWGeJaiTlh_Mj1wqKT5hU0NJTcf09q_nTNKcMTedDAG3d2mqufIrngO_ACPiZ9YJs4cdNrDPaYwQCIvBB4rQglgB2DHRtcrTsOYXGkJaybTAslOP7XejAex_jFB-yTNJTyUIOVSxyD2q3c-moWCNSjZlaoyxAHSYhPq1M5fImxFrbW9NXgt85wznCf5wDAw_3Xii1srvrXXxyuchTdMNQRInXUl3ng" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2026/03/19 01:13:15 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AOYDXl1nIXKeE9CG6OUab4GNnLCp5RAMGWdH9lttWhSjzPoMRKhixuyoiLMkcQ0q4Eke9KksHR_cICiveKCNHYA8xHbEQGOYEtnNDG0UqVVXqc0DiYJ1Z1h4dT66i8-Cvc3-gU_6XFZeqsXMhF4eJJhubpLsJQ6Zefrwy_i_JbRaIMVq3x1r7VA5NKLjv4-TTvaK7mmh8HQVw24NeGkXlDHUYqSDjzxZtuuzp-l6_68o3crx8fRKwHGwOuJxs5LBK4qdwodBKLIR5ZT9hkzy31aUz-fkPjHbJ_W_4dviEPORb0SqLbSlqbOt3Q1Mf8yDydezb2z_6xl01l8GRaofcM0 2026/03/19 01:13:15 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/03/19 01:13:15 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/03/19 01:13:15 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2026/03/19 01:13:15 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/03/19 01:13:16 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/03/19 01:13:16 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/03/19 01:13:16 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AOYDXl1nIXKeE9CG6OUab4GNnLCp5RAMGWdH9lttWhSjzPoMRKhixuyoiLMkcQ0q4Eke9KksHR_cICiveKCNHYA8xHbEQGOYEtnNDG0UqVVXqc0DiYJ1Z1h4dT66i8-Cvc3-gU_6XFZeqsXMhF4eJJhubpLsJQ6Zefrwy_i_JbRaIMVq3x1r7VA5NKLjv4-TTvaK7mmh8HQVw24NeGkXlDHUYqSDjzxZtuuzp-l6_68o3crx8fRKwHGwOuJxs5LBK4qdwodBKLIR5ZT9hkzy31aUz-fkPjHbJ_W_4dviEPORb0SqLbSlqbOt3Q1Mf8yDydezb2z_6xl01l8GRaofcM0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2026/03/19 01:13:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AJqoQrfMFZWakBHPXbvcieZpMfMQrwsjWAaW-7TEmh8biOBC3BHTNEM0dhzRasDvweAbFVNMh6AfIdV-icl88-PJDHOZz1avWvj4vO7Eo7FLZgOx14IB8BizZ6UNnon1D94FbhWjyJJrFsBxmj44dggNMnCThuv8PYGjnn2WIYMZaHsXi5ba8Xzyy7lBWmQTbsSRXtJAXDelBLTXvwl0gFW15qTay5VjR5B43e-h45nJ8uEOZ_QQoBSNQrrbInSi7ibP1tzE5j1uKcOP74nETyPhBgqRGcY7-7f0DAXekrXEsnenFA7_kejqy9ElCAeT0sKBxESdL2szKn0B0dbyhKI 2026/03/19 01:13:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/03/19 01:13:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2026/03/19 01:13:19 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AJqoQrfMFZWakBHPXbvcieZpMfMQrwsjWAaW-7TEmh8biOBC3BHTNEM0dhzRasDvweAbFVNMh6AfIdV-icl88-PJDHOZz1avWvj4vO7Eo7FLZgOx14IB8BizZ6UNnon1D94FbhWjyJJrFsBxmj44dggNMnCThuv8PYGjnn2WIYMZaHsXi5ba8Xzyy7lBWmQTbsSRXtJAXDelBLTXvwl0gFW15qTay5VjR5B43e-h45nJ8uEOZ_QQoBSNQrrbInSi7ibP1tzE5j1uKcOP74nETyPhBgqRGcY7-7f0DAXekrXEsnenFA7_kejqy9ElCAeT0sKBxESdL2szKn0B0dbyhKI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2026/03/19 01:13:19 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AL7dyLXfuECiLBvFUotARcT7ah1dgVR91_qt12Aam3zUnb-Ade6FToilFdT_C-8_jE8JgFGwAsGXF6ISGjU_vWxkOkZ_nwNEh9qTHBxL54aLjGBZZus3ajZCX15YMHYJKbbTIRKv6l--D-X73r3EsANXEcLCMBobnR9O0wOUomei7I8oAwMufV0lDBIBhAcSYMOwGgF1GnOGXSY4ZkTWcXczt4JFkp10nu0yq27hDugHyjq60gWQbHjCJz0lA_tQ58BM5ao_KSh4Yra0CCTfHAIy-_x-2yZoZVJNAHaxyBdYf3SSAQLKb-o1ntkFg7opz6TjasN9-PnYpdF7mVtmEGQ 2026/03/19 01:13:19 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2026/03/19 01:13:20 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/03/19 01:13:20 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AL7dyLXfuECiLBvFUotARcT7ah1dgVR91_qt12Aam3zUnb-Ade6FToilFdT_C-8_jE8JgFGwAsGXF6ISGjU_vWxkOkZ_nwNEh9qTHBxL54aLjGBZZus3ajZCX15YMHYJKbbTIRKv6l--D-X73r3EsANXEcLCMBobnR9O0wOUomei7I8oAwMufV0lDBIBhAcSYMOwGgF1GnOGXSY4ZkTWcXczt4JFkp10nu0yq27hDugHyjq60gWQbHjCJz0lA_tQ58BM5ao_KSh4Yra0CCTfHAIy-_x-2yZoZVJNAHaxyBdYf3SSAQLKb-o1ntkFg7opz6TjasN9-PnYpdF7mVtmEGQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2026/03/19 01:13:20 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AKWtGbAAP27nEfHG1muM6QK6_CGykVQuJiKk1r0RvMBQN3AhkAy6W-j6adYTw4xvVqpoEYuPLclAUr9zfeFcDd5mU2mlGdQeox8e6bMO6WRMGc6nakKOi7b4_d1KpEPNE8GkBvJCdz1Jf6PYFG5-X1gJvx-9ui5GDAxyXs_i5-SGqUA8kYAUXtCHIyH31ij5y0IG4LQP4Dhlyga18k9L_D_1_9euZCgEqvu-qAzRcGgiwo_az61aS3DJmFnt6JT3SdN8bCVzGbQQp4lFjr0UEt3aKNYMryXOQ3XL4DG9jNUeXfaX9xIv6ta8M-dSdA8669uU9L9B_eD7Xr-HAyCqFB0 2026/03/19 01:13:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/03/19 01:13:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/03/19 01:13:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AKWtGbAAP27nEfHG1muM6QK6_CGykVQuJiKk1r0RvMBQN3AhkAy6W-j6adYTw4xvVqpoEYuPLclAUr9zfeFcDd5mU2mlGdQeox8e6bMO6WRMGc6nakKOi7b4_d1KpEPNE8GkBvJCdz1Jf6PYFG5-X1gJvx-9ui5GDAxyXs_i5-SGqUA8kYAUXtCHIyH31ij5y0IG4LQP4Dhlyga18k9L_D_1_9euZCgEqvu-qAzRcGgiwo_az61aS3DJmFnt6JT3SdN8bCVzGbQQp4lFjr0UEt3aKNYMryXOQ3XL4DG9jNUeXfaX9xIv6ta8M-dSdA8669uU9L9B_eD7Xr-HAyCqFB0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2026/03/19 01:13:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AKUh_ude8KvNUf4ljPMzEyfgJOAaKXBsvxXgwKeCfFFuyPTE6w6TkUbOomUmaUAghmQ__QaT6iAk2xK6wbfl2lYhNvZ-Rfyn0OJKpHcPGmT91DvSJge5b4-be1LM_KWnzBbxx_3p2J3bUKxprC-poG3X_7RSftYA_M6G-_Soasi6chdmL77E65V5EuxC_EBPXIDa_sidaXhH3v0ZndTGPGlOwNHHP-gju3REXLhXqH_OU0uCZAex8qEn6qpqACuTjAEPnRPzekJFbEQrZMD9q3IL5XIH9AYNXfVR8oBoklaQxoOHdC-Oht_MOEZWI2nV0K0YnMU7jURVChAaROHeZHs 2026/03/19 01:13:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2026/03/19 01:13:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2026/03/19 01:13:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2026/03/19 01:13:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/03/19 01:13:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/03/19 01:13:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/03/19 01:13:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AKUh_ude8KvNUf4ljPMzEyfgJOAaKXBsvxXgwKeCfFFuyPTE6w6TkUbOomUmaUAghmQ__QaT6iAk2xK6wbfl2lYhNvZ-Rfyn0OJKpHcPGmT91DvSJge5b4-be1LM_KWnzBbxx_3p2J3bUKxprC-poG3X_7RSftYA_M6G-_Soasi6chdmL77E65V5EuxC_EBPXIDa_sidaXhH3v0ZndTGPGlOwNHHP-gju3REXLhXqH_OU0uCZAex8qEn6qpqACuTjAEPnRPzekJFbEQrZMD9q3IL5XIH9AYNXfVR8oBoklaQxoOHdC-Oht_MOEZWI2nV0K0YnMU7jURVChAaROHeZHs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2026/03/19 01:13:23 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AJP5ISA4UOpXzdpjFufRa5a8uOaUcgX6QWnDSyOtDMTqdd1wbYyuJOG7xxRI7r2uQcz2EtTgbNNlgqUQ7zmntACIPaAfnpwQQv_xripZI9DQoSFSK5DbuVtNkIH5-Nk_PKH9pMTN18MJ7LPBXOduYXH71yT2cl0j-npG7OE9AsNz7DrXxaItMBKrV_yGHttawKHi9cGLP4-SAOsxPph6gv9MBodzyAfE_SOZo1t63dkjXXeX1UdkBIFwSHEftUUPxcqJ7TvLTIWm2IFWAGc7YLUyG9On--66qzeYlDwY080itUXi8opkEprC4ST_yqQX6KSunRqYwdMb9hWjKDl_bhw 2026/03/19 01:13:24 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/03/19 01:13:24 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2026/03/19 01:13:24 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2026/03/19 01:13:24 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/03/19 01:13:24 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/03/19 01:13:24 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/03/19 01:13:24 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AJP5ISA4UOpXzdpjFufRa5a8uOaUcgX6QWnDSyOtDMTqdd1wbYyuJOG7xxRI7r2uQcz2EtTgbNNlgqUQ7zmntACIPaAfnpwQQv_xripZI9DQoSFSK5DbuVtNkIH5-Nk_PKH9pMTN18MJ7LPBXOduYXH71yT2cl0j-npG7OE9AsNz7DrXxaItMBKrV_yGHttawKHi9cGLP4-SAOsxPph6gv9MBodzyAfE_SOZo1t63dkjXXeX1UdkBIFwSHEftUUPxcqJ7TvLTIWm2IFWAGc7YLUyG9On--66qzeYlDwY080itUXi8opkEprC4ST_yqQX6KSunRqYwdMb9hWjKDl_bhw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2026/03/19 01:13:26 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AIvueA0KDdrfs9FgeMkfBuzVVS6MeoNA8UjhX2CiNQRz-Ei9kFkcH3SsJLMMAQhpjpb3GS-tWD_y5vGBo1dlCmzbX1iWckXfSzOJtXZ3Th3EFMv2K9jcgqjAQnTs42PxuJhjRp-dFxI1YzIMsFTGh6x34S6BeRY3xPpYb2aCRwF6CLRREg3X8xELuvQwtV9f9CzgjoTJHx5psG-VrCtbCI2YZrCXTg-q2AFMLau9r06F7nAJL7oxvlw6BoGwa7fjUksszf6ZxO-3kyGgUelzOg0suaSYqSqQjSsS7vatYyG0qY46PyTBCI1BMRA7v04w-28LQwTHL4gEZkYxGMRpELk 2026/03/19 01:13:27 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2026/03/19 01:13:27 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2026/03/19 01:13:27 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AIvueA0KDdrfs9FgeMkfBuzVVS6MeoNA8UjhX2CiNQRz-Ei9kFkcH3SsJLMMAQhpjpb3GS-tWD_y5vGBo1dlCmzbX1iWckXfSzOJtXZ3Th3EFMv2K9jcgqjAQnTs42PxuJhjRp-dFxI1YzIMsFTGh6x34S6BeRY3xPpYb2aCRwF6CLRREg3X8xELuvQwtV9f9CzgjoTJHx5psG-VrCtbCI2YZrCXTg-q2AFMLau9r06F7nAJL7oxvlw6BoGwa7fjUksszf6ZxO-3kyGgUelzOg0suaSYqSqQjSsS7vatYyG0qY46PyTBCI1BMRA7v04w-28LQwTHL4gEZkYxGMRpELk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2026/03/19 01:13:28 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AFOpMMVVgnn1zu4KAtv9OlFrEhvWLEBTitIM0MdjkWkx1CMOmhTdGZWJB2BFtDtz3K0T0JNxBtecYl5_RC4JgTQyQByTSXKoxwt41jXDOY-iZk8k34VPjxVLAWf1UHU3bi9W5LcXlst5_XQrW_enBRBkr4tCtZ4yECvkvdobHm-k8zc-_k8NUyBhCbOnzlYmbhYoKjsSNod_iO37Y9rkwj4anDeizuvETht7oHRYg_wl0HQYNrlrXZ9lVOmK33J0OX0bYHioVlq47kADAbxyAv4U-EcTQprGq-1kBPWjomCj8apejfdDMvRPWDCV3Yyj3u_Ix1AfNtDVaXm1MVkaxzo 2026/03/19 01:13:28 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2026/03/19 01:13:29 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/03/19 01:13:29 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AFOpMMVVgnn1zu4KAtv9OlFrEhvWLEBTitIM0MdjkWkx1CMOmhTdGZWJB2BFtDtz3K0T0JNxBtecYl5_RC4JgTQyQByTSXKoxwt41jXDOY-iZk8k34VPjxVLAWf1UHU3bi9W5LcXlst5_XQrW_enBRBkr4tCtZ4yECvkvdobHm-k8zc-_k8NUyBhCbOnzlYmbhYoKjsSNod_iO37Y9rkwj4anDeizuvETht7oHRYg_wl0HQYNrlrXZ9lVOmK33J0OX0bYHioVlq47kADAbxyAv4U-EcTQprGq-1kBPWjomCj8apejfdDMvRPWDCV3Yyj3u_Ix1AfNtDVaXm1MVkaxzo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2026/03/19 01:13:29 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AMhDBiEskBIfyT_2skvbNL1Fcsj8yjr8nVSBCWg5rPUVAXQGXSaUWLgxu3YUUD14iulxq1TQKSx3lZ4lX_WqtW6KUezW6a2Krp5FWhqOpYwUq693hChyRvKukJaUEYNIyHrvKKoeoRUrMZy6stRH5F0Z7lYMGE2lfLtRrdsXewTHkybhirxuir8QnwQMRaGmBUc5dBgzLHqvgq-VOeGGqGrHNQ5zkauBz9jX7Wm-f41iU3W3jU-27vOtN4cegWAK7z0zhYqOvdQaPGPfD2Ap9Vk_zcrpzbD6DVimJdygsjQ5bsSJUDyfUfWQdfL_QIKya7g4TUctbOQ_rYfqqFYoetE 2026/03/19 01:13:30 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/03/19 01:13:30 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/03/19 01:13:30 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AMhDBiEskBIfyT_2skvbNL1Fcsj8yjr8nVSBCWg5rPUVAXQGXSaUWLgxu3YUUD14iulxq1TQKSx3lZ4lX_WqtW6KUezW6a2Krp5FWhqOpYwUq693hChyRvKukJaUEYNIyHrvKKoeoRUrMZy6stRH5F0Z7lYMGE2lfLtRrdsXewTHkybhirxuir8QnwQMRaGmBUc5dBgzLHqvgq-VOeGGqGrHNQ5zkauBz9jX7Wm-f41iU3W3jU-27vOtN4cegWAK7z0zhYqOvdQaPGPfD2Ap9Vk_zcrpzbD6DVimJdygsjQ5bsSJUDyfUfWQdfL_QIKya7g4TUctbOQ_rYfqqFYoetE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2026/03/19 01:13:31 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AF22mDeiyiKzezukRVt55z4SkaEPt2SxGwlcY8EcI6IMC_ivqsNWvHAYB81Ub21eN44R-AOAaRxnw6_P4_4IJWf6lOlKdUTLo65BgnswSqlgTQIFqHcy_gv0K6BMpivDIm4ijhNRqQgVbG00x3Ew--7oUxlDBFfXms2nRa2l9n_ApSTUxc5SBLXSNecG5_E-3r1jjHubVnFfMWneR7K9E9M6Dz6S_u_VRUWa-M7K937pmYuf7rIJh-5rNgHg8eLQvlzUStZNEFb8Vh4KrcXxegtKptSeLc4oPIxelScGVJqRt7zCNcA2hc-z0pa1Tpcn_RRCjfg7FCYTYKotSLoBjNE 2026/03/19 01:13:31 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2026/03/19 01:13:31 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2026/03/19 01:13:31 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2026/03/19 01:13:31 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/03/19 01:13:31 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/03/19 01:13:32 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/03/19 01:13:32 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AF22mDeiyiKzezukRVt55z4SkaEPt2SxGwlcY8EcI6IMC_ivqsNWvHAYB81Ub21eN44R-AOAaRxnw6_P4_4IJWf6lOlKdUTLo65BgnswSqlgTQIFqHcy_gv0K6BMpivDIm4ijhNRqQgVbG00x3Ew--7oUxlDBFfXms2nRa2l9n_ApSTUxc5SBLXSNecG5_E-3r1jjHubVnFfMWneR7K9E9M6Dz6S_u_VRUWa-M7K937pmYuf7rIJh-5rNgHg8eLQvlzUStZNEFb8Vh4KrcXxegtKptSeLc4oPIxelScGVJqRt7zCNcA2hc-z0pa1Tpcn_RRCjfg7FCYTYKotSLoBjNE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2026/03/19 01:13:33 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: ABEmfPLEopBe_aQfs6PKAb2YKH1UdurnAmy-Fn2xlb1SZZNKq9njeQ6KAyQcRIQKwo8wkRb65uFFiZq6CgrGi7m-mfyhRkzNO6-capvMD6M-lg-ZmDMnmyK7eFouQDxd03gK7K0gioisVI2xoNxyeEYVJYy-iP7alBspskQjyN9G48i7JrjM9VNoA-Cp8kym-_1rSyV1FYS8mMzZpbT5l0I1Jn9ZEgVWrQCJmauwF8x8mETOSB9ZOV9dZ7D2_PnmtJ4BajoaQqcf2SWKVUHdJ97j_0zs47kw-g9Xa2EDP4hpjCg1HySjyompfCkpDnAEIfwqNRJdy32trSkKbbUr-ds 2026/03/19 01:13:33 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/03/19 01:13:33 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2026/03/19 01:13:33 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2026/03/19 01:13:34 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/03/19 01:13:34 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/03/19 01:13:34 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/03/19 01:13:34 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "ABEmfPLEopBe_aQfs6PKAb2YKH1UdurnAmy-Fn2xlb1SZZNKq9njeQ6KAyQcRIQKwo8wkRb65uFFiZq6CgrGi7m-mfyhRkzNO6-capvMD6M-lg-ZmDMnmyK7eFouQDxd03gK7K0gioisVI2xoNxyeEYVJYy-iP7alBspskQjyN9G48i7JrjM9VNoA-Cp8kym-_1rSyV1FYS8mMzZpbT5l0I1Jn9ZEgVWrQCJmauwF8x8mETOSB9ZOV9dZ7D2_PnmtJ4BajoaQqcf2SWKVUHdJ97j_0zs47kw-g9Xa2EDP4hpjCg1HySjyompfCkpDnAEIfwqNRJdy32trSkKbbUr-ds" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2026/03/19 01:13:36 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AAS6q38quNQMWXrwENc_UsYzU-SvidpB8jPfmpODdDo40ijAF2SmWtSY-PZOgjBj3QCUqLjXDbsc3pgX_aTX1wD97X0ImcMH3kgLK-yVgyCpvthVJHtUvKBJS1adH29uLFWkI_6d-4sYzRWFgm9-yZNmOlTvImK1UxD2nEDKNDuHA_nsf4zUj6KLobyXDn45Zo4yRf8NBcc_jW89ThRDqpcf4hxetTYcxV9u15WO4XDfVvlkWvC69PnOkmd7MAr9xBxQQ05SvtL7pZq03sEk0PijDrxzVwQ2ql7lyTsL3-16te1zJcTmB9ZDnFnhlNQIzJ_cDKoGj1V5bPye_NAbpSs 2026/03/19 01:13:36 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2026/03/19 01:13:37 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2026/03/19 01:13:37 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AAS6q38quNQMWXrwENc_UsYzU-SvidpB8jPfmpODdDo40ijAF2SmWtSY-PZOgjBj3QCUqLjXDbsc3pgX_aTX1wD97X0ImcMH3kgLK-yVgyCpvthVJHtUvKBJS1adH29uLFWkI_6d-4sYzRWFgm9-yZNmOlTvImK1UxD2nEDKNDuHA_nsf4zUj6KLobyXDn45Zo4yRf8NBcc_jW89ThRDqpcf4hxetTYcxV9u15WO4XDfVvlkWvC69PnOkmd7MAr9xBxQQ05SvtL7pZq03sEk0PijDrxzVwQ2ql7lyTsL3-16te1zJcTmB9ZDnFnhlNQIzJ_cDKoGj1V5bPye_NAbpSs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2026/03/19 01:13:38 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AE6OdrIvxt4i7T6CNTqI0rINgUrVnRD7tH8_OuSNsxtNMBHu3IXn3nbc2xqW6z7N08WeJICljfSh9BUwkQnzyC3uTq2NhqGFqUeg0MXmdmTGb7Nx8b-S8bxITbipHwVp2ByDQ5ag5HkgVlU6et_JV_GYplDMv65HrBBy9U1vo-DsT9JuGyDbaI8mSoyYN-AmDUaCeqa0IWlnojB9YceE9buLdEUWSKu9-YbaGNY1QBpYmft3LSZw214Wtt6OkveuFA5FuHaAtZ9kTfBEOYKcwzjwQ3pe-fdt2AUrQBcqhjyLRCaCvlsIDj3_n6AaEco8gv4RzopL_wZSI9ggmnrDZKo 2026/03/19 01:13:38 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2026/03/19 01:13:38 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/03/19 01:13:38 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AE6OdrIvxt4i7T6CNTqI0rINgUrVnRD7tH8_OuSNsxtNMBHu3IXn3nbc2xqW6z7N08WeJICljfSh9BUwkQnzyC3uTq2NhqGFqUeg0MXmdmTGb7Nx8b-S8bxITbipHwVp2ByDQ5ag5HkgVlU6et_JV_GYplDMv65HrBBy9U1vo-DsT9JuGyDbaI8mSoyYN-AmDUaCeqa0IWlnojB9YceE9buLdEUWSKu9-YbaGNY1QBpYmft3LSZw214Wtt6OkveuFA5FuHaAtZ9kTfBEOYKcwzjwQ3pe-fdt2AUrQBcqhjyLRCaCvlsIDj3_n6AaEco8gv4RzopL_wZSI9ggmnrDZKo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2026/03/19 01:13:39 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ALd7wIkJVW920eKA-U95AsvZu-kPn9mm4yDxzMuESc5w2j5PB4Z6iD1N7CalmIEMENk0-gv--9eErkcFPwYgEvvqeHIbTESMoL61vPdSmRDtP7Z_jveElUFRalN_fLu_RDz7uhrE1-4b2fdb-RTo4IEN6GYyodMZntu_7iBUR_mygEGjOUhbBbE30mrC121rX0pd1Hzx4WZpa7DNVlNQc1B2-OevgSQLavJfMlCvBrIBknTDwDFb9qqE8ziwKd8uMdn_91v380l1LgvHGuuysIWYIfJgI84-Azj1uT_AksSwPZPDZ8Fhhzjp-cBmOkYBZ9ZrYiMqA1fa_s0klX932w0 2026/03/19 01:13:39 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/03/19 01:13:40 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/03/19 01:13:40 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ALd7wIkJVW920eKA-U95AsvZu-kPn9mm4yDxzMuESc5w2j5PB4Z6iD1N7CalmIEMENk0-gv--9eErkcFPwYgEvvqeHIbTESMoL61vPdSmRDtP7Z_jveElUFRalN_fLu_RDz7uhrE1-4b2fdb-RTo4IEN6GYyodMZntu_7iBUR_mygEGjOUhbBbE30mrC121rX0pd1Hzx4WZpa7DNVlNQc1B2-OevgSQLavJfMlCvBrIBknTDwDFb9qqE8ziwKd8uMdn_91v380l1LgvHGuuysIWYIfJgI84-Azj1uT_AksSwPZPDZ8Fhhzjp-cBmOkYBZ9ZrYiMqA1fa_s0klX932w0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2026/03/19 01:13:41 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ACKPfgJmLRmkSTEwAYye7OXzAlDrZeM__2Afht2lU-nTbzNqAQv2qzC0W326Cscabukgt8GojcBzn0fCl4zm-kDty0mKm1CvdNtEf5eryoFcLQZ5Rv3mk-lJ2xdhe63spTJMfuxE_GeFxDDaoGz5efq5bufj-LdwRl6vQI6IPUa9CIwgfskCIv9ZCowKnod-lcl7ABVE98NOHQ6uNlCDRVKxhLq6B2loKvPXrFIvclp0A619o8ToFBKME1yFcS4WwWrG47ncvVMauvYMhMe9vG8IImPHG6dv94iiDIg-YDsauWIdlUq0-wGUG5dUPdNnKduP8vp0N9iAmcnw5gjU02Q 2026/03/19 01:13:41 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2026/03/19 01:13:41 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2026/03/19 01:13:41 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2026/03/19 01:13:41 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/03/19 01:13:41 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/03/19 01:13:42 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/03/19 01:13:42 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ACKPfgJmLRmkSTEwAYye7OXzAlDrZeM__2Afht2lU-nTbzNqAQv2qzC0W326Cscabukgt8GojcBzn0fCl4zm-kDty0mKm1CvdNtEf5eryoFcLQZ5Rv3mk-lJ2xdhe63spTJMfuxE_GeFxDDaoGz5efq5bufj-LdwRl6vQI6IPUa9CIwgfskCIv9ZCowKnod-lcl7ABVE98NOHQ6uNlCDRVKxhLq6B2loKvPXrFIvclp0A619o8ToFBKME1yFcS4WwWrG47ncvVMauvYMhMe9vG8IImPHG6dv94iiDIg-YDsauWIdlUq0-wGUG5dUPdNnKduP8vp0N9iAmcnw5gjU02Q" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2026/03/19 01:13:43 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: ACH73jcVlkYPU3E1w9i5n7uhoIjzEoXK1oDMx9E287m2g7zSOeqDGLhjB0zRW-z8UKEvP64miW4_SG4Nxk-JawKDMst76xEHGtaQwnentAAmu5apW4Pt1ua-4-QfHuX-xzDgZS1XY0CZPZtOGP6yq7Qjp9IIZo7H9rV_5ZLl9i4qbly9uFgNtmW_QVuVMwGfZqhFiMDsP8DFrZijCbmIO53eD1uYltBnD7EUDxBC6icF334ovk9AQRR6DGydw07bYgrqU5vjDsLHjVzgWewqtN_-w-kGsDs1dFdRKgJ4COTaGyW7n9cUuAhFb2m9DLMZCPgwOYDolbWPuLdPmbipaGQ 2026/03/19 01:13:43 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/03/19 01:13:43 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2026/03/19 01:13:43 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2026/03/19 01:13:44 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/03/19 01:13:44 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/03/19 01:13:44 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/03/19 01:13:44 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "ACH73jcVlkYPU3E1w9i5n7uhoIjzEoXK1oDMx9E287m2g7zSOeqDGLhjB0zRW-z8UKEvP64miW4_SG4Nxk-JawKDMst76xEHGtaQwnentAAmu5apW4Pt1ua-4-QfHuX-xzDgZS1XY0CZPZtOGP6yq7Qjp9IIZo7H9rV_5ZLl9i4qbly9uFgNtmW_QVuVMwGfZqhFiMDsP8DFrZijCbmIO53eD1uYltBnD7EUDxBC6icF334ovk9AQRR6DGydw07bYgrqU5vjDsLHjVzgWewqtN_-w-kGsDs1dFdRKgJ4COTaGyW7n9cUuAhFb2m9DLMZCPgwOYDolbWPuLdPmbipaGQ" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2026/03/19 01:13:46 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2026/03/19 01:13:47 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2026/03/19 01:13:49 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2026/03/19 01:13:51 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2026/03/19 01:13:53 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2026/03/19 01:13:54 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AO4TkRFqgzOnF70bzkDmB9gFWp9YnvX39Vr6FymHFiCLuNGen_lm0H9qWPXBjs_vTppluORQdpG15IQ7q1r4Hv27CPV4qg-x6EzalFNoOaYhBQa5d4RGBcIQ-TXQudZZHSBVOd4OmYIK7_bSIEt-eYD2KYyCZA20WBMvzNisulg53flHwerZ08FCxnQKpxnEaTDzejlXxYntFdgQKyndEBruA9QbDS-JbMJ5FwZaQ2TdZPMRha1vJH0cIqQcTRwxtbxdgIKFXnk0RHvm67AAPEBpsd3Wpb9yjRNedH_ECtI55W9sVAzqjSgyeFsi1DTQs19-UxpTrg8-PWZ1AanXUU4 2026/03/19 01:13:54 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/03/19 01:13:54 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "d141318150675e9fc2902037d1e48a97" 2026/03/19 01:13:55 DEBUG : unknown-size-put.txt: multipart upload "AO4TkRFqgzOnF70bzkDmB9gFWp9YnvX39Vr6FymHFiCLuNGen_lm0H9qWPXBjs_vTppluORQdpG15IQ7q1r4Hv27CPV4qg-x6EzalFNoOaYhBQa5d4RGBcIQ-TXQudZZHSBVOd4OmYIK7_bSIEt-eYD2KYyCZA20WBMvzNisulg53flHwerZ08FCxnQKpxnEaTDzejlXxYntFdgQKyndEBruA9QbDS-JbMJ5FwZaQ2TdZPMRha1vJH0cIqQcTRwxtbxdgIKFXnk0RHvm67AAPEBpsd3Wpb9yjRNedH_ECtI55W9sVAzqjSgyeFsi1DTQs19-UxpTrg8-PWZ1AanXUU4" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/03/19 01:13:55 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ALILehQaGY1Yi9T8vRBNfcEvrnDvHtbhA2xHHMT9hPAEIFM2oeq-2UZ9cnW6EubCVWIsl4a2ExdaDwDV8sGgkBA2lNlYkxz3L2hx3pZn3YDSr2-9ONFmNBnGO_hbqiHqugm8WHBlBBxgiD5gzw-Pbo15hnOni6Blwn9L-z8qEPbHpZzVFOBESulJsHEVn0qvV-gSugS3CsftjX4_LB4cBSqvBnEGjiv5q4qRYbPCOqyx2RZ6B37Ro1RlUPiNvo_0999qwZqwJwMIMmJo3DqAubjZAe7A66iIpKZYkoZIsE_XwoUEK1Cifbdio6pqPxIyC2vvEUugPGSfPjV097PaQLU 2026/03/19 01:13:55 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2026/03/19 01:13:55 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "72f7205cc99bb218a7c6838e69453f58" 2026/03/19 01:13:55 DEBUG : unknown-size-update.txt: multipart upload "ALILehQaGY1Yi9T8vRBNfcEvrnDvHtbhA2xHHMT9hPAEIFM2oeq-2UZ9cnW6EubCVWIsl4a2ExdaDwDV8sGgkBA2lNlYkxz3L2hx3pZn3YDSr2-9ONFmNBnGO_hbqiHqugm8WHBlBBxgiD5gzw-Pbo15hnOni6Blwn9L-z8qEPbHpZzVFOBESulJsHEVn0qvV-gSugS3CsftjX4_LB4cBSqvBnEGjiv5q4qRYbPCOqyx2RZ6B37Ro1RlUPiNvo_0999qwZqwJwMIMmJo3DqAubjZAe7A66iIpKZYkoZIsE_XwoUEK1Cifbdio6pqPxIyC2vvEUugPGSfPjV097PaQLU" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/03/19 01:13:55 DEBUG : Creating backend with remote "TestS3R2:rclone-test-tivabug1tejo/deeper/nonexisting/directory" 2026/03/19 01:13:55 DEBUG : Config file has changed externally - reloading === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2633: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2676: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2725: Can't test if can't have empty directories 2026/03/19 01:13:56 DEBUG : Waiting for deletions to finish 2026/03/19 01:13:56 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2026/03/19 01:13:56 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2026/03/19 01:13:56 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/03/19 01:13:56 INFO : S3 bucket rclone-test-tivabug1tejo: Bucket "rclone-test-tivabug1tejo" deleted 2026/03/19 01:13:56 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2839: Shutdown method not supported --- PASS: TestIntegration (93.04s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.30s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.05s) --- PASS: TestIntegration/FsMkdir (91.08s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.16s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.05s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.06s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.05s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.05s) --- PASS: TestIntegration/FsMkdir/FsEncoding (8.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.53s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.51s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.46s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.52s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.52s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.47s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.48s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.41s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.47s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.44s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.41s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.45s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.45s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.48s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.45s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.45s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.41s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.43s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.43s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.35s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (1.62s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (16.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.06s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.16s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.38s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (2.70s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (1.76s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.26s) --- 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.25s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.95s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (0.75s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.25s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.03s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (51.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (8.31s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (2.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (2.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (3.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (1.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (7.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (1.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (2.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (3.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (1.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (7.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (2.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (2.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (3.24s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (1.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (8.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (2.26s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (1.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (2.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (1.26s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (3.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (1.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (9.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (2.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (1.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (2.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (1.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (4.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (10.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (2.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (1.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (3.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (1.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (4.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (2.20s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (9.30s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (1.60s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (1.56s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (1.91s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (2.15s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (2.07s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (1.28s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.53s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.75s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.20s) --- 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:45: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2026/03/19 01:13:56 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2026/03/19 01:13:56 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) === RUN TestParseRetainUntilDate === RUN TestParseRetainUntilDate/RFC3339_date === RUN TestParseRetainUntilDate/RFC3339_date_with_timezone === RUN TestParseRetainUntilDate/duration_days === RUN TestParseRetainUntilDate/duration_hours === RUN TestParseRetainUntilDate/duration_minutes === RUN TestParseRetainUntilDate/invalid_input === RUN TestParseRetainUntilDate/empty_input --- PASS: TestParseRetainUntilDate (0.00s) --- PASS: TestParseRetainUntilDate/RFC3339_date (0.00s) --- PASS: TestParseRetainUntilDate/RFC3339_date_with_timezone (0.00s) --- PASS: TestParseRetainUntilDate/duration_days (0.00s) --- PASS: TestParseRetainUntilDate/duration_hours (0.00s) --- PASS: TestParseRetainUntilDate/duration_minutes (0.00s) --- PASS: TestParseRetainUntilDate/invalid_input (0.00s) --- PASS: TestParseRetainUntilDate/empty_input (0.00s) PASS ok github.com/rclone/rclone/backend/s3 93.070s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 1m34.548320807s (try 1/5)