"go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Starting (try 1/5) === RUN TestSignHTTP --- PASS: TestSignHTTP (0.00s) === RUN TestVersionLess --- PASS: TestVersionLess (0.00s) === RUN TestMergeDeleteMarkers --- PASS: TestMergeDeleteMarkers (0.00s) === RUN TestRemoveAWSChunked === RUN TestRemoveAWSChunked/nil === RUN TestRemoveAWSChunked/empty === RUN TestRemoveAWSChunked/only_aws === RUN TestRemoveAWSChunked/leading_aws === RUN TestRemoveAWSChunked/trailing_aws === RUN TestRemoveAWSChunked/middle_aws === RUN TestRemoveAWSChunked/case_insensitive === RUN TestRemoveAWSChunked/duplicates === RUN TestRemoveAWSChunked/no_aws_normalize_spaces === RUN TestRemoveAWSChunked/surrounding_spaces === RUN TestRemoveAWSChunked/no_change --- PASS: TestRemoveAWSChunked (0.00s) --- PASS: TestRemoveAWSChunked/nil (0.00s) --- PASS: TestRemoveAWSChunked/empty (0.00s) --- PASS: TestRemoveAWSChunked/only_aws (0.00s) --- PASS: TestRemoveAWSChunked/leading_aws (0.00s) --- PASS: TestRemoveAWSChunked/trailing_aws (0.00s) --- PASS: TestRemoveAWSChunked/middle_aws (0.00s) --- PASS: TestRemoveAWSChunked/case_insensitive (0.00s) --- PASS: TestRemoveAWSChunked/duplicates (0.00s) --- PASS: TestRemoveAWSChunked/no_aws_normalize_spaces (0.00s) --- PASS: TestRemoveAWSChunked/surrounding_spaces (0.00s) --- PASS: TestRemoveAWSChunked/no_change (0.00s) === RUN TestIntegration fstests.go:438: Using remote "TestS3R2:" 2025/08/29 01:03:17 NOTICE: TestS3R2: Starting server 2025/08/29 01:03:17 DEBUG : Creating backend with remote "TestS3R2:rclone-test-mucadec5voja" 2025/08/29 01:03:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound 2025/08/29 01:03:18 INFO : S3 bucket rclone-test-mucadec5voja: Bucket "rclone-test-mucadec5voja" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/08/29 01:03:18 INFO : S3 bucket rclone-test-mucadec5voja: Bucket "rclone-test-mucadec5voja" deleted === RUN TestIntegration/FsMkdir 2025/08/29 01:03:19 INFO : S3 bucket rclone-test-mucadec5voja: Bucket "rclone-test-mucadec5voja" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/08/29 01:03:19 INFO : dir/subdir: Making directory fstest.go:247: Filtering empty directory "dir" fstest.go:247: Filtering empty directory "dir/subdir" 2025/08/29 01:03:19 INFO : dir/subdir: Removing directory fstest.go:247: Filtering empty directory "dir" 2025/08/29 01:03:19 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsListDirNotFound === RUN TestIntegration/FsMkdir/FsListRDirNotFound === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:786: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2025/08/29 01:03:33 NOTICE: S3 bucket rclone-test-mucadec5voja: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/08/29 01:03:33 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: ACW5hqCtual6FvzoKWeN_qEV_0iDBLv5mHAnggLO-sN0pNkrMpdL4W7K2YOOwYMPVYv4T5LKUVq2sNHvckVIjmTw0K7dmLtHSI44a7xBXQt9rE3_Lb6Dv4a5ch0Gj0J3GyBS0UCM_vQK7VIqCdEEUDBXQIWGG2k68_zTuKQdsn0g0rg55Kls8_dAxdQl3BJlDnDi5NfWGRi4uIUvBOavBiZ-j_UCtWG_SCErFbgcKcW7f63hzHpYgHyzbNAJvFliA3hP1FOmqSR5ugGsZqczQ5hiWYASL5Sui4mvS3Rrw-p1wgPQJPwGCjrtQ1JJVXapdH5PMoZiKzJ76-sbUHHQNWg 2025/08/29 01:03:34 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "03974b6fc94040cfadd996e4265f8929" 2025/08/29 01:03:34 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "3d80dbe425c4a9deb9471916543db9a3" 2025/08/29 01:03:35 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "413349463f40f6ade2a4b86aa664ff00" 2025/08/29 01:03:35 DEBUG : writer-at-subdir/writer-at-file: multipart upload "ACW5hqCtual6FvzoKWeN_qEV_0iDBLv5mHAnggLO-sN0pNkrMpdL4W7K2YOOwYMPVYv4T5LKUVq2sNHvckVIjmTw0K7dmLtHSI44a7xBXQt9rE3_Lb6Dv4a5ch0Gj0J3GyBS0UCM_vQK7VIqCdEEUDBXQIWGG2k68_zTuKQdsn0g0rg55Kls8_dAxdQl3BJlDnDi5NfWGRi4uIUvBOavBiZ-j_UCtWG_SCErFbgcKcW7f63hzHpYgHyzbNAJvFliA3hP1FOmqSR5ugGsZqczQ5hiWYASL5Sui4mvS3Rrw-p1wgPQJPwGCjrtQ1JJVXapdH5PMoZiKzJ76-sbUHHQNWg" finished === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:868: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2025/08/29 01:03:37 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/08/29 01:03:37 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2025/08/29 01:03:40 DEBUG : S3 bucket rclone-test-mucadec5voja: bucket is versioned: false 2025/08/29 01:03:40 DEBUG : Waiting for deletions to finish 2025/08/29 01:03:40 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/08/29 01:03:40 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/08/29 01:03:40 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/08/29 01:03:41 DEBUG : Creating backend with remote "TestS3R2:rclone-test-mucadec5voja/dirToPurgeFromRoot" 2025/08/29 01:03:41 DEBUG : S3 bucket rclone-test-mucadec5voja path dirToPurgeFromRoot: bucket is versioned: false 2025/08/29 01:03:41 DEBUG : Waiting for deletions to finish 2025/08/29 01:03:41 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/08/29 01:03:41 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/08/29 01:03:41 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/08/29 01:03:41 DEBUG : Creating backend with remote "TestS3R2:rclone-test-mucadec5voja/hello? sausage/êé" 2025/08/29 01:03:43 DEBUG : S3 bucket rclone-test-mucadec5voja path hello? sausage/êé: bucket is versioned: false 2025/08/29 01:03:43 DEBUG : Waiting for deletions to finish 2025/08/29 01:03:43 DEBUG : "a/b/c/d/e.txt" version false 2025/08/29 01:03:43 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/08/29 01:03: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:1342: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1459: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1694: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/08/29 01:03:49 DEBUG : Creating backend with remote "TestS3R2:rclone-test-mucadec5voja/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/08/29 01:03:50 DEBUG : Creating backend with remote "TestS3R2:rclone-test-mucadec5voja/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-mucadec5voja" from "TestS3R2:rclone-test-mucadec5voja" 2025/08/29 01:03:50 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2052: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2131: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2281: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/08/29 01:03:53 DEBUG : piped data.txt: open chunk writer: started multipart upload: AMAa29LrySAjQBONfIwvkX2jrQt0oUMYggp1jqZv-ocYXu6fkn9h5EJQBF3k5FexydGccnjriYqJLcZNLnB6XhNIYeSv2YT-F3qGCAmrpnZgjzAtWC4BJvEBP9PLY0qqu0LjnleEiXcAcygPhLZWQp2ymVhRJOzIgw-71ovy-elPHjbTv6tahrLeE-Md47dSX-06MuNf6j9GaUU5s1kill-KKJGq7XRH6z3Snyj43rd33-SXDuiSLY0pyRcFD3ZCXTaxi6YccXLm1bYMs4JnWZ8ymlXStyHaagdGBZ_8Xa7f3ahX4-QF8jvicwgi31Nv_N4dQO81ytQLwon9wAmLDKo 2025/08/29 01:03:53 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/08/29 01:03:53 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/08/29 01:03:53 DEBUG : piped data.txt: multipart upload "AMAa29LrySAjQBONfIwvkX2jrQt0oUMYggp1jqZv-ocYXu6fkn9h5EJQBF3k5FexydGccnjriYqJLcZNLnB6XhNIYeSv2YT-F3qGCAmrpnZgjzAtWC4BJvEBP9PLY0qqu0LjnleEiXcAcygPhLZWQp2ymVhRJOzIgw-71ovy-elPHjbTv6tahrLeE-Md47dSX-06MuNf6j9GaUU5s1kill-KKJGq7XRH6z3Snyj43rd33-SXDuiSLY0pyRcFD3ZCXTaxi6YccXLm1bYMs4JnWZ8ymlXStyHaagdGBZ_8Xa7f3ahX4-QF8jvicwgi31Nv_N4dQO81ytQLwon9wAmLDKo" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/08/29 01:03:54 DEBUG : piped data.txt: open chunk writer: started multipart upload: AKtyIpjNXBi3IQbJbxhgEBL8FQf-gHJ1HZOHIGAHTFotfGclE_l31rWW3JtjxkWwwOKgdoo16jWNSV7XMDskKsC9pybVc1hoRush9kKbW3WsM09vRf1W-p6ZSZdDRhA05mcDnj8U6Tzt_r4rzzZ1BnWeqeYo0DMvls9Emk8lYtE7Rfm7tpY6s4G6c6IMG2yqXo_5PYpnDhSx66ZftTAwB_CNA6yUyedi0OPE2WY7bmStAeG7m9jDwR4vdfOoFwqSp6ASrXBChURPcddDs0SRW2WwRMqlWXz_qod1txO0EzkCi4dWATlOFMRWb7E79JE5QcNrRJwZETxzOFkAcN2yl-I 2025/08/29 01:03:54 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/29 01:03:54 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "050c8dfb512d71f738019fdda95ad8db" 2025/08/29 01:03:54 DEBUG : piped data.txt: multipart upload "AKtyIpjNXBi3IQbJbxhgEBL8FQf-gHJ1HZOHIGAHTFotfGclE_l31rWW3JtjxkWwwOKgdoo16jWNSV7XMDskKsC9pybVc1hoRush9kKbW3WsM09vRf1W-p6ZSZdDRhA05mcDnj8U6Tzt_r4rzzZ1BnWeqeYo0DMvls9Emk8lYtE7Rfm7tpY6s4G6c6IMG2yqXo_5PYpnDhSx66ZftTAwB_CNA6yUyedi0OPE2WY7bmStAeG7m9jDwR4vdfOoFwqSp6ASrXBChURPcddDs0SRW2WwRMqlWXz_qod1txO0EzkCi4dWATlOFMRWb7E79JE5QcNrRJwZETxzOFkAcN2yl-I" finished === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress 2025/08/29 01:03:55 NOTICE: test-metadata: Not decompressing 'Content-Encoding: gzip' compressed file. Use --s3-decompress to override === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions s3_internal_test.go:298: Couldn't enable versioning: operation error S3: PutBucketVersioning, https response error StatusCode: 501, RequestID: , HostID: , api error NotImplemented: PutBucketVersioning not implemented === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed 2025/08/29 01:03:57 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AH1mQPh77OM0dxfCx4YjaEmzepxW1DbwLzIR71w3RCqbAgSptmBT4LJTwswKTCIKgqio-nMU9ku1HbqWoU3E9eOp1eawXhfTqbTKOkEruTljrv8alUdXB6tba0DWOf_Wieb0nWxlCV8lCEPaiL21ZDemD-Z_F-cW5XJHDjSFBHFo4s66JqWzVjtwt7n38XZN4jJ_UM5MtVyrSSqr2Qfpv_Pw-IBjuzyizun2f9U_QGQMJrqy3EiKBZG8cORBv3gYGMLXVsiPMWoWFOaMREhEQAHwJikiSD3ZpbBvrEE7RaYEdXRV1Sr12PsRpaypcjVAPGGxP2Ai33WkEn0AjFmOqWc 2025/08/29 01:03:57 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/08/29 01:03:58 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/08/29 01:03:59 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AH1mQPh77OM0dxfCx4YjaEmzepxW1DbwLzIR71w3RCqbAgSptmBT4LJTwswKTCIKgqio-nMU9ku1HbqWoU3E9eOp1eawXhfTqbTKOkEruTljrv8alUdXB6tba0DWOf_Wieb0nWxlCV8lCEPaiL21ZDemD-Z_F-cW5XJHDjSFBHFo4s66JqWzVjtwt7n38XZN4jJ_UM5MtVyrSSqr2Qfpv_Pw-IBjuzyizun2f9U_QGQMJrqy3EiKBZG8cORBv3gYGMLXVsiPMWoWFOaMREhEQAHwJikiSD3ZpbBvrEE7RaYEdXRV1Sr12PsRpaypcjVAPGGxP2Ai33WkEn0AjFmOqWc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/08/29 01:03:59 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: ACOUHanA4dXs6qNeMZStDjGg8-b0Yt85tlvqjxCdFZlEYLyJPut5c_LD_Ev6BH4mjvOESGVwZdsN9-Qu-L1FtDEFUvkTf7ks77ZIapa_MonXv0HW3BWni8W9aX2dAbEY5rMDc4YHFdfVt9oIIk82B0E6VFOZRM76FMe34OOBO5mlmXjQMEdKYT5xdsUgW2JI7_u7TgYkXiG_qCvT2hcClNPnKTyQQJt9sTHC5gKW4vaDIcStq2Hz3by5HusLX6gkwRFqeZbQbDtzOqjaMmLIj_zC1Xpv4G_X8XAeU3RLYi04Q4lm41o26mPFt6qTLX8euP8zA88WgOVNecnbys6ygGE 2025/08/29 01:04:00 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/08/29 01:04:01 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/29 01:04:01 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "ACOUHanA4dXs6qNeMZStDjGg8-b0Yt85tlvqjxCdFZlEYLyJPut5c_LD_Ev6BH4mjvOESGVwZdsN9-Qu-L1FtDEFUvkTf7ks77ZIapa_MonXv0HW3BWni8W9aX2dAbEY5rMDc4YHFdfVt9oIIk82B0E6VFOZRM76FMe34OOBO5mlmXjQMEdKYT5xdsUgW2JI7_u7TgYkXiG_qCvT2hcClNPnKTyQQJt9sTHC5gKW4vaDIcStq2Hz3by5HusLX6gkwRFqeZbQbDtzOqjaMmLIj_zC1Xpv4G_X8XAeU3RLYi04Q4lm41o26mPFt6qTLX8euP8zA88WgOVNecnbys6ygGE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/08/29 01:04:02 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AH8d2HBt0lRo2jPIzxH-Ciq3oyZ5HclhuSeDMlFzcRpjNezC8omTSFpODFk41cvq7c8OLnExDqiQsJkQjO_62immhrr_FUy0rUnz0DOc3HcWpWKXSh-yexqIaCf3aid9blE70IbeHTmep09svP6v9Hcf4Tkmouphbzf9TC0TsPeAKLt21gS_a46a6xZR2Kw8HWnPhi98EPF4TNB7dkdF7YDxd-VmCHZ_hTaKmnwlXmtkDLQD9loyktDTvAyrInfy0OEeI9h4-0_zoyOVOLEu94S4Az215U23nJyV_bmbXTeLOMR3_ZQ3jq_cFip10nj7xTHMPSXNPPCCQ8gRMy52JJs 2025/08/29 01:04:02 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/29 01:04:03 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/29 01:04:03 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AH8d2HBt0lRo2jPIzxH-Ciq3oyZ5HclhuSeDMlFzcRpjNezC8omTSFpODFk41cvq7c8OLnExDqiQsJkQjO_62immhrr_FUy0rUnz0DOc3HcWpWKXSh-yexqIaCf3aid9blE70IbeHTmep09svP6v9Hcf4Tkmouphbzf9TC0TsPeAKLt21gS_a46a6xZR2Kw8HWnPhi98EPF4TNB7dkdF7YDxd-VmCHZ_hTaKmnwlXmtkDLQD9loyktDTvAyrInfy0OEeI9h4-0_zoyOVOLEu94S4Az215U23nJyV_bmbXTeLOMR3_ZQ3jq_cFip10nj7xTHMPSXNPPCCQ8gRMy52JJs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/08/29 01:04:04 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ALAT6auEH2IWcKYwy81PRtWqye2XobRbFqQP5nszUonb6mPAqzjv28HukULWirhgrJ0HjPU-VW57llrNLB2NBKBd33AC016oof-omLLZPBnV7_dvvO4mUOSHy6nazDGzNFZwh4XzqRZ35AIP6PZjkItPTi67ZkFNN3HfTpDn__0rXKpGqtIqEIGi0lHegWjy1H2gBUhklT3Ku5lH47aOdakvyHHJT5Zq5mn5ggM0xX0JZP3YCB3klbl0W3df40xFNAn4X6-Io5NBsUjs0YdRU_BmlGNgfJ2C9L_FMDiF-jevaTQWBtRzFTxdiqnl-kJz1qrdTiyjeXC2hxGoL1Wkf_c 2025/08/29 01:04:04 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/08/29 01:04:05 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/08/29 01:04:05 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/08/29 01:04:05 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/29 01:04:05 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/29 01:04:05 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/29 01:04:05 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ALAT6auEH2IWcKYwy81PRtWqye2XobRbFqQP5nszUonb6mPAqzjv28HukULWirhgrJ0HjPU-VW57llrNLB2NBKBd33AC016oof-omLLZPBnV7_dvvO4mUOSHy6nazDGzNFZwh4XzqRZ35AIP6PZjkItPTi67ZkFNN3HfTpDn__0rXKpGqtIqEIGi0lHegWjy1H2gBUhklT3Ku5lH47aOdakvyHHJT5Zq5mn5ggM0xX0JZP3YCB3klbl0W3df40xFNAn4X6-Io5NBsUjs0YdRU_BmlGNgfJ2C9L_FMDiF-jevaTQWBtRzFTxdiqnl-kJz1qrdTiyjeXC2hxGoL1Wkf_c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/08/29 01:04:06 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ALFuzoSjbtghhKrhMcR9Aa7wCZNqSaH-e-9VftVEcPJjSvCc8d3ws01yCOXETuRkcd_s_RoWAtUOrlakQry5jMy_JiZHJCuZ-zsEy32MmK2Nn7B_KKuB0SYSCmLEhPXe2niOseLCTpJGKnuVMUrWgYN-lfGkDSl6TFRcsvoid4NfqLoiX2svPEDfj7sfhayxrf8YuQxQc8-0AI_THKluPOKD76Cmx8-K4EEQR4phAquyJleQQzMO6tTqbiQJrLyT1qEPINqkqifOUq6lYSsW2Tll9DrpQdKUxsqskRNq4nJa50BnRZUNm9y3WMH9YBcfWSgtoZY7oIJ1HENGLkjSoYc 2025/08/29 01:04:06 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/29 01:04:07 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/08/29 01:04:07 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/08/29 01:04:07 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/29 01:04:07 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/29 01:04:07 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/29 01:04:07 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ALFuzoSjbtghhKrhMcR9Aa7wCZNqSaH-e-9VftVEcPJjSvCc8d3ws01yCOXETuRkcd_s_RoWAtUOrlakQry5jMy_JiZHJCuZ-zsEy32MmK2Nn7B_KKuB0SYSCmLEhPXe2niOseLCTpJGKnuVMUrWgYN-lfGkDSl6TFRcsvoid4NfqLoiX2svPEDfj7sfhayxrf8YuQxQc8-0AI_THKluPOKD76Cmx8-K4EEQR4phAquyJleQQzMO6tTqbiQJrLyT1qEPINqkqifOUq6lYSsW2Tll9DrpQdKUxsqskRNq4nJa50BnRZUNm9y3WMH9YBcfWSgtoZY7oIJ1HENGLkjSoYc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/08/29 01:04:10 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ALshmsNTr0JQVXsrZe8LzeV2KqiE04WDVZVtLLoO6fGg_DMLZqVNI2GmYoI-l0Ug7EvNaBSjMqYz5oMPH44SKXUp3d_3KHUMfAOVg3Dr7BlOi4Zdci2ddNmbPr-RC5TYFYmJvPo_ARZ8Za3Z4OVRUSRIf6mSKreNQZsQy3qoLgqgfiYfj8bGA8qYBa1MWAcntTBpzTe0lRF2A65LqsiiIQLnZmdQxB63-pbjJEvPjc9flg5nPzy7Swoe3fY1KecpXI0QTsk_2yWhmeevX9lx7SCvnWBDNg3XmiBv3x6_iw3dr7EaOp9G3fVys2wrggH-NUjtDXiajnRxAkD4LGtsnbQ 2025/08/29 01:04:10 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/29 01:04:11 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/08/29 01:04:11 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ALshmsNTr0JQVXsrZe8LzeV2KqiE04WDVZVtLLoO6fGg_DMLZqVNI2GmYoI-l0Ug7EvNaBSjMqYz5oMPH44SKXUp3d_3KHUMfAOVg3Dr7BlOi4Zdci2ddNmbPr-RC5TYFYmJvPo_ARZ8Za3Z4OVRUSRIf6mSKreNQZsQy3qoLgqgfiYfj8bGA8qYBa1MWAcntTBpzTe0lRF2A65LqsiiIQLnZmdQxB63-pbjJEvPjc9flg5nPzy7Swoe3fY1KecpXI0QTsk_2yWhmeevX9lx7SCvnWBDNg3XmiBv3x6_iw3dr7EaOp9G3fVys2wrggH-NUjtDXiajnRxAkD4LGtsnbQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/08/29 01:04:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ANoJkcDHfznyYxcI_rslsJm3AlhGmtWUEEAYGy3b8vsvPl_h1SYaPPfEd6SU7DbN8I3B08u0IsuCQKFtohSmTebzITDfI26Wdt4wL3wbWqlyU4puCVdRVwDJWyyeW4IpPWQta3J1qalUwplhBYjQIZy73HExVYZF4SpxBH3iJHEkI3wUFq9USV5eYrcgxsGAlavRVqcfOmp6mqzcmOqHZVRBqrGYo1XaXTtOrSPOm7Chac-mUS5MtlhDkArEjEmgVWpwybK3hPuoKiD_KOrXOukw6tnapEiOycof8WNqICSeRVkoWcKBYz1bnDFGXo8uUjnWuP846ZbWo0PG9kUxDTM 2025/08/29 01:04:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/08/29 01:04:13 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/29 01:04:13 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ANoJkcDHfznyYxcI_rslsJm3AlhGmtWUEEAYGy3b8vsvPl_h1SYaPPfEd6SU7DbN8I3B08u0IsuCQKFtohSmTebzITDfI26Wdt4wL3wbWqlyU4puCVdRVwDJWyyeW4IpPWQta3J1qalUwplhBYjQIZy73HExVYZF4SpxBH3iJHEkI3wUFq9USV5eYrcgxsGAlavRVqcfOmp6mqzcmOqHZVRBqrGYo1XaXTtOrSPOm7Chac-mUS5MtlhDkArEjEmgVWpwybK3hPuoKiD_KOrXOukw6tnapEiOycof8WNqICSeRVkoWcKBYz1bnDFGXo8uUjnWuP846ZbWo0PG9kUxDTM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/08/29 01:04:14 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ABLqQe3i48mEA1L8-V-ecHNUnsJ1r3PzGquXI6NZUY8NgTzo3iGkTaVpYWvXyTET5rg3Qe6CKUO-Oefs7oWKlV0VUaX0iDWUTYapuCh4fSjY5iUQ_C5V-Nf6A7B4YCwNGTuemxUnamJMZoENJKRqAsV4yzBf0Qm3OKdHVPwrLeoHJuglbJpSfXL5Uty9ilquECQIQZSxWuSMq53-N18SFELlMkiO2RHl0vdRam_nOyX1qZdTagMSfXZ0ZqnA2dsufZ2GBHhULKlYKemdo7x5sIg4-q2dd11i977EBtfoAzAUq4AMt1MQCiYPEE_vLxBi6i-n7q4m6eTxxYWumj7jUSU 2025/08/29 01:04:14 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/29 01:04:15 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/29 01:04:15 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ABLqQe3i48mEA1L8-V-ecHNUnsJ1r3PzGquXI6NZUY8NgTzo3iGkTaVpYWvXyTET5rg3Qe6CKUO-Oefs7oWKlV0VUaX0iDWUTYapuCh4fSjY5iUQ_C5V-Nf6A7B4YCwNGTuemxUnamJMZoENJKRqAsV4yzBf0Qm3OKdHVPwrLeoHJuglbJpSfXL5Uty9ilquECQIQZSxWuSMq53-N18SFELlMkiO2RHl0vdRam_nOyX1qZdTagMSfXZ0ZqnA2dsufZ2GBHhULKlYKemdo7x5sIg4-q2dd11i977EBtfoAzAUq4AMt1MQCiYPEE_vLxBi6i-n7q4m6eTxxYWumj7jUSU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/08/29 01:04:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AOSnRVqf_0Ux6Vev3VwlcnqoPf5HZPSJwl22JSzWarZO-iTz0Ap4TcQSI9K9vKbt2PqHGOaLscNu8uRtJqd_E_SsAVeqeSw0MuuctTSWQl09rRys1ikauFFpQpDmPgrRYbAGvD9EqhtYfC7uo8m5Xfrj65j6fzeh8eyNVIxRfpZ7rCPS-fAynZ37fwylQhDvjrjKLL0ngftHTbLWSS9WaVGCU7TqMWVGToMQGUs1cu1oqVs8-HABqqwTOXfjwoj6JxnJzbF-hPfOpy9z6-uqjvyT9kzFlb171yXE6_QeuFOCdpc6YBle4GcB_q2Fgbo6fNL0Vqmi5YKcrkcefLOKeKo 2025/08/29 01:04:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/08/29 01:04:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/08/29 01:04:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/29 01:04:17 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/29 01:04:17 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/29 01:04:17 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/29 01:04:17 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AOSnRVqf_0Ux6Vev3VwlcnqoPf5HZPSJwl22JSzWarZO-iTz0Ap4TcQSI9K9vKbt2PqHGOaLscNu8uRtJqd_E_SsAVeqeSw0MuuctTSWQl09rRys1ikauFFpQpDmPgrRYbAGvD9EqhtYfC7uo8m5Xfrj65j6fzeh8eyNVIxRfpZ7rCPS-fAynZ37fwylQhDvjrjKLL0ngftHTbLWSS9WaVGCU7TqMWVGToMQGUs1cu1oqVs8-HABqqwTOXfjwoj6JxnJzbF-hPfOpy9z6-uqjvyT9kzFlb171yXE6_QeuFOCdpc6YBle4GcB_q2Fgbo6fNL0Vqmi5YKcrkcefLOKeKo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/08/29 01:04:18 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AHNLPn9OREr-H_KHEWsSTmS04frHbYa5DTw56t5nXSHCKc5w-SAQbOcSjlM7H6dyBehhcoPBinZMAJVhn6WDmgq2XQS-n-HVGvjMs1Jhzlfj8B3l-aVIOojT_62hVSSC8xVX1NZ_QGK9jlNz84y3JRlnjk0qg-gCptqR_5qgMCU1CXk1uvt-R1Q9qP9GIGcWlN9ha-Cj6D2idfIpYjMVlwWth8aqLGpsF_3cEmvcC28QYHiVQbdGTBLx8deMP7NZQwEm-jXxy77tQyphwb09Lo9PkyDqL-PkLECGbXtB_TkNI-pVY6DdD7kKTufCgmec41gcsDkJF72TdphBydQndRc 2025/08/29 01:04:19 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/29 01:04:19 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/29 01:04:19 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/08/29 01:04:19 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/29 01:04:19 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/29 01:04:19 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/29 01:04:19 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AHNLPn9OREr-H_KHEWsSTmS04frHbYa5DTw56t5nXSHCKc5w-SAQbOcSjlM7H6dyBehhcoPBinZMAJVhn6WDmgq2XQS-n-HVGvjMs1Jhzlfj8B3l-aVIOojT_62hVSSC8xVX1NZ_QGK9jlNz84y3JRlnjk0qg-gCptqR_5qgMCU1CXk1uvt-R1Q9qP9GIGcWlN9ha-Cj6D2idfIpYjMVlwWth8aqLGpsF_3cEmvcC28QYHiVQbdGTBLx8deMP7NZQwEm-jXxy77tQyphwb09Lo9PkyDqL-PkLECGbXtB_TkNI-pVY6DdD7kKTufCgmec41gcsDkJF72TdphBydQndRc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/08/29 01:04:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ADrXhq-RqUwwCaZ9mRYII_3gFGTaRPxlXaKIOltbnKqA6JSYNBFLUu3sWlOwbqOtN9R1oyFMZ3dTprlvcP1cW-VUWAV8SpvgqXoLcCafMtCaT2gRu9RKkEDequhWwaiINxu8XivAnZo0BINBevGKP4HpM67aVmbugSefr46NyMzPEhyuJ2sVI5h5289zh4fI36KzjWezkhpxNOcrP3TDlegmN6pXVCYXcym82xqdlvgWvqqaMmuacZET3MSLJbBxtskUKP7U1W5DfSO0gk3GWuKGW76LOHQ4Ij1wZy5x4uBCjLofKO7sp6XG9EWmCARpDGjws9JYxPEQT8m7rSxOQ6M 2025/08/29 01:04:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/29 01:04:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/08/29 01:04:23 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ADrXhq-RqUwwCaZ9mRYII_3gFGTaRPxlXaKIOltbnKqA6JSYNBFLUu3sWlOwbqOtN9R1oyFMZ3dTprlvcP1cW-VUWAV8SpvgqXoLcCafMtCaT2gRu9RKkEDequhWwaiINxu8XivAnZo0BINBevGKP4HpM67aVmbugSefr46NyMzPEhyuJ2sVI5h5289zh4fI36KzjWezkhpxNOcrP3TDlegmN6pXVCYXcym82xqdlvgWvqqaMmuacZET3MSLJbBxtskUKP7U1W5DfSO0gk3GWuKGW76LOHQ4Ij1wZy5x4uBCjLofKO7sp6XG9EWmCARpDGjws9JYxPEQT8m7rSxOQ6M" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/08/29 01:04:23 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AAnpVhtgZ1OWyrgBZR-sK30l9Kkorr9cpZzfX-puLMu0E6agLZmmT_0NBWiVOqtIViRc50yiqFFCCj-rFpron-CmFf2LWP4I6ffxtslQStTJ9FXIO2S2tvH-ox1XJLF6cskv8gy6ZFvScam_wJOaDcCqp_PUheegeyzsKs6P_1-1kzRs2UKnVdXjKy7UScfXEOXQiCps8ZBuUjsQIcbvg6GtniV_XwoPIKssqV2Qe9IU9T9XLeTr8YtiHOxTS2mBI6XxiJWjA1oOvCS8QVNKxli8K8b9rPzD2UyHehd_72pdXbdIH2LFpRthvolqED9wYu8AN_9iueC3ITsrNcCsV3U 2025/08/29 01:04:23 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/08/29 01:04:24 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/29 01:04:24 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AAnpVhtgZ1OWyrgBZR-sK30l9Kkorr9cpZzfX-puLMu0E6agLZmmT_0NBWiVOqtIViRc50yiqFFCCj-rFpron-CmFf2LWP4I6ffxtslQStTJ9FXIO2S2tvH-ox1XJLF6cskv8gy6ZFvScam_wJOaDcCqp_PUheegeyzsKs6P_1-1kzRs2UKnVdXjKy7UScfXEOXQiCps8ZBuUjsQIcbvg6GtniV_XwoPIKssqV2Qe9IU9T9XLeTr8YtiHOxTS2mBI6XxiJWjA1oOvCS8QVNKxli8K8b9rPzD2UyHehd_72pdXbdIH2LFpRthvolqED9wYu8AN_9iueC3ITsrNcCsV3U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/08/29 01:04:25 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ADiO7qMNJ8dWNDn1vNgQtP3DmAJ3lxXF-mO_w-sJX2IBLi3Itudme7tIvX8RBfvqW9H5uXz5b9mv2tiCEhIn7Sf5Fuo0lk1G8uA_Z4bFymUrg9XcX_6sR1pIPg_CjHpyhub1EYv54-q2w-ufLa6_Xf6DkIJ-HfhubwKTXmnguQg7t7zHwj4W8hHAQ5lxGcqm09w7uToBW4W6_SC9FLJIkhKrIZgBarIPIjd3e5i1W0tySBk6dWo0C0X6QxUreiMezYQIPW3NqvoVo2yqtFBTtk5xuX9vyYM6bYl0R-PyapqnzXX5-HwwQa4FSTmOduV1EzbbiMiYLZqgRgbpQcdcZPc 2025/08/29 01:04:25 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/29 01:04:26 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/29 01:04:26 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ADiO7qMNJ8dWNDn1vNgQtP3DmAJ3lxXF-mO_w-sJX2IBLi3Itudme7tIvX8RBfvqW9H5uXz5b9mv2tiCEhIn7Sf5Fuo0lk1G8uA_Z4bFymUrg9XcX_6sR1pIPg_CjHpyhub1EYv54-q2w-ufLa6_Xf6DkIJ-HfhubwKTXmnguQg7t7zHwj4W8hHAQ5lxGcqm09w7uToBW4W6_SC9FLJIkhKrIZgBarIPIjd3e5i1W0tySBk6dWo0C0X6QxUreiMezYQIPW3NqvoVo2yqtFBTtk5xuX9vyYM6bYl0R-PyapqnzXX5-HwwQa4FSTmOduV1EzbbiMiYLZqgRgbpQcdcZPc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/08/29 01:04:27 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AOgnIEgdzrOszmwiMdhWgFueGo8C1vQa0-EhgSxP_fg2LcbQbiXtxbw58qLn4yNWQLoLAsMkOuleaTujL-m50ugKeKZp2EJSq7vJ9iayEqx2XkWMvnYeo5NKLyQZH8MU2kM3j9o_fTpfa19xrK9pZHr0xRdk5JEKk8QtSPypdFB74nmrDufp4VQkLE-i1PgbOLj_XEoyUOWX6S9nPfjWFhUKgDSBqtoy4fXNcku19jqEHKJc1NqYkLjkdw-6pW4ygrAec9Qf9fkbvazJ1eAYs0NTGF_YPTaM1kOIhl_q_u4_tcxYnzkeTHJLcoNwnAAQ1Bl7jpiWVPv1aEr8uDgzkMs 2025/08/29 01:04:28 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/08/29 01:04:28 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/29 01:04:28 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/08/29 01:04:28 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/29 01:04:28 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/29 01:04:28 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/29 01:04:29 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AOgnIEgdzrOszmwiMdhWgFueGo8C1vQa0-EhgSxP_fg2LcbQbiXtxbw58qLn4yNWQLoLAsMkOuleaTujL-m50ugKeKZp2EJSq7vJ9iayEqx2XkWMvnYeo5NKLyQZH8MU2kM3j9o_fTpfa19xrK9pZHr0xRdk5JEKk8QtSPypdFB74nmrDufp4VQkLE-i1PgbOLj_XEoyUOWX6S9nPfjWFhUKgDSBqtoy4fXNcku19jqEHKJc1NqYkLjkdw-6pW4ygrAec9Qf9fkbvazJ1eAYs0NTGF_YPTaM1kOIhl_q_u4_tcxYnzkeTHJLcoNwnAAQ1Bl7jpiWVPv1aEr8uDgzkMs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/08/29 01:04:30 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ACTi9VAlYt6jWHhWtq-8HVk0og38v0soWai0rJwLo4FmJEhJ02y435kTkn2LZ_W2QiErDzNYw4jhoKs4kcovfc4lzFiv8HT_YVGGDmR3hBq5tJW1CMv9DQBvTa-H4Sr53oZPLGbXGv_a9Ls6DyQ6HWxzaezOEooh-t_-hCDQQYRqoyWGolpZzM722YYzkZjiZwEa4_f3D7oTW2iy91LyuSlaGth5_mZtBsP2l5uXnGSOA_8wFAcprmUnElXIl5W-U2ZcBBO-j5aZV1ItaGeGXf_gFV1GwYlKPoH2JMjMmUdpEklE9a0oYfTp619RawlW87hD62bM799wNgAxj1HBD8k 2025/08/29 01:04:30 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/29 01:04:30 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/29 01:04:30 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/08/29 01:04:30 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/29 01:04:30 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/29 01:04:31 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/29 01:04:31 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "ACTi9VAlYt6jWHhWtq-8HVk0og38v0soWai0rJwLo4FmJEhJ02y435kTkn2LZ_W2QiErDzNYw4jhoKs4kcovfc4lzFiv8HT_YVGGDmR3hBq5tJW1CMv9DQBvTa-H4Sr53oZPLGbXGv_a9Ls6DyQ6HWxzaezOEooh-t_-hCDQQYRqoyWGolpZzM722YYzkZjiZwEa4_f3D7oTW2iy91LyuSlaGth5_mZtBsP2l5uXnGSOA_8wFAcprmUnElXIl5W-U2ZcBBO-j5aZV1ItaGeGXf_gFV1GwYlKPoH2JMjMmUdpEklE9a0oYfTp619RawlW87hD62bM799wNgAxj1HBD8k" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/08/29 01:04:33 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AEg_M5369Qu9WolORtJL78OGdd3Bch-1LtzlHnEcRh6Wms7GMtM5Myi4HGn1W4oWtJ0u_imrF1gwiDMHxg_vZ-fruT0bayRjxUUTmsSb3m3jbcDZUJcqXFkaRLoi4uDy2B1mgVaGzXwefUxPQSmizsFiHcAamxA_N2xISfcY6kkz-cVsCXb4NKwKb23ymSmS1SwXmnY1vq8WAVUBb8mhISbaE-4J8B6Um442nK-A5Pdb-ArbMOI2K91qRyOuPluSzbcjRW40jBtLtxfOEdd_Yk-6rAKRsk0nGjUgh6u1A1T2CW9rN31GP7TFybr1kI_7LtfegLoPWnhs9Ur5KzlOYuI 2025/08/29 01:04:33 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/29 01:04:34 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/08/29 01:04:34 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AEg_M5369Qu9WolORtJL78OGdd3Bch-1LtzlHnEcRh6Wms7GMtM5Myi4HGn1W4oWtJ0u_imrF1gwiDMHxg_vZ-fruT0bayRjxUUTmsSb3m3jbcDZUJcqXFkaRLoi4uDy2B1mgVaGzXwefUxPQSmizsFiHcAamxA_N2xISfcY6kkz-cVsCXb4NKwKb23ymSmS1SwXmnY1vq8WAVUBb8mhISbaE-4J8B6Um442nK-A5Pdb-ArbMOI2K91qRyOuPluSzbcjRW40jBtLtxfOEdd_Yk-6rAKRsk0nGjUgh6u1A1T2CW9rN31GP7TFybr1kI_7LtfegLoPWnhs9Ur5KzlOYuI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/08/29 01:04:35 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: ALMIiNj4VQfHp8C-2Jrtadj0WRYg9snXYLZdKB-k8mL2oMQsRGhJf_XYcOLnIborAApOy07PWwggy7z-EKhLjVXoybscgjKH-9PqwBJo5gGSg76YvxSXAXE_iguzYa9L08Qe4xHjwQvAOjajrvLrhKUHLi1qTuWvN0NDvNrgPwCTCjX0vIBuyuDZk48pVy4oFUptpNuEKQ6J9yLM0xY0KODNTwz-DXGo6ptlWdKWxm_y8tkl2GcH_KC-NlP5Ge_55P_NZffiP2QeOdX9BuyOPcmV0mLZpaZmlZENyyKWoZPAdImSpbXoqj9niRW8ZafOE2at_y-RH1NASirm2PfNSX8 2025/08/29 01:04:35 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/08/29 01:04:35 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/29 01:04:36 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "ALMIiNj4VQfHp8C-2Jrtadj0WRYg9snXYLZdKB-k8mL2oMQsRGhJf_XYcOLnIborAApOy07PWwggy7z-EKhLjVXoybscgjKH-9PqwBJo5gGSg76YvxSXAXE_iguzYa9L08Qe4xHjwQvAOjajrvLrhKUHLi1qTuWvN0NDvNrgPwCTCjX0vIBuyuDZk48pVy4oFUptpNuEKQ6J9yLM0xY0KODNTwz-DXGo6ptlWdKWxm_y8tkl2GcH_KC-NlP5Ge_55P_NZffiP2QeOdX9BuyOPcmV0mLZpaZmlZENyyKWoZPAdImSpbXoqj9niRW8ZafOE2at_y-RH1NASirm2PfNSX8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/08/29 01:04:37 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AGWcT_EmcaLxHwoRMakX-1yKzGNAdvUN-eCNomfo0pGhkaqL-g66PtsHIG72WSSvKOfBqmPIpbVs2VvQns3bKDPz8CmK7zMyO9aQsszVf26JxCR4luji1F3_OiQi-disouvc0ShTOWbIwMaaOO-A1K0wTucR-kNc0oe6UOsQzXS3HzInCBgT040k_ScWvKzgomlmk84aVFHmPA3agvbgAL0ln5lJ6rRdHWK5xBYvn445o_mAuCXvw1hIZcgVD1EFVS0gPPfLqG6IDC1ZXj6-CvtFSG2Sqf6Pit0wR4e6H38ZdLhboH14mQTY0JZl8B8glXV_gOV93abBmUP64ZhSA7I 2025/08/29 01:04:37 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/29 01:04:37 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/29 01:04:38 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AGWcT_EmcaLxHwoRMakX-1yKzGNAdvUN-eCNomfo0pGhkaqL-g66PtsHIG72WSSvKOfBqmPIpbVs2VvQns3bKDPz8CmK7zMyO9aQsszVf26JxCR4luji1F3_OiQi-disouvc0ShTOWbIwMaaOO-A1K0wTucR-kNc0oe6UOsQzXS3HzInCBgT040k_ScWvKzgomlmk84aVFHmPA3agvbgAL0ln5lJ6rRdHWK5xBYvn445o_mAuCXvw1hIZcgVD1EFVS0gPPfLqG6IDC1ZXj6-CvtFSG2Sqf6Pit0wR4e6H38ZdLhboH14mQTY0JZl8B8glXV_gOV93abBmUP64ZhSA7I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/08/29 01:04:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AH4uUlxCk3j8buI3hetZuQViCKHMawxpWA0dJisOJnTUVStJAdHcpEcyzvORmB1yVOuhWKXque_51XZAvXSuPEvsakrcYFJyQHDCXozL0syZAWt2y00E0-FWYJrBUXBaxYMs_jwupU9AZlYNCOAy0ELumXUXePI7QP4lUAo30_6XBTdWWHQoHziKdz6W4zHvLUjVjOlLVP35KNuWOI7MILU70jS0Seov-SfoaWLAGjV9dXc2zbMDy8agb3d5wLc-pF752Y2Pc3J9susEvc1zXFS8RDqt644nckUNW3naasMiqR77-ItNNnTeN0eHMZUrVYRRmrXONcG4gbsv9ujxGds 2025/08/29 01:04:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/08/29 01:04:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/08/29 01:04:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/08/29 01:04:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/29 01:04:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/29 01:04:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/29 01:04:40 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AH4uUlxCk3j8buI3hetZuQViCKHMawxpWA0dJisOJnTUVStJAdHcpEcyzvORmB1yVOuhWKXque_51XZAvXSuPEvsakrcYFJyQHDCXozL0syZAWt2y00E0-FWYJrBUXBaxYMs_jwupU9AZlYNCOAy0ELumXUXePI7QP4lUAo30_6XBTdWWHQoHziKdz6W4zHvLUjVjOlLVP35KNuWOI7MILU70jS0Seov-SfoaWLAGjV9dXc2zbMDy8agb3d5wLc-pF752Y2Pc3J9susEvc1zXFS8RDqt644nckUNW3naasMiqR77-ItNNnTeN0eHMZUrVYRRmrXONcG4gbsv9ujxGds" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/08/29 01:04:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AHsB8a5fkxe3H1xnm2k_LR34800UWTbBBEzb_SUKxN_A6lM4gsF0y0OX1161WMnQcDbkdpQ5ABgiZiPrEZON9EclauBgZOw24BdZvnByZDKZhi66XVZJeRpVzIBjVTVqZD0SIuNi_GXImY9Gm18a0FtbG6i5_QJ35pNFVejE1xP6APDg5BZ_raL3d-n8jz80owJni_z49DPFF4F8dMgwrloV_rcEn5j_WMjGnAPD5emnx9j9tmHCIR7STCUXBseEO0nMhjmOFYXHFJM7ulaF_iGpUT3XK_S6njOj-Mre-nQ6tsIsaRbdPFjosdBzd2rZXl7mTBLRbFxJvZ47nt2ZX70 2025/08/29 01:04:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/29 01:04:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/08/29 01:04:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/08/29 01:04:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/29 01:04:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/29 01:04:42 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/29 01:04:42 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AHsB8a5fkxe3H1xnm2k_LR34800UWTbBBEzb_SUKxN_A6lM4gsF0y0OX1161WMnQcDbkdpQ5ABgiZiPrEZON9EclauBgZOw24BdZvnByZDKZhi66XVZJeRpVzIBjVTVqZD0SIuNi_GXImY9Gm18a0FtbG6i5_QJ35pNFVejE1xP6APDg5BZ_raL3d-n8jz80owJni_z49DPFF4F8dMgwrloV_rcEn5j_WMjGnAPD5emnx9j9tmHCIR7STCUXBseEO0nMhjmOFYXHFJM7ulaF_iGpUT3XK_S6njOj-Mre-nQ6tsIsaRbdPFjosdBzd2rZXl7mTBLRbFxJvZ47nt2ZX70" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/08/29 01:04:46 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AE4lTs2BIVLoQ0orN-NGEqklM1NPBO-Eyk7mJGoD1APekUNQAFTYdsd_hUHDD2LYT9VJt5OmPX1cU193AgfDQ8iE_H_q8AuUyONemZ1y0NXZb3a7YpnNcb1GyKuzGGfvm_Q5VXBOEmINyuXiOLdYPtefr8P_xzlxIiQyRR5DH9NiohBOj6nQ-ISbpV_VE753loccjToIr7ByyuDuIRVyycBZmCpo9YJpdC9rn7TzoZtN4LSTTgfyaLN5PjxoomnMSklfZPf6dVHbaBZ-L6LXIzAEU_SZWEP9P9UTEI2obciRQg-M-brXq00VuYsp1rdzz-ZdxQVCCV0GWXKnyCyFMSU 2025/08/29 01:04:47 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/08/29 01:04:47 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/08/29 01:04:47 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AE4lTs2BIVLoQ0orN-NGEqklM1NPBO-Eyk7mJGoD1APekUNQAFTYdsd_hUHDD2LYT9VJt5OmPX1cU193AgfDQ8iE_H_q8AuUyONemZ1y0NXZb3a7YpnNcb1GyKuzGGfvm_Q5VXBOEmINyuXiOLdYPtefr8P_xzlxIiQyRR5DH9NiohBOj6nQ-ISbpV_VE753loccjToIr7ByyuDuIRVyycBZmCpo9YJpdC9rn7TzoZtN4LSTTgfyaLN5PjxoomnMSklfZPf6dVHbaBZ-L6LXIzAEU_SZWEP9P9UTEI2obciRQg-M-brXq00VuYsp1rdzz-ZdxQVCCV0GWXKnyCyFMSU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/08/29 01:04:48 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AEz4rUZiMo-bye0AXodklZVu6n_xsF0PgMHwK9gG_CVV2m-D_E6_b2GOj63xoVL5Pqpaf9SK2PDj46WKqf9CqgWGxu_OQHF8Mm_RbB3HNvdnaP-6xlkicxPdmJyDZvL-DQ6irQNMUFjMZOUCPO5XEbInDX1tURkWjd-LVSI44UnlW0w3kNBDL-bwspqaeE7LPNpFxmIVJfDhaI5UyTaZGfdPUSosyXLD5xMaE5AtbkMKHSFz8z2fWbe8s1mbGYfZbiH2v-MM8JKwwc1Pyc72msc3HDBNX7RvCSif8I6IfkoWp2pFRGzll_KZcrREs0h0CyTnMeVzAgqSyBrTbdVZfRk 2025/08/29 01:04:48 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/08/29 01:04:49 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/29 01:04:49 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AEz4rUZiMo-bye0AXodklZVu6n_xsF0PgMHwK9gG_CVV2m-D_E6_b2GOj63xoVL5Pqpaf9SK2PDj46WKqf9CqgWGxu_OQHF8Mm_RbB3HNvdnaP-6xlkicxPdmJyDZvL-DQ6irQNMUFjMZOUCPO5XEbInDX1tURkWjd-LVSI44UnlW0w3kNBDL-bwspqaeE7LPNpFxmIVJfDhaI5UyTaZGfdPUSosyXLD5xMaE5AtbkMKHSFz8z2fWbe8s1mbGYfZbiH2v-MM8JKwwc1Pyc72msc3HDBNX7RvCSif8I6IfkoWp2pFRGzll_KZcrREs0h0CyTnMeVzAgqSyBrTbdVZfRk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/08/29 01:04:50 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AEIi9JKFRm2SI_XqCo5qLlTqiB1oWJMI8U5cq3eNgIEPrmiEw1mWkEmDTutqBDgDHqW8Ato0SlZ2U2_LXYbkIipuUFUBe1nyt4E3-66ktdi_hfq7smguWqkPope81DqERmTchgl9fOc5gLd2CKnrH8z6p4S4p55HfSFg_qlXXI5cNu_bfj7xnD9nX5a3OSlDffyV64mzya0CWP6SXyxIHvc31a_pQGaWyFtr8TGkY6wcGOrP1a4wL-DI6YXX5daLSO_OFT5J9jsDxtB2UUnkhj7WOXed3ZVCnH7wxatv0HjzorXwWWHVWrOTn-8O5W5nJHFvhG5zRXh24IpS1_YTXZs 2025/08/29 01:04:50 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/29 01:04:51 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/29 01:04:51 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AEIi9JKFRm2SI_XqCo5qLlTqiB1oWJMI8U5cq3eNgIEPrmiEw1mWkEmDTutqBDgDHqW8Ato0SlZ2U2_LXYbkIipuUFUBe1nyt4E3-66ktdi_hfq7smguWqkPope81DqERmTchgl9fOc5gLd2CKnrH8z6p4S4p55HfSFg_qlXXI5cNu_bfj7xnD9nX5a3OSlDffyV64mzya0CWP6SXyxIHvc31a_pQGaWyFtr8TGkY6wcGOrP1a4wL-DI6YXX5daLSO_OFT5J9jsDxtB2UUnkhj7WOXed3ZVCnH7wxatv0HjzorXwWWHVWrOTn-8O5W5nJHFvhG5zRXh24IpS1_YTXZs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/08/29 01:04:52 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: ABoNqaiqR6qLm68f1DHwGELEuRYDOAPhT1ptxwBO6sJQA7bFqTx38Ov9-yp1_mDTEUqOJHBKlPwSkGK8bf8GmnNo2lM-zEzVM_8rO0e1taklsL8Ora-8AB9CrOnzFg-CbriKZKnlh4067ara3-46t3MXHYObsNMWQHvFp4EEzVRNAKshIz5bg3znNrjfGiJCvihRFSJ-XFBIyu9QNjmJ6KJXZrDiDJ82DmXStvTkCgwup7W__cSrODZFhENB-edwYHIpy3e3rWu5KaPBzI16LkAiZLGhtPn3Yi63ekWnWlpP6z5gZBCP1YUtL0a4raM_DB9U1CBbizds6JWYzkr2tvc 2025/08/29 01:04:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/08/29 01:04:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/08/29 01:04:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/08/29 01:04:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/29 01:04:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/29 01:04:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/29 01:04:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "ABoNqaiqR6qLm68f1DHwGELEuRYDOAPhT1ptxwBO6sJQA7bFqTx38Ov9-yp1_mDTEUqOJHBKlPwSkGK8bf8GmnNo2lM-zEzVM_8rO0e1taklsL8Ora-8AB9CrOnzFg-CbriKZKnlh4067ara3-46t3MXHYObsNMWQHvFp4EEzVRNAKshIz5bg3znNrjfGiJCvihRFSJ-XFBIyu9QNjmJ6KJXZrDiDJ82DmXStvTkCgwup7W__cSrODZFhENB-edwYHIpy3e3rWu5KaPBzI16LkAiZLGhtPn3Yi63ekWnWlpP6z5gZBCP1YUtL0a4raM_DB9U1CBbizds6JWYzkr2tvc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/08/29 01:04:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: ADosGvUOLEvG8xobqsugK3rleLkYykt-rHUEwUZ2v_8nmrRnffv_9dSvnd0btLnUTRFUoB_sP5jaD_lIVgVCVXksEGh-Xbb56eACLINrstpCOuV1BQ1p1iyCBzhzCaGz-Td92-AeGBHdEkK6curwE_lv2JscvdzwvRgX352oicPFEjqaYzOBgti-mKR26aRsHz-iKT3fGe5bqUVFFifIUmCB8W6gQlnDnr90xWtm7H6Bv4x8NHNFK66GdkJm_pWGl46l8686DH3WNdpa24O_1zbvKPsBR7P5DRdApLA1ksajInFEskO_1ckJxh36Ay2-c-01Rw8jin1FattFNySpTLA 2025/08/29 01:04:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/29 01:04:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/08/29 01:04:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/08/29 01:04:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/29 01:04:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/29 01:04:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/29 01:04:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "ADosGvUOLEvG8xobqsugK3rleLkYykt-rHUEwUZ2v_8nmrRnffv_9dSvnd0btLnUTRFUoB_sP5jaD_lIVgVCVXksEGh-Xbb56eACLINrstpCOuV1BQ1p1iyCBzhzCaGz-Td92-AeGBHdEkK6curwE_lv2JscvdzwvRgX352oicPFEjqaYzOBgti-mKR26aRsHz-iKT3fGe5bqUVFFifIUmCB8W6gQlnDnr90xWtm7H6Bv4x8NHNFK66GdkJm_pWGl46l8686DH3WNdpa24O_1zbvKPsBR7P5DRdApLA1ksajInFEskO_1ckJxh36Ay2-c-01Rw8jin1FattFNySpTLA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/08/29 01:05:00 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ADHcrOaAu_M1K73bRQGPR_jnI4q7StUcJZsMVbzUmln3y9sw6TJiC8n9JmE6DNmEcsyDoHS2Wf5Eh_B35O2CSnt2NpfpootN_AxnuumObD4iK2EiiBVi6bg0e9NnmqFDR3QlSuKUTmifuP3A4TbDXQzewDpmFREOZdCMxSQTGtrF9DmJ2RqxCfV9XGZKC39PCfwLjwc42vliUhVDJNIte8IAUppCBt-W-cSM4_t764Ac4OpIeVVcncAbvFfj9cT2CzA_zuzQRAYVv-lnhiWpK_m2H8iZkZatEgQTQg2zq6TC_q6YUIaBFO2vDPub2oSqUJYQmHK6eup_DNOygBa2uJM 2025/08/29 01:05:00 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/08/29 01:05:01 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/08/29 01:05:02 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "ADHcrOaAu_M1K73bRQGPR_jnI4q7StUcJZsMVbzUmln3y9sw6TJiC8n9JmE6DNmEcsyDoHS2Wf5Eh_B35O2CSnt2NpfpootN_AxnuumObD4iK2EiiBVi6bg0e9NnmqFDR3QlSuKUTmifuP3A4TbDXQzewDpmFREOZdCMxSQTGtrF9DmJ2RqxCfV9XGZKC39PCfwLjwc42vliUhVDJNIte8IAUppCBt-W-cSM4_t764Ac4OpIeVVcncAbvFfj9cT2CzA_zuzQRAYVv-lnhiWpK_m2H8iZkZatEgQTQg2zq6TC_q6YUIaBFO2vDPub2oSqUJYQmHK6eup_DNOygBa2uJM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/08/29 01:05:03 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AMHQGgHP_CDqtOAz2DEU9l68mXYY37_kUMs5cSf2xRDxQSzTeUYQt-1I72mLm0ZLc9oZxeC1VRen8K7wxSDrGlyXEkvzVo7qZ0Txwj_DaNbmG9bos7WP7DbYhfMqRujEJZCRwfBoMIBlggWnN22z1ruS46xPZDMOBOqkmu9s1K6ZxACKiOtXWob9_w-jps2vFRQKI1sbjhxeOS8ut3qIAuau9F-76k_yeuJ27JrT1kc10cKatNcYKWbTjP5Ad1BTa2mU_2cKG16xia3-TyHtj573IQgH4KBwtnYWdR7xuAubI9c5G4OigaM49nkeh-WirPPl7ek1_Ke6IDW0g-eJXm0 2025/08/29 01:05:04 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/08/29 01:05:05 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/29 01:05:05 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AMHQGgHP_CDqtOAz2DEU9l68mXYY37_kUMs5cSf2xRDxQSzTeUYQt-1I72mLm0ZLc9oZxeC1VRen8K7wxSDrGlyXEkvzVo7qZ0Txwj_DaNbmG9bos7WP7DbYhfMqRujEJZCRwfBoMIBlggWnN22z1ruS46xPZDMOBOqkmu9s1K6ZxACKiOtXWob9_w-jps2vFRQKI1sbjhxeOS8ut3qIAuau9F-76k_yeuJ27JrT1kc10cKatNcYKWbTjP5Ad1BTa2mU_2cKG16xia3-TyHtj573IQgH4KBwtnYWdR7xuAubI9c5G4OigaM49nkeh-WirPPl7ek1_Ke6IDW0g-eJXm0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/08/29 01:05:06 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ACZeB-tN3_yFmuCT7gTOgpSDTT_CFPOymuiqipdWcfzHvfWBBmkAwLZNlqWN2UFVGrEbhym1NmApO_diWfOWsXDknFhPNqJoeUatmkmfPuaezLN7j2rZGPiBeTUqiIcJk2fviNolGJsX5bnqfi2erv9LoIXpe3NQEhz_MBDK8S_ZQ3j5CJZriy9IIWyN226VawLEbF8zijWQrAHzVAptSJ5ua1vt3oob5SjGW1zsYQoztZ49A4l_4l3PLfCnzpWS32xf477ZoWUAeNBVI519uYXPdZkwypFe7TM-RV14FnaPKSZdfk_23cjNB51KM0Qzf0A2kFjy1-88y2KblaRsSwE 2025/08/29 01:05:06 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/29 01:05:07 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/29 01:05:07 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ACZeB-tN3_yFmuCT7gTOgpSDTT_CFPOymuiqipdWcfzHvfWBBmkAwLZNlqWN2UFVGrEbhym1NmApO_diWfOWsXDknFhPNqJoeUatmkmfPuaezLN7j2rZGPiBeTUqiIcJk2fviNolGJsX5bnqfi2erv9LoIXpe3NQEhz_MBDK8S_ZQ3j5CJZriy9IIWyN226VawLEbF8zijWQrAHzVAptSJ5ua1vt3oob5SjGW1zsYQoztZ49A4l_4l3PLfCnzpWS32xf477ZoWUAeNBVI519uYXPdZkwypFe7TM-RV14FnaPKSZdfk_23cjNB51KM0Qzf0A2kFjy1-88y2KblaRsSwE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/08/29 01:05:08 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AGfj24ve-lHhvPf3S_00lphGvOCl4Rerx-a48W58sqVidDQzFR_P_OXJ6wJGaVwpFI4fmayXyydyjBowJSqZdJ21dCNQwQH76hLR2mNC43H68tVgt8Q8ATXdS_A1wVAbkM5nsPj-sbK5W3g-Dzp8NngC3LwRQw1zixVJ2feEW4EjLCDhgo2IEos9r77ryhyH9bR-33c19rlpnDFi4aiKCKHsDPIAOwVcrygxb2B0mGopCEwqdFNLmpq0u1gxccsAwo0Xp5LmX92cVQs1D1WSvTogAX4V8VavYcloTK4TZBmY5rexXkAVDMDCkm9LYzrjkbFcYqa4IZjJ6vFOul8Rmm8 2025/08/29 01:05:08 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/08/29 01:05:09 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/08/29 01:05:09 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/08/29 01:05:09 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/29 01:05:09 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/29 01:05:09 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/29 01:05:10 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AGfj24ve-lHhvPf3S_00lphGvOCl4Rerx-a48W58sqVidDQzFR_P_OXJ6wJGaVwpFI4fmayXyydyjBowJSqZdJ21dCNQwQH76hLR2mNC43H68tVgt8Q8ATXdS_A1wVAbkM5nsPj-sbK5W3g-Dzp8NngC3LwRQw1zixVJ2feEW4EjLCDhgo2IEos9r77ryhyH9bR-33c19rlpnDFi4aiKCKHsDPIAOwVcrygxb2B0mGopCEwqdFNLmpq0u1gxccsAwo0Xp5LmX92cVQs1D1WSvTogAX4V8VavYcloTK4TZBmY5rexXkAVDMDCkm9LYzrjkbFcYqa4IZjJ6vFOul8Rmm8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/08/29 01:05:11 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: ANOyhaQEusDbVO-8iuk8ZtolPX397MLklbZJiCe2uZ7ZmJFqgo8Z96WAY6XTBY5zUJHZSxHXyb5YuLWrCbKzqv2_jK3aS7MEhGVfFzbTKdnCGZqYDvl-fxPSDcpAmKa-6W-eT6wBwH9jeIyCRYHaJNZnyXwT5nFeLkdav0E1CjuYYwHWU_nLzKfM83t4iOK7eNZqOGSWmBVi04LgH-S-SluPfG8ZprmYsmzhR5PE6DRmULBjWpw-ySWNnB1AgL41AD54b40_HLrE0Zq1xmh8T3ULSGqsNq1dBOnTd9kYDoDG5mIKMmgHR0boo93rVQXwoi6unKnH3PaWRsfOaF3nE5w 2025/08/29 01:05:11 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/29 01:05:12 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/08/29 01:05:12 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/08/29 01:05:12 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/29 01:05:12 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/29 01:05:12 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/29 01:05:13 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "ANOyhaQEusDbVO-8iuk8ZtolPX397MLklbZJiCe2uZ7ZmJFqgo8Z96WAY6XTBY5zUJHZSxHXyb5YuLWrCbKzqv2_jK3aS7MEhGVfFzbTKdnCGZqYDvl-fxPSDcpAmKa-6W-eT6wBwH9jeIyCRYHaJNZnyXwT5nFeLkdav0E1CjuYYwHWU_nLzKfM83t4iOK7eNZqOGSWmBVi04LgH-S-SluPfG8ZprmYsmzhR5PE6DRmULBjWpw-ySWNnB1AgL41AD54b40_HLrE0Zq1xmh8T3ULSGqsNq1dBOnTd9kYDoDG5mIKMmgHR0boo93rVQXwoi6unKnH3PaWRsfOaF3nE5w" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/08/29 01:05:15 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/08/29 01:05:17 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/08/29 01:05:19 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/08/29 01:05:22 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/08/29 01:05:25 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/08/29 01:05:26 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AJ6PHR47jAhOrd8mC5kR1LhNDXOHNXchoWaNbNcHgpFxtXIL5VO-0ha01tHMP9JdvLmEYCdbgzmIeg-dimj-wxYqGonyfWfqot9MGJRuNDheyAfhGvGz--zSI4hYZIz6zZLv4jtnmojF1LgeK546WOKUfynbLv76shf3pzmWqTgMGcKqF00wmjSQxM4Uy1Hc_3_104r8YC11SEwCaepiIvrp1iC8p3WIzlALXL7amkv27fK6tQrPKUcZMOZ7nryyFNsMCAbiM2m-1-t8f7WLL-NnRYw9OtfE2AasWIewiBCYkxceil83IGUBNYbYvk2wLRuSQCld-JZPeGTnNi5M3XQ 2025/08/29 01:05:26 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/29 01:05:27 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "3d1177396e01449ed4da6d673277b9d1" 2025/08/29 01:05:27 DEBUG : unknown-size-put.txt: multipart upload "AJ6PHR47jAhOrd8mC5kR1LhNDXOHNXchoWaNbNcHgpFxtXIL5VO-0ha01tHMP9JdvLmEYCdbgzmIeg-dimj-wxYqGonyfWfqot9MGJRuNDheyAfhGvGz--zSI4hYZIz6zZLv4jtnmojF1LgeK546WOKUfynbLv76shf3pzmWqTgMGcKqF00wmjSQxM4Uy1Hc_3_104r8YC11SEwCaepiIvrp1iC8p3WIzlALXL7amkv27fK6tQrPKUcZMOZ7nryyFNsMCAbiM2m-1-t8f7WLL-NnRYw9OtfE2AasWIewiBCYkxceil83IGUBNYbYvk2wLRuSQCld-JZPeGTnNi5M3XQ" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/08/29 01:05:27 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AOX7C6UXaxi6f45Rj3GBceZQeD80PWL0guEKTffWkzHhZdVVsGT1BfumrTjcAN8zNxKI6WyXT0EXdJsc7m1xPR-1iOuXSlDFB7Ge7XlB7gpuHsTwJhrizstSL66bon4BiYsRgcY_9FJCUcVtZizNQVebeoa7Bg9ovwwGGkLHQTXoEJK5iTTRZC6cx0jT0qUOqPXMIE3d1ZMeligqCURdMuJv-uCuKTDWNTnDg2ZJWDNH43BKC3nb14QhfqiAYQm3uk45JaA5TniEfl7130JtZ1n4BLJsLlWnlH-7xACuWwJXB-QgmtQkHfT3Oxwwvl4yXwyYW-qVGXKocv_-7eEvpBE 2025/08/29 01:05:27 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/08/29 01:05:27 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "b70b9e935831e4cbba67fafaa354d357" 2025/08/29 01:05:28 DEBUG : unknown-size-update.txt: multipart upload "AOX7C6UXaxi6f45Rj3GBceZQeD80PWL0guEKTffWkzHhZdVVsGT1BfumrTjcAN8zNxKI6WyXT0EXdJsc7m1xPR-1iOuXSlDFB7Ge7XlB7gpuHsTwJhrizstSL66bon4BiYsRgcY_9FJCUcVtZizNQVebeoa7Bg9ovwwGGkLHQTXoEJK5iTTRZC6cx0jT0qUOqPXMIE3d1ZMeligqCURdMuJv-uCuKTDWNTnDg2ZJWDNH43BKC3nb14QhfqiAYQm3uk45JaA5TniEfl7130JtZ1n4BLJsLlWnlH-7xACuWwJXB-QgmtQkHfT3Oxwwvl4yXwyYW-qVGXKocv_-7eEvpBE" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/08/29 01:05:28 DEBUG : Creating backend with remote "TestS3R2:rclone-test-mucadec5voja/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2625: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2717: Can't test if can't have empty directories 2025/08/29 01:05:28 DEBUG : Waiting for deletions to finish 2025/08/29 01:05:28 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/08/29 01:05:28 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/08/29 01:05:28 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/08/29 01:05:29 INFO : S3 bucket rclone-test-mucadec5voja: Bucket "rclone-test-mucadec5voja" deleted 2025/08/29 01:05:29 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (132.25s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.31s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.77s) --- PASS: TestIntegration/FsMkdir (130.41s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.17s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.17s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.06s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.06s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.06s) --- PASS: TestIntegration/FsMkdir/FsEncoding (12.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.59s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.63s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.60s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.74s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.54s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.54s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.66s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.47s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (2.60s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (20.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.05s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (3.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.96s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.53s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.51s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (2.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (1.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.86s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.19s) --- 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 (1.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (1.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.74s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.48s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (78.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (12.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (3.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (2.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (4.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (2.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (4.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (11.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (3.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (2.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (4.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (11.20s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (2.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (4.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (2.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (4.26s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (1.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (12.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (3.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (1.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (3.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (1.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (5.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (3.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (13.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (4.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (1.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (3.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (1.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (5.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (16.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (5.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (4.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (2.23s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (6.21s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (3.34s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (12.14s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (1.86s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (2.27s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (2.68s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (2.56s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (2.77s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (1.64s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.64s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.00s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.17s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 s3_test.go:44: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2025/08/29 01:05:29 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/08/29 01:05:29 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 132.307s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 2m14.576669861s (try 1/5)