"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/09/11 03:08:38 NOTICE: TestS3R2: Starting server 2025/09/11 03:08:38 DEBUG : Creating backend with remote "TestS3R2:rclone-test-zobonif7vadi" 2025/09/11 03:08:38 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/09/11 03:08:39 INFO : S3 bucket rclone-test-zobonif7vadi: Bucket "rclone-test-zobonif7vadi" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/09/11 03:08:40 INFO : S3 bucket rclone-test-zobonif7vadi: Bucket "rclone-test-zobonif7vadi" deleted === RUN TestIntegration/FsMkdir 2025/09/11 03:08:41 INFO : S3 bucket rclone-test-zobonif7vadi: Bucket "rclone-test-zobonif7vadi" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/09/11 03:08:41 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/09/11 03:08:41 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/09/11 03:08:41 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/09/11 03:09:00 NOTICE: S3 bucket rclone-test-zobonif7vadi: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/09/11 03:09:00 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: APxkqhpKCKAtldmgSvKHOkWXWUEpR44W8uG3V6efaf_g4MFbtHyjfiJUiA6DspleEwT79R2q9A3BBXXBLD6KI0iBz8DeRRK7lnmZpQ5_YhzEcS8btb2iJwJje2_wSmF69qZGEzLjzOKLnXOjMzt1LZmb9bD9xTGTSuzmYaFFQ-IqqqkvkfihUUHjmnQm1PNm1uwcdt8CeblV4wbBup3xHht1GbDa00a3EpcnPtKh4bOKu5QDzaDjoStASq_j5oMYIbJG-5UJ2FTeltlLEBaokECrc0KzlUhKQcBDrWX10Frg6Mfzno5L1JYRTh5iluPLOgit30RS9TUluqLvh4N9iMs 2025/09/11 03:09:01 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "795e7f5633004550048de26a981643ad" 2025/09/11 03:09:01 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "182baf4fb9f08b04779b95831446534a" 2025/09/11 03:09:01 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "6b04222d755ec2de897643fc6c037fc3" 2025/09/11 03:09:02 DEBUG : writer-at-subdir/writer-at-file: multipart upload "APxkqhpKCKAtldmgSvKHOkWXWUEpR44W8uG3V6efaf_g4MFbtHyjfiJUiA6DspleEwT79R2q9A3BBXXBLD6KI0iBz8DeRRK7lnmZpQ5_YhzEcS8btb2iJwJje2_wSmF69qZGEzLjzOKLnXOjMzt1LZmb9bD9xTGTSuzmYaFFQ-IqqqkvkfihUUHjmnQm1PNm1uwcdt8CeblV4wbBup3xHht1GbDa00a3EpcnPtKh4bOKu5QDzaDjoStASq_j5oMYIbJG-5UJ2FTeltlLEBaokECrc0KzlUhKQcBDrWX10Frg6Mfzno5L1JYRTh5iluPLOgit30RS9TUluqLvh4N9iMs" 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/09/11 03:09:08 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/09/11 03:09:08 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/09/11 03:09:12 DEBUG : S3 bucket rclone-test-zobonif7vadi: bucket is versioned: false 2025/09/11 03:09:12 DEBUG : Waiting for deletions to finish 2025/09/11 03:09:13 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/09/11 03:09:13 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/09/11 03:09:13 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/09/11 03:09:14 DEBUG : Creating backend with remote "TestS3R2:rclone-test-zobonif7vadi/dirToPurgeFromRoot" 2025/09/11 03:09:14 DEBUG : S3 bucket rclone-test-zobonif7vadi path dirToPurgeFromRoot: bucket is versioned: false 2025/09/11 03:09:14 DEBUG : Waiting for deletions to finish 2025/09/11 03:09:15 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/09/11 03:09:15 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/09/11 03:09:15 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/09/11 03:09:15 DEBUG : Creating backend with remote "TestS3R2:rclone-test-zobonif7vadi/hello? sausage/êé" 2025/09/11 03:09:17 DEBUG : S3 bucket rclone-test-zobonif7vadi path hello? sausage/êé: bucket is versioned: false 2025/09/11 03:09:17 DEBUG : Waiting for deletions to finish 2025/09/11 03:09:17 DEBUG : "a/b/c/d/e.txt" version false 2025/09/11 03:09:17 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/09/11 03:09:17 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/09/11 03:09:26 DEBUG : Creating backend with remote "TestS3R2:rclone-test-zobonif7vadi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/09/11 03:09:27 DEBUG : Creating backend with remote "TestS3R2:rclone-test-zobonif7vadi/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-zobonif7vadi" from "TestS3R2:rclone-test-zobonif7vadi" 2025/09/11 03:09:27 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/09/11 03:09:35 DEBUG : piped data.txt: open chunk writer: started multipart upload: AO547UoeZXhOoVnOvb1Zh2NQxyK4PHebEP8nlIF03aq4BFSBy_ld1xG5KXqOfFpKF5cEXIJnb2Y5EJor2AZKvWck55g_FeFAr2VO8wNzHSgIR7RINzNCZp5KcqvLcaLBJ-5l2QHFeTK39ET21mX32Ta464xQ7NhLCz-9X5hAMQ9ZBpk-rWidP0VuRWEt4AdM09OEL_qNw17DUq30k-6V3qftahB9HXg8Bp_BBp6lh4CY7qL2f0a8gnqFt5mt9W4j0fTJqTF01hwMxoGdsP75xt1BVxRRm63GFICwY5n7A5yM-vAiL_sBbXEmBIvUymWYardYB-E-M2QPUKMAwvhkBRE 2025/09/11 03:09:35 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/09/11 03:09:35 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/09/11 03:09:35 DEBUG : piped data.txt: multipart upload "AO547UoeZXhOoVnOvb1Zh2NQxyK4PHebEP8nlIF03aq4BFSBy_ld1xG5KXqOfFpKF5cEXIJnb2Y5EJor2AZKvWck55g_FeFAr2VO8wNzHSgIR7RINzNCZp5KcqvLcaLBJ-5l2QHFeTK39ET21mX32Ta464xQ7NhLCz-9X5hAMQ9ZBpk-rWidP0VuRWEt4AdM09OEL_qNw17DUq30k-6V3qftahB9HXg8Bp_BBp6lh4CY7qL2f0a8gnqFt5mt9W4j0fTJqTF01hwMxoGdsP75xt1BVxRRm63GFICwY5n7A5yM-vAiL_sBbXEmBIvUymWYardYB-E-M2QPUKMAwvhkBRE" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/09/11 03:09:36 DEBUG : piped data.txt: open chunk writer: started multipart upload: AMZnbOzuFblKARJ5gnY14siOr7DdiPLMrmpQNx8RZgMBizyWQ_6-i9OSCoU1NaEqjkTCkoufeNYZ9S9oqldHmMQ-jlgQhA4ZiI6kWHPOtDZvKMDL0uRrICKWET6IlHq898caQdI1X_YVlxyVqVRbDDJMuxgY_MsZRr9IMR-VM5YQTsQtd-lVqMz_ffzfR3kpoh0eNEvkeKU9FPuVpdOQf3qnvHLYDDRSgfHgxjH0ChEU_dHMEBwrjZrXRS9RrsYqQ3Fz6s-Uk9ErqNfxP0BDJNcr_PiQGCXQvBZyUbdmL1GloRlrC7X-GExYyOB19IyU8r_HJlN_B_Xrs7yiGZxW2vQ 2025/09/11 03:09:36 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/11 03:09:37 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "a038d0cf7606d9f84516e28d234574c1" 2025/09/11 03:09:38 DEBUG : piped data.txt: multipart upload "AMZnbOzuFblKARJ5gnY14siOr7DdiPLMrmpQNx8RZgMBizyWQ_6-i9OSCoU1NaEqjkTCkoufeNYZ9S9oqldHmMQ-jlgQhA4ZiI6kWHPOtDZvKMDL0uRrICKWET6IlHq898caQdI1X_YVlxyVqVRbDDJMuxgY_MsZRr9IMR-VM5YQTsQtd-lVqMz_ffzfR3kpoh0eNEvkeKU9FPuVpdOQf3qnvHLYDDRSgfHgxjH0ChEU_dHMEBwrjZrXRS9RrsYqQ3Fz6s-Uk9ErqNfxP0BDJNcr_PiQGCXQvBZyUbdmL1GloRlrC7X-GExYyOB19IyU8r_HJlN_B_Xrs7yiGZxW2vQ" 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/09/11 03:09:41 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/09/11 03:09:44 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AJqFq66BqmWYsAOqGFc4jusmtse7Js7KyoVGzIETy0_MLdnQzYKRSBc50G9NaE_XV6s5hyEo6DVB6g2ZtYjWROsMBPGUALv660wQ8qld_sLITLfjX02jQ55vd6RMe29M8r0nBAybcOHaG_DRUoQMw0WEcbH6G-2jOdbnuGEXy6Dq1h_Qsqnv8QbzYR8MN5piYVOgaeNs4oCXs8o-BfwpJKQGDFzATcPnY0bi7EstB1JriCpBfZ0QjDaiwAeloxTuMJhBLPKymb8EGGe49p1niyZvBJAQwSDdeBLKyBhXExGI-uUOX8OnJNh9T0HRf5zi94lmRfYIaXMOQaiRlmXIM64 2025/09/11 03:09:44 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/09/11 03:09:48 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/09/11 03:09:48 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AJqFq66BqmWYsAOqGFc4jusmtse7Js7KyoVGzIETy0_MLdnQzYKRSBc50G9NaE_XV6s5hyEo6DVB6g2ZtYjWROsMBPGUALv660wQ8qld_sLITLfjX02jQ55vd6RMe29M8r0nBAybcOHaG_DRUoQMw0WEcbH6G-2jOdbnuGEXy6Dq1h_Qsqnv8QbzYR8MN5piYVOgaeNs4oCXs8o-BfwpJKQGDFzATcPnY0bi7EstB1JriCpBfZ0QjDaiwAeloxTuMJhBLPKymb8EGGe49p1niyZvBJAQwSDdeBLKyBhXExGI-uUOX8OnJNh9T0HRf5zi94lmRfYIaXMOQaiRlmXIM64" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/09/11 03:09:50 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AL8xhxKiAcsAtl7v-jaIsV2Kt-EeB_GUl54xulWKQLvgPnz_qvceNuhAwcy-GJ8fdN3fuCO08WDTr0EzsYVWwJ0C1LNCeEe3WXyKjb7CduSJnivPpPR_iPep0Mlu879CuawFjUkMfkzvizJVz1csM5Rd0eMV4dRoOKDEmDu0vImT8VNXtenIhFzxSK09oKfeb_CzGDAd-x7Igb98Jw5CqIgbbqXrOP2YDDyJLyE483UC_exP-Ex3hbzBMiGQA2qmHJdYLes_QSIL_EGt3mTu5OWOPbs5EpreBVOVZ7A7It6wL2KR_5_q51HTKp8Vyvvtn5glG3vfODJ_PuRIL5xEKtg 2025/09/11 03:09:50 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/09/11 03:09:52 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/11 03:09:53 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AL8xhxKiAcsAtl7v-jaIsV2Kt-EeB_GUl54xulWKQLvgPnz_qvceNuhAwcy-GJ8fdN3fuCO08WDTr0EzsYVWwJ0C1LNCeEe3WXyKjb7CduSJnivPpPR_iPep0Mlu879CuawFjUkMfkzvizJVz1csM5Rd0eMV4dRoOKDEmDu0vImT8VNXtenIhFzxSK09oKfeb_CzGDAd-x7Igb98Jw5CqIgbbqXrOP2YDDyJLyE483UC_exP-Ex3hbzBMiGQA2qmHJdYLes_QSIL_EGt3mTu5OWOPbs5EpreBVOVZ7A7It6wL2KR_5_q51HTKp8Vyvvtn5glG3vfODJ_PuRIL5xEKtg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/09/11 03:09:53 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: ADJErHRvrpNvFdMQSupERFnvt5PKUhO-qXtAb4Q4DX-LrbdI22z75Wsr1B_NYGVXGNZzd1lndUZE4Vp5LQLcryuy0EqHLNjSJU2ZWoYDoZsJjbKuyZcdOkN2ju7BBtOXhe8CO6XPfeifS3d4TvrLftProh5fqNnRl4ZUj4bUj7zaVzXok4ZTBvhTtJYlO1Kv5kNbp9THWRh6C4b9CDu-7Vy3qK2pPQpExlFdCTgvOy2I_XxgxlenD87K7LAB9uZan0gk9IulA4UzcMqZQce6_NQ3LLm4WMBZAw5iAHh2MW8ietbWfCHqw5HYOtICyjRI7ONy_hn4yhyqn9K38hMf-1U 2025/09/11 03:09:54 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/11 03:09:55 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/11 03:09:55 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "ADJErHRvrpNvFdMQSupERFnvt5PKUhO-qXtAb4Q4DX-LrbdI22z75Wsr1B_NYGVXGNZzd1lndUZE4Vp5LQLcryuy0EqHLNjSJU2ZWoYDoZsJjbKuyZcdOkN2ju7BBtOXhe8CO6XPfeifS3d4TvrLftProh5fqNnRl4ZUj4bUj7zaVzXok4ZTBvhTtJYlO1Kv5kNbp9THWRh6C4b9CDu-7Vy3qK2pPQpExlFdCTgvOy2I_XxgxlenD87K7LAB9uZan0gk9IulA4UzcMqZQce6_NQ3LLm4WMBZAw5iAHh2MW8ietbWfCHqw5HYOtICyjRI7ONy_hn4yhyqn9K38hMf-1U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/09/11 03:09:56 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AFXcQhY3cY1BKxdGzJZRsxwrqyj5iUmLtZbNzynwxeZQHnh2seLKHikR9DZE5ccc_2h2YsLwRcmRn_k__SXG5L7LbhM7fyhqTZM1yBXJm8G2VeWo3XCkk5ydyaYBAHH5y4zxmAlQbORIxvYKv7ZbyWK-91jXaiBTVBJt3WtxG9B0zeQ6-7SHHUINvRzftJ3oNJobrTHHG2qKge68Xf9CoCy5QBNAivh-WLNul1yUutAt3iSQCEEr83dMRmtibE-9CnP_S2r04t6BKoGN_RqU7Ruy7wmpntNKOdtqlH4M3PmsIPOVZImhF_vN1cdS5eGj9r898hymi6chh6PhRSvUPmQ 2025/09/11 03:09:57 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/09/11 03:09:57 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/09/11 03:09:57 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/09/11 03:09:57 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/11 03:09:58 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/11 03:09:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/11 03:09:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AFXcQhY3cY1BKxdGzJZRsxwrqyj5iUmLtZbNzynwxeZQHnh2seLKHikR9DZE5ccc_2h2YsLwRcmRn_k__SXG5L7LbhM7fyhqTZM1yBXJm8G2VeWo3XCkk5ydyaYBAHH5y4zxmAlQbORIxvYKv7ZbyWK-91jXaiBTVBJt3WtxG9B0zeQ6-7SHHUINvRzftJ3oNJobrTHHG2qKge68Xf9CoCy5QBNAivh-WLNul1yUutAt3iSQCEEr83dMRmtibE-9CnP_S2r04t6BKoGN_RqU7Ruy7wmpntNKOdtqlH4M3PmsIPOVZImhF_vN1cdS5eGj9r898hymi6chh6PhRSvUPmQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/09/11 03:10:02 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AFp-oVBS6s7Wjz1JFUe1fhKBi8owAC24I_lU8dnmV6JMy1nW5oajbcG-Z1X-MeYF3wpB8W2d-B82kn4qQEd-0D0bqEXfQUFshq6iUk8a-Zbi5SnkWiEnCJLdtAdKPsfVasWZ60t_LuO8a_Fz1XfP1AiqQFyf57r4Ugn8mGiOavmCZMIiOdXTS6JgLHrtDoagSGNvBWFs-oP2-1YlGkQclhycvE70RuAcly_yvhAlPHEfjf1iGVBebqkR9HxCqYrVIy83LJeMi4M9qF8vg-kixDNVDFp4YokOsZ1yNA9RdVbxknwAtJctdtaj_BkOc03asm8yOEwVnfOkxQZTFDEYdD8 2025/09/11 03:10:02 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/11 03:10:02 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/09/11 03:10:02 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/09/11 03:10:02 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/11 03:10:03 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/11 03:10:03 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/11 03:10:04 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AFp-oVBS6s7Wjz1JFUe1fhKBi8owAC24I_lU8dnmV6JMy1nW5oajbcG-Z1X-MeYF3wpB8W2d-B82kn4qQEd-0D0bqEXfQUFshq6iUk8a-Zbi5SnkWiEnCJLdtAdKPsfVasWZ60t_LuO8a_Fz1XfP1AiqQFyf57r4Ugn8mGiOavmCZMIiOdXTS6JgLHrtDoagSGNvBWFs-oP2-1YlGkQclhycvE70RuAcly_yvhAlPHEfjf1iGVBebqkR9HxCqYrVIy83LJeMi4M9qF8vg-kixDNVDFp4YokOsZ1yNA9RdVbxknwAtJctdtaj_BkOc03asm8yOEwVnfOkxQZTFDEYdD8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/09/11 03:10:10 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AAHwYHEg1eIFlOIfGBnjGqBDxN80oUPVIXz_rMeHbzM_9QFR4hlz_4uXrQJ1_K4Gdx2KftXXLDIOpvcLCP2x-Vg5Z3hu46B_4WffIztRkGogOmwDOXtJq98jJIfio9YtQ0kh7wWSW9b4Pku7oRKfIfWI6Xk0AHi8qIBATs0pNqdAtDdW9uuLmQw_xi7JcpP3I4IE05ABv6FIl2T79VcWdX2iOQyKRU_49anM6X2YSlHl1h5DOayEhhmyIqzJpXwn_FcoK22HZZyoQ7Lc3ZNl7HUCQrv9t_WQMpABhsrDQEd7cochT3BZUmRUnnUGuznd7sqxYWqDngRYql_fIi_ru24 2025/09/11 03:10:10 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/11 03:10:10 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/09/11 03:10:11 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AAHwYHEg1eIFlOIfGBnjGqBDxN80oUPVIXz_rMeHbzM_9QFR4hlz_4uXrQJ1_K4Gdx2KftXXLDIOpvcLCP2x-Vg5Z3hu46B_4WffIztRkGogOmwDOXtJq98jJIfio9YtQ0kh7wWSW9b4Pku7oRKfIfWI6Xk0AHi8qIBATs0pNqdAtDdW9uuLmQw_xi7JcpP3I4IE05ABv6FIl2T79VcWdX2iOQyKRU_49anM6X2YSlHl1h5DOayEhhmyIqzJpXwn_FcoK22HZZyoQ7Lc3ZNl7HUCQrv9t_WQMpABhsrDQEd7cochT3BZUmRUnnUGuznd7sqxYWqDngRYql_fIi_ru24" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/09/11 03:10:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AKe5Vrwy4zHZ6imZKbZGC_-KCsntwwHq2rwcJCyojVZOZJ0Rqv5Ytu9dJQWsL8zFZa5Gv07xUzyhuedfAZ7uo1Gl--y6ofSg3-GFsjEKJ1VLVykyx2B2-3UpIzyvsSa_2nPAUCueOw_1JBAz3M3Z_nk2Nfbwgf1OlUnNjrscqZ7_Iv4nFJdMkMwtfJhoJWg_xQdddN4txasLJrr8ms4iPR5Up0ySTvuve5tZ11faryuKRMYWFgiMKwQVH4PW0rP_xK5oDSI_M78dqMcKSmFOIx5drx6p39A6ktV-_DWdubKsiT4HQFhSt2kHRJISvd5Is8pWxfreaCeLM7xa1atZ95Y 2025/09/11 03:10:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/09/11 03:10:13 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/11 03:10:13 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AKe5Vrwy4zHZ6imZKbZGC_-KCsntwwHq2rwcJCyojVZOZJ0Rqv5Ytu9dJQWsL8zFZa5Gv07xUzyhuedfAZ7uo1Gl--y6ofSg3-GFsjEKJ1VLVykyx2B2-3UpIzyvsSa_2nPAUCueOw_1JBAz3M3Z_nk2Nfbwgf1OlUnNjrscqZ7_Iv4nFJdMkMwtfJhoJWg_xQdddN4txasLJrr8ms4iPR5Up0ySTvuve5tZ11faryuKRMYWFgiMKwQVH4PW0rP_xK5oDSI_M78dqMcKSmFOIx5drx6p39A6ktV-_DWdubKsiT4HQFhSt2kHRJISvd5Is8pWxfreaCeLM7xa1atZ95Y" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/09/11 03:10:15 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ALKPESUB4EeFITEJGYY54nRLzl2sTxiJ8SMS03w-9firpixYKyrJ6EG5Pis77lrOpUnfYsHN47YbZYCnAsnM9DJWqjeyloQZVmPmMGYH9mEfla1z9gaL4VOPK_HIaxLRMcjbdXyrW5YLjSmLFxkiXeWSvd8GRaCa_lyaDlX92MACCIWl44xb3AIfafsHTrDPY8Bo9p_i3lN5ueQDALhxc4T-xhVJQKkHsTzoWk69o3KDgXXEtDnVp5efBHQrdcRphUuqLcvrxn7VAr5DdqZHrxqkBndJtLX6Ukw7yNTcA-iK8We03S2hgzb0ny18vDc7Sg9v-z7N7g5LZmgTF_c15t4 2025/09/11 03:10:15 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/11 03:10:15 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/11 03:10:16 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ALKPESUB4EeFITEJGYY54nRLzl2sTxiJ8SMS03w-9firpixYKyrJ6EG5Pis77lrOpUnfYsHN47YbZYCnAsnM9DJWqjeyloQZVmPmMGYH9mEfla1z9gaL4VOPK_HIaxLRMcjbdXyrW5YLjSmLFxkiXeWSvd8GRaCa_lyaDlX92MACCIWl44xb3AIfafsHTrDPY8Bo9p_i3lN5ueQDALhxc4T-xhVJQKkHsTzoWk69o3KDgXXEtDnVp5efBHQrdcRphUuqLcvrxn7VAr5DdqZHrxqkBndJtLX6Ukw7yNTcA-iK8We03S2hgzb0ny18vDc7Sg9v-z7N7g5LZmgTF_c15t4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/09/11 03:10:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AG5qrds2nteCcGDQICWtYhsvIsQ3GZzD18gQ2NpoUot0nr2Okq92GwUDztNeU828cPCwArVAZNELxwZR4z6Vx2De7D-Mw2Hbhb2RUI6J21R91uSbXcFlYdngCnadL6UweiGTJtpE-HcvxGEmnjsZUtlA6cLfBwqtXtwxuB0qsAwGBX77R0yFsjue3ylHSxS5S7G6aO73X1aue0CQrSdN9vn9g42R_Ur058RAFkt0Df-k2GihPFpGSkGlqQgK32OxMmdzf_Xg4MraO4ZBWnylxIjJgsRhXTwFpjVcaPqF4qdvVnYgk6x8ctX2AwZ3raNbSnKEeP6O323sah1ETmP4T2Q 2025/09/11 03:10:17 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/09/11 03:10:17 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/09/11 03:10:17 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/11 03:10:17 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/11 03:10:17 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/11 03:10:18 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/11 03:10:18 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AG5qrds2nteCcGDQICWtYhsvIsQ3GZzD18gQ2NpoUot0nr2Okq92GwUDztNeU828cPCwArVAZNELxwZR4z6Vx2De7D-Mw2Hbhb2RUI6J21R91uSbXcFlYdngCnadL6UweiGTJtpE-HcvxGEmnjsZUtlA6cLfBwqtXtwxuB0qsAwGBX77R0yFsjue3ylHSxS5S7G6aO73X1aue0CQrSdN9vn9g42R_Ur058RAFkt0Df-k2GihPFpGSkGlqQgK32OxMmdzf_Xg4MraO4ZBWnylxIjJgsRhXTwFpjVcaPqF4qdvVnYgk6x8ctX2AwZ3raNbSnKEeP6O323sah1ETmP4T2Q" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/09/11 03:10:19 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AK1A4Q0zy50YT16KU95NPKXd_eXPPCCwz2_in3NOToVVP8k5AMLRGiFjqbALEGhlNr9FkwRkxSgtp9Kres6FO4oOtoO7YJ18Tk_CvKb70aFvEMdBE9i5fh7ybKesREGiEub72Oa-UakXXnvJJj6SClBrHh-EfFKqIkzRkMuA1oDPWMXEAFlxRaNY1lZXZvXxXfL7YX2ghk5xOiXtFKAxlH3HQb9bmVmJbvarboD8uptuCuq_VcpPd-qtd7q9uZsNKPZ8lwfpgwEaPsR35mkhlTAXgIbXUBA-N7X2whu33kWsZFjFqK7sIV_WH-070DfcHUDhe1JcO1ZxWkIYrl2JkfU 2025/09/11 03:10:20 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/11 03:10:20 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/11 03:10:20 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/09/11 03:10:20 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/11 03:10:21 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/11 03:10:21 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/11 03:10:22 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AK1A4Q0zy50YT16KU95NPKXd_eXPPCCwz2_in3NOToVVP8k5AMLRGiFjqbALEGhlNr9FkwRkxSgtp9Kres6FO4oOtoO7YJ18Tk_CvKb70aFvEMdBE9i5fh7ybKesREGiEub72Oa-UakXXnvJJj6SClBrHh-EfFKqIkzRkMuA1oDPWMXEAFlxRaNY1lZXZvXxXfL7YX2ghk5xOiXtFKAxlH3HQb9bmVmJbvarboD8uptuCuq_VcpPd-qtd7q9uZsNKPZ8lwfpgwEaPsR35mkhlTAXgIbXUBA-N7X2whu33kWsZFjFqK7sIV_WH-070DfcHUDhe1JcO1ZxWkIYrl2JkfU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/09/11 03:10:27 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ABBdcAu9-6Y6sMJMI8w_9qAC2DgMf78386CALKtCvtEYIAiCvRCuDMHhW2ZQsLlj0eejLl3zNVSlmdDLa736qG9s1_ehF_Q-WCkJwMh3lyL8-If2vp-OlJyJ7fHosb22iaS7kSXGgiT1yeBY8kYZynGJtr5fOitduJBsURuT-ZJ9Rwg5vO3t69BJPw3ZYz_CdV90D4VYMillsFQq1ndYrUSZtYLO4yWENtko-0cpUK1F61bqaDxeaNP1dHS8FgHbOZqbrnz-HNofuvWSYAKHoVjmZ216NCOwxLJ7T1zWWXrBp9rHDE_sAc87TnAOrjCzQp051MECtIhh4cfFnfqeBYE 2025/09/11 03:10:27 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/11 03:10:28 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/09/11 03:10:29 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ABBdcAu9-6Y6sMJMI8w_9qAC2DgMf78386CALKtCvtEYIAiCvRCuDMHhW2ZQsLlj0eejLl3zNVSlmdDLa736qG9s1_ehF_Q-WCkJwMh3lyL8-If2vp-OlJyJ7fHosb22iaS7kSXGgiT1yeBY8kYZynGJtr5fOitduJBsURuT-ZJ9Rwg5vO3t69BJPw3ZYz_CdV90D4VYMillsFQq1ndYrUSZtYLO4yWENtko-0cpUK1F61bqaDxeaNP1dHS8FgHbOZqbrnz-HNofuvWSYAKHoVjmZ216NCOwxLJ7T1zWWXrBp9rHDE_sAc87TnAOrjCzQp051MECtIhh4cfFnfqeBYE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/09/11 03:10:30 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: ANE0zQ1VlpsXcze10A-fYyOiRLZCDhAsv5pv_THKDPc-7h_k2BdqkeTzQAUzwhYlRHPkVqAjvrki5Po0XLM0QNHBQ0F8xtYoNwteJfqh-EpVzF3zskqh8AXKVUnOLW2ARsNXR2WgAYf1T1eXBX-xbuj3NH0xaPs0DyJrWR0PSUQNDeacev3ulRpBuj4lqFm0O90ALQsVeZlzhg9vEQ17OQvxpeL2WT_esD_8CsL_M8idoCSYmtpWHo75tWjpfyzzj4YplLp18MrF2gZ3Q3gCNDTKtYwFR6x7FIEx2GQM14I70Wb8vJh9ytXZn51h8Wca4m-L54qp4Xs9WXNbgjsf8KQ 2025/09/11 03:10:30 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/09/11 03:10:32 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/11 03:10:33 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "ANE0zQ1VlpsXcze10A-fYyOiRLZCDhAsv5pv_THKDPc-7h_k2BdqkeTzQAUzwhYlRHPkVqAjvrki5Po0XLM0QNHBQ0F8xtYoNwteJfqh-EpVzF3zskqh8AXKVUnOLW2ARsNXR2WgAYf1T1eXBX-xbuj3NH0xaPs0DyJrWR0PSUQNDeacev3ulRpBuj4lqFm0O90ALQsVeZlzhg9vEQ17OQvxpeL2WT_esD_8CsL_M8idoCSYmtpWHo75tWjpfyzzj4YplLp18MrF2gZ3Q3gCNDTKtYwFR6x7FIEx2GQM14I70Wb8vJh9ytXZn51h8Wca4m-L54qp4Xs9WXNbgjsf8KQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/09/11 03:10:35 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AAHmrmcqGRU6giyMO9bRv_xE8NbH2G6pXPH-eQ8B0He2m0shyEDx379-XeyV0g8ph1N0KEuvFCTUlPIJwLVqj3SM3NKR1dFnQpeSv3XHqOvuqrLioZaw-JM9GdPtKbJHlVid6wUcDHai8Spx-k83k3QXliyLwxN3pLbceY6FGUCHre9Vb-4S-tgvIAD8vZpYgxTX4A8_2xnkSebb7l4kmAkSqIK0w3Z_9f5h38GE0SU7BsHAXLMVj_ihFC_TgKZ75Cc_BNkzkFEmdqAW5di2mKfZxguNExV9rMsdJST5EyeNLL5xm-NLS_UBYUN69pKnQgBqIuTl6q--JCNkA_4B4V0 2025/09/11 03:10:35 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/11 03:10:37 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/11 03:10:38 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AAHmrmcqGRU6giyMO9bRv_xE8NbH2G6pXPH-eQ8B0He2m0shyEDx379-XeyV0g8ph1N0KEuvFCTUlPIJwLVqj3SM3NKR1dFnQpeSv3XHqOvuqrLioZaw-JM9GdPtKbJHlVid6wUcDHai8Spx-k83k3QXliyLwxN3pLbceY6FGUCHre9Vb-4S-tgvIAD8vZpYgxTX4A8_2xnkSebb7l4kmAkSqIK0w3Z_9f5h38GE0SU7BsHAXLMVj_ihFC_TgKZ75Cc_BNkzkFEmdqAW5di2mKfZxguNExV9rMsdJST5EyeNLL5xm-NLS_UBYUN69pKnQgBqIuTl6q--JCNkA_4B4V0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/09/11 03:10:42 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AOKwk10doJnYkLPSjoNR4DdchoLoJ6xejq5RTAOwhoaAVZ50D9sEjl2wptdAemHFWyU0zDSJ5Qf-rFaN8xfcysa-WTs4Hktqb85lRoD6wYVNmRDOwmK84Ck2xAV4tMSP8AgSIPOb6Mr7mMj9KNOHg0veZW4sTNmLRUBEF-npo_65HQp--VdwRZCAoceX3Scuk4EnFRpkEkeJl6B1bUsSbG4T0LGaWMdbQWkv1WUyMSFKcca5cY6WU5BXzwm1ZrkScOJ_fzVUfgwy7Dnyx6Iv5jZK9pFUxn5Mb5tbpQ0QVULP0lj3yza_P1wh0YEgApCZUsTTc-AXn1Z16HQoEfRijf8 2025/09/11 03:10:43 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/09/11 03:10:43 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/09/11 03:10:43 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/11 03:10:43 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/11 03:10:43 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/11 03:10:43 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/11 03:10:44 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AOKwk10doJnYkLPSjoNR4DdchoLoJ6xejq5RTAOwhoaAVZ50D9sEjl2wptdAemHFWyU0zDSJ5Qf-rFaN8xfcysa-WTs4Hktqb85lRoD6wYVNmRDOwmK84Ck2xAV4tMSP8AgSIPOb6Mr7mMj9KNOHg0veZW4sTNmLRUBEF-npo_65HQp--VdwRZCAoceX3Scuk4EnFRpkEkeJl6B1bUsSbG4T0LGaWMdbQWkv1WUyMSFKcca5cY6WU5BXzwm1ZrkScOJ_fzVUfgwy7Dnyx6Iv5jZK9pFUxn5Mb5tbpQ0QVULP0lj3yza_P1wh0YEgApCZUsTTc-AXn1Z16HQoEfRijf8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/09/11 03:10:46 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AELf_IessXcsZIKw7IZC9R7DP3plsGqbd7_EFjviY3VTFC7TaLVbSG_rAj0JIvS_GVtL-Qi6fGrmnyX7YmlTuWnC9kQulN6pMWSUTNfqFLwWRMIiv2U-1KeKdcV-KLUAevAMXzQ3S8qo4gW8Nsr2gVHUSYN5qIflB3hz1q3iDvftlX5hWQyNcF8ZQXy1eYMNHB_7-M7Hhwt-O_XJxt4BkfzuOwSnWbUiIeGbzZmGVPNlj1wE96x5cuUUZOUzAdTGc-2cxay3Oq2mff1W-rrhP73sX0eKi8Gm6tKWeiQn0a4DcNl2CreUdaUcYEXLcYvy9eqH-LDQjM4by5KIRDqsOYw 2025/09/11 03:10:46 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/11 03:10:46 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/11 03:10:46 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/09/11 03:10:46 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/11 03:10:46 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/11 03:10:48 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/11 03:10:48 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AELf_IessXcsZIKw7IZC9R7DP3plsGqbd7_EFjviY3VTFC7TaLVbSG_rAj0JIvS_GVtL-Qi6fGrmnyX7YmlTuWnC9kQulN6pMWSUTNfqFLwWRMIiv2U-1KeKdcV-KLUAevAMXzQ3S8qo4gW8Nsr2gVHUSYN5qIflB3hz1q3iDvftlX5hWQyNcF8ZQXy1eYMNHB_7-M7Hhwt-O_XJxt4BkfzuOwSnWbUiIeGbzZmGVPNlj1wE96x5cuUUZOUzAdTGc-2cxay3Oq2mff1W-rrhP73sX0eKi8Gm6tKWeiQn0a4DcNl2CreUdaUcYEXLcYvy9eqH-LDQjM4by5KIRDqsOYw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/09/11 03:10:54 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ANa77g-Wv_qxnM6ZVfa8fHgmawwhyr95uqZrnUTWJxy4JyU-FyDKjtCAnUUbXtKR-gbpI_aGaSIUglf2S8Yv4QqwCOIPL453B00VTLFCmqZOoXujND3QIFhqV3XFQmI9HEMx4rsPk_MtuTsYgokORW2oSYaqWJr5qaOngq11tbMhi13OkX3TOG6L9AjHK4HWfBr5DvRIB0ifQjO2fQ-zA65wl-rhUet4hucRbzcCQgCJgLHVluBpczpcNYrMpti7HoMs6DDPtu-GqMObIdYS5b-nGfRvWfsHPRNKnEI7Mp2FY6h9wE_sytcaX5FdsbHAzMuwczHOOY8eqdOiZY5HAfk 2025/09/11 03:10:55 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/11 03:10:57 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/09/11 03:10:57 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ANa77g-Wv_qxnM6ZVfa8fHgmawwhyr95uqZrnUTWJxy4JyU-FyDKjtCAnUUbXtKR-gbpI_aGaSIUglf2S8Yv4QqwCOIPL453B00VTLFCmqZOoXujND3QIFhqV3XFQmI9HEMx4rsPk_MtuTsYgokORW2oSYaqWJr5qaOngq11tbMhi13OkX3TOG6L9AjHK4HWfBr5DvRIB0ifQjO2fQ-zA65wl-rhUet4hucRbzcCQgCJgLHVluBpczpcNYrMpti7HoMs6DDPtu-GqMObIdYS5b-nGfRvWfsHPRNKnEI7Mp2FY6h9wE_sytcaX5FdsbHAzMuwczHOOY8eqdOiZY5HAfk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/09/11 03:10:58 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: ADWmAS_fsB00buaruPoMT67JcbWG78wr--VV-21s5n-DB3gStfHpGQbhr-hOC74EJEyHvqjByCk2GaTb7xzj502BmJLmmPlKbd5vo8uFa1ckYLrdXmZZq29DrIM-RfX3VLmpR0AeuydXBIyN76PUQYL9ktEOPUT_rQxzZw06z6pE6d9BOUswWYWYkoSMPQSetl1DFxtP1Wv67IMWItUQtWk_gqXvdp8D9_57WWLBRNmwrtkivDbck9W-fGLLCHLygOvOJxAC0HSUySMDhornYqtpVNpB2nLI0RPCGklIyK9jCuGFeWU-nU-mZBD0NkWu3hBIJV7_usBnm0Rz__dUpEw 2025/09/11 03:10:58 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/09/11 03:11:00 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/11 03:11:01 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "ADWmAS_fsB00buaruPoMT67JcbWG78wr--VV-21s5n-DB3gStfHpGQbhr-hOC74EJEyHvqjByCk2GaTb7xzj502BmJLmmPlKbd5vo8uFa1ckYLrdXmZZq29DrIM-RfX3VLmpR0AeuydXBIyN76PUQYL9ktEOPUT_rQxzZw06z6pE6d9BOUswWYWYkoSMPQSetl1DFxtP1Wv67IMWItUQtWk_gqXvdp8D9_57WWLBRNmwrtkivDbck9W-fGLLCHLygOvOJxAC0HSUySMDhornYqtpVNpB2nLI0RPCGklIyK9jCuGFeWU-nU-mZBD0NkWu3hBIJV7_usBnm0Rz__dUpEw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/09/11 03:11:03 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ADJFiYVFlqTBBPVmUkJ-pff9jbloDV7FUbaLLV2JXgkoAcVy5L0L0dkw54Jl7lnQoMK8KdXPvopipoCYzOborzWF3JBXRJ4PC-I2i8SGeBPwDxPLauMZzfUzjbeYv881Et0ROboJ7fEmpJrQG32skVUjCYmZW2iivyVzh3D-u3NqMdxP7TJDTi8ajxa2hktHHhU4nryb1SNC_3YM7fSeGrQ62mK8NxkFlCM-8OcMAD-keuNnIG0gHe7eVnWL5eTgHVsdOencx87FXVBWNUu5p-KkXTEypFR6fvHmWnNqLhW6a_wV7JiAL6uSaoWIsdZTRixL8M429yHVF7x0PGGaloo 2025/09/11 03:11:04 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/11 03:11:05 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/11 03:11:06 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ADJFiYVFlqTBBPVmUkJ-pff9jbloDV7FUbaLLV2JXgkoAcVy5L0L0dkw54Jl7lnQoMK8KdXPvopipoCYzOborzWF3JBXRJ4PC-I2i8SGeBPwDxPLauMZzfUzjbeYv881Et0ROboJ7fEmpJrQG32skVUjCYmZW2iivyVzh3D-u3NqMdxP7TJDTi8ajxa2hktHHhU4nryb1SNC_3YM7fSeGrQ62mK8NxkFlCM-8OcMAD-keuNnIG0gHe7eVnWL5eTgHVsdOencx87FXVBWNUu5p-KkXTEypFR6fvHmWnNqLhW6a_wV7JiAL6uSaoWIsdZTRixL8M429yHVF7x0PGGaloo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/09/11 03:11:09 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ANcqI6j5GZqfymNq7F18wrFvpHCNGbLpIze1qz5oaMaNZk5k38xseAYDdM8SNobninpA4lewK-43pYK-ye4C6TN51OnRofUkUbxP5O26pg0ruzVKpwITRiNCNI1EkPB7pARDZTmDXNsKZDfTbDFKj0piQ1CEF4xh5bTUfGzo9-pGweTEuVobAKPF3b05WlnaD4ZqF5tNUroG7O5QLZx1tLVAFeTPYP0bqgjCSdnKE9A9UThcK-7hoxfIQl1UzaCTJjSV2LFyKAziJEuqMWbuNrolqVUDGMwK3O0NWI5t66PFhX-zVVr-f9UQjvqXF3rgKKj_Y32Gs4Tz514aAGtvNpw 2025/09/11 03:11:09 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/09/11 03:11:10 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/09/11 03:11:10 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/09/11 03:11:10 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/11 03:11:11 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/11 03:11:12 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/11 03:11:13 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ANcqI6j5GZqfymNq7F18wrFvpHCNGbLpIze1qz5oaMaNZk5k38xseAYDdM8SNobninpA4lewK-43pYK-ye4C6TN51OnRofUkUbxP5O26pg0ruzVKpwITRiNCNI1EkPB7pARDZTmDXNsKZDfTbDFKj0piQ1CEF4xh5bTUfGzo9-pGweTEuVobAKPF3b05WlnaD4ZqF5tNUroG7O5QLZx1tLVAFeTPYP0bqgjCSdnKE9A9UThcK-7hoxfIQl1UzaCTJjSV2LFyKAziJEuqMWbuNrolqVUDGMwK3O0NWI5t66PFhX-zVVr-f9UQjvqXF3rgKKj_Y32Gs4Tz514aAGtvNpw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/09/11 03:11:14 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AKNjNKOxBLyLD3ai8L2DhSpnty8hFrjVEWNqtPlqw0strgDi_jcyD5Xb6aVdjb5w1GB39iTHkHbLolMR-vUUpns12Uyu0kfwsZYwf7RKzbd291E2kk-OrC3voufDk5zRdqQG88B4yh8_NvW1-GsO1JW1TbXYDXB397g06UfuX5ZNSNDVhsSXNqNzq9kFMQavbACeRfo8yDgBbkAvJKY-Qwst5s-5k9SHJqpV-bD9Q0SHHrF4vn26mPxGKlr_zFJPwBLsjYbG1WmgwCxf-Tal5Qktnn4Ie2slP_TDoBv0savga1KZzcdWTwORvkS7isrLA8W4LW_BT-6B-hQ3VuZzYr4 2025/09/11 03:11:15 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/11 03:11:15 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/09/11 03:11:15 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/09/11 03:11:15 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/11 03:11:16 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/11 03:11:18 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/11 03:11:18 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AKNjNKOxBLyLD3ai8L2DhSpnty8hFrjVEWNqtPlqw0strgDi_jcyD5Xb6aVdjb5w1GB39iTHkHbLolMR-vUUpns12Uyu0kfwsZYwf7RKzbd291E2kk-OrC3voufDk5zRdqQG88B4yh8_NvW1-GsO1JW1TbXYDXB397g06UfuX5ZNSNDVhsSXNqNzq9kFMQavbACeRfo8yDgBbkAvJKY-Qwst5s-5k9SHJqpV-bD9Q0SHHrF4vn26mPxGKlr_zFJPwBLsjYbG1WmgwCxf-Tal5Qktnn4Ie2slP_TDoBv0savga1KZzcdWTwORvkS7isrLA8W4LW_BT-6B-hQ3VuZzYr4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/09/11 03:11:24 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AAzb2RhAyrxa3gXYqV-t3awODvfG9UzhsQVU3sVEMEB4OqVKBdg4nQCtrSKGuFRa1jVgrTYcnyR4BCkbCUGA8prjbdY5z2rwCWE9GUQt3RvQhedXqAWMoBmkfgxtXB2jBqi6Waz0v6FETK9Mfz42sdFb0P4ADtJ29qSGg76uoQwWnnpe6rhI57Qss6SY9MQGq0ZeqgVbWonEs2r7kFjDshCG47MeK_Qs89gDEyvAYtZcOxT0t7fxZCEImnINuoVUkYSio_5To_pJC4U8DT30jByX8kVoJaFmV99WbqzNtuvio8GZ41Afpc185255Iv1ZpdvXqu81O0ZV51RovOjql6o 2025/09/11 03:11:25 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/09/11 03:11:27 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/09/11 03:11:27 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AAzb2RhAyrxa3gXYqV-t3awODvfG9UzhsQVU3sVEMEB4OqVKBdg4nQCtrSKGuFRa1jVgrTYcnyR4BCkbCUGA8prjbdY5z2rwCWE9GUQt3RvQhedXqAWMoBmkfgxtXB2jBqi6Waz0v6FETK9Mfz42sdFb0P4ADtJ29qSGg76uoQwWnnpe6rhI57Qss6SY9MQGq0ZeqgVbWonEs2r7kFjDshCG47MeK_Qs89gDEyvAYtZcOxT0t7fxZCEImnINuoVUkYSio_5To_pJC4U8DT30jByX8kVoJaFmV99WbqzNtuvio8GZ41Afpc185255Iv1ZpdvXqu81O0ZV51RovOjql6o" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/09/11 03:11:31 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AOF6uYHm4oKRRSEwI3GydbEpVrGi8OauRL6p7anU2yf82je-ZPAp_9sShNdKtoc05EfEt89rwC5ZulZz_IIxcBsqBEf6mi3T2T-2oJCb3eLxhWx6GTSmkprYG9m9kWtZ8UkQvialRb-jN0Lyzqi_nutvUtU0VqpMsbgvBcI-JA-lXAqTrrvNGkAEzZNJwVZ5LgbUE2RV6_BmPn6hyIu2gu4NEVquljyPRRDcIXkVSSVkkI91v3RJ65jHIQOhDBD3nmpr_vTWbEvvQiNLydwsRrJP3khKdCfN3HkLEGw5tIuWuK4I4A_uv2AqQWOB3wVZ9D3MIYgHK3A_SIRLSkajqUQ 2025/09/11 03:11:31 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/09/11 03:11:35 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/11 03:11:35 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AOF6uYHm4oKRRSEwI3GydbEpVrGi8OauRL6p7anU2yf82je-ZPAp_9sShNdKtoc05EfEt89rwC5ZulZz_IIxcBsqBEf6mi3T2T-2oJCb3eLxhWx6GTSmkprYG9m9kWtZ8UkQvialRb-jN0Lyzqi_nutvUtU0VqpMsbgvBcI-JA-lXAqTrrvNGkAEzZNJwVZ5LgbUE2RV6_BmPn6hyIu2gu4NEVquljyPRRDcIXkVSSVkkI91v3RJ65jHIQOhDBD3nmpr_vTWbEvvQiNLydwsRrJP3khKdCfN3HkLEGw5tIuWuK4I4A_uv2AqQWOB3wVZ9D3MIYgHK3A_SIRLSkajqUQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/09/11 03:11:36 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AEBy-tBKAxZjTYf28ZELkZOSWhbHjdvZueytcYXkMqQ05cJFt5q1kAk0ffG964m90tu4jeZ7NxmxY3ml3DPJmsf-xtvajxOKGtRY7ZJs8nWiVZ-ICADO9B4dTicOGUA975CgkDHbAd8VHMwMzmcJxu6AiCwdge05x9b6GTfgz2dVAnwtKsAiMrP0pRTTgklZ1z4vgYl6QEXYGkK5oTuRgf2FqcitQAKDq3Mw63JBf539zL_inX7t9hQpWCbpy8_qH7xId4wNFJhpQ5MujVprogeHq3iYOanOSsECkmS2j1PUkd0jo3kmqarkCm84E3AFZ7DLHSmXIHAZCKWUVVQwKcU 2025/09/11 03:11:36 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/11 03:11:38 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/11 03:11:39 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AEBy-tBKAxZjTYf28ZELkZOSWhbHjdvZueytcYXkMqQ05cJFt5q1kAk0ffG964m90tu4jeZ7NxmxY3ml3DPJmsf-xtvajxOKGtRY7ZJs8nWiVZ-ICADO9B4dTicOGUA975CgkDHbAd8VHMwMzmcJxu6AiCwdge05x9b6GTfgz2dVAnwtKsAiMrP0pRTTgklZ1z4vgYl6QEXYGkK5oTuRgf2FqcitQAKDq3Mw63JBf539zL_inX7t9hQpWCbpy8_qH7xId4wNFJhpQ5MujVprogeHq3iYOanOSsECkmS2j1PUkd0jo3kmqarkCm84E3AFZ7DLHSmXIHAZCKWUVVQwKcU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/09/11 03:11:40 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AEgU8XZ5vqlXMvEtB4gLHQW4ICkh6bUlja1uxDtkDASVodJsO7nharnSkNMBwcWXE0bcI3V-0KXnOfdOLR4h58VxBSpQPv-dJGpmG-6rq5PIAvdFMUTGgxW99jd4Ev9xiBiFcSepJ7HzpKSj_s_aSwcMuU9isIuSbkgM_HGwtAfOeJwf28z3bjwSBTiYQHk_HWk5e9ioznSlx77Nb-3Pe1k6ooKEi9-eiVzFYgGhnHjHl9LNFdmi_ZGsft6cPas0VEILFN5FKTqoeUGTOFYK2MNvX8BdEUVksK8b5sivrS3sTmUS0jCvErqn_ybjyRfvOncWqX3CCcZBJTrSTzpMK-k 2025/09/11 03:11:40 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/09/11 03:11:41 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/09/11 03:11:41 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/09/11 03:11:41 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/11 03:11:41 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/11 03:11:43 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/11 03:11:43 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AEgU8XZ5vqlXMvEtB4gLHQW4ICkh6bUlja1uxDtkDASVodJsO7nharnSkNMBwcWXE0bcI3V-0KXnOfdOLR4h58VxBSpQPv-dJGpmG-6rq5PIAvdFMUTGgxW99jd4Ev9xiBiFcSepJ7HzpKSj_s_aSwcMuU9isIuSbkgM_HGwtAfOeJwf28z3bjwSBTiYQHk_HWk5e9ioznSlx77Nb-3Pe1k6ooKEi9-eiVzFYgGhnHjHl9LNFdmi_ZGsft6cPas0VEILFN5FKTqoeUGTOFYK2MNvX8BdEUVksK8b5sivrS3sTmUS0jCvErqn_ybjyRfvOncWqX3CCcZBJTrSTzpMK-k" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/09/11 03:11:44 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: ABjwks9rF3kK3y5RwGOV0FQy2KRZA5G19EhExaSMJDRvU8wqvGsi_ydREDHjmaW9Ormi76WdTFm73_hKbNU2sl7oEgIu6H2Bqze1cYy3NvzAJ5faiHHAN6hoh_ge93NH3_KHLdL25k0piMXgwRjPFxVC9w9h0-FJu7VpPby1RoHvIOZYY71zZUI02ULYeUIQtLNLaHQsIMNCHvKX67Fd8Zco-vwqAaosXFvqaWT_iCHPai9Se4X_yHtTP48KXZ_4QmJePk4qHV_l5iqVdHcvpJcTMvNpOPrrVoOZl-_NGn_wlw6WPWfuNVHesM7feNe89ZWgdAvN1CUMXtQTWcaPkBI 2025/09/11 03:11:45 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/11 03:11:45 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/09/11 03:11:45 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/09/11 03:11:45 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/11 03:11:46 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/11 03:11:47 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/11 03:11:48 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "ABjwks9rF3kK3y5RwGOV0FQy2KRZA5G19EhExaSMJDRvU8wqvGsi_ydREDHjmaW9Ormi76WdTFm73_hKbNU2sl7oEgIu6H2Bqze1cYy3NvzAJ5faiHHAN6hoh_ge93NH3_KHLdL25k0piMXgwRjPFxVC9w9h0-FJu7VpPby1RoHvIOZYY71zZUI02ULYeUIQtLNLaHQsIMNCHvKX67Fd8Zco-vwqAaosXFvqaWT_iCHPai9Se4X_yHtTP48KXZ_4QmJePk4qHV_l5iqVdHcvpJcTMvNpOPrrVoOZl-_NGn_wlw6WPWfuNVHesM7feNe89ZWgdAvN1CUMXtQTWcaPkBI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/09/11 03:11:54 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AKDowmgAD-2AQMkxmlYKUF5NB5dkO6NliUceDwPfJwuXTsmKarwF2ENVTs1axeomS3oHkro1I4UQXSUr4G6QI0pS_QvoaylAV95BzgeuaxsnjnsauMtOKp07ZLa4IMbqGZUkTmqtWTXnjVmAOxi1wCzFyTZQH582xTsBswRgyZZElNBmIoLgIYYR4FDEHRiqp_exuLojPewvVU2z8kwFR5ncK84XJjQq8kv8nZurY3Um7SNAmd0AkqiLHObb4BPBg1flMVFP2RIEDpPWCIcSgRgg0yf6enx2bgz2mZogD9a0QLNRmNa9MBsWAcwSZUUa5qh8L4oKL162BFtzXbyfzwk 2025/09/11 03:11:55 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/09/11 03:11:56 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/09/11 03:11:56 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AKDowmgAD-2AQMkxmlYKUF5NB5dkO6NliUceDwPfJwuXTsmKarwF2ENVTs1axeomS3oHkro1I4UQXSUr4G6QI0pS_QvoaylAV95BzgeuaxsnjnsauMtOKp07ZLa4IMbqGZUkTmqtWTXnjVmAOxi1wCzFyTZQH582xTsBswRgyZZElNBmIoLgIYYR4FDEHRiqp_exuLojPewvVU2z8kwFR5ncK84XJjQq8kv8nZurY3Um7SNAmd0AkqiLHObb4BPBg1flMVFP2RIEDpPWCIcSgRgg0yf6enx2bgz2mZogD9a0QLNRmNa9MBsWAcwSZUUa5qh8L4oKL162BFtzXbyfzwk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/09/11 03:11:58 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AFnsnQ1PDHw3PCuV0lsxtneD-espTHMOMjEytsNzYZCF2t_tjPsRe5YWtpq1AK5vxuy0RlcdPRofgQumfVFle8mXAWpdy6Mm7wB89Yo72MVpHjyUHdpahGCLYDySFY4EmJMtvgkCLy-cta8ThGP94jPFeZ2teOwitFf9K9jBeKlTSQqNK138FNHTWkpnmGmkE1JxHPhmRR6kPDClr-_VFBtQdypi1rh2EJtCSdymtOJxcZ4Nzg8onRTHoNhEMiy5uEUTIkQccqB2g9yaxRpi64PJC_hglMUq5yimkBF_KVvZWjQXjBPDkRsamFR000haFwW1iXGjH5KsDz1OM2wUFWg 2025/09/11 03:11:58 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/09/11 03:12:00 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/11 03:12:00 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AFnsnQ1PDHw3PCuV0lsxtneD-espTHMOMjEytsNzYZCF2t_tjPsRe5YWtpq1AK5vxuy0RlcdPRofgQumfVFle8mXAWpdy6Mm7wB89Yo72MVpHjyUHdpahGCLYDySFY4EmJMtvgkCLy-cta8ThGP94jPFeZ2teOwitFf9K9jBeKlTSQqNK138FNHTWkpnmGmkE1JxHPhmRR6kPDClr-_VFBtQdypi1rh2EJtCSdymtOJxcZ4Nzg8onRTHoNhEMiy5uEUTIkQccqB2g9yaxRpi64PJC_hglMUq5yimkBF_KVvZWjQXjBPDkRsamFR000haFwW1iXGjH5KsDz1OM2wUFWg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/09/11 03:12:04 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ALhirZhFHr5QZlK__YqK9Eyamrwrgr1MCF5ICclrrno31t1iHUf2vjHv2XBdGDKYIJgB7Sad_2nOx22LQMJwBpCkgzoh9dnpymvG9ztuCqndvaMBJ8WnY3G-B8jrYD3By2GUG6TYBsT6HilkT8pXTBxRT-5aq_yC3VkOe5mIGS0uXVqRrPeIQtMm9I1KfcrV2WvbyiwPzxRrY-LqpBZfynbimv7vDMTtDtcTqBK9MOZZMlHFkXiHIlbJxfzRxVNLEaSmvYc51-fJyeQ20SP28jMAIpLPyAy2e5s6nUxkQaCOqzXLf7KyDYa6_ajyy-cqiYNEv_RnZX0blhqMI4SVZgc 2025/09/11 03:12:04 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/11 03:12:05 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/11 03:12:05 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ALhirZhFHr5QZlK__YqK9Eyamrwrgr1MCF5ICclrrno31t1iHUf2vjHv2XBdGDKYIJgB7Sad_2nOx22LQMJwBpCkgzoh9dnpymvG9ztuCqndvaMBJ8WnY3G-B8jrYD3By2GUG6TYBsT6HilkT8pXTBxRT-5aq_yC3VkOe5mIGS0uXVqRrPeIQtMm9I1KfcrV2WvbyiwPzxRrY-LqpBZfynbimv7vDMTtDtcTqBK9MOZZMlHFkXiHIlbJxfzRxVNLEaSmvYc51-fJyeQ20SP28jMAIpLPyAy2e5s6nUxkQaCOqzXLf7KyDYa6_ajyy-cqiYNEv_RnZX0blhqMI4SVZgc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/09/11 03:12:07 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AEuh93ACrb8i348OscP_YxHAC5UdFtB2izVXBavc2mwIr5oplwM4hewcdb-Hz0L1L-JvWLaUbXUNWuqBjypM7w_G5GbSVMKcx7wJAjX0PIqyX6LBtzQjDkJcYHNkUqs67dZvdU7n5Zte12FhshPuepXbGEBR8B92UKeYswzXSkVYWjETiFe_OF8bRoXCUNw3t3PNH2qbQwgDPZXo9_-oNGe-iPP0Q_AYvqpgRj21tsrMTaumXDeOl7i5gKrZKCiKOwhR_DM5Y_bGWb_1FYAzA0D1_TElExpM42Z7MvS4TjZCSfril3EY19yh0Qh66yhAfDUDzKOGcpqwnqWjnMMft5A 2025/09/11 03:12:08 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/09/11 03:12:08 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/09/11 03:12:08 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/09/11 03:12:08 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/11 03:12:09 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/11 03:12:10 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/11 03:12:10 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AEuh93ACrb8i348OscP_YxHAC5UdFtB2izVXBavc2mwIr5oplwM4hewcdb-Hz0L1L-JvWLaUbXUNWuqBjypM7w_G5GbSVMKcx7wJAjX0PIqyX6LBtzQjDkJcYHNkUqs67dZvdU7n5Zte12FhshPuepXbGEBR8B92UKeYswzXSkVYWjETiFe_OF8bRoXCUNw3t3PNH2qbQwgDPZXo9_-oNGe-iPP0Q_AYvqpgRj21tsrMTaumXDeOl7i5gKrZKCiKOwhR_DM5Y_bGWb_1FYAzA0D1_TElExpM42Z7MvS4TjZCSfril3EY19yh0Qh66yhAfDUDzKOGcpqwnqWjnMMft5A" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/09/11 03:12:11 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AKobImQiKlhV8-tzFF0S_oS63t1Cbi1QBv23kzmBSDWfBlXTwqcjs6p0gArDILg6AVGq8_mymXyH6qKp7pKquFwQpD1T6dYBHXnNnoFs8HpjkbQNSz1br4hxWnftmWNMmZsrSzd04o245lPxhGE6XzYCnSfEhuFjh-TM0fGWYK9T7CoMV7UzMflXy6avaj-ddyi3_SV6I5tn9veW8DFN3S6vEWATmXvxq6dj90iWrTwrqOkyQ5dTrsV76MWhW9wkEQvibLI2q94WIHadyVllkHodZ2tUm9Gz2LVQAjhvYlINcvNnfpGevb3ypHswuciC2JztHNjVv35Yl8auWXPlXq8 2025/09/11 03:12:12 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/11 03:12:12 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/09/11 03:12:12 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/09/11 03:12:13 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/11 03:12:13 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/11 03:12:13 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/11 03:12:13 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AKobImQiKlhV8-tzFF0S_oS63t1Cbi1QBv23kzmBSDWfBlXTwqcjs6p0gArDILg6AVGq8_mymXyH6qKp7pKquFwQpD1T6dYBHXnNnoFs8HpjkbQNSz1br4hxWnftmWNMmZsrSzd04o245lPxhGE6XzYCnSfEhuFjh-TM0fGWYK9T7CoMV7UzMflXy6avaj-ddyi3_SV6I5tn9veW8DFN3S6vEWATmXvxq6dj90iWrTwrqOkyQ5dTrsV76MWhW9wkEQvibLI2q94WIHadyVllkHodZ2tUm9Gz2LVQAjhvYlINcvNnfpGevb3ypHswuciC2JztHNjVv35Yl8auWXPlXq8" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/09/11 03:12:17 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/09/11 03:12:19 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/09/11 03:12:25 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/09/11 03:12:31 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/09/11 03:12:36 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/09/11 03:12:41 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ABSgxlnDgLJ1P_B0u27VwqcUusuGZXuGAjxsCDjrokrufWLBBSa9Uj8OszvLUF-GkpRGaSWrn2wWCNz5vApN1cUjBznpXmXf4nDNBektAxW57JePIrVYKu-uelxMD8JHRcHy8rP37J3t1Be22Rk6k5CL4D6rLAGC8t-LXVocHDwrcuD9GZ4xuJO5SALLTYzZaSn7a8UUP3gcAcr58q0Vbt8VuMa6EG-pdsK_NVJFgyErqT53CKwnW5A1QYdLAM3XIUFu-Wu5AiOEcdTwF0a-l91d32cwWIDKtL2qdxEy-CvQh__KiVnpNgE2u-87Z7VH4VR71UYDLm1pju1Pw7SZRwY 2025/09/11 03:12:41 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/11 03:12:41 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "1fc8a4242ad7fa6bdf44478e413434a1" 2025/09/11 03:12:41 DEBUG : unknown-size-put.txt: multipart upload "ABSgxlnDgLJ1P_B0u27VwqcUusuGZXuGAjxsCDjrokrufWLBBSa9Uj8OszvLUF-GkpRGaSWrn2wWCNz5vApN1cUjBznpXmXf4nDNBektAxW57JePIrVYKu-uelxMD8JHRcHy8rP37J3t1Be22Rk6k5CL4D6rLAGC8t-LXVocHDwrcuD9GZ4xuJO5SALLTYzZaSn7a8UUP3gcAcr58q0Vbt8VuMa6EG-pdsK_NVJFgyErqT53CKwnW5A1QYdLAM3XIUFu-Wu5AiOEcdTwF0a-l91d32cwWIDKtL2qdxEy-CvQh__KiVnpNgE2u-87Z7VH4VR71UYDLm1pju1Pw7SZRwY" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/09/11 03:12:42 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ALtCOsyiEpe57JAD3U2vT4RBZZ1pWWbpWdfeey9FG3CzdN3QY0GAxxLFu6vci5DuKA8w4iBC2zVBlMpgdpNlkOE9-ttLI0Q1ryafvHUBRfRPQbZ81vgSlk_qJre7gW1frfwAw13CV4lCg30h3DVf8bdibI42KbdQIpsE5SB8tAum0InQuMfLQ8y1zz50ZB2vc6-BiH_Zvf7CpDbVHAC3cy-NE2o8Y6A56vD-zfsVENQ28R_CgQVMsFS35fWd_6BIfphLFKBZgPMhAuLvhgDvFZ-tLJdxCAz2RWV9j6fxhfYWYEzlaB_x4bQRVVE6-xstMHiCScJ3jqPhS85CyJduR44 2025/09/11 03:12:42 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/09/11 03:12:44 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "914c6edad33e1ee6e7de6419db41f4e1" 2025/09/11 03:12:44 DEBUG : unknown-size-update.txt: multipart upload "ALtCOsyiEpe57JAD3U2vT4RBZZ1pWWbpWdfeey9FG3CzdN3QY0GAxxLFu6vci5DuKA8w4iBC2zVBlMpgdpNlkOE9-ttLI0Q1ryafvHUBRfRPQbZ81vgSlk_qJre7gW1frfwAw13CV4lCg30h3DVf8bdibI42KbdQIpsE5SB8tAum0InQuMfLQ8y1zz50ZB2vc6-BiH_Zvf7CpDbVHAC3cy-NE2o8Y6A56vD-zfsVENQ28R_CgQVMsFS35fWd_6BIfphLFKBZgPMhAuLvhgDvFZ-tLJdxCAz2RWV9j6fxhfYWYEzlaB_x4bQRVVE6-xstMHiCScJ3jqPhS85CyJduR44" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/09/11 03:12:45 DEBUG : Creating backend with remote "TestS3R2:rclone-test-zobonif7vadi/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/09/11 03:12:45 DEBUG : Waiting for deletions to finish 2025/09/11 03:12:45 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/09/11 03:12:45 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/09/11 03:12:46 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/09/11 03:12:47 INFO : S3 bucket rclone-test-zobonif7vadi: Bucket "rclone-test-zobonif7vadi" deleted 2025/09/11 03:12:47 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (248.47s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.38s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.70s) --- PASS: TestIntegration/FsMkdir (246.58s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.25s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.19s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.09s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.11s) --- PASS: TestIntegration/FsMkdir/FsEncoding (17.17s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.89s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.91s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.92s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.75s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.99s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.74s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.88s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.88s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.88s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.14s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.55s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (3.98s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (37.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.47s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.51s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.14s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (2.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (2.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (3.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.95s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.72s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.63s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.94s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (6.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (4.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (1.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.31s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.52s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (3.70s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (1.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (2.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (2.94s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (2.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.46s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (153.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (25.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (8.31s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (6.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (6.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (3.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (10.96s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (5.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (16.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (4.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (2.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (4.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (7.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (26.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (6.11s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (3.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (12.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (7.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (7.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (4.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (32.08s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (7.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (3.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (10.74s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (5.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (13.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (7.95s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (28.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (8.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (6.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (9.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (4.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (10.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (6.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (24.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (7.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (9.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (4.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (7.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (3.70s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (25.68s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (3.47s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (3.95s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (6.87s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (4.91s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (6.48s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (4.37s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.80s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (3.57s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.26s) --- 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/09/11 03:12:47 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/09/11 03:12:47 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 248.504s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 4m9.687232328s (try 1/5)