"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/24 01:53:09 NOTICE: TestS3R2: Starting server 2025/09/24 01:53:09 DEBUG : Creating backend with remote "TestS3R2:rclone-test-dalajep5luga" 2025/09/24 01:53:09 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/24 01:53:09 INFO : S3 bucket rclone-test-dalajep5luga: Bucket "rclone-test-dalajep5luga" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/09/24 01:53:11 INFO : S3 bucket rclone-test-dalajep5luga: Bucket "rclone-test-dalajep5luga" deleted === RUN TestIntegration/FsMkdir 2025/09/24 01:53:11 INFO : S3 bucket rclone-test-dalajep5luga: Bucket "rclone-test-dalajep5luga" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/09/24 01:53:11 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/09/24 01:53:11 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/09/24 01:53:11 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/24 01:53:26 NOTICE: S3 bucket rclone-test-dalajep5luga: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/09/24 01:53:26 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AHIfvQoY5kOrsuijeCVq8EbPi-JT63ATPCqLNVX_dhQUjBg3KMTq2gT46ZV6tv_fK3laSjQ1Ul7eg3YlfRJMBtVMEtafo20hH3MQzzEYuTsxSJpGwvBNZzRMepZ1mtLTueecUgTFD_DrmCJN75tiVv9_CmU4FBsPyvMsb87AH0LxwkoOYZWLLrS5nhHwJs8T5Zb3kSK26UHlI38mCxQIjAsJlsCADiG3gRLPB88zSyGmyRxLJtXR2GT9PDfrMUkOVJVepIR_QfnOMZaKV36VrREg_iYebKYSDM0SZNxX81nQXg9qpOQyQu6sa2FG6-8vGCVbAv9x6c_UR563pD5Z908 2025/09/24 01:53:26 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "f4693d6ef50aa58655b687e00685d40c" 2025/09/24 01:53:27 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "40f50d46ab1caf2ad0d98068a12e9756" 2025/09/24 01:53:27 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "31e8fb8d93cc0b4f29c1a14b4ad26a9d" 2025/09/24 01:53:28 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AHIfvQoY5kOrsuijeCVq8EbPi-JT63ATPCqLNVX_dhQUjBg3KMTq2gT46ZV6tv_fK3laSjQ1Ul7eg3YlfRJMBtVMEtafo20hH3MQzzEYuTsxSJpGwvBNZzRMepZ1mtLTueecUgTFD_DrmCJN75tiVv9_CmU4FBsPyvMsb87AH0LxwkoOYZWLLrS5nhHwJs8T5Zb3kSK26UHlI38mCxQIjAsJlsCADiG3gRLPB88zSyGmyRxLJtXR2GT9PDfrMUkOVJVepIR_QfnOMZaKV36VrREg_iYebKYSDM0SZNxX81nQXg9qpOQyQu6sa2FG6-8vGCVbAv9x6c_UR563pD5Z908" 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/24 01:53:30 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/09/24 01:53:31 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/24 01:53:33 DEBUG : S3 bucket rclone-test-dalajep5luga: bucket is versioned: false 2025/09/24 01:53:33 DEBUG : Waiting for deletions to finish 2025/09/24 01:53:33 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/09/24 01:53:33 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/09/24 01:53:33 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/09/24 01:53:34 DEBUG : Creating backend with remote "TestS3R2:rclone-test-dalajep5luga/dirToPurgeFromRoot" 2025/09/24 01:53:34 DEBUG : S3 bucket rclone-test-dalajep5luga path dirToPurgeFromRoot: bucket is versioned: false 2025/09/24 01:53:34 DEBUG : Waiting for deletions to finish 2025/09/24 01:53:34 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/09/24 01:53:34 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/09/24 01:53:34 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/09/24 01:53:34 DEBUG : Creating backend with remote "TestS3R2:rclone-test-dalajep5luga/hello? sausage/êé" 2025/09/24 01:53:36 DEBUG : S3 bucket rclone-test-dalajep5luga path hello? sausage/êé: bucket is versioned: false 2025/09/24 01:53:36 DEBUG : Waiting for deletions to finish 2025/09/24 01:53:36 DEBUG : "a/b/c/d/e.txt" version false 2025/09/24 01:53:36 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/09/24 01:53:36 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/24 01:53:41 DEBUG : Creating backend with remote "TestS3R2:rclone-test-dalajep5luga/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/09/24 01:53:42 DEBUG : Creating backend with remote "TestS3R2:rclone-test-dalajep5luga/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-dalajep5luga" from "TestS3R2:rclone-test-dalajep5luga" 2025/09/24 01:53:42 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/24 01:53:47 DEBUG : piped data.txt: open chunk writer: started multipart upload: AGYB5iG4G_a3L791ruY2ZwxqypF_AQsm7k0PHxnoR1M4-iR7yVhNBKYAxS_-n8ZFXxOinEUGH3K-Tx-oyzSESbA21Wwg3ksQ7twA8pWA0itjHUafmEJYAuU3WRjaMyXBh_Z5Lt5PoKMAu0un4Vl9M3x5yRPTtx0txrZTPy513E7R7oYnGtHFcyvPmHgzsJNxuvccJkypepd9rQxm5S8t22IMSUuwmaO4y8M9WBB2iHO95OPTq9W9JO0OgJYVUfa_EJlqrxE6_lIb1QqFV4aEWoQGD5UlSWNNYhfT6P5oHt7y1dW6GG-mGKpn5B_5vVQk5LDCXnB7CGYwtcKITXCquxk 2025/09/24 01:53:47 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/09/24 01:53:47 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/09/24 01:53:47 DEBUG : piped data.txt: multipart upload "AGYB5iG4G_a3L791ruY2ZwxqypF_AQsm7k0PHxnoR1M4-iR7yVhNBKYAxS_-n8ZFXxOinEUGH3K-Tx-oyzSESbA21Wwg3ksQ7twA8pWA0itjHUafmEJYAuU3WRjaMyXBh_Z5Lt5PoKMAu0un4Vl9M3x5yRPTtx0txrZTPy513E7R7oYnGtHFcyvPmHgzsJNxuvccJkypepd9rQxm5S8t22IMSUuwmaO4y8M9WBB2iHO95OPTq9W9JO0OgJYVUfa_EJlqrxE6_lIb1QqFV4aEWoQGD5UlSWNNYhfT6P5oHt7y1dW6GG-mGKpn5B_5vVQk5LDCXnB7CGYwtcKITXCquxk" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/09/24 01:53:48 DEBUG : piped data.txt: open chunk writer: started multipart upload: ANsYvPuqqhajSry-c-ReKVcZ7YtI4s_PAw5QprDkVEPgfGCL9RrFy5hFScB2X4tgEtqAIShzDLsBXkbxCcngbjJ2x8z610lY5OZzBJO5ZRoiDEr_LflK38HxBZLaAvyecVC64q88TAzfytCzDVl4i3dmiuMo8QMj1f0c1ELodDeHRleqNBXRiXuIFN0vaHGiZHG86cB_or0Qdalo-tHuYoau-0TQ8DOSwvAHKHpifmchqEfOySPpuvHwKZ0Z3q4tMHl2bftpSwJd8FtDS3O8ULfJplKjKJ689wXy0WMigsMPAW4hFktfBmfycdHxKnIX8PuXfZ4rOioUMc1MJ5kVPO4 2025/09/24 01:53:48 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/24 01:53:48 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "7c07a05a0d5b90aa9b45a3151ea06a46" 2025/09/24 01:53:48 DEBUG : piped data.txt: multipart upload "ANsYvPuqqhajSry-c-ReKVcZ7YtI4s_PAw5QprDkVEPgfGCL9RrFy5hFScB2X4tgEtqAIShzDLsBXkbxCcngbjJ2x8z610lY5OZzBJO5ZRoiDEr_LflK38HxBZLaAvyecVC64q88TAzfytCzDVl4i3dmiuMo8QMj1f0c1ELodDeHRleqNBXRiXuIFN0vaHGiZHG86cB_or0Qdalo-tHuYoau-0TQ8DOSwvAHKHpifmchqEfOySPpuvHwKZ0Z3q4tMHl2bftpSwJd8FtDS3O8ULfJplKjKJ689wXy0WMigsMPAW4hFktfBmfycdHxKnIX8PuXfZ4rOioUMc1MJ5kVPO4" 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/24 01:53:49 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/24 01:53:51 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: ADsL-2vduZmnDoNL2TQCq9gNj9jGQt0YqicZntJZsRV-X4C82goZxzlMZIFF2WxMZfXC--LTUk7oyjTXy-5aaY572RPx2KduBuNZVDKnGfUDPUz_63rfvUr0Jyk-Cin6pRKVkDgQWWNygxuSTKmGym3rAzh02P4DqjpbUG-kvj9r4p1lQK_ttAiGIQgrVSGZYLEcrC70GJ23zF9XK0trczBscxG4GN31AaMa0sycvLjqG3qLU5I0jQFLmd-SrRPlRkPUluo50NZFMv8lJWhkPkdLF7P_a91J1v1WMDpJ1Ng3NqdfRIT6_rF0TTpdJIz_WKz5J-srh90Paqi0BdxSIRg 2025/09/24 01:53:51 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/09/24 01:53:52 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/09/24 01:53:52 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "ADsL-2vduZmnDoNL2TQCq9gNj9jGQt0YqicZntJZsRV-X4C82goZxzlMZIFF2WxMZfXC--LTUk7oyjTXy-5aaY572RPx2KduBuNZVDKnGfUDPUz_63rfvUr0Jyk-Cin6pRKVkDgQWWNygxuSTKmGym3rAzh02P4DqjpbUG-kvj9r4p1lQK_ttAiGIQgrVSGZYLEcrC70GJ23zF9XK0trczBscxG4GN31AaMa0sycvLjqG3qLU5I0jQFLmd-SrRPlRkPUluo50NZFMv8lJWhkPkdLF7P_a91J1v1WMDpJ1Ng3NqdfRIT6_rF0TTpdJIz_WKz5J-srh90Paqi0BdxSIRg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/09/24 01:53:53 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AO3LTzNMIBr1CfmBKTsLRsopjj0t8odyrvI2JIxPZSmSi_rXioYoI82xVC29hYL_fJnLqPpZ1eJc1jzLsjS8x_yp5WMzrtlaFhVc_p_TEQFeTDf4S8pxB63lw7sHJsqI2Q7PdTj3_6GxQUrxLM_7C_efcXQ-5Onsra8tVDzBble-EpqilnjdrBzpsqBBGW0pJgs0ESKBHxVmzvGgiTLVZn0Gs_dhpiWDaUO9hk-bxGCdaexP5TtppksikNfR9vGFm2F75ILNXcGC41y_iFm1dFKJME4fXABDCAO2gxMYM6oyW8bLPQNs93Kn6xI_LSbL_DKWC5L5h1rWzKKeDttTrx8 2025/09/24 01:53:53 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/09/24 01:53:53 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/24 01:53:54 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AO3LTzNMIBr1CfmBKTsLRsopjj0t8odyrvI2JIxPZSmSi_rXioYoI82xVC29hYL_fJnLqPpZ1eJc1jzLsjS8x_yp5WMzrtlaFhVc_p_TEQFeTDf4S8pxB63lw7sHJsqI2Q7PdTj3_6GxQUrxLM_7C_efcXQ-5Onsra8tVDzBble-EpqilnjdrBzpsqBBGW0pJgs0ESKBHxVmzvGgiTLVZn0Gs_dhpiWDaUO9hk-bxGCdaexP5TtppksikNfR9vGFm2F75ILNXcGC41y_iFm1dFKJME4fXABDCAO2gxMYM6oyW8bLPQNs93Kn6xI_LSbL_DKWC5L5h1rWzKKeDttTrx8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/09/24 01:53:54 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AHSVhdIWeC9Wc-0zFcSdub4-OM5xbP1tFUGzzQYW118Pu5VW0rXegdOa7c0-lYHTfv4GlKPh67Ontx41b4nMMPTYo661vqhE_g_zl2wbCP3kTpzV_PoTkedOEpeJx3izQsDCmPabtoOcKPedVNbWbC82EPbOikZ-u0M8V3-GjgUxeU3e-ILMKqQx1Ztme-ZRRi1bt5kyOp4wbqU59ESGLGogJ7d-JJ64UOWwECaRZYhleT3iSLtDaCzj0BcbJ2aFtQgykEVII_kRgZJ0i16PrdAQENVihyb8diHM_ZDGSzhX46C-EYFLyRT8u-lGpJJyHYIKPrtVnoBWTLTX2Q1UEn8 2025/09/24 01:53:55 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/24 01:53:55 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/24 01:53:55 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AHSVhdIWeC9Wc-0zFcSdub4-OM5xbP1tFUGzzQYW118Pu5VW0rXegdOa7c0-lYHTfv4GlKPh67Ontx41b4nMMPTYo661vqhE_g_zl2wbCP3kTpzV_PoTkedOEpeJx3izQsDCmPabtoOcKPedVNbWbC82EPbOikZ-u0M8V3-GjgUxeU3e-ILMKqQx1Ztme-ZRRi1bt5kyOp4wbqU59ESGLGogJ7d-JJ64UOWwECaRZYhleT3iSLtDaCzj0BcbJ2aFtQgykEVII_kRgZJ0i16PrdAQENVihyb8diHM_ZDGSzhX46C-EYFLyRT8u-lGpJJyHYIKPrtVnoBWTLTX2Q1UEn8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/09/24 01:53:56 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AErasFxoCLKq8z4qhoFa6mz5vuqguvSILAKRIbTm3PFNIXMgabaY20ez8urLewZ1cDVAzElAn4ENwiLii2IehL4-9dh9J7fgWMg8QThcZdsS1kinIAyAooL6zXTxUkMue9ae6OLIJ8gFnaXw0w09rjX5TW_2D9jxwhGL9ll1sKzeeqO7FTN8remV2hayv8UacVAGZZY3uTm1KHqZJla04M31k-cXTGsJ-8fsxjZuepk55glbWIffarPPx6MTIyCe5ML6UBxE3zqkO-RPRCusbqw3t8J-WQ6g8Ndc3cqMJrUenFLz706a0yXS70raFdmGY1ntT5RpEZw7dlEiF7y6zoo 2025/09/24 01:53:56 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/09/24 01:53:56 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/09/24 01:53:56 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/09/24 01:53:57 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/24 01:53:57 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/24 01:53:57 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/24 01:53:57 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AErasFxoCLKq8z4qhoFa6mz5vuqguvSILAKRIbTm3PFNIXMgabaY20ez8urLewZ1cDVAzElAn4ENwiLii2IehL4-9dh9J7fgWMg8QThcZdsS1kinIAyAooL6zXTxUkMue9ae6OLIJ8gFnaXw0w09rjX5TW_2D9jxwhGL9ll1sKzeeqO7FTN8remV2hayv8UacVAGZZY3uTm1KHqZJla04M31k-cXTGsJ-8fsxjZuepk55glbWIffarPPx6MTIyCe5ML6UBxE3zqkO-RPRCusbqw3t8J-WQ6g8Ndc3cqMJrUenFLz706a0yXS70raFdmGY1ntT5RpEZw7dlEiF7y6zoo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/09/24 01:53:59 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AHM1TinhMIz3_5KG4yASg_eUkYseJz26mnT3VluKdeYq4g3mnyWREXRHbgv3SUssxEtNwJQ7kK7TaVPnqE7mzQBsSK-XBSUaPUKaobpybOVNK-chXiL5mX3vUNZpzsCE7bFDmJCOiQO5QiKZvL0S7it-RbyB11lKMU7NwTi_qV6pMTYO1vILY-97Gtxu5s59wzsCi9rE3ZirlXJr1RKYpR3FoDJ5HG6mqAEbcTIK676HdeMoWaj4s0VMskuc-y1tJQJpG7zUF6V7OWZ2hWL8n5uZt6xaLgv2laOHX-iDNFewS0NTGwB4dQMiRyQU6xQOCWC_QHGIFuaTwMOvKIg4UVU 2025/09/24 01:53:59 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/24 01:53:59 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/09/24 01:53:59 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/09/24 01:53:59 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/24 01:53:59 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/24 01:54:00 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/24 01:54:00 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AHM1TinhMIz3_5KG4yASg_eUkYseJz26mnT3VluKdeYq4g3mnyWREXRHbgv3SUssxEtNwJQ7kK7TaVPnqE7mzQBsSK-XBSUaPUKaobpybOVNK-chXiL5mX3vUNZpzsCE7bFDmJCOiQO5QiKZvL0S7it-RbyB11lKMU7NwTi_qV6pMTYO1vILY-97Gtxu5s59wzsCi9rE3ZirlXJr1RKYpR3FoDJ5HG6mqAEbcTIK676HdeMoWaj4s0VMskuc-y1tJQJpG7zUF6V7OWZ2hWL8n5uZt6xaLgv2laOHX-iDNFewS0NTGwB4dQMiRyQU6xQOCWC_QHGIFuaTwMOvKIg4UVU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/09/24 01:54:04 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AGzaekao0M1XnWkf97sF_5cKXYtpwZVUT5o9NY2933cYig6WW-uG_kvsGha7gnaof9XTMqhvjjyO4GatnLnbUqDM3ptWypikEAZ1cL4rAebeOJXFyzX0uwxZNwQwl35Z7j-qUpFdEjlndTOd5KdBDXcTSy_YifiilHInPuwKjoQeloytGKUtIWHKklhib92RnB3p8BsMOI_TsRSKeUvZ8eNOlzkY1Z6rdnZP7mBePNkh4BypfhbbXTt0-CODhmu4UvRP5SjtzBRCC2CibGXJyvI4OpnvZWLIxe1gcb0FtHrsjbhriFjnA0yS5xUi-rro-dlGZiaLiikAqoSaKMeGLTQ 2025/09/24 01:54:04 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/24 01:54:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/09/24 01:54:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AGzaekao0M1XnWkf97sF_5cKXYtpwZVUT5o9NY2933cYig6WW-uG_kvsGha7gnaof9XTMqhvjjyO4GatnLnbUqDM3ptWypikEAZ1cL4rAebeOJXFyzX0uwxZNwQwl35Z7j-qUpFdEjlndTOd5KdBDXcTSy_YifiilHInPuwKjoQeloytGKUtIWHKklhib92RnB3p8BsMOI_TsRSKeUvZ8eNOlzkY1Z6rdnZP7mBePNkh4BypfhbbXTt0-CODhmu4UvRP5SjtzBRCC2CibGXJyvI4OpnvZWLIxe1gcb0FtHrsjbhriFjnA0yS5xUi-rro-dlGZiaLiikAqoSaKMeGLTQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/09/24 01:54:06 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AEiKXXoPqmgyHURpZcrN-Vm57O4EAvPOo-MPEUtAh4SJIwxB2dx1-WI4pE4tQyYX08ucVCaymbyR0cbsaGxxWDxfLVSFhJ6e4FZnqNjNQJPKgNEvEWvKmKboe736pmuFDVB7FFbi6KRgUb7edEkjv9frAUoHNiR0J2W1KG-IY5sDFzAFbmVKROfsjf-1qKFTfKfd4u9LFTgpOr4IthnuahzCi3UMjRAIR9elfJGnQBnqv3jP-UEPHzMeciVj2WHxlHWiFmCKzk-_wgHRjBNJ1rXEdFflIwtSYfKwPeFFs_rAaD9ZQ8BjG3r26Hrwolqcv_b_Ymgt6hjg_Xocfcrazsc 2025/09/24 01:54:06 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/09/24 01:54:06 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/24 01:54:07 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AEiKXXoPqmgyHURpZcrN-Vm57O4EAvPOo-MPEUtAh4SJIwxB2dx1-WI4pE4tQyYX08ucVCaymbyR0cbsaGxxWDxfLVSFhJ6e4FZnqNjNQJPKgNEvEWvKmKboe736pmuFDVB7FFbi6KRgUb7edEkjv9frAUoHNiR0J2W1KG-IY5sDFzAFbmVKROfsjf-1qKFTfKfd4u9LFTgpOr4IthnuahzCi3UMjRAIR9elfJGnQBnqv3jP-UEPHzMeciVj2WHxlHWiFmCKzk-_wgHRjBNJ1rXEdFflIwtSYfKwPeFFs_rAaD9ZQ8BjG3r26Hrwolqcv_b_Ymgt6hjg_Xocfcrazsc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/09/24 01:54:08 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AGAFWUABngHy3zPzWfuGSJm2KSrtPEhxvTBi_vLTogpyzB0Gm3-7nu6iozjkrfIHlY74lQ25m7PtTJSp0iQLTHf8OyncsKmsZgnGzbOwOMi16qAOzC4qUwjKT3LyKCAmnnCyzIxNb-CGQCZ9HCT5cweonoHkImfbWZZVdjrGjMW86a8x8x1NMh-HO6KRlvWhbBYcHm6_0P3LhX3okjbtLjYPf1Uhn1JSvILuyvYxWSK-GApbHbqJeFaQF0Gl9T6RmEHElPwX6A6__1rfGXFaWQMPj23wbfj-L2-wWqJg5hJEN0pY_7sprfgk0swV61a9VvSwbQDR30Dbv2EdH40MmXU 2025/09/24 01:54:08 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/24 01:54:09 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/24 01:54:09 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AGAFWUABngHy3zPzWfuGSJm2KSrtPEhxvTBi_vLTogpyzB0Gm3-7nu6iozjkrfIHlY74lQ25m7PtTJSp0iQLTHf8OyncsKmsZgnGzbOwOMi16qAOzC4qUwjKT3LyKCAmnnCyzIxNb-CGQCZ9HCT5cweonoHkImfbWZZVdjrGjMW86a8x8x1NMh-HO6KRlvWhbBYcHm6_0P3LhX3okjbtLjYPf1Uhn1JSvILuyvYxWSK-GApbHbqJeFaQF0Gl9T6RmEHElPwX6A6__1rfGXFaWQMPj23wbfj-L2-wWqJg5hJEN0pY_7sprfgk0swV61a9VvSwbQDR30Dbv2EdH40MmXU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/09/24 01:54:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: ADGrBEJm0fnmPRY2w8nohZgO70GzqYexcGWGUV3JZUWuuJMGwZJ4OFJtbCyD-uZML2draJ3-kRQO9xDJF286oed4rff1d9eRM7Q4aHJziAt-MMryyGy0s-_W1Qo7M-xWQQT_3Gc3plzdcOP-ZLQp2gTXGkzb6n-lU3YI1XXVAD09ilvseNF9-Irz4zh32OKEAgDukboUw8wCvZmAwHvtvYH5pIyAwJhwEkb8-I7hO0qmEYphYlaI7DoG2M4Y04Q744J_4zjycwbUVVfrPi_vJ8bMYAaVKnH81pfHdyCs-ZC8B7-b40u-i6vVBH01hiUQJkttWhp8t3KJhZj7BIetAuQ 2025/09/24 01:54:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/09/24 01:54:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/09/24 01:54:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/24 01:54:11 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/24 01:54:11 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/24 01:54:11 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/24 01:54:11 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "ADGrBEJm0fnmPRY2w8nohZgO70GzqYexcGWGUV3JZUWuuJMGwZJ4OFJtbCyD-uZML2draJ3-kRQO9xDJF286oed4rff1d9eRM7Q4aHJziAt-MMryyGy0s-_W1Qo7M-xWQQT_3Gc3plzdcOP-ZLQp2gTXGkzb6n-lU3YI1XXVAD09ilvseNF9-Irz4zh32OKEAgDukboUw8wCvZmAwHvtvYH5pIyAwJhwEkb8-I7hO0qmEYphYlaI7DoG2M4Y04Q744J_4zjycwbUVVfrPi_vJ8bMYAaVKnH81pfHdyCs-ZC8B7-b40u-i6vVBH01hiUQJkttWhp8t3KJhZj7BIetAuQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/09/24 01:54:13 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AK41ghkvaLVGuN6-6R05BwjhFvLvywdRqHpT4iCy9h6BG5FOqWKLLOgeTqigAYFzh8pGNAw2oXK40tbBSFujasoNWN8-YRo8n3MwuWWKTt9imjvLH_J9tkfoQEB5T_tNIWxJqBo81sHqSs7M6hIJuzArJCUOOF0434CCQoLMPVceCqMbhFa4lacZyuYyvqBbTWgCaYUMdgJp0SrG7MVa7XsQcpSltuATeNaUnu16D-A3eM1HrrLrwzHJdMYQbPlIrFibZ6qnz2Zhfzwv5nvY1HCVaSwUxXRDqP3L_5q8CPGx772ob7CiipvdldhWgrU4tPwM8GZvRNUaaDF5XSfPARc 2025/09/24 01:54:13 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/24 01:54:13 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/09/24 01:54:13 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/24 01:54:14 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/24 01:54:14 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/24 01:54:14 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/24 01:54:14 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AK41ghkvaLVGuN6-6R05BwjhFvLvywdRqHpT4iCy9h6BG5FOqWKLLOgeTqigAYFzh8pGNAw2oXK40tbBSFujasoNWN8-YRo8n3MwuWWKTt9imjvLH_J9tkfoQEB5T_tNIWxJqBo81sHqSs7M6hIJuzArJCUOOF0434CCQoLMPVceCqMbhFa4lacZyuYyvqBbTWgCaYUMdgJp0SrG7MVa7XsQcpSltuATeNaUnu16D-A3eM1HrrLrwzHJdMYQbPlIrFibZ6qnz2Zhfzwv5nvY1HCVaSwUxXRDqP3L_5q8CPGx772ob7CiipvdldhWgrU4tPwM8GZvRNUaaDF5XSfPARc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/09/24 01:54:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AOrPtCN6ntMMF-zA1--U-c16gq-hNfhRAoYF-N90TWCrP5X9wREMUDveUSUe5b5L109QqlYq3goH8gzqZMfmTMJATqy2BEsnPHEm1MgCz4cUSeYkAL45OACHR89gmo4TJs-6IgrG3Ty8XZtCdiw6vObI8akkSMyEF_YHrEFaAriEsEs7ximjfKPRxYNGHeTn0q3122EN5X2CCB-JuRLPqMeSPqCoDpFWs47t8mBDPndCug8udJuexe3Lt0EI82BFIFKxr6RaRFyhvX0Ated0rOGaMWysfQRxCUwComOsfmthhBCmd1QmqiAo3vWiZEHVSPI68apM_ybJhHXaHPE-KL0 2025/09/24 01:54:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/24 01:54:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/09/24 01:54:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AOrPtCN6ntMMF-zA1--U-c16gq-hNfhRAoYF-N90TWCrP5X9wREMUDveUSUe5b5L109QqlYq3goH8gzqZMfmTMJATqy2BEsnPHEm1MgCz4cUSeYkAL45OACHR89gmo4TJs-6IgrG3Ty8XZtCdiw6vObI8akkSMyEF_YHrEFaAriEsEs7ximjfKPRxYNGHeTn0q3122EN5X2CCB-JuRLPqMeSPqCoDpFWs47t8mBDPndCug8udJuexe3Lt0EI82BFIFKxr6RaRFyhvX0Ated0rOGaMWysfQRxCUwComOsfmthhBCmd1QmqiAo3vWiZEHVSPI68apM_ybJhHXaHPE-KL0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/09/24 01:54:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AN8iE0x1FW04pAZt0AMQc_03AFnVdvAe0zbbjRsLV4Wh4swL92slVZysSREE1eIvbbvhNuWT0EVtoP3WBcEX8lm7dv_I0CEvwvsV6IfW-de7IaVI47FiNmziyKnZvHHl3dvl7x6iA3DW2nf3vVNPFEaEepFX_RAwSsnHiApE_-XG9BcGUb1USPmRUvufnYd7tbG51DdfDkwVu2hxH6-3-RTx6lO-5BztXtPatTCsTMpVH1SZiomT1guw5ui3_bmEg29ppRBurHkeKXrMhzIPCgUCmLGKWlyexA00CKQKhb5WGMhDIfsnDGK8ulm39bmSAG6mzjYo4beyvMFi6ebfeEg 2025/09/24 01:54:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/09/24 01:54:19 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/24 01:54:19 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AN8iE0x1FW04pAZt0AMQc_03AFnVdvAe0zbbjRsLV4Wh4swL92slVZysSREE1eIvbbvhNuWT0EVtoP3WBcEX8lm7dv_I0CEvwvsV6IfW-de7IaVI47FiNmziyKnZvHHl3dvl7x6iA3DW2nf3vVNPFEaEepFX_RAwSsnHiApE_-XG9BcGUb1USPmRUvufnYd7tbG51DdfDkwVu2hxH6-3-RTx6lO-5BztXtPatTCsTMpVH1SZiomT1guw5ui3_bmEg29ppRBurHkeKXrMhzIPCgUCmLGKWlyexA00CKQKhb5WGMhDIfsnDGK8ulm39bmSAG6mzjYo4beyvMFi6ebfeEg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/09/24 01:54:20 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AKSVwmsYV8rxsLE8icK941bjMlaX61wEzQS05Gvyql7jXjdwmono2i6zBV_LZDqZPP4sHvpDtX2XMcQw1TeeAtjgFqvloqADRzqwqzIvfhzZCyN5Gl3BgSs78gZSn2czzFBWJLSt2mo_xS90KdyOyyHNtWaR_ZwZsRKccbFP-ZYkBLNgjbY6xvdiibeBPRVlturHZo3Kn_8ZHFSFqDixMvusnRzgPIkvdzGN3w7Lj7A6nIuryQoC8HSsL9c6ya5lI-T_XJUxo5X3VYpKrJs-tglB6c3xMXPui90FyrQpG37Xv3_20HHBKqc7kw367PCiEs90ew9NqeWJi1ToO2WwBsU 2025/09/24 01:54:21 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/24 01:54:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/24 01:54:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AKSVwmsYV8rxsLE8icK941bjMlaX61wEzQS05Gvyql7jXjdwmono2i6zBV_LZDqZPP4sHvpDtX2XMcQw1TeeAtjgFqvloqADRzqwqzIvfhzZCyN5Gl3BgSs78gZSn2czzFBWJLSt2mo_xS90KdyOyyHNtWaR_ZwZsRKccbFP-ZYkBLNgjbY6xvdiibeBPRVlturHZo3Kn_8ZHFSFqDixMvusnRzgPIkvdzGN3w7Lj7A6nIuryQoC8HSsL9c6ya5lI-T_XJUxo5X3VYpKrJs-tglB6c3xMXPui90FyrQpG37Xv3_20HHBKqc7kw367PCiEs90ew9NqeWJi1ToO2WwBsU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/09/24 01:54:23 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AG4-hcFIOz6LVBU_qyGoyMrkHyyBibpx757EKgwyeDRWG4U55_WhVA3hBTU1PAmdgc8RyzoP7a5Mhrf4vDiW0kYiQbL8J_7ofvOysLhHjwbzw-p-kO7DbCUduAcMJ_EpzIU5wmUGSPoqHWcq9PDuMdekZ6aFQTG0mwJNNuqfQ81Gjcl2PpANU5Om6MuFzBdMPIs7bjgwTtTJBI43CTorTSBGgLGHeWaufSe6ADZuoXV4Bsm_hdYpXV5kBu8bKWGdXRPYlps9oKz1y_9tpa0sAQITq7yOUpHq9oevszHBr3t9DLYLoT2zZcTTSpldPRnzevYGfp_1mDE1Jcq3SWjln7Y 2025/09/24 01:54:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/09/24 01:54:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/09/24 01:54:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/24 01:54:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/24 01:54:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/24 01:54:24 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/24 01:54:25 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AG4-hcFIOz6LVBU_qyGoyMrkHyyBibpx757EKgwyeDRWG4U55_WhVA3hBTU1PAmdgc8RyzoP7a5Mhrf4vDiW0kYiQbL8J_7ofvOysLhHjwbzw-p-kO7DbCUduAcMJ_EpzIU5wmUGSPoqHWcq9PDuMdekZ6aFQTG0mwJNNuqfQ81Gjcl2PpANU5Om6MuFzBdMPIs7bjgwTtTJBI43CTorTSBGgLGHeWaufSe6ADZuoXV4Bsm_hdYpXV5kBu8bKWGdXRPYlps9oKz1y_9tpa0sAQITq7yOUpHq9oevszHBr3t9DLYLoT2zZcTTSpldPRnzevYGfp_1mDE1Jcq3SWjln7Y" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/09/24 01:54:26 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ALcKWBYOtBHUijKe_4PWjJZIm4P9-3t1IXlKe5gFEKQvEpYyW_kTqMrf625nPqkEwMvEUxDUrmMEAQov-JyU6d3JFYvZt1-Yww5xlq1zCq8_-x6KCAEBW_Qk_lA0poxLNHoytweA5FGEGflgDN-nf5P4XILMe_0e_gcWtXjV-c9F3zMaGzvmUUKeC2fJze3eimWMFoDsciEMWA2VKciNVN-J5Um-mA_sZVEMLv7am1uPOMsLZ5ZU69TXM4eJKIMpmqUPYL_Z_1aKmhSF9BTNOBNN3kyiGfU-KhflnDDDl7mDWVX7SXZ_B91GL0M_RQI3_dsEUQzXXRRulseLd11YOLo 2025/09/24 01:54:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/24 01:54:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/24 01:54:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/09/24 01:54:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/24 01:54:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/24 01:54:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/24 01:54:28 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "ALcKWBYOtBHUijKe_4PWjJZIm4P9-3t1IXlKe5gFEKQvEpYyW_kTqMrf625nPqkEwMvEUxDUrmMEAQov-JyU6d3JFYvZt1-Yww5xlq1zCq8_-x6KCAEBW_Qk_lA0poxLNHoytweA5FGEGflgDN-nf5P4XILMe_0e_gcWtXjV-c9F3zMaGzvmUUKeC2fJze3eimWMFoDsciEMWA2VKciNVN-J5Um-mA_sZVEMLv7am1uPOMsLZ5ZU69TXM4eJKIMpmqUPYL_Z_1aKmhSF9BTNOBNN3kyiGfU-KhflnDDDl7mDWVX7SXZ_B91GL0M_RQI3_dsEUQzXXRRulseLd11YOLo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/09/24 01:54:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AN0uiupNkrc1a4VlL3eOUfZSAwyLNOBg0xsYoEC58diwVISGf9BmWUn15b7w12RsdBwVlv3IHQFvVXU3em93uFDogMHBLi2y_LZEJG21KTRVlC8XSSYZ5U08fVWsVhKH8IV2JmYukWnRJx0Gb6jkggqkTY9btve_Drym_s4RK-aNkx7EitE6Yb96lmmiHDUb12C35QxM6I01-_CZpiN78hWGN4lOIVdOtg7NaaMkfLq7yKR61GKmfcs0gSKANjUG_hlBlkkC0XaBwymrHfbxZIzfbESUpB3MNINwNtt_HvipgUKFUBsYnqDsI7ccuUXyziS6NRI3mGiJUWwlh3JFin4 2025/09/24 01:54:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/24 01:54:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/09/24 01:54:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AN0uiupNkrc1a4VlL3eOUfZSAwyLNOBg0xsYoEC58diwVISGf9BmWUn15b7w12RsdBwVlv3IHQFvVXU3em93uFDogMHBLi2y_LZEJG21KTRVlC8XSSYZ5U08fVWsVhKH8IV2JmYukWnRJx0Gb6jkggqkTY9btve_Drym_s4RK-aNkx7EitE6Yb96lmmiHDUb12C35QxM6I01-_CZpiN78hWGN4lOIVdOtg7NaaMkfLq7yKR61GKmfcs0gSKANjUG_hlBlkkC0XaBwymrHfbxZIzfbESUpB3MNINwNtt_HvipgUKFUBsYnqDsI7ccuUXyziS6NRI3mGiJUWwlh3JFin4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/09/24 01:54:32 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: ALv4V5Y8b5PxJ4WjNdIt_LORhjWaou7QERWNK9JQ7rGcmje_DYL4Bw15iw4hBaATX2ja9f7IPHUm8CGFh2-mGEcf5u5A7FHL3-zyz3_rtWMsRZ7Xy7zOGoqOtJ7Y1hGt5ApkU4wf9YpqXI-YbhjkgA0lgPB6KSDGcG5s6R5rHz26sZvfaFZS5itaGCzseajGzimaXPiFedjU1FDDcHnYByV7VYmtqd3-_WznO5ub62TX7vUW2sZyyhuW5MZPMKpKp8I8UN-Ydto3xM7F_iS6G4Y7dsTIseVgU-XdaT6aiv7w8FdUaFERFvUIONLEP0gy0wt5QkCf_YFoHkYNEDsAMnA 2025/09/24 01:54:32 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/09/24 01:54:33 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/24 01:54:33 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "ALv4V5Y8b5PxJ4WjNdIt_LORhjWaou7QERWNK9JQ7rGcmje_DYL4Bw15iw4hBaATX2ja9f7IPHUm8CGFh2-mGEcf5u5A7FHL3-zyz3_rtWMsRZ7Xy7zOGoqOtJ7Y1hGt5ApkU4wf9YpqXI-YbhjkgA0lgPB6KSDGcG5s6R5rHz26sZvfaFZS5itaGCzseajGzimaXPiFedjU1FDDcHnYByV7VYmtqd3-_WznO5ub62TX7vUW2sZyyhuW5MZPMKpKp8I8UN-Ydto3xM7F_iS6G4Y7dsTIseVgU-XdaT6aiv7w8FdUaFERFvUIONLEP0gy0wt5QkCf_YFoHkYNEDsAMnA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/09/24 01:54:34 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ALI4kN7B-VmR4JMb_1WU105spgPfQrnpC6qyK5Xo1H76SQXgBdXxnj4kVIAohDqwcEyPvhm-XxX-wJ53rVJ3bsFHj9ccUGh3XqCTbvQzK2v1YjT4ox-czh5drbA6rBKkxLnWSFVtljoVs8DrKgE-IB2lvUFbAev2ODCrc_ABf9fCXTUhus7GfVJ3M3Cny8gSNh8pNKXN0SwDt9IEclOO5Z_7M-q-tjGNoxMS77hzt2PrH9Cy4gZ1pGQyqNzcb13G05iYRdeCG_CUFEwFv1lPweEppIHrFtV7zKchei7_bp6g7WqtiHzWl1gRPIcS1G2rW0FJM_bjHC5kcBZExPr8Lfs 2025/09/24 01:54:35 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/24 01:54:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/24 01:54:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ALI4kN7B-VmR4JMb_1WU105spgPfQrnpC6qyK5Xo1H76SQXgBdXxnj4kVIAohDqwcEyPvhm-XxX-wJ53rVJ3bsFHj9ccUGh3XqCTbvQzK2v1YjT4ox-czh5drbA6rBKkxLnWSFVtljoVs8DrKgE-IB2lvUFbAev2ODCrc_ABf9fCXTUhus7GfVJ3M3Cny8gSNh8pNKXN0SwDt9IEclOO5Z_7M-q-tjGNoxMS77hzt2PrH9Cy4gZ1pGQyqNzcb13G05iYRdeCG_CUFEwFv1lPweEppIHrFtV7zKchei7_bp6g7WqtiHzWl1gRPIcS1G2rW0FJM_bjHC5kcBZExPr8Lfs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/09/24 01:54:37 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AAzPSf0tFCUE7wU5LK-mGKWPsXoHb51gGtz-6Hc36oVNRpND726S8-6kCv_G6dpdlIydqzu1KNCjW6Z5EgKvSY0-c8lB37iqqJdgo8VpUJKjFIpwRa8nR4ba_JUHoKwOmv8PVoY4whOaXfngjeWhkOTjMk2eYiJNoSvV0jFyTzZsMw6Z2zIe5uzOMB-55EeK3vnCv2njpSSP-gLJ9i3_hBf4gUjbxHoWLg3-WQAA51AS9cKHK9zLKmtXB7U11W2xxefrSKLi6v2aINPzF06BV9B3zQG_UJINFEsLCmAudLq3pSM_gHWA5uAUXczrzVLNFXD7_9gHMaQm6ekmJbycgUQ 2025/09/24 01:54:37 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/09/24 01:54:37 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/09/24 01:54:37 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/09/24 01:54:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/24 01:54:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/24 01:54:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/24 01:54:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AAzPSf0tFCUE7wU5LK-mGKWPsXoHb51gGtz-6Hc36oVNRpND726S8-6kCv_G6dpdlIydqzu1KNCjW6Z5EgKvSY0-c8lB37iqqJdgo8VpUJKjFIpwRa8nR4ba_JUHoKwOmv8PVoY4whOaXfngjeWhkOTjMk2eYiJNoSvV0jFyTzZsMw6Z2zIe5uzOMB-55EeK3vnCv2njpSSP-gLJ9i3_hBf4gUjbxHoWLg3-WQAA51AS9cKHK9zLKmtXB7U11W2xxefrSKLi6v2aINPzF06BV9B3zQG_UJINFEsLCmAudLq3pSM_gHWA5uAUXczrzVLNFXD7_9gHMaQm6ekmJbycgUQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/09/24 01:54:40 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AD01DlkGQWcrXSXBb_R8zZrGO2bSKcsO2a9jq_xNXoJIqTdkU-wr40BpRJOxva2dbYPUk8hB3_6VxWyWnZlgcHyoX-eJ9s-KZ9QZ8P9X3FVHmj8uJ4hRnR8mqdieSu1TsC19e9dgBGrV7_2wmTUYo92sckmJHCc7Us4IKmyoj4SBTdFgFe4UCCI9zqf_A8xj39cTmO_Iv_lQmLDSRn-_ZjmoMMnxWqGtLuWa7F-E7ZY7i-KRoNaZGVXDUxnPLA9trQMW4Sqwmw8ozOcRRWKd7bNtOvpS8CSTVUclNB0t4r1cu2RZQn3KwUUGerAwQR9ZYlNE9WFC9ovHGcnWvDm7qQ4 2025/09/24 01:54:40 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/24 01:54:40 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/09/24 01:54:40 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/09/24 01:54:40 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/24 01:54:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/24 01:54:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/24 01:54:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AD01DlkGQWcrXSXBb_R8zZrGO2bSKcsO2a9jq_xNXoJIqTdkU-wr40BpRJOxva2dbYPUk8hB3_6VxWyWnZlgcHyoX-eJ9s-KZ9QZ8P9X3FVHmj8uJ4hRnR8mqdieSu1TsC19e9dgBGrV7_2wmTUYo92sckmJHCc7Us4IKmyoj4SBTdFgFe4UCCI9zqf_A8xj39cTmO_Iv_lQmLDSRn-_ZjmoMMnxWqGtLuWa7F-E7ZY7i-KRoNaZGVXDUxnPLA9trQMW4Sqwmw8ozOcRRWKd7bNtOvpS8CSTVUclNB0t4r1cu2RZQn3KwUUGerAwQR9ZYlNE9WFC9ovHGcnWvDm7qQ4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/09/24 01:54:44 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AB7JcUa67D0QGViEiC7tQkV38EAwj8EL7s0D0_aztr6kjei2iLtGYNXXotCmZOzwfSTSHgsKi1boxEv_2hUOS0v060dRoJ8O04enuI9kV9EACAzarn5v_Ut_ZMZvAGrqe2G2gsbo3ybAuzBTqvYWaAj0hXjVR0WB4GmerWi-Bj8Kt_8-NuLHQZ4a_HLpDvJmsrbyIc4FqRpBZ9_lvz9qizZgVXPM3hH-vATQPpofSBllSCNvNyxyLSOcERQVaTJjKfeDM3U5zlJ2MXk3iKMUzeRfUMGM3ijuhO0WftDEiAUcddJrBIb_JUT0Tna_y9PWY-KDgndS6_3QV8zXzX8zH-s 2025/09/24 01:54:44 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/09/24 01:54:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/09/24 01:54:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AB7JcUa67D0QGViEiC7tQkV38EAwj8EL7s0D0_aztr6kjei2iLtGYNXXotCmZOzwfSTSHgsKi1boxEv_2hUOS0v060dRoJ8O04enuI9kV9EACAzarn5v_Ut_ZMZvAGrqe2G2gsbo3ybAuzBTqvYWaAj0hXjVR0WB4GmerWi-Bj8Kt_8-NuLHQZ4a_HLpDvJmsrbyIc4FqRpBZ9_lvz9qizZgVXPM3hH-vATQPpofSBllSCNvNyxyLSOcERQVaTJjKfeDM3U5zlJ2MXk3iKMUzeRfUMGM3ijuhO0WftDEiAUcddJrBIb_JUT0Tna_y9PWY-KDgndS6_3QV8zXzX8zH-s" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/09/24 01:54:46 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AH73kEhwTMLqqW0V4k-8DDYt-jwzDLGJd8zJbhZrCV-s_F45wRIr88Hc2dEYw57aCQnF-bCIfdmIp_VKVbmlAkAspNGWZU_ux9v6AKn_3p2mbr1_VoOqssBKzQj25LZUhNKKwoVKDVRcnNvy3TDNfhGdOSODlwHO1babHxCzqYZMiZPDIK8y8TpINI6ZA1xYVXy7amLhLtacy7T3TLzvDen1STJarhcXRAdeXY7WqQrIQsdIZ5wFJHydlj_Vo01as7WZVBDbU8cz1ta0NO_3iqpr68RQ75XT9mCTkSwucIDF9RYZ0AMRY9VMqHuAx50MYAKIw5s3gUVBDdAYpiBVXzs 2025/09/24 01:54:46 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/09/24 01:54:47 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/24 01:54:47 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AH73kEhwTMLqqW0V4k-8DDYt-jwzDLGJd8zJbhZrCV-s_F45wRIr88Hc2dEYw57aCQnF-bCIfdmIp_VKVbmlAkAspNGWZU_ux9v6AKn_3p2mbr1_VoOqssBKzQj25LZUhNKKwoVKDVRcnNvy3TDNfhGdOSODlwHO1babHxCzqYZMiZPDIK8y8TpINI6ZA1xYVXy7amLhLtacy7T3TLzvDen1STJarhcXRAdeXY7WqQrIQsdIZ5wFJHydlj_Vo01as7WZVBDbU8cz1ta0NO_3iqpr68RQ75XT9mCTkSwucIDF9RYZ0AMRY9VMqHuAx50MYAKIw5s3gUVBDdAYpiBVXzs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/09/24 01:54:48 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AD9xFWq5zCgwTDdWrgtq-lVgWdecnv58MNVW8U-9fjIXy5FMPC8WEVwUxpVtMqHb7jfcOXcvrdxebfDncp9HKrbJD6bVI4hDrHLTtZB6DlATxu1HwNDShGwJA_kj_gTHQ-beD8-Uhle_J3E_8VE-iRR989zf7QlIyIk0YPewFyFamNTPgUiQJebQa7OD2dpsGQnHDtIjIxj5MsHMsGjlSOqqjkRyHXqd0AFmOJODJniQx0F7Tfz7hHYe6oTm41PMFL5QmN6w2cCuCgsFRf8B5ATal_AVujz1WElCNqoHDnH5WU0ysOe6kAMjXvmy7bLXwP7Vmby-VV8HM6cRA9hpBPA 2025/09/24 01:54:48 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/24 01:54:49 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/24 01:54:49 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AD9xFWq5zCgwTDdWrgtq-lVgWdecnv58MNVW8U-9fjIXy5FMPC8WEVwUxpVtMqHb7jfcOXcvrdxebfDncp9HKrbJD6bVI4hDrHLTtZB6DlATxu1HwNDShGwJA_kj_gTHQ-beD8-Uhle_J3E_8VE-iRR989zf7QlIyIk0YPewFyFamNTPgUiQJebQa7OD2dpsGQnHDtIjIxj5MsHMsGjlSOqqjkRyHXqd0AFmOJODJniQx0F7Tfz7hHYe6oTm41PMFL5QmN6w2cCuCgsFRf8B5ATal_AVujz1WElCNqoHDnH5WU0ysOe6kAMjXvmy7bLXwP7Vmby-VV8HM6cRA9hpBPA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/09/24 01:54:50 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: ALQ7ep5M1fu210nfRgIODN1rCBTsNIxp65pAbnbmjequqhsuqK-KgygTAoNXxHzegCbbFYwFM1O9d1wRW44N4tje-QZfsjCf81uo5Jg2x5KI8RYnjg0CfxhRPvPawRRLqlqKi8TEaTGr3tnH1Y_EQnWHtJ_gLkjIDg6FoYkGC4O5C0dG9JrGGnLZwMu8vVa7P8Dd8yHkPcUn2acAYXl83mluVb9Z6FXuL4KcpKUNQxWWs3hgGJZ8C6k_A3oR5TX6BVw1r9d77n7qUGsYAR-ASqajGBvn20Y_V7r9k-yHm7UFyOWeIzqKQSIvn6XxYzEqvGMhKk6UbaDPvPTrOC9FvXY 2025/09/24 01:54:51 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/09/24 01:54:51 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/09/24 01:54:51 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/09/24 01:54:51 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/24 01:54:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/24 01:54:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/24 01:54:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "ALQ7ep5M1fu210nfRgIODN1rCBTsNIxp65pAbnbmjequqhsuqK-KgygTAoNXxHzegCbbFYwFM1O9d1wRW44N4tje-QZfsjCf81uo5Jg2x5KI8RYnjg0CfxhRPvPawRRLqlqKi8TEaTGr3tnH1Y_EQnWHtJ_gLkjIDg6FoYkGC4O5C0dG9JrGGnLZwMu8vVa7P8Dd8yHkPcUn2acAYXl83mluVb9Z6FXuL4KcpKUNQxWWs3hgGJZ8C6k_A3oR5TX6BVw1r9d77n7qUGsYAR-ASqajGBvn20Y_V7r9k-yHm7UFyOWeIzqKQSIvn6XxYzEqvGMhKk6UbaDPvPTrOC9FvXY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/09/24 01:54:53 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AAKxSfeZ3VNHDlKleJgbFI7VYSOXTBMaPPT61EfshZTbbb5agBWMF9LXJOEFP_tAkB6HEoZP9AJDScDS2VRgVYESyifU_Dny_IU6Iubd3c9xWcaXKC_h5XnQfNed_O1vbwOBhvvg0ldCIRhNQhDmfR7GSX5oui7sreQefpucCOpZFSA_YG-oZG0-VvSdb7STqJB-q7HjL8naArJIAb8pVvn0glHcl6e8QjzCNIdWgVedtLocijNGuuvGzDXKKPsPIh6OETtE-TorEzzzHTuFWaGDEQuPJEiiqoZZJJ0ymFKKQUMFsuTGcdSE0J_yKZ-W_-T5Ngk8DdzdV7-x0pr2HYw 2025/09/24 01:54:54 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/24 01:54:54 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/09/24 01:54:54 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/09/24 01:54:54 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/24 01:54:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/24 01:54:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/24 01:54:56 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AAKxSfeZ3VNHDlKleJgbFI7VYSOXTBMaPPT61EfshZTbbb5agBWMF9LXJOEFP_tAkB6HEoZP9AJDScDS2VRgVYESyifU_Dny_IU6Iubd3c9xWcaXKC_h5XnQfNed_O1vbwOBhvvg0ldCIRhNQhDmfR7GSX5oui7sreQefpucCOpZFSA_YG-oZG0-VvSdb7STqJB-q7HjL8naArJIAb8pVvn0glHcl6e8QjzCNIdWgVedtLocijNGuuvGzDXKKPsPIh6OETtE-TorEzzzHTuFWaGDEQuPJEiiqoZZJJ0ymFKKQUMFsuTGcdSE0J_yKZ-W_-T5Ngk8DdzdV7-x0pr2HYw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/09/24 01:54:59 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: APRFRVcJ4QmhO61WOcT7JgZTZwDbZ9pZnXvFRGdhNn-Tv1-JwZ-TmZn3Y9GKRQK4R9OZlSDcOxhq_qHnVVoXbiOvtlTooIBm1EvIWWyqr9C2DIbYrBS4Kc9ALXNtqeylx1iAscryJIx9mb2sFfqyQcBiDrh0-YURw-sCNvZp7ZQjjJN3MWtaZClcr8OJQuDD_mah3pNTFNA8Huo-nphotO3YCcF0avyZJfRv_ZRAVTSi-BMgeF1rL-oQg6iXwWi-fuqT8fIzSK5Rue8apUYQyzGBHsCDI49rcgg6CJfTt3A3WX_hJ_o6FnjinjCaSZVzpId-hDVsB5ilm5IFACQx2HU 2025/09/24 01:54:59 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/09/24 01:55:00 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/09/24 01:55:00 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "APRFRVcJ4QmhO61WOcT7JgZTZwDbZ9pZnXvFRGdhNn-Tv1-JwZ-TmZn3Y9GKRQK4R9OZlSDcOxhq_qHnVVoXbiOvtlTooIBm1EvIWWyqr9C2DIbYrBS4Kc9ALXNtqeylx1iAscryJIx9mb2sFfqyQcBiDrh0-YURw-sCNvZp7ZQjjJN3MWtaZClcr8OJQuDD_mah3pNTFNA8Huo-nphotO3YCcF0avyZJfRv_ZRAVTSi-BMgeF1rL-oQg6iXwWi-fuqT8fIzSK5Rue8apUYQyzGBHsCDI49rcgg6CJfTt3A3WX_hJ_o6FnjinjCaSZVzpId-hDVsB5ilm5IFACQx2HU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/09/24 01:55:02 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AC1S9b6Vsuwqto_bqmEoW69HpRiiKI95zEhI2r9OcB2Zmoxo-onjMdfPMMY18IzH1mNF4vvNij1tBG609mNqh8Gg4Ulb3gfzH2-w1utVcZGh-p1zK9F8hyo0oMv_JQn5UyjwAvEiOQTh_n0vRzA-Tpn1haIM49Rew2GYN-Lf40KkhyKDWjX2grE18c2mgHD2fN8Ldfr3vTl7ywz5ZOgjwo-Mlwzg9XSzLa4q9SR09T8Gxvw3KbeCql1pOdDf3RC4a2sK2MP6tnnLMyRyVVN8jHAAm1yj7xt20YzwyTg1yp0CCBudrmS5SIdDwir4ShR1rpXYFEByegefd4BgFOTgeLQ 2025/09/24 01:55:02 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/09/24 01:55:03 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/24 01:55:03 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AC1S9b6Vsuwqto_bqmEoW69HpRiiKI95zEhI2r9OcB2Zmoxo-onjMdfPMMY18IzH1mNF4vvNij1tBG609mNqh8Gg4Ulb3gfzH2-w1utVcZGh-p1zK9F8hyo0oMv_JQn5UyjwAvEiOQTh_n0vRzA-Tpn1haIM49Rew2GYN-Lf40KkhyKDWjX2grE18c2mgHD2fN8Ldfr3vTl7ywz5ZOgjwo-Mlwzg9XSzLa4q9SR09T8Gxvw3KbeCql1pOdDf3RC4a2sK2MP6tnnLMyRyVVN8jHAAm1yj7xt20YzwyTg1yp0CCBudrmS5SIdDwir4ShR1rpXYFEByegefd4BgFOTgeLQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/09/24 01:55:06 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AG33FXTBaPraJypQdFdyn9_X1weKs1JVoGkr8-MRUkPf0dB5LLvVPPP1v227i2rMEHwa0A-7oFG84D2_TBsCipgTlJ2ruWrzC143CZ-zjFxSJ0G8QYKWnSd53t9A5GvH-SBmmc5IJBRwrQzz0tIZTsBn1CwJyM4atyeo4kLUPtyV5AvvBYo7IMaLbkn0q0VB3vZ_Ki2Iy0aFovgk6F926kIMZlGHihLWW2VCk5U0huoTtCYRaPBj09xZZpTJNf-8-tm3KCUr9psx89cJsJltxY22T5wM32bu9-LQuxw_j3gU1uhzqKhdpRN8EnF7L6oMdACIFsLdMAETyQtrsIchNFI 2025/09/24 01:55:07 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/24 01:55:09 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/24 01:55:09 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AG33FXTBaPraJypQdFdyn9_X1weKs1JVoGkr8-MRUkPf0dB5LLvVPPP1v227i2rMEHwa0A-7oFG84D2_TBsCipgTlJ2ruWrzC143CZ-zjFxSJ0G8QYKWnSd53t9A5GvH-SBmmc5IJBRwrQzz0tIZTsBn1CwJyM4atyeo4kLUPtyV5AvvBYo7IMaLbkn0q0VB3vZ_Ki2Iy0aFovgk6F926kIMZlGHihLWW2VCk5U0huoTtCYRaPBj09xZZpTJNf-8-tm3KCUr9psx89cJsJltxY22T5wM32bu9-LQuxw_j3gU1uhzqKhdpRN8EnF7L6oMdACIFsLdMAETyQtrsIchNFI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/09/24 01:55:11 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ABsZykZlKSFYae-UYJZ-aoH3NpaxpvUuh_sm8svJkzfjI-mSiyY0ivSgee1_xpsMEKzG_sAymXoKxgwytpL0K3TZn4j8efSHLZ_GZdCXpznBcANhSD201oivPnMQyyfwX_Op3TpHzpomh7g0T6gZ9fzvYNqFnXrkgAanLswsQu-4ikWAYLttNBpUvlHbUTqOnFqy3-AedGvmn3HqnPo3nb82SMg-mPioFXoguZikgncrwA-Saot8oh48_NkZ9cdpUbJwZ0vLp3_DxNYKIAi_U-0HeSATzBkmQ95xfVBD-o5RRrrj7-PpBB40CL9YWsYh-xQawPHQTDO2VhOdQu_iqYQ 2025/09/24 01:55:11 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/09/24 01:55:12 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/09/24 01:55:12 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/09/24 01:55:12 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/24 01:55:12 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/24 01:55:13 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/24 01:55:13 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ABsZykZlKSFYae-UYJZ-aoH3NpaxpvUuh_sm8svJkzfjI-mSiyY0ivSgee1_xpsMEKzG_sAymXoKxgwytpL0K3TZn4j8efSHLZ_GZdCXpznBcANhSD201oivPnMQyyfwX_Op3TpHzpomh7g0T6gZ9fzvYNqFnXrkgAanLswsQu-4ikWAYLttNBpUvlHbUTqOnFqy3-AedGvmn3HqnPo3nb82SMg-mPioFXoguZikgncrwA-Saot8oh48_NkZ9cdpUbJwZ0vLp3_DxNYKIAi_U-0HeSATzBkmQ95xfVBD-o5RRrrj7-PpBB40CL9YWsYh-xQawPHQTDO2VhOdQu_iqYQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/09/24 01:55:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AHDEnS4D3hkQ08aDz5ymdLkVHOPlYRT85zw_5O3L5BqTy7M-0poeRwDdnIlaEMZ8RE39PqEOBjYBqswQsvziUYWNxwn_7K0bcsKVhxVRIyUsc1APBFfyOuFr2Ot-mNYMW4X2zpZYY7DOAA4tbqKQaU-V9lpn6Rj5vOXZqWf-03kZ5keAm1EdTt4V2mONgZg9jcRkV4B_HOH-ZU6RwOTC4sEM2jP_ozs74a4pOGZupwNzdykTk2O3xMGy1fwnNrDcH9abWi3UfX8xQ45rbkS7m_nSTkin3VbhpbiMcn0Ggmq8tiLCbW23z29Eq0FF-5V7-ItMOoZX2HHGV2DubIb-3WQ 2025/09/24 01:55:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/24 01:55:22 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/09/24 01:55:22 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/09/24 01:55:22 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/24 01:55:24 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/24 01:55:28 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/24 01:55:28 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AHDEnS4D3hkQ08aDz5ymdLkVHOPlYRT85zw_5O3L5BqTy7M-0poeRwDdnIlaEMZ8RE39PqEOBjYBqswQsvziUYWNxwn_7K0bcsKVhxVRIyUsc1APBFfyOuFr2Ot-mNYMW4X2zpZYY7DOAA4tbqKQaU-V9lpn6Rj5vOXZqWf-03kZ5keAm1EdTt4V2mONgZg9jcRkV4B_HOH-ZU6RwOTC4sEM2jP_ozs74a4pOGZupwNzdykTk2O3xMGy1fwnNrDcH9abWi3UfX8xQ45rbkS7m_nSTkin3VbhpbiMcn0Ggmq8tiLCbW23z29Eq0FF-5V7-ItMOoZX2HHGV2DubIb-3WQ" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/09/24 01:55:36 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/09/24 01:55:45 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/09/24 01:55:47 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/09/24 01:55:51 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/09/24 01:55:56 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/09/24 01:55:57 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AKCAim-zUlpH5rKKL7BGk8aPmU0BavkK0aTtC8Tetge1V8lBEWomSkQUAhWJrButk5WYN1SwCh1HS9PA32zYxV_WT7hj993d5ramqG4d9o6zMk_niThODMwrR5wDyuZKWkZW2o-fEhoOytN_7Y7MCS2lJmR6I6zLC9Ghfy7EXS7Rod5sHG-MhBKJ2UwUMsKeZYNpaM-lSV5gyvElesmh6KQSCum7UGBrtUagLcza0wWvganjtnKyuFGjhCDm86i0wWFBp5RfthVEActJeQb-9kGsQ6YJfxtaERLwaPWHKlz2xSI_oKcLxwgScNjltlBUkgp18HXhv9Nu1iPhMcV6cH0 2025/09/24 01:55:57 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/24 01:55:57 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "7c96c43b312d3a9ad5ffd7c86f1a5dfb" 2025/09/24 01:55:58 DEBUG : unknown-size-put.txt: multipart upload "AKCAim-zUlpH5rKKL7BGk8aPmU0BavkK0aTtC8Tetge1V8lBEWomSkQUAhWJrButk5WYN1SwCh1HS9PA32zYxV_WT7hj993d5ramqG4d9o6zMk_niThODMwrR5wDyuZKWkZW2o-fEhoOytN_7Y7MCS2lJmR6I6zLC9Ghfy7EXS7Rod5sHG-MhBKJ2UwUMsKeZYNpaM-lSV5gyvElesmh6KQSCum7UGBrtUagLcza0wWvganjtnKyuFGjhCDm86i0wWFBp5RfthVEActJeQb-9kGsQ6YJfxtaERLwaPWHKlz2xSI_oKcLxwgScNjltlBUkgp18HXhv9Nu1iPhMcV6cH0" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/09/24 01:55:58 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AIQNj7qXEJGB14BeBPqN4UMGaBI9_Tkmv35kLqLIHSg3runbEkb_eGmcEjOCx0Wec079hIZRi6C1yFPFnLSIns-q-kxNf8OJJq9wn9zfXhp9mgDQFnfUxhPjCEfbqrd1R86jMZThzHHpdXghsQUAIUU75QsgJCNROIhBYAz53ty6mT5zLbgDPKvsHPBuyDaO7Kh0skGBV4_-ML2vtXwWg6vNiD4QJJ1Y0PWrI0BYROkw_vryzEJte4mqDgLzszF_5lo2RkVnQtblWEKlmYAwh999GS7FzWYcu9M1PQIun7gGYEsqfMYKpWtD_W-FciyLTOVnRuy21nxYVmGs8s-NmMU 2025/09/24 01:55:58 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/09/24 01:55:58 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "fe7cfecc57e88dda3c129db583775213" 2025/09/24 01:55:59 DEBUG : unknown-size-update.txt: multipart upload "AIQNj7qXEJGB14BeBPqN4UMGaBI9_Tkmv35kLqLIHSg3runbEkb_eGmcEjOCx0Wec079hIZRi6C1yFPFnLSIns-q-kxNf8OJJq9wn9zfXhp9mgDQFnfUxhPjCEfbqrd1R86jMZThzHHpdXghsQUAIUU75QsgJCNROIhBYAz53ty6mT5zLbgDPKvsHPBuyDaO7Kh0skGBV4_-ML2vtXwWg6vNiD4QJJ1Y0PWrI0BYROkw_vryzEJte4mqDgLzszF_5lo2RkVnQtblWEKlmYAwh999GS7FzWYcu9M1PQIun7gGYEsqfMYKpWtD_W-FciyLTOVnRuy21nxYVmGs8s-NmMU" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/09/24 01:55:59 DEBUG : Creating backend with remote "TestS3R2:rclone-test-dalajep5luga/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/24 01:55:59 DEBUG : Waiting for deletions to finish 2025/09/24 01:55:59 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/09/24 01:55:59 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/09/24 01:55:59 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/09/24 01:56:00 INFO : S3 bucket rclone-test-dalajep5luga: Bucket "rclone-test-dalajep5luga" deleted 2025/09/24 01:56:00 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (171.29s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.31s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.11s) --- PASS: TestIntegration/FsMkdir (169.22s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.24s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.09s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.06s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.06s) --- PASS: TestIntegration/FsMkdir/FsEncoding (13.38s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.74s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.73s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.73s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.73s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.91s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.60s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.64s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.42s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (2.58s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (20.99s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.34s) --- 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.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.44s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (4.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (2.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.19s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.27s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.71s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.71s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.35s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (104.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (12.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (3.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (3.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (6.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (3.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (13.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (3.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (2.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (4.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (2.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (5.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (13.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (2.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (5.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (3.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (5.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (13.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (3.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (1.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (5.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (2.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (5.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (2.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (14.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (4.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (2.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (6.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (3.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (37.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (4.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (2.81s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (9.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (4.68s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (23.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (13.14s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (23.30s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (8.94s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (2.98s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (3.38s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (4.87s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (3.12s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (1.71s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.64s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.07s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.19s) --- 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/24 01:56:00 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/09/24 01:56:00 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 171.329s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 2m53.202164647s (try 1/5)