"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/11/14 01:50:35 DEBUG : Creating backend with remote "TestS3R2:rclone-test-vohuxel9pisu" 2025/11/14 01:50:35 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/11/14 01:50:36 INFO : S3 bucket rclone-test-vohuxel9pisu: Bucket "rclone-test-vohuxel9pisu" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/11/14 01:50:37 INFO : S3 bucket rclone-test-vohuxel9pisu: Bucket "rclone-test-vohuxel9pisu" deleted === RUN TestIntegration/FsMkdir 2025/11/14 01:50:37 INFO : S3 bucket rclone-test-vohuxel9pisu: Bucket "rclone-test-vohuxel9pisu" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/11/14 01:50:37 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/11/14 01:50:37 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/11/14 01:50:37 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/11/14 01:50:52 NOTICE: S3 bucket rclone-test-vohuxel9pisu: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/11/14 01:50:52 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AAdE9-u3G53ctISAFyA5J8aVGhmZnz0XQcr_fkNeC90nN_NQqK55-Ysv9w-3wfeIf-MvTx1ZDzOdTS1ZIhOjrLpwYZdYOUjHa4M2XlzSpudBmlVdAAsXXEuLryTAKREZOwXL8VJJOT9-IQOk9gFr6dS2k_e-aVbDM90GQAU5mbD91bpFZptP1IyyPQay-hVrTS1J7IbpKcWYMlLppqnHY8FCCm39DZDSOoOi7XOlK9Svw2amPfVrwClofLoYox8mIVT1PBRDy8lSlPsMCg1E8OaXG8qswsUydnIA96MUJdN6UsdAvxP4-l7af5KQj32mKeAKRWoCvOMwjYb8p71B0Pk 2025/11/14 01:50:53 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "e8092092e4512fdaa832d40c2376b82e" 2025/11/14 01:50:53 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "3198c9ee9141963ded81a9efe3ca8729" 2025/11/14 01:50:54 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "d7b623181ac7914ddb7112e836ce59b6" 2025/11/14 01:50:54 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AAdE9-u3G53ctISAFyA5J8aVGhmZnz0XQcr_fkNeC90nN_NQqK55-Ysv9w-3wfeIf-MvTx1ZDzOdTS1ZIhOjrLpwYZdYOUjHa4M2XlzSpudBmlVdAAsXXEuLryTAKREZOwXL8VJJOT9-IQOk9gFr6dS2k_e-aVbDM90GQAU5mbD91bpFZptP1IyyPQay-hVrTS1J7IbpKcWYMlLppqnHY8FCCm39DZDSOoOi7XOlK9Svw2amPfVrwClofLoYox8mIVT1PBRDy8lSlPsMCg1E8OaXG8qswsUydnIA96MUJdN6UsdAvxP4-l7af5KQj32mKeAKRWoCvOMwjYb8p71B0Pk" 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/11/14 01:50:58 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/11/14 01:50:58 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/11/14 01:51:00 DEBUG : S3 bucket rclone-test-vohuxel9pisu: bucket is versioned: false 2025/11/14 01:51:00 DEBUG : Waiting for deletions to finish 2025/11/14 01:51:00 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/11/14 01:51:00 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/11/14 01:51:00 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/11/14 01:51:01 DEBUG : Creating backend with remote "TestS3R2:rclone-test-vohuxel9pisu/dirToPurgeFromRoot" 2025/11/14 01:51:01 DEBUG : S3 bucket rclone-test-vohuxel9pisu path dirToPurgeFromRoot: bucket is versioned: false 2025/11/14 01:51:01 DEBUG : Waiting for deletions to finish 2025/11/14 01:51:01 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/11/14 01:51:01 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/11/14 01:51:02 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/11/14 01:51:02 DEBUG : Creating backend with remote "TestS3R2:rclone-test-vohuxel9pisu/hello? sausage/êé" 2025/11/14 01:51:03 DEBUG : S3 bucket rclone-test-vohuxel9pisu path hello? sausage/êé: bucket is versioned: false 2025/11/14 01:51:03 DEBUG : Waiting for deletions to finish 2025/11/14 01:51:03 DEBUG : "a/b/c/d/e.txt" version false 2025/11/14 01:51:03 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/11/14 01:51:03 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/11/14 01:51:09 DEBUG : Creating backend with remote "TestS3R2:rclone-test-vohuxel9pisu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/11/14 01:51:09 DEBUG : Creating backend with remote "TestS3R2:rclone-test-vohuxel9pisu/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-vohuxel9pisu" from "TestS3R2:rclone-test-vohuxel9pisu" 2025/11/14 01:51:09 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 fstests.go:412: FS has no SetTier & GetTier interfaces === 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/11/14 01:51:13 DEBUG : piped data.txt: open chunk writer: started multipart upload: AJ3YG-rZAgOP94X8ar4ukxc3aaP6gou6Uk5H6FjRXOcTHAOZ3zpnICL8t5-_5vOnQaSnQ7uSQlcxkr_Y8MwrdMWieknO6okcfWwL4mmw1kjyNRCp5cvh-2stZGtbXwPKO6Ud8YniNbub-564GDTwJXKRs5Zh2gGYwCjOaxcM6ju7SOkXf56GFYQ2eIxPhZNxVmc5UDgX8zjDJfnMhzTpREK4cYtztaQYQ1Zrj9xL5YIivQQq2njYy6QDyiapSsmH1jfBFabBdckTBHrX9j1eJL5PeKSUpM-IDzqfMZJwDMItdEVtrpQEQiq46tR9dHF0mGL6jGVssVNR12IbtafsUI4 2025/11/14 01:51:13 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/11/14 01:51:13 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/11/14 01:51:13 DEBUG : piped data.txt: multipart upload "AJ3YG-rZAgOP94X8ar4ukxc3aaP6gou6Uk5H6FjRXOcTHAOZ3zpnICL8t5-_5vOnQaSnQ7uSQlcxkr_Y8MwrdMWieknO6okcfWwL4mmw1kjyNRCp5cvh-2stZGtbXwPKO6Ud8YniNbub-564GDTwJXKRs5Zh2gGYwCjOaxcM6ju7SOkXf56GFYQ2eIxPhZNxVmc5UDgX8zjDJfnMhzTpREK4cYtztaQYQ1Zrj9xL5YIivQQq2njYy6QDyiapSsmH1jfBFabBdckTBHrX9j1eJL5PeKSUpM-IDzqfMZJwDMItdEVtrpQEQiq46tR9dHF0mGL6jGVssVNR12IbtafsUI4" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/11/14 01:51:13 DEBUG : piped data.txt: open chunk writer: started multipart upload: AKw7_woQxkTXirF9dbb0MAqZszQA0GLDKiTw1IYSl06eKbLS03Cml5zHfH5RQKVZVCEC7aZna5LcQE3C4tclSZOcqNmeSFbwEp_pC96mdlpY7gF6XjpO3LOCXBx1hrgO_hZa_PwwTEHmhNYxiG4HBFMcOkmMy1F1RgXCysi3XsfSqwa0SAi6fnKmKWUeEL230kxbUuoYTTioNVEBxyHgmQnFkAiUAOjz1Frqz4EM_KZFRyvZe3gLXQRNtBlLUWz6EHLlztkn6Thp6LgeVHVxK0g2YNNrKp5JR9Gbb7fqLJ_xUZy7U-bKhFPxL8zPtkRLxhUgUQRLGp2cSBXaZSIMNZ4 2025/11/14 01:51:13 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/11/14 01:51:14 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "abbcea86bf4ad40bd85998d28392f620" 2025/11/14 01:51:14 DEBUG : piped data.txt: multipart upload "AKw7_woQxkTXirF9dbb0MAqZszQA0GLDKiTw1IYSl06eKbLS03Cml5zHfH5RQKVZVCEC7aZna5LcQE3C4tclSZOcqNmeSFbwEp_pC96mdlpY7gF6XjpO3LOCXBx1hrgO_hZa_PwwTEHmhNYxiG4HBFMcOkmMy1F1RgXCysi3XsfSqwa0SAi6fnKmKWUeEL230kxbUuoYTTioNVEBxyHgmQnFkAiUAOjz1Frqz4EM_KZFRyvZe3gLXQRNtBlLUWz6EHLlztkn6Thp6LgeVHVxK0g2YNNrKp5JR9Gbb7fqLJ_xUZy7U-bKhFPxL8zPtkRLxhUgUQRLGp2cSBXaZSIMNZ4" 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/11/14 01:51:15 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/11/14 01:51:17 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AClp7wt7HEZlIhlEVnnkCEIEFRGYxkd5E0OmvcfB0Ys2lXJ7o-MMssdbJLLBBvJibKMSwF7L5l2ihWblFaDIjylVQnAiKrs6gGluzecxuBah5SxyIfC8XxDnZ5GoU4HR2IV84lfy3yOgNCw2KMNqJ0FFMt7K_bHeFHkkDbhWHoETi9iavKohZ97MfsnRVqet9PDVZ6tmugl1owVwQRk0MGpoClvF4KC96R9tVsHvbkPpAyjTMr47Ws7y8UfjBT3e222SNT0UfbGTDN64vnywkLNPy2ASIzMPTzETyT-Uze1jzEF_ohAU6lVpoJLCBV4d2FPIIiFM7doOZNsLGf7mKjs 2025/11/14 01:51:17 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/11/14 01:51:18 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/11/14 01:51:18 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AClp7wt7HEZlIhlEVnnkCEIEFRGYxkd5E0OmvcfB0Ys2lXJ7o-MMssdbJLLBBvJibKMSwF7L5l2ihWblFaDIjylVQnAiKrs6gGluzecxuBah5SxyIfC8XxDnZ5GoU4HR2IV84lfy3yOgNCw2KMNqJ0FFMt7K_bHeFHkkDbhWHoETi9iavKohZ97MfsnRVqet9PDVZ6tmugl1owVwQRk0MGpoClvF4KC96R9tVsHvbkPpAyjTMr47Ws7y8UfjBT3e222SNT0UfbGTDN64vnywkLNPy2ASIzMPTzETyT-Uze1jzEF_ohAU6lVpoJLCBV4d2FPIIiFM7doOZNsLGf7mKjs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/11/14 01:51:19 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AAgUDJqfl-3FkS5GkzYj-0n0gCxTo8fCEkM_gGEMIzcA7iigPnoosOFC0iTyCDKzi4j728KHtmviQ869Han0pWJ7RqgLxLGdYdgybHdN3_Sb6KEsqqUI3WXT7OIJ6ZMJz0-LM5Yj1DUhsYAsfUrX31SoC1ANmRsVD85igTWAq66CPkZEewUeErp9yy0F6LRu3yyyKh0V8jToKKKMIM_J7Me97klZ8qPIEXEPZULvFiBqpF7l-qIwxFSUdwfV6vlBgoKRqRexGxxGMzxWDGhR2FuFoJlbU7Z8WCfEHKjSL64qz8Hx55WTbeRaUfP2gYXJA6_2rChZhQqPwMjbGe9xorw 2025/11/14 01:51:19 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/11/14 01:51:19 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/14 01:51:19 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AAgUDJqfl-3FkS5GkzYj-0n0gCxTo8fCEkM_gGEMIzcA7iigPnoosOFC0iTyCDKzi4j728KHtmviQ869Han0pWJ7RqgLxLGdYdgybHdN3_Sb6KEsqqUI3WXT7OIJ6ZMJz0-LM5Yj1DUhsYAsfUrX31SoC1ANmRsVD85igTWAq66CPkZEewUeErp9yy0F6LRu3yyyKh0V8jToKKKMIM_J7Me97klZ8qPIEXEPZULvFiBqpF7l-qIwxFSUdwfV6vlBgoKRqRexGxxGMzxWDGhR2FuFoJlbU7Z8WCfEHKjSL64qz8Hx55WTbeRaUfP2gYXJA6_2rChZhQqPwMjbGe9xorw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/11/14 01:51:20 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AIjK-ivs1tj6pkuaCNboCcqesK9dyuomcdrHDsVaxPigRsCNui5uZmiYS4q6CbYhVdclm_gGvW-2q9ENewUhl6s1aJLis8xE2SPV5iBLbmQR5TPC2ySMYihqbyaTOPK_SxlSCjRDoQ3zJRccPdP-Xelg4mPb9jU__SczNFxPDOQJwmvBs18pG7pvZNLAQ1VGiqNDtGdlWfIyLQrKhztZWn99FINW3q2oUIKmn9y8yuDdG3G5AgaPZtwxF_cMH4hWpVpE7Vaz7J8xDH_gGfhCis2a4Xv7dOriqmV3WD3DD-kNaGv6cWLcdj0PFfWGq2FptUapGTSQ5jrnqJh5uVpIjpI 2025/11/14 01:51:20 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/11/14 01:51:21 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/14 01:51:21 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AIjK-ivs1tj6pkuaCNboCcqesK9dyuomcdrHDsVaxPigRsCNui5uZmiYS4q6CbYhVdclm_gGvW-2q9ENewUhl6s1aJLis8xE2SPV5iBLbmQR5TPC2ySMYihqbyaTOPK_SxlSCjRDoQ3zJRccPdP-Xelg4mPb9jU__SczNFxPDOQJwmvBs18pG7pvZNLAQ1VGiqNDtGdlWfIyLQrKhztZWn99FINW3q2oUIKmn9y8yuDdG3G5AgaPZtwxF_cMH4hWpVpE7Vaz7J8xDH_gGfhCis2a4Xv7dOriqmV3WD3DD-kNaGv6cWLcdj0PFfWGq2FptUapGTSQ5jrnqJh5uVpIjpI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/11/14 01:51:22 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ALwv0fGBar4u7XPOoESeTycag45qA3EWLSIrYj9xe6PqhI1GKmNJeO2hKSnvUkkX-bCeQ0etRDeD_Ji_Mj-2vYN1hCkgckfATWWUFe3M3asl6nIG3o67zSAEP9pieZIFlX2WOynZUSKl4rXUMnLDLdFwgmxbe5dRkv_KKPVFp-Q-IwJ1RlF82oL_K99mr6HyEyhnHOf1O0Umb5pIfUgfJswKNgJJm7ebGHPpv_I1bgswrFvnx56r20-VYXWOImM7mNQtIDHkvJ7niplbDYfJoONzb28H3s2logam09IEx-bEE8oJxL2EuPevomM4ia_r9-4ju2OfzWm3e0lHzdQYr0s 2025/11/14 01:51:22 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/11/14 01:51:22 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/11/14 01:51:22 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/11/14 01:51:22 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/11/14 01:51:23 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/14 01:51:23 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/11/14 01:51:23 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ALwv0fGBar4u7XPOoESeTycag45qA3EWLSIrYj9xe6PqhI1GKmNJeO2hKSnvUkkX-bCeQ0etRDeD_Ji_Mj-2vYN1hCkgckfATWWUFe3M3asl6nIG3o67zSAEP9pieZIFlX2WOynZUSKl4rXUMnLDLdFwgmxbe5dRkv_KKPVFp-Q-IwJ1RlF82oL_K99mr6HyEyhnHOf1O0Umb5pIfUgfJswKNgJJm7ebGHPpv_I1bgswrFvnx56r20-VYXWOImM7mNQtIDHkvJ7niplbDYfJoONzb28H3s2logam09IEx-bEE8oJxL2EuPevomM4ia_r9-4ju2OfzWm3e0lHzdQYr0s" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/11/14 01:51:24 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ALhog3EtbbXur3Wj3aYSbHdVz0RBr0vvB6-59fGVqSrWRLiC9WmGrV9Rb6oMz3RN2_stXCZT48hIWNjmMKs88ljy3ud24aKiBdtW9STqtSgyJWaIb3AOKl-RhuCAw94Z_Kx1HTzvnBn6QG0KxrBrwVmGnahwE7INDfPYMNJWOxwGpYNzVCeML87qQfM9p58gO-J-n8CE69VXYykqfC0cVuHBTaM5Gl7rtSeN9UPyVGcy4_KtICV4vdxNQY_rPw1rV6tboX_4siwH7S2v1cadP9anFAr-uD5L9y8J6BQeqWeGEbsn45y8xQsBBjmfG6Wmq7Oh1HZULkR0xyHioCLv9fU 2025/11/14 01:51:24 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/11/14 01:51:24 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/11/14 01:51:24 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/11/14 01:51:24 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/14 01:51:24 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/11/14 01:51:25 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/11/14 01:51:25 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ALhog3EtbbXur3Wj3aYSbHdVz0RBr0vvB6-59fGVqSrWRLiC9WmGrV9Rb6oMz3RN2_stXCZT48hIWNjmMKs88ljy3ud24aKiBdtW9STqtSgyJWaIb3AOKl-RhuCAw94Z_Kx1HTzvnBn6QG0KxrBrwVmGnahwE7INDfPYMNJWOxwGpYNzVCeML87qQfM9p58gO-J-n8CE69VXYykqfC0cVuHBTaM5Gl7rtSeN9UPyVGcy4_KtICV4vdxNQY_rPw1rV6tboX_4siwH7S2v1cadP9anFAr-uD5L9y8J6BQeqWeGEbsn45y8xQsBBjmfG6Wmq7Oh1HZULkR0xyHioCLv9fU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/11/14 01:51:27 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: APIcPPt9euDV8j4TC8zZao5BJNONRlzxKKH7vfQKCmkDM3FqAFq6wfC6d5BCp50wCG8ZYCn2jCfpHf1CSDIJYtDdtP8ireGX7cCtnM44jwMlBUJCD_-X_f7kvHKccBhHe8_pzhiCyNVp6Kq58fxOMx0LdJfAN4INNMOedju1UPrrT83TjbYppLsUG0Jk-8vSo4t5Yee68RKsIm7J9JZKLtUHZM9Q51yh_PLduv0yQ41Os28fnNlZYx9SpWrYYGoLQzv1-kSSLJpkDS5k97iB53Vk1sDtjyTj-uhHBCQH-0J9BlzexZ_UNrHkca9rKsWP06OM62MOEqmC_pI4IAs2T8c 2025/11/14 01:51:27 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/11/14 01:51:28 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/11/14 01:51:28 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "APIcPPt9euDV8j4TC8zZao5BJNONRlzxKKH7vfQKCmkDM3FqAFq6wfC6d5BCp50wCG8ZYCn2jCfpHf1CSDIJYtDdtP8ireGX7cCtnM44jwMlBUJCD_-X_f7kvHKccBhHe8_pzhiCyNVp6Kq58fxOMx0LdJfAN4INNMOedju1UPrrT83TjbYppLsUG0Jk-8vSo4t5Yee68RKsIm7J9JZKLtUHZM9Q51yh_PLduv0yQ41Os28fnNlZYx9SpWrYYGoLQzv1-kSSLJpkDS5k97iB53Vk1sDtjyTj-uhHBCQH-0J9BlzexZ_UNrHkca9rKsWP06OM62MOEqmC_pI4IAs2T8c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/11/14 01:51:29 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AL61gQNLJKoAigTSlho6NPQeH4xMdkQ5k5_lfskrM51tkVBPu0NmrsuxrN_mkftXNzoVwS94gf3a8LNcF96Ky_9dZmAt8kPtU54doNmBX03Xcq5Oacgz6sjndjEOxzGmiek6TGl6oZ5o4A9MDVJB7IwF-KFtdmbKupB85UZzzbDvSBbVoLSNZYScW2HSDFT7yXpelA4OvK9_eWR77pPf4gaqr4sFskNBiJLem8RERm4sGUeRsDrCS4cwBlCF26s0lFT4kq8Sv4xTNzJbtH_G99CS4s5nV5To3n1ymuuV0x30cGJmSeKRx0zeQzAk20jYElIXNBVof_Jws9psX4SEmTs 2025/11/14 01:51:29 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/11/14 01:51:29 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/14 01:51:29 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AL61gQNLJKoAigTSlho6NPQeH4xMdkQ5k5_lfskrM51tkVBPu0NmrsuxrN_mkftXNzoVwS94gf3a8LNcF96Ky_9dZmAt8kPtU54doNmBX03Xcq5Oacgz6sjndjEOxzGmiek6TGl6oZ5o4A9MDVJB7IwF-KFtdmbKupB85UZzzbDvSBbVoLSNZYScW2HSDFT7yXpelA4OvK9_eWR77pPf4gaqr4sFskNBiJLem8RERm4sGUeRsDrCS4cwBlCF26s0lFT4kq8Sv4xTNzJbtH_G99CS4s5nV5To3n1ymuuV0x30cGJmSeKRx0zeQzAk20jYElIXNBVof_Jws9psX4SEmTs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/11/14 01:51:30 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AJ22LbViwAnd1YV8K_4G8C8ImEjPREQod-Jf__Rfdfl0Ledz0eIDgO5jfHoE0I_vn9QoNf-BFswrCbVPK9xu39RCbEvxHi53FJGXDDpBEp8pTUFWSTxlnxN3prvtZuic9c0nJjtMfY4mZgSxuHDUKPglHKhPC5382hASLawMb2erYVmhujXk-AV6Pa2wd2mDPda8MqL5nQ5nwRMHndjIFauV_UZGb6Ps9bPmqHX_VhxTfgywwjEMbo47yCrAtHecYpmq-RjZi4YCGlhSXUiN1yvIAqSbUpH6KxZ_hOdtPSaEF9_e1k918xTcmkiRLVDduGOrPUCpE24VDWajaa0CJe0 2025/11/14 01:51:30 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/11/14 01:51:31 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/14 01:51:31 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AJ22LbViwAnd1YV8K_4G8C8ImEjPREQod-Jf__Rfdfl0Ledz0eIDgO5jfHoE0I_vn9QoNf-BFswrCbVPK9xu39RCbEvxHi53FJGXDDpBEp8pTUFWSTxlnxN3prvtZuic9c0nJjtMfY4mZgSxuHDUKPglHKhPC5382hASLawMb2erYVmhujXk-AV6Pa2wd2mDPda8MqL5nQ5nwRMHndjIFauV_UZGb6Ps9bPmqHX_VhxTfgywwjEMbo47yCrAtHecYpmq-RjZi4YCGlhSXUiN1yvIAqSbUpH6KxZ_hOdtPSaEF9_e1k918xTcmkiRLVDduGOrPUCpE24VDWajaa0CJe0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/11/14 01:51:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AGAAXM0Q8XVwsWwfTIa6yf1gVwWAp-OUlkPpJhhI4aKyG8OWFHQfA3W9jVgVAl2YDh7outlbZkzgwR5MKiBFgfpwz5hboWvJmEQxW6cIFs-kzjNSfox-i7_eDEbkDDK8dSmAgxhIBZsU734irA4WjaqJAQh8ES-Or89xC-oF6OWCMLo9BON-fo_v0cvF_CvDieAb-c8Sa5hNiKTC0UWZK6QRlLrW1tQrkcGiy1fFnhjImh40gul7AXHfZL4FpdS8Tk319ia9UGjFw0H7mNvXuL_qa_vgmg9I36-wKsD6fBMPJrslOfSQ79VKqt2JUfR06VU5tFazI36ceYptrb9l0nA 2025/11/14 01:51:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/11/14 01:51:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/11/14 01:51:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/11/14 01:51:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/11/14 01:51:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/14 01:51:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/11/14 01:51:33 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AGAAXM0Q8XVwsWwfTIa6yf1gVwWAp-OUlkPpJhhI4aKyG8OWFHQfA3W9jVgVAl2YDh7outlbZkzgwR5MKiBFgfpwz5hboWvJmEQxW6cIFs-kzjNSfox-i7_eDEbkDDK8dSmAgxhIBZsU734irA4WjaqJAQh8ES-Or89xC-oF6OWCMLo9BON-fo_v0cvF_CvDieAb-c8Sa5hNiKTC0UWZK6QRlLrW1tQrkcGiy1fFnhjImh40gul7AXHfZL4FpdS8Tk319ia9UGjFw0H7mNvXuL_qa_vgmg9I36-wKsD6fBMPJrslOfSQ79VKqt2JUfR06VU5tFazI36ceYptrb9l0nA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/11/14 01:51:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: APs6fGgP9_OCPrpE1-oWF7I4dS5YSwgBIrYYX3sszmS7bgfrS_ahFpE0AbqQjFrycvhf7SK79l4axXzaNutWYtOS25SoU5H0OUFfla4_HYuBwAGNVC7VYrcwnGN_FABbW8TOuy2k2voMZKzUbdAPNHjU79-8P_Tdr8S3ht9dg91xGrH2xGJidxdFDeSIuuZ45AYXqhNP868t9FWTBpHFwLT_NA7xpUZ9J7uNVd8ZnddgZnouve6EIZfKp-fbpCdmi9UyhFNV3YNRwhVi_s1Fk1yxVsMm9rkZyeNjnwfrOhSujLHa5cbZi_INPqjTW3LsyP7AQDgrAySyAV2FodyoksQ 2025/11/14 01:51:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/11/14 01:51:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/11/14 01:51:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/11/14 01:51:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/11/14 01:51:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/14 01:51:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/11/14 01:51:35 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "APs6fGgP9_OCPrpE1-oWF7I4dS5YSwgBIrYYX3sszmS7bgfrS_ahFpE0AbqQjFrycvhf7SK79l4axXzaNutWYtOS25SoU5H0OUFfla4_HYuBwAGNVC7VYrcwnGN_FABbW8TOuy2k2voMZKzUbdAPNHjU79-8P_Tdr8S3ht9dg91xGrH2xGJidxdFDeSIuuZ45AYXqhNP868t9FWTBpHFwLT_NA7xpUZ9J7uNVd8ZnddgZnouve6EIZfKp-fbpCdmi9UyhFNV3YNRwhVi_s1Fk1yxVsMm9rkZyeNjnwfrOhSujLHa5cbZi_INPqjTW3LsyP7AQDgrAySyAV2FodyoksQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/11/14 01:51:36 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ACa-aaYOoGGHIZP8-9RayLay74uV-CD89Kzne0WH_7o9wtafsVQU00jIw7j5FXE8trbLUaimj6RGmM6qObmAjc4F9i-oTePXnIShCgkRiCiyzf9Mlvs1rnF1KKf9uWVD-U7qcazqCBXxG17dJxClfFaRy5rDT3htZcV7ZS_Lu-O4usO3fzKfS_Z5RDWBO5QvmBIghX2tyIAP3P6O6RFp1kvZ5E4KGiHMXQjnYzItZKH5abdPgTOIbnRwQo0SkVcUPa59PulRv4Qfv5n0j0fL9dPkWJcjEn8bvPrWzUhJDclELvT1Farw3360nY2E4D9VWlqIFe17HUXtUcr3GTJgPJ4 2025/11/14 01:51:37 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/11/14 01:51:37 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/11/14 01:51:37 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ACa-aaYOoGGHIZP8-9RayLay74uV-CD89Kzne0WH_7o9wtafsVQU00jIw7j5FXE8trbLUaimj6RGmM6qObmAjc4F9i-oTePXnIShCgkRiCiyzf9Mlvs1rnF1KKf9uWVD-U7qcazqCBXxG17dJxClfFaRy5rDT3htZcV7ZS_Lu-O4usO3fzKfS_Z5RDWBO5QvmBIghX2tyIAP3P6O6RFp1kvZ5E4KGiHMXQjnYzItZKH5abdPgTOIbnRwQo0SkVcUPa59PulRv4Qfv5n0j0fL9dPkWJcjEn8bvPrWzUhJDclELvT1Farw3360nY2E4D9VWlqIFe17HUXtUcr3GTJgPJ4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/11/14 01:51:38 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AHHLcz4NTCUcpAAgOWGRRRVFxk7V--Id_K6abFuct-VsmzcSRAmUUFSvSwuPSjnIMFQidlbJqjHCyINZw6lHD5qHRCmq4nnRSUEFgrUGZTpSQnBrDSCn1LmCxuGn11RKqT0yJVRh0j8vdPS6jr0PrZi44s_8tPnClHHw3tgsjERfnh8wYBQoxKBRCVvoTUCXDxpgv2L7RqdFrv4IzAQvwdpLUAryYAhVeKPFPRGZvV5qS-rInjBFOYCFVkFn21DsgiuMi_kOhYYj5hHNeS7SZjaACk8yWeJt799Q6z1oBx08kurPKeDkGzxaDuPv28xPguDV42y8dd-Wy8t37ZzfqHA 2025/11/14 01:51:38 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/11/14 01:51:39 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/14 01:51:39 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AHHLcz4NTCUcpAAgOWGRRRVFxk7V--Id_K6abFuct-VsmzcSRAmUUFSvSwuPSjnIMFQidlbJqjHCyINZw6lHD5qHRCmq4nnRSUEFgrUGZTpSQnBrDSCn1LmCxuGn11RKqT0yJVRh0j8vdPS6jr0PrZi44s_8tPnClHHw3tgsjERfnh8wYBQoxKBRCVvoTUCXDxpgv2L7RqdFrv4IzAQvwdpLUAryYAhVeKPFPRGZvV5qS-rInjBFOYCFVkFn21DsgiuMi_kOhYYj5hHNeS7SZjaACk8yWeJt799Q6z1oBx08kurPKeDkGzxaDuPv28xPguDV42y8dd-Wy8t37ZzfqHA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/11/14 01:51:40 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ANCQZLNcY_zDLYM5FlTY4gZI8MRUms7mSwbbsyiObxmvR_3eyrB87Uu_ybtUeIBkO1qsYcwMZpGDJ-1Nkpwmc0RhOG22_cc0QirPZKZB_0uLPwb-7Vxo7_S8kn3LifHrsUuYF1UWRwK7cmCKkQy6KQBS7Nz-Q7nXJTQZRr4TkYGYddSA3gGs51n1q5ul-DOw4sibiEqmywrf0WFdk8VxV88BpcY5cGZ0oWKxIzjY5XiT7mAnab8YTimckLjGt0YVRBrWHNj4ZiloIp2gulfzR2zEizbTeAK_H-Hm5bEzX1k9nUfI8TDEMQ4EocrJmYaqx-JDPAZujTd3wty2ScRk0_M 2025/11/14 01:51:40 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/11/14 01:51:40 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/14 01:51:41 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ANCQZLNcY_zDLYM5FlTY4gZI8MRUms7mSwbbsyiObxmvR_3eyrB87Uu_ybtUeIBkO1qsYcwMZpGDJ-1Nkpwmc0RhOG22_cc0QirPZKZB_0uLPwb-7Vxo7_S8kn3LifHrsUuYF1UWRwK7cmCKkQy6KQBS7Nz-Q7nXJTQZRr4TkYGYddSA3gGs51n1q5ul-DOw4sibiEqmywrf0WFdk8VxV88BpcY5cGZ0oWKxIzjY5XiT7mAnab8YTimckLjGt0YVRBrWHNj4ZiloIp2gulfzR2zEizbTeAK_H-Hm5bEzX1k9nUfI8TDEMQ4EocrJmYaqx-JDPAZujTd3wty2ScRk0_M" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/11/14 01:51:41 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: ACAZMqraIhAyk14AKUhd53KYIw13a0LTvqSpSQnOX3306SUXBeYwJ9Cx5qPo4o1iROkYY4yC1FPMraZhw2nzv5uTB2u2wWjWPvg8ROWNVf_zj2WG33UPeogzm33zhNaG3QyCnPcshiCuMMT_wJtQS04B-XoxEx8koo3GcW_gMnbjY1r8pH0E36uzywhMAEXFrNkEw5OH2cJ0NTzmdE2iC8su7UmRUJDjjppInlmqYPducB4G5EqMBl7ULL8JDduSrbojckhnYNt2Qdg1Z-ic5atmGqcGg0oUzaMPjoo2Wf4pj3efoGY4JRZ84y-koDFC_cU-yf__zr1fTvJy0tt5eZU 2025/11/14 01:51:42 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/11/14 01:51:42 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/11/14 01:51:42 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/11/14 01:51:42 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/14 01:51:42 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/14 01:51:42 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/11/14 01:51:42 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "ACAZMqraIhAyk14AKUhd53KYIw13a0LTvqSpSQnOX3306SUXBeYwJ9Cx5qPo4o1iROkYY4yC1FPMraZhw2nzv5uTB2u2wWjWPvg8ROWNVf_zj2WG33UPeogzm33zhNaG3QyCnPcshiCuMMT_wJtQS04B-XoxEx8koo3GcW_gMnbjY1r8pH0E36uzywhMAEXFrNkEw5OH2cJ0NTzmdE2iC8su7UmRUJDjjppInlmqYPducB4G5EqMBl7ULL8JDduSrbojckhnYNt2Qdg1Z-ic5atmGqcGg0oUzaMPjoo2Wf4pj3efoGY4JRZ84y-koDFC_cU-yf__zr1fTvJy0tt5eZU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/11/14 01:51:43 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ACtOyRY0maghs4EiJpyWmnG4QXYa6DTiwTpr7byF3XJYqJPUbpOBiZcQx6Rq8T30RMgFMzlC3UupEiXCXDNN6EblXclYw_yyiD3lcO0O0EvuvK-iUtUObVuiEg2uIvChT9I0ebw8OeaE_XJcoI0TbyuQcOt-1QFRy4WbfUFg0qLNU5EIKnxKIl5I1F_xeqEQt4cVzllvU3elLlUA9Di3YEKGplOXJNQm3q2_TTVfEfKHKwiAM-Koi4o85Tn3yMinBRXLkseVk9CSGgxz920IhjhucP5iWVvaedXgNTiZFLEQsZV6UsUok6_Xz4tj8IrdoXPKSOVcafXyg_f4CzL5aIY 2025/11/14 01:51:44 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/11/14 01:51:44 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/11/14 01:51:44 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/11/14 01:51:44 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/14 01:51:44 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/14 01:51:44 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/11/14 01:51:44 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "ACtOyRY0maghs4EiJpyWmnG4QXYa6DTiwTpr7byF3XJYqJPUbpOBiZcQx6Rq8T30RMgFMzlC3UupEiXCXDNN6EblXclYw_yyiD3lcO0O0EvuvK-iUtUObVuiEg2uIvChT9I0ebw8OeaE_XJcoI0TbyuQcOt-1QFRy4WbfUFg0qLNU5EIKnxKIl5I1F_xeqEQt4cVzllvU3elLlUA9Di3YEKGplOXJNQm3q2_TTVfEfKHKwiAM-Koi4o85Tn3yMinBRXLkseVk9CSGgxz920IhjhucP5iWVvaedXgNTiZFLEQsZV6UsUok6_Xz4tj8IrdoXPKSOVcafXyg_f4CzL5aIY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/11/14 01:51:46 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: APZzZ21EUyeBnzHgJA6EcaDiP_zwT-lcubdp2gnFcTH5rkQ1W-D1rGBV4oxRW9-F8coBIB7yFNmkBVFXN0K8hJ8WIJc0sh5WYFLr6Ey49UzFh35AO2IyKWS0vONCf_ztuAKzqWFaS8nGWShUAcvxzuVtNY6DSmzctwGeYwYa4VGlH9HU6aM7f_Ant59b4cWidjFXhmYeahaqVJYrCgRnUB7N7GHuaTn2Fla7yuoBX3BBe0EK9rFS2-NbMVbIYQ3WhWb3YoSdsv2SbwPbBV7MF9p1Ldbcv5CMhTQDmR8xwJxvTksfW-_4bNBlg7_wNuv2nM-_3mGDE6i5engr3cYZqpw 2025/11/14 01:51:47 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/11/14 01:51:47 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/11/14 01:51:47 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "APZzZ21EUyeBnzHgJA6EcaDiP_zwT-lcubdp2gnFcTH5rkQ1W-D1rGBV4oxRW9-F8coBIB7yFNmkBVFXN0K8hJ8WIJc0sh5WYFLr6Ey49UzFh35AO2IyKWS0vONCf_ztuAKzqWFaS8nGWShUAcvxzuVtNY6DSmzctwGeYwYa4VGlH9HU6aM7f_Ant59b4cWidjFXhmYeahaqVJYrCgRnUB7N7GHuaTn2Fla7yuoBX3BBe0EK9rFS2-NbMVbIYQ3WhWb3YoSdsv2SbwPbBV7MF9p1Ldbcv5CMhTQDmR8xwJxvTksfW-_4bNBlg7_wNuv2nM-_3mGDE6i5engr3cYZqpw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/11/14 01:51:48 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AKhhJtofV5j7wzAKt5Og-PVbaN2Tq297kcmXc78qiVGDyOHO9YlPonkYNBE18qraxV4rord2k_W8wTICeVGWZ1nsp98v-K-uyi8EPA5rzJylOY70LUNz5-PH3ctPYfi56rfRaEvuWUnWC10jv1zBvYg1rDqQrTKBWccvYl2VWiOaxiiW_ulBpJQHu8TvpiD0mIIvG5oKyjoxRSHPwucT-VQ7VrdN5yqYfcylwvPkscu0HvMljw87ZPuxjRwYLzE_bpFWRtRieoeDR2X1Jwdr8zOUJkYSrRp21Of7i-lroAtsMyzcaFV5m8kkfaZXwpgoPvdWRWOIiGeIgiofazoxY6c 2025/11/14 01:51:48 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/11/14 01:51:49 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/14 01:51:49 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AKhhJtofV5j7wzAKt5Og-PVbaN2Tq297kcmXc78qiVGDyOHO9YlPonkYNBE18qraxV4rord2k_W8wTICeVGWZ1nsp98v-K-uyi8EPA5rzJylOY70LUNz5-PH3ctPYfi56rfRaEvuWUnWC10jv1zBvYg1rDqQrTKBWccvYl2VWiOaxiiW_ulBpJQHu8TvpiD0mIIvG5oKyjoxRSHPwucT-VQ7VrdN5yqYfcylwvPkscu0HvMljw87ZPuxjRwYLzE_bpFWRtRieoeDR2X1Jwdr8zOUJkYSrRp21Of7i-lroAtsMyzcaFV5m8kkfaZXwpgoPvdWRWOIiGeIgiofazoxY6c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/11/14 01:51:50 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AGsvyOEykV1BZ5wg4Mtie0ahRrQXHbz53FQcxTR312CVlT90kqDgMF-FlnS913b_6hatT9mPIX9XHZe2v7MGXinAk2Fi6k8KuvZsgcS20H2OnQf3nPe18Pfxl8kz2PGdfsaJZnaPtQ37kv_r06c2jp3auoMPWK9F7MI0sZ1OZNl0buqhwb2Toxsm4so8xxtMaNon1mlgR4sDzMMyH3lIgb7wVV9cDHqVJ5ireLhncqZ16oL39mPFAJX0HMqfSoF3ixdLPA9xFXONONz-5yj3ehH5s1WkT3T-vUKICDGfcC5R8gp39ZfC-evWRhTUX5D8lGmw5LVvmmvJv1G2cPyVBDA 2025/11/14 01:51:50 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/11/14 01:51:51 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/14 01:51:51 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AGsvyOEykV1BZ5wg4Mtie0ahRrQXHbz53FQcxTR312CVlT90kqDgMF-FlnS913b_6hatT9mPIX9XHZe2v7MGXinAk2Fi6k8KuvZsgcS20H2OnQf3nPe18Pfxl8kz2PGdfsaJZnaPtQ37kv_r06c2jp3auoMPWK9F7MI0sZ1OZNl0buqhwb2Toxsm4so8xxtMaNon1mlgR4sDzMMyH3lIgb7wVV9cDHqVJ5ireLhncqZ16oL39mPFAJX0HMqfSoF3ixdLPA9xFXONONz-5yj3ehH5s1WkT3T-vUKICDGfcC5R8gp39ZfC-evWRhTUX5D8lGmw5LVvmmvJv1G2cPyVBDA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/11/14 01:51:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AOz8kBII455PXbwsN0GOK6q-jPdhNUGLhJKNXfbC9EKKnMKR-KRmx6xI-l2kAWtyVrbjRS_c97ZO_RTijUQ3quChWeINgmbdqJMlq62ClKIw_C2ChXbNXgZH3GKKh4MNafR30OwXOwr03pDhSngJmplWckN_W_5FVQMoZrywCeGfLKP90AUN_YzI1bxJInqtqHSyRNhlg1y2jJEqKwNRZLq42dwC6WXq1I44cE1sdgtQApFK-qhOeOMrqChCeHdN5jqjmInrbT68nmsicntwt9N5CVGmhFjLAyz2Ov-RRQD6ogvELosXhpy5d-96mWVahEAdB6z9gRU-ACsum88XvMY 2025/11/14 01:51:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/11/14 01:51:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/11/14 01:51:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/11/14 01:51:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/11/14 01:51:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/14 01:51:53 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/11/14 01:51:53 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AOz8kBII455PXbwsN0GOK6q-jPdhNUGLhJKNXfbC9EKKnMKR-KRmx6xI-l2kAWtyVrbjRS_c97ZO_RTijUQ3quChWeINgmbdqJMlq62ClKIw_C2ChXbNXgZH3GKKh4MNafR30OwXOwr03pDhSngJmplWckN_W_5FVQMoZrywCeGfLKP90AUN_YzI1bxJInqtqHSyRNhlg1y2jJEqKwNRZLq42dwC6WXq1I44cE1sdgtQApFK-qhOeOMrqChCeHdN5jqjmInrbT68nmsicntwt9N5CVGmhFjLAyz2Ov-RRQD6ogvELosXhpy5d-96mWVahEAdB6z9gRU-ACsum88XvMY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/11/14 01:51:54 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AMC0HGvaxLwd62K-lB2JrwtksgtcAwEEGo0rw_baqBBOUDFJE1980i43ifNhHBwn1mOTw3iZ-oLTSm17mAS2vMyTAUORRLtsFNNrVvzqeSNtmNM9lbZqlsUkWY-pPC415KOoDlQpWTo8jLNccl0RQgxZc02xebEnMl_1ctwUBe8AI37FsUtxA9w0aCXyehodINPoICFvaQM3n7pxhYuDRNyD2P6GStNtfGJM-TK0WQgSkWXhlyHkMxrOI9CUTFvn1QYDuVyt0-Pt-VpsDiqBR6Pcov7ughKkc_G3ozqzuykyDm1fUE2PWIalU4WgeRQf96nxEDHQaX5YicuDxcmgHP8 2025/11/14 01:51:54 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/11/14 01:51:54 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/11/14 01:51:54 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/11/14 01:51:54 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/14 01:51:54 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/11/14 01:51:55 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/11/14 01:51:55 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AMC0HGvaxLwd62K-lB2JrwtksgtcAwEEGo0rw_baqBBOUDFJE1980i43ifNhHBwn1mOTw3iZ-oLTSm17mAS2vMyTAUORRLtsFNNrVvzqeSNtmNM9lbZqlsUkWY-pPC415KOoDlQpWTo8jLNccl0RQgxZc02xebEnMl_1ctwUBe8AI37FsUtxA9w0aCXyehodINPoICFvaQM3n7pxhYuDRNyD2P6GStNtfGJM-TK0WQgSkWXhlyHkMxrOI9CUTFvn1QYDuVyt0-Pt-VpsDiqBR6Pcov7ughKkc_G3ozqzuykyDm1fUE2PWIalU4WgeRQf96nxEDHQaX5YicuDxcmgHP8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/11/14 01:51:57 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AKaZE5mKDn9e7-cF7qobV0R876ZJe-qGRlSmoZaFJz5Z5apt3X2yOfsGVriVA8_hbqM-iWafzkGRQLqoZTWKozxaDN0qzB4P_6fcOtJ5yiZjUr2MzDmXc_T_5uu-cDSQYtFI5mExlP6YtHaSppoK8NdpswXkWKWFm5ljGYG52nRMy2-by6gN3HyasTDPJXNES4wBFm4hLmAOCTuV6Skawtw7hKH2xkyb6rZrL0Le10T4dE9sGb5C6S4hukJmROarVi2ev0CWuGSK58bWjP6OK-18jIgz3wCULZ_vnCuCjMxhd_37VNT0pmX2EiEgaeYGSuzNcD-TyCN8pKxtZzrfWlg 2025/11/14 01:51:57 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/11/14 01:51:58 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/11/14 01:51:58 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AKaZE5mKDn9e7-cF7qobV0R876ZJe-qGRlSmoZaFJz5Z5apt3X2yOfsGVriVA8_hbqM-iWafzkGRQLqoZTWKozxaDN0qzB4P_6fcOtJ5yiZjUr2MzDmXc_T_5uu-cDSQYtFI5mExlP6YtHaSppoK8NdpswXkWKWFm5ljGYG52nRMy2-by6gN3HyasTDPJXNES4wBFm4hLmAOCTuV6Skawtw7hKH2xkyb6rZrL0Le10T4dE9sGb5C6S4hukJmROarVi2ev0CWuGSK58bWjP6OK-18jIgz3wCULZ_vnCuCjMxhd_37VNT0pmX2EiEgaeYGSuzNcD-TyCN8pKxtZzrfWlg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/11/14 01:51:59 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: ALWZt5kjTvBafB4m8OrcfjQvNLyBKRCtleuSRAmPYTJss_pCVAVVMt8rePrfQW2OmFAbdrs09X0Ga8cFVk1g65tff7nuMfo7yyxkYGi_uRm-eUIYdcspp_NHEQpkhXIwqMYLBgIumPEWzZviT-NSF_0MFuQCkgBrcDlg1Hgsd-0SVD4O05zFogN_0dbLnkzxx5BOOlVL5Dh-hB3kgoaKkcxcCsUalojrSMFYplAShoqNPQ-skY81XxtuGOTMmihpFqcx79-IRIX1a-r1YBWPcbJIOwKfoCBEREWKXcOmkiXuGblgXTPtas7Nay3x9wdpo25-xw-sNav5bxylfwNjk_o 2025/11/14 01:51:59 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/11/14 01:52:00 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/14 01:52:00 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "ALWZt5kjTvBafB4m8OrcfjQvNLyBKRCtleuSRAmPYTJss_pCVAVVMt8rePrfQW2OmFAbdrs09X0Ga8cFVk1g65tff7nuMfo7yyxkYGi_uRm-eUIYdcspp_NHEQpkhXIwqMYLBgIumPEWzZviT-NSF_0MFuQCkgBrcDlg1Hgsd-0SVD4O05zFogN_0dbLnkzxx5BOOlVL5Dh-hB3kgoaKkcxcCsUalojrSMFYplAShoqNPQ-skY81XxtuGOTMmihpFqcx79-IRIX1a-r1YBWPcbJIOwKfoCBEREWKXcOmkiXuGblgXTPtas7Nay3x9wdpo25-xw-sNav5bxylfwNjk_o" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/11/14 01:52:01 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AHUunwsmac98d9Egqil5fHGx8z6j20LC2c98eSER4P93JqlUja8-MferMhKR03UiXgFDIVMw6I8uMj0W8M3dT-e-0KO42hxTjgeIYsLVUoFA_eECDqOlrhCFVmfl4t-o9Kv2UITlhhH1bqLvvoFtI-43IrC6V7wtHBkrOwj6c4kmb5yMHGZ28QGVpeI9oRDFkGgYGnGwaGltO6vJ_tIgqTu0cNmob2xlwYo4O2ELxOkvEaJaLSBxZSjgVXstrhvckI8A9eWfHwd0LrXChsbvp84PZigECvgyHsNRYs4SxvtAGZf_0S1vkXcH8qS_JkSnmM7kVYqgRzuaOAhyXRsou9Q 2025/11/14 01:52:01 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/11/14 01:52:02 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/14 01:52:02 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AHUunwsmac98d9Egqil5fHGx8z6j20LC2c98eSER4P93JqlUja8-MferMhKR03UiXgFDIVMw6I8uMj0W8M3dT-e-0KO42hxTjgeIYsLVUoFA_eECDqOlrhCFVmfl4t-o9Kv2UITlhhH1bqLvvoFtI-43IrC6V7wtHBkrOwj6c4kmb5yMHGZ28QGVpeI9oRDFkGgYGnGwaGltO6vJ_tIgqTu0cNmob2xlwYo4O2ELxOkvEaJaLSBxZSjgVXstrhvckI8A9eWfHwd0LrXChsbvp84PZigECvgyHsNRYs4SxvtAGZf_0S1vkXcH8qS_JkSnmM7kVYqgRzuaOAhyXRsou9Q" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/11/14 01:52:03 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: ABgpoLFUnl7g3B-37NDBh_hbzJRLNoySKQDw94ilcvBcUN7og6YfW2OfwNuWmzAdiC9J44huNy9azJeCAIAXsg8YrQuq3FiEGlp1h9ALHpnMLv5oUGTUjayZyZBanqnO57z53nDrjZyVaibP5hAWstsYrnGQQ9uOMD2O_q1_vPGaxCpbRyddH4d7EjIrIt7iRkiTJ2Tkr-S6XRBDhsLuGmwXorMnVDQ9ffaxvhrO03QsmUvou_ko8PgBYG5e0IEcZ-eEE_u0SxWaHSSZtSED-lOVnsT3xrOEwygGVpAAQ33IhQACWeIRHuxzK_bIAppFlQ9NQOe5dewFKs4uYUtbIxk 2025/11/14 01:52:03 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/11/14 01:52:03 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/11/14 01:52:03 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/11/14 01:52:04 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/14 01:52:04 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/11/14 01:52:04 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/14 01:52:05 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "ABgpoLFUnl7g3B-37NDBh_hbzJRLNoySKQDw94ilcvBcUN7og6YfW2OfwNuWmzAdiC9J44huNy9azJeCAIAXsg8YrQuq3FiEGlp1h9ALHpnMLv5oUGTUjayZyZBanqnO57z53nDrjZyVaibP5hAWstsYrnGQQ9uOMD2O_q1_vPGaxCpbRyddH4d7EjIrIt7iRkiTJ2Tkr-S6XRBDhsLuGmwXorMnVDQ9ffaxvhrO03QsmUvou_ko8PgBYG5e0IEcZ-eEE_u0SxWaHSSZtSED-lOVnsT3xrOEwygGVpAAQ33IhQACWeIRHuxzK_bIAppFlQ9NQOe5dewFKs4uYUtbIxk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/11/14 01:52:07 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AN-a_6Hu4WvugbcSzL99MDkeQwCcAo8AUGGyK2yY1r09HoSokNznTabgJvf6FJ8U-ETVkYk5Q7kvPVeT0XPuzd9hQvh-ei1UfnNt6WAE4P_r6BtUESGhDFFQsSaZsqgB3bw_iycrrGAihJR0ci8JEE04XRe2EmVjVT0i0NHNrtdyI4qGwPvSW8IVRkHFpJO1aEpXhnr1NPGQj2S6VwcMB0glTaqRKWXsel262NukKSnivgACwbDYEjgQLtaMy4jsK1k8jQJuwjfmmWabRgL-beN4-8yXwK8qbw781A2fQ9N5kASF7HYcIo1f3YXdyJwTnlaOlCSDMaI0XbCVdlxab5I 2025/11/14 01:52:07 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/11/14 01:52:07 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/11/14 01:52:07 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/11/14 01:52:07 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/14 01:52:07 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/14 01:52:08 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/11/14 01:52:08 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AN-a_6Hu4WvugbcSzL99MDkeQwCcAo8AUGGyK2yY1r09HoSokNznTabgJvf6FJ8U-ETVkYk5Q7kvPVeT0XPuzd9hQvh-ei1UfnNt6WAE4P_r6BtUESGhDFFQsSaZsqgB3bw_iycrrGAihJR0ci8JEE04XRe2EmVjVT0i0NHNrtdyI4qGwPvSW8IVRkHFpJO1aEpXhnr1NPGQj2S6VwcMB0glTaqRKWXsel262NukKSnivgACwbDYEjgQLtaMy4jsK1k8jQJuwjfmmWabRgL-beN4-8yXwK8qbw781A2fQ9N5kASF7HYcIo1f3YXdyJwTnlaOlCSDMaI0XbCVdlxab5I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/11/14 01:52:10 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AN-rAkszdMyfAZgTSkMH1BkktUXzN_MTTUar2UBPfLWrgNUtJ3AMMQa_OnUxgKdVd_VkEjcYMZ1A4wmxYcYKffbLroIbTHmk_gnZdTNeUIq7pwykg2B5ZaKRtA2GEjkyBGADR3Yp2WMIWcx_yQF4uk2gZ-0caCDQ7SOtnKNJN-ZhobfU3LPHAQfJN2V9v469KlO6deOA2kcAiO3eOPASGpbyS47dO8v7b0nhO9rysFp4yR9ltKQfSwOfJcOpGzg4F2CKCwR48xVI7TnThUr-qgmF5BPSwakg8aohSyYmJWi8vQS5hFivxDOWy8zCEvkr8NHSlQSf75pEqbJYlDN456w 2025/11/14 01:52:11 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/11/14 01:52:11 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/11/14 01:52:11 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AN-rAkszdMyfAZgTSkMH1BkktUXzN_MTTUar2UBPfLWrgNUtJ3AMMQa_OnUxgKdVd_VkEjcYMZ1A4wmxYcYKffbLroIbTHmk_gnZdTNeUIq7pwykg2B5ZaKRtA2GEjkyBGADR3Yp2WMIWcx_yQF4uk2gZ-0caCDQ7SOtnKNJN-ZhobfU3LPHAQfJN2V9v469KlO6deOA2kcAiO3eOPASGpbyS47dO8v7b0nhO9rysFp4yR9ltKQfSwOfJcOpGzg4F2CKCwR48xVI7TnThUr-qgmF5BPSwakg8aohSyYmJWi8vQS5hFivxDOWy8zCEvkr8NHSlQSf75pEqbJYlDN456w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/11/14 01:52:12 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AAqIpmQB7aLniiXLiqOZ4jcwdJCbaO-lfIG6qOhTSpA5hCcz784GF7tf-0N3O2EonZNPvQlz2gq1Ez0fAL6qDHu0MenvLy5we5NrizyfKslqAgHoebPH2RnGvwHhni8Evmjj0d3g8GZBj-rZhoqXNRQyyHKSuCZuyH1Re4uEbExbpvlsYg5IITYneXhElLgoUi16l_2Xp6Nb9t86TZJcz3SiEPs-JOQ7dWS1FbX7pjQlJr52GCJT0sd1qHH7ZesgVvf_vmnx15ekHnEOYcB7g6EMgsD2dQfUxvgjfutFnYPLkWFIQpKiSI-IOsOrQtZjSOHPgRuUUbwcFmqgFf7YZw4 2025/11/14 01:52:13 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/11/14 01:52:14 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/14 01:52:14 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AAqIpmQB7aLniiXLiqOZ4jcwdJCbaO-lfIG6qOhTSpA5hCcz784GF7tf-0N3O2EonZNPvQlz2gq1Ez0fAL6qDHu0MenvLy5we5NrizyfKslqAgHoebPH2RnGvwHhni8Evmjj0d3g8GZBj-rZhoqXNRQyyHKSuCZuyH1Re4uEbExbpvlsYg5IITYneXhElLgoUi16l_2Xp6Nb9t86TZJcz3SiEPs-JOQ7dWS1FbX7pjQlJr52GCJT0sd1qHH7ZesgVvf_vmnx15ekHnEOYcB7g6EMgsD2dQfUxvgjfutFnYPLkWFIQpKiSI-IOsOrQtZjSOHPgRuUUbwcFmqgFf7YZw4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/11/14 01:52:15 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AF815Qj-0Mde6tqIFeR4z7UO-bLJkkcG_q5uIrfcIg68wY8vGGHUKByYWjXECCZK6_LyAdhFWY8pBz-xtsHMzpBIV5Xd0_Z9OE43lvw2hEiuva-a8Wi80LdHEqYcI6ksCg9aRLKHVyOWUNGN-edmTr7RnDKGrowh-qtfKjhq0fkoT2qjHKyRX9X9YWiniqfwaf6MBfhFHSAdqNdmESLHTZ_rBcvIPa_hhT90pFsPnB4W2NgUUInZIV9qK2y-6hDBJvX1zph7Z-peqpenzvQQSZ_Gt2eqtJvdsSHXTVtgn3VJMqFK4YIE2_e-9Ag02In4fJGKK27wNQ_ISOjWevtlVqU 2025/11/14 01:52:15 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/11/14 01:52:16 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/14 01:52:16 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AF815Qj-0Mde6tqIFeR4z7UO-bLJkkcG_q5uIrfcIg68wY8vGGHUKByYWjXECCZK6_LyAdhFWY8pBz-xtsHMzpBIV5Xd0_Z9OE43lvw2hEiuva-a8Wi80LdHEqYcI6ksCg9aRLKHVyOWUNGN-edmTr7RnDKGrowh-qtfKjhq0fkoT2qjHKyRX9X9YWiniqfwaf6MBfhFHSAdqNdmESLHTZ_rBcvIPa_hhT90pFsPnB4W2NgUUInZIV9qK2y-6hDBJvX1zph7Z-peqpenzvQQSZ_Gt2eqtJvdsSHXTVtgn3VJMqFK4YIE2_e-9Ag02In4fJGKK27wNQ_ISOjWevtlVqU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/11/14 01:52:17 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ACU9lzbzv4jxmrFmCt6-t35z45WidKpYjqgFhzkWmfN6296ZnGTTqL15npqEdYWcejiVNaKeFLMsbI23-_PHxQvyFp4HhKzWLSYnPDLaVDdYmommyEnQ5MDGPlsnSnd4DV17gdVb759L0V-C_zZ8EqIBERawytwcUk5fbRkDj1iEbsVUegRm2MV1fCqlxVqmDq-2QxceaTetNBi0SjbaBzBWLZDkVOyzA-P3vbP70Ow4o23qjxZp87nVYv2TX2RjLXB7kFqCWzRFnEM83TNZ5fwFVy7bkfORYdKS5s4txAd3v4etaUxG8AyMiHHz0H51wE35bySC1g6U9mhN0aysT20 2025/11/14 01:52:17 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/11/14 01:52:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/11/14 01:52:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/11/14 01:52:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/14 01:52:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/11/14 01:52:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/11/14 01:52:19 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ACU9lzbzv4jxmrFmCt6-t35z45WidKpYjqgFhzkWmfN6296ZnGTTqL15npqEdYWcejiVNaKeFLMsbI23-_PHxQvyFp4HhKzWLSYnPDLaVDdYmommyEnQ5MDGPlsnSnd4DV17gdVb759L0V-C_zZ8EqIBERawytwcUk5fbRkDj1iEbsVUegRm2MV1fCqlxVqmDq-2QxceaTetNBi0SjbaBzBWLZDkVOyzA-P3vbP70Ow4o23qjxZp87nVYv2TX2RjLXB7kFqCWzRFnEM83TNZ5fwFVy7bkfORYdKS5s4txAd3v4etaUxG8AyMiHHz0H51wE35bySC1g6U9mhN0aysT20" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/11/14 01:52:20 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AItUFqVDT-fRDJrbh2ii2zespEDFBvu99tCJuHVl8wv8uGezPkWdtT7uWGLqSY3KjjaMlk2Awm1zPIcAHa4MUehz8UdfmFsdnY2sHO1hWVAI4G-Z7rt-YE1o2G4ZRDWFsXZwFvvPH8qI4ltSfHrDTLPi_nbHGxJDtj-Ea-WzBkGXXfoCk-MD6zAkQtiKbMFBCpxYikv6sQWFhDZ3dcdfezdSz3Yun-ybGZVOixlXbToXl92ARo_NflGZ1l54xT67iBf02sKMcwK90nBl_Gc2F4sh_N2bzVpiMEhmJAA3AX7loEgTqt4t41FJNYW3gQRvX45PJgSl4N18nDN8qpnLtNo 2025/11/14 01:52:20 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/11/14 01:52:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/11/14 01:52:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/11/14 01:52:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/14 01:52:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/11/14 01:52:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/11/14 01:52:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AItUFqVDT-fRDJrbh2ii2zespEDFBvu99tCJuHVl8wv8uGezPkWdtT7uWGLqSY3KjjaMlk2Awm1zPIcAHa4MUehz8UdfmFsdnY2sHO1hWVAI4G-Z7rt-YE1o2G4ZRDWFsXZwFvvPH8qI4ltSfHrDTLPi_nbHGxJDtj-Ea-WzBkGXXfoCk-MD6zAkQtiKbMFBCpxYikv6sQWFhDZ3dcdfezdSz3Yun-ybGZVOixlXbToXl92ARo_NflGZ1l54xT67iBf02sKMcwK90nBl_Gc2F4sh_N2bzVpiMEhmJAA3AX7loEgTqt4t41FJNYW3gQRvX45PJgSl4N18nDN8qpnLtNo" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/11/14 01:52:23 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/11/14 01:52:26 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/11/14 01:52:28 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/11/14 01:52:31 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/11/14 01:52:34 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/11/14 01:52:37 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AFht9mRd7Iyw1JOc96vpVgg_b0tXz32AVJ16lmT8p2ei75OMVZRKAQcJmRkjhPUHWAVb4IzOjLA_Bby3t5N0rEP3RL5lC7jwgc1yuqZnD3oiT5mdSFN9IMrDHOD4C746mGNTEEipGZnblEy0puFAMHTaNkotXmhBUDmQxtBTfJVtUBgNXU4nJrRJJjutiAPlx91jJIipq0d5KevVC2s70mQvYxTqivu23E9GGJFVbK5vUAF_kLw8XD3cN0g-lu6YkHXXZc-UWWJRiZSuVygmQo4T26COYSKG1e45ptRkLeUBicafYNxEe1sShXPbA3nCtMQOQ2z5gMVTMUfCt22F-EM 2025/11/14 01:52:37 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/11/14 01:52:37 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "504eaf0512fc4fd0193ef16db66b1ece" 2025/11/14 01:52:38 DEBUG : unknown-size-put.txt: multipart upload "AFht9mRd7Iyw1JOc96vpVgg_b0tXz32AVJ16lmT8p2ei75OMVZRKAQcJmRkjhPUHWAVb4IzOjLA_Bby3t5N0rEP3RL5lC7jwgc1yuqZnD3oiT5mdSFN9IMrDHOD4C746mGNTEEipGZnblEy0puFAMHTaNkotXmhBUDmQxtBTfJVtUBgNXU4nJrRJJjutiAPlx91jJIipq0d5KevVC2s70mQvYxTqivu23E9GGJFVbK5vUAF_kLw8XD3cN0g-lu6YkHXXZc-UWWJRiZSuVygmQo4T26COYSKG1e45ptRkLeUBicafYNxEe1sShXPbA3nCtMQOQ2z5gMVTMUfCt22F-EM" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/11/14 01:52:38 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AGpJ4JV6h1S4m7Ol_4usT7paOC0q2CUwIcrzHzJQQRZy8MpQbUoGGtJ1NNxCfOXjhzkpO0dClWK5-r6pmkAbbHypOGTQWc3dL0nvIQodeDjMnAPrMCvY6tJVygFnLhk2RI63TFKcAsmH_Xvi2zcrgWS82KIPz2VL_eOCbP8uzJpwao4zD5V1fd0X2fjJq1TwoTfGtbaVwKK7e6ttglSqsNc-hv-6IJhW21agy-r7Nb9t2X4m7ray4b8yr35m8g87Qw5u1O2369WNj-eAwldkEK1KmG2CRRGthVMMI7MAJqDfA8LlvqOsyAntqmKzmr4Z0aKDguLam2gJFCOa3MabsWM 2025/11/14 01:52:38 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/11/14 01:52:39 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "7218d1de21335130daa5c524f47398ac" 2025/11/14 01:52:39 DEBUG : unknown-size-update.txt: multipart upload "AGpJ4JV6h1S4m7Ol_4usT7paOC0q2CUwIcrzHzJQQRZy8MpQbUoGGtJ1NNxCfOXjhzkpO0dClWK5-r6pmkAbbHypOGTQWc3dL0nvIQodeDjMnAPrMCvY6tJVygFnLhk2RI63TFKcAsmH_Xvi2zcrgWS82KIPz2VL_eOCbP8uzJpwao4zD5V1fd0X2fjJq1TwoTfGtbaVwKK7e6ttglSqsNc-hv-6IJhW21agy-r7Nb9t2X4m7ray4b8yr35m8g87Qw5u1O2369WNj-eAwldkEK1KmG2CRRGthVMMI7MAJqDfA8LlvqOsyAntqmKzmr4Z0aKDguLam2gJFCOa3MabsWM" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/11/14 01:52:39 DEBUG : Creating backend with remote "TestS3R2:rclone-test-vohuxel9pisu/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/11/14 01:52:39 DEBUG : Waiting for deletions to finish 2025/11/14 01:52:39 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/11/14 01:52:39 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/11/14 01:52:39 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/11/14 01:52:40 INFO : S3 bucket rclone-test-vohuxel9pisu: Bucket "rclone-test-vohuxel9pisu" deleted 2025/11/14 01:52:40 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (125.27s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.28s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.99s) --- PASS: TestIntegration/FsMkdir (123.18s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.23s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding (13.05s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.63s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.67s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.49s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (3.63s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (20.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.09s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.42s) --- 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.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.52s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.56s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (2.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (1.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.37s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.33s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.74s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (1.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.82s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.42s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (66.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (10.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (2.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (3.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (4.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.20s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (9.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (2.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.68s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.11s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (3.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (1.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (9.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (2.68s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (3.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (3.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (1.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (10.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (3.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (1.81s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (3.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (1.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (4.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (2.17s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (13.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (1.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (3.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (1.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (6.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (13.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (3.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (1.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (4.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (2.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (5.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (2.67s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (14.61s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (2.16s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (2.31s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (2.79s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (3.11s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (4.24s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.09s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.84s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.25s) --- 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/11/14 01:52:40 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/11/14 01:52:40 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 125.323s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 2m6.605872557s (try 1/5)