"go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Starting (try 1/5) === RUN TestSignHTTP --- PASS: TestSignHTTP (0.00s) === RUN TestVersionLess --- PASS: TestVersionLess (0.00s) === RUN TestMergeDeleteMarkers --- PASS: TestMergeDeleteMarkers (0.00s) === RUN TestRemoveAWSChunked === RUN TestRemoveAWSChunked/nil === RUN TestRemoveAWSChunked/empty === RUN TestRemoveAWSChunked/only_aws === RUN TestRemoveAWSChunked/leading_aws === RUN TestRemoveAWSChunked/trailing_aws === RUN TestRemoveAWSChunked/middle_aws === RUN TestRemoveAWSChunked/case_insensitive === RUN TestRemoveAWSChunked/duplicates === RUN TestRemoveAWSChunked/no_aws_normalize_spaces === RUN TestRemoveAWSChunked/surrounding_spaces === RUN TestRemoveAWSChunked/no_change --- PASS: TestRemoveAWSChunked (0.00s) --- PASS: TestRemoveAWSChunked/nil (0.00s) --- PASS: TestRemoveAWSChunked/empty (0.00s) --- PASS: TestRemoveAWSChunked/only_aws (0.00s) --- PASS: TestRemoveAWSChunked/leading_aws (0.00s) --- PASS: TestRemoveAWSChunked/trailing_aws (0.00s) --- PASS: TestRemoveAWSChunked/middle_aws (0.00s) --- PASS: TestRemoveAWSChunked/case_insensitive (0.00s) --- PASS: TestRemoveAWSChunked/duplicates (0.00s) --- PASS: TestRemoveAWSChunked/no_aws_normalize_spaces (0.00s) --- PASS: TestRemoveAWSChunked/surrounding_spaces (0.00s) --- PASS: TestRemoveAWSChunked/no_change (0.00s) === RUN TestIntegration fstests.go:438: Using remote "TestS3R2:" 2026/04/05 04:48:11 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yoletug4roro" 2026/04/05 04:48:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound 2026/04/05 04:48:12 INFO : S3 bucket rclone-test-yoletug4roro: Bucket "rclone-test-yoletug4roro" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2026/04/05 04:48:14 INFO : S3 bucket rclone-test-yoletug4roro: Bucket "rclone-test-yoletug4roro" deleted === RUN TestIntegration/FsMkdir 2026/04/05 04:48:15 INFO : S3 bucket rclone-test-yoletug4roro: Bucket "rclone-test-yoletug4roro" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/04/05 04:48:15 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2026/04/05 04:48:15 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2026/04/05 04:48:15 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsListDirNotFound === RUN TestIntegration/FsMkdir/FsListRDirNotFound === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:787: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2026/04/05 04:48:43 NOTICE: S3 bucket rclone-test-yoletug4roro: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2026/04/05 04:48:44 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: ALoEQZ6wn0RXBgdgi1vF4fM3aDm3FW7l0tbcDfX2SWHdSHySG3OVe0Wl4njTBSjqAtceIzX7gpHrQF2Rt66LLNbwYb6rRqCvdXudtPMGFNgq86xAgSo4romkYXadB2JtkHvDS5tEsmCYfWdwi5PBzFgeTAQWA3nyVNUloyMq2GhMGpws9q6iGfGIjg58j0JGj9HXVZNOWA5LqGFv3ceiHDVzO3i0U10Q7YrPQ-ZGa_W4A8dYParuffsGIGCAUEgVWP4gMfxV1rU1rksrjeFPyBc8xl2MwtBcVs5l_WVCDLfkCgPpVN-2cj35g05vHDSAemjS6QGPKSUGnqEdvgDgf8I 2026/04/05 04:48:44 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "ba4664614a6c51614ae22f9b43aadf7c" 2026/04/05 04:48:45 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "b762a8cc12a601f8b903c898400c3076" 2026/04/05 04:48:45 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "ad2a39cdcaa8bf2a57c148a0b014aad2" 2026/04/05 04:48:46 DEBUG : writer-at-subdir/writer-at-file: multipart upload "ALoEQZ6wn0RXBgdgi1vF4fM3aDm3FW7l0tbcDfX2SWHdSHySG3OVe0Wl4njTBSjqAtceIzX7gpHrQF2Rt66LLNbwYb6rRqCvdXudtPMGFNgq86xAgSo4romkYXadB2JtkHvDS5tEsmCYfWdwi5PBzFgeTAQWA3nyVNUloyMq2GhMGpws9q6iGfGIjg58j0JGj9HXVZNOWA5LqGFv3ceiHDVzO3i0U10Q7YrPQ-ZGa_W4A8dYParuffsGIGCAUEgVWP4gMfxV1rU1rksrjeFPyBc8xl2MwtBcVs5l_WVCDLfkCgPpVN-2cj35g05vHDSAemjS6QGPKSUGnqEdvgDgf8I" finished === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:869: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2026/04/05 04:48:51 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2026/04/05 04:48:51 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1122: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2026/04/05 04:48:54 DEBUG : S3 bucket rclone-test-yoletug4roro: bucket is versioned: false 2026/04/05 04:48:54 DEBUG : Waiting for deletions to finish 2026/04/05 04:48:55 DEBUG : "dirToPurge/fileToPurge.txt" version false 2026/04/05 04:48:55 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2026/04/05 04:48:55 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/04/05 04:48:56 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yoletug4roro/dirToPurgeFromRoot" 2026/04/05 04:48:57 DEBUG : S3 bucket rclone-test-yoletug4roro path dirToPurgeFromRoot: bucket is versioned: false 2026/04/05 04:48:57 DEBUG : Waiting for deletions to finish 2026/04/05 04:48:57 DEBUG : "fileToPurgeFromRoot.txt" version false 2026/04/05 04:48:57 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2026/04/05 04:48:57 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/04/05 04:48:57 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yoletug4roro/hello? sausage/êé" 2026/04/05 04:48:59 DEBUG : S3 bucket rclone-test-yoletug4roro path hello? sausage/êé: bucket is versioned: false 2026/04/05 04:48:59 DEBUG : Waiting for deletions to finish 2026/04/05 04:48:59 DEBUG : "a/b/c/d/e.txt" version false 2026/04/05 04:48:59 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2026/04/05 04:49:00 INFO : a/b/c/d/e.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1347: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1464: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1699: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/04/05 04:49:11 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yoletug4roro/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/04/05 04:49:11 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yoletug4roro/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1916: Opening root remote "TestS3R2:" path "rclone-test-yoletug4roro" from "TestS3R2:rclone-test-yoletug4roro" 2026/04/05 04:49:11 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2060: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2117: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2139: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2289: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/04/05 04:49:19 DEBUG : piped data.txt: open chunk writer: started multipart upload: APhYUtKPSO1P0MkEJi_zPQETsbibaEQZPC1tDN23gKepbzRsJPUQbra5WwYYLh9soBQHHxneIvTKBKLnSzVCsM8aZqO74dNFHwqigdUM9J8p2wMtc3c0tLvNJhUyHHaGRrfWk5lqxmNxZD7lUVUXx2s5e_m0kLt3ZGTb6DouqVA9RscEG3ekIfUnP6WATHp5JKtNSX7odOxD2UAvpCUvFPYnN9ZA0jEXHeGVIAV8FEWBlvlx-37Y4USeDrc20ollurltTtj1LU8twAJv4DLAWbD7rudCr07D493FiH882i22C-SlzGTTtF3DcdI7zvYhOSWmHAvBI1d8_h6L6t5Ud2U 2026/04/05 04:49:19 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2026/04/05 04:49:19 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2026/04/05 04:49:19 DEBUG : piped data.txt: multipart upload "APhYUtKPSO1P0MkEJi_zPQETsbibaEQZPC1tDN23gKepbzRsJPUQbra5WwYYLh9soBQHHxneIvTKBKLnSzVCsM8aZqO74dNFHwqigdUM9J8p2wMtc3c0tLvNJhUyHHaGRrfWk5lqxmNxZD7lUVUXx2s5e_m0kLt3ZGTb6DouqVA9RscEG3ekIfUnP6WATHp5JKtNSX7odOxD2UAvpCUvFPYnN9ZA0jEXHeGVIAV8FEWBlvlx-37Y4USeDrc20ollurltTtj1LU8twAJv4DLAWbD7rudCr07D493FiH882i22C-SlzGTTtF3DcdI7zvYhOSWmHAvBI1d8_h6L6t5Ud2U" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/04/05 04:49:20 DEBUG : piped data.txt: open chunk writer: started multipart upload: AAtnJL4ko9cVHDmgc9auzzowmx8fCWIOfQPH8nH8VWLwue25tJzf3R4xdF1V00aiOl2cp1wLPiVNOZE-_Dt75T25Q_ljdnRVIIKgM7vYIPTktKzVhrwaBuf9xSPFX86nNjadBjTxT5l6C0uSTCkVTvvoU_Eza6ZX6DMT4SjAznsTyFsgpuzcvpGSSk1A0nOLEWfrnrVv44dG4xvmxfXduSnia5Uz3qiQOk2IHGHEiM1yQQ5Z82-KfEaZ4Su_kCahelFs8joP6_IU7xU-2u7Xnd19DatIVZ9vpBeU9WFKaskPqGHQfrA1ApvD9EVXrluunOTDtSAiNWDPWIZMVjtaz-Q 2026/04/05 04:49:20 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/04/05 04:49:21 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "515aef13fbe206225d06138934c90eaa" 2026/04/05 04:49:21 DEBUG : piped data.txt: multipart upload "AAtnJL4ko9cVHDmgc9auzzowmx8fCWIOfQPH8nH8VWLwue25tJzf3R4xdF1V00aiOl2cp1wLPiVNOZE-_Dt75T25Q_ljdnRVIIKgM7vYIPTktKzVhrwaBuf9xSPFX86nNjadBjTxT5l6C0uSTCkVTvvoU_Eza6ZX6DMT4SjAznsTyFsgpuzcvpGSSk1A0nOLEWfrnrVv44dG4xvmxfXduSnia5Uz3qiQOk2IHGHEiM1yQQ5Z82-KfEaZ4Su_kCahelFs8joP6_IU7xU-2u7Xnd19DatIVZ9vpBeU9WFKaskPqGHQfrA1ApvD9EVXrluunOTDtSAiNWDPWIZMVjtaz-Q" finished === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress 2026/04/05 04:49:23 NOTICE: test-metadata: Not decompressing 'Content-Encoding: gzip' compressed file. Use --s3-decompress to override === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions s3_internal_test.go:298: Couldn't enable versioning: operation error S3: PutBucketVersioning, https response error StatusCode: 501, RequestID: , HostID: , api error NotImplemented: PutBucketVersioning not implemented === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock s3_internal_test.go:530: Object Lock not supported by this provider: CreateBucket with Object Lock failed: operation error S3: CreateBucket, https response error StatusCode: 501, RequestID: , HostID: , api error NotImplemented: Header 'x-amz-bucket-object-lock-enabled' with value 'true' not implemented === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed 2026/04/05 04:49:26 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AD-aV1Ct8TRvieOdL9DAhQdgUvNkBTK_7WdsoXAlLAuhVbO6gLWQbaFn0fq9W6hgdVgMenpjUVUmdWAIs4z_K5fRGg1dk3SG4SziNHUjeGE_t9-hyHnN0XdKNukJz7lRF6BsExx0lLND5uQBNmKMTt_d_Ul8neLQM8tBKHsYrzR6e9nsi7kI4TRyGm2DLXJziGBCCyYE-0j6wfAyi_FcwoEJGJhoalAVw2N6kJjOia4bn2U5v7rviDKICy8lmUV2oL9rVLZ-lQHc2Yo12v4ao3wmCTnvjKr5jTo-oPaijf-jzSGz_0nhbvK7XrNRGFMa8YFYbyrdcLGddI5ZlT5L0Nk 2026/04/05 04:49:26 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2026/04/05 04:49:27 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2026/04/05 04:49:27 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AD-aV1Ct8TRvieOdL9DAhQdgUvNkBTK_7WdsoXAlLAuhVbO6gLWQbaFn0fq9W6hgdVgMenpjUVUmdWAIs4z_K5fRGg1dk3SG4SziNHUjeGE_t9-hyHnN0XdKNukJz7lRF6BsExx0lLND5uQBNmKMTt_d_Ul8neLQM8tBKHsYrzR6e9nsi7kI4TRyGm2DLXJziGBCCyYE-0j6wfAyi_FcwoEJGJhoalAVw2N6kJjOia4bn2U5v7rviDKICy8lmUV2oL9rVLZ-lQHc2Yo12v4ao3wmCTnvjKr5jTo-oPaijf-jzSGz_0nhbvK7XrNRGFMa8YFYbyrdcLGddI5ZlT5L0Nk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2026/04/05 04:49:28 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AMNNIztGkPkIgCDBiAxHtsbr0mbqHkOrmj1ZShAWjggoHaqQjVFFN-zFqsPD0-8XYKhJFJU6o_anDaxDvyn6JNudibnOz8qugUN86ZrOZiIq2u-m42DUba4BvEMpiHedfpsdWdKYY5Gj5a38t7SIRFS3zVFBLGdx2Iz1Kn-glJaAwbqkw2O41CNysl58pBY88d2T8lmGQhPoPLcFksYEUzUCNuAo4PtqPJ-Tvo2PmCCfyp0DSQXswHXT9wvDxM4qwVJDIuu0s5wC9zb4pCL1A_zrYrnq0ioQFzJ40ZstUpKGyIYG6NZbjibjjdBqgV-CRQp7cPWzSYcJH84B1_cs1NI 2026/04/05 04:49:29 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2026/04/05 04:49:29 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/04/05 04:49:30 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AMNNIztGkPkIgCDBiAxHtsbr0mbqHkOrmj1ZShAWjggoHaqQjVFFN-zFqsPD0-8XYKhJFJU6o_anDaxDvyn6JNudibnOz8qugUN86ZrOZiIq2u-m42DUba4BvEMpiHedfpsdWdKYY5Gj5a38t7SIRFS3zVFBLGdx2Iz1Kn-glJaAwbqkw2O41CNysl58pBY88d2T8lmGQhPoPLcFksYEUzUCNuAo4PtqPJ-Tvo2PmCCfyp0DSQXswHXT9wvDxM4qwVJDIuu0s5wC9zb4pCL1A_zrYrnq0ioQFzJ40ZstUpKGyIYG6NZbjibjjdBqgV-CRQp7cPWzSYcJH84B1_cs1NI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2026/04/05 04:49:31 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: ANOPFHIWOAGht2iHcL-hu7drTsIu_CdbJlRo4IzJJuLukrGmuD--UGTvKFL3zVjqao86nKhSi6OJmDzTVV2sdkEUoIZKswevcNpRn_eJVDr06CNZY3eD8VjIbScxxPp1mGYFtiWwnVCwufw5AnpjFEzp83SKuPPHQiJwut9qr_v7KJGnZXtJl14FNeT8uCPlp3QnFRvqVs9cKVIy7ev7lU_bVpMKz9pu8Ermxsct49PRo1acjt9y35GM16Z4ybIvObe-N_aRx20xKDE5Augb7fHxmy67c01B5RFwoA5DeRgi6VKkAce5xsN3Hq89Q0zsdiNjKGx8-hYSvrM2wCtpJ4E 2026/04/05 04:49:31 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/04/05 04:49:32 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/04/05 04:49:32 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "ANOPFHIWOAGht2iHcL-hu7drTsIu_CdbJlRo4IzJJuLukrGmuD--UGTvKFL3zVjqao86nKhSi6OJmDzTVV2sdkEUoIZKswevcNpRn_eJVDr06CNZY3eD8VjIbScxxPp1mGYFtiWwnVCwufw5AnpjFEzp83SKuPPHQiJwut9qr_v7KJGnZXtJl14FNeT8uCPlp3QnFRvqVs9cKVIy7ev7lU_bVpMKz9pu8Ermxsct49PRo1acjt9y35GM16Z4ybIvObe-N_aRx20xKDE5Augb7fHxmy67c01B5RFwoA5DeRgi6VKkAce5xsN3Hq89Q0zsdiNjKGx8-hYSvrM2wCtpJ4E" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2026/04/05 04:49:33 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AOc59GPSbp21CiIEj8BlUqBudf6p5m_8uQRREw-64usmdLjePiC4gw2-NQGLBtqww3amuwZJcBFgGObE3XCNz-hbXEpTpFaEWF8jn0ROGSuFW4Vfa_mVotM5FgRd3rpFcG86vVyIVtjRJ-93LV1fcP0UfWp8YM69wOrZP_W6ArvfLcEgkVeF-GZJTL-F2OknnlprUMtg9vduZLr4V8KV_sY3bkEB8uvPL2yYzJUY22zzyt3hFzOLfBzGat_ok91Lope7GSh04xRlxjMxX1SkRu6TX1pNsFxj7D31jXdpoX0u3HTXXVNruLQ-br0CJeLg_1AwW-JJdXIAHXhZxcsEZNg 2026/04/05 04:49:33 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2026/04/05 04:49:34 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2026/04/05 04:49:34 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2026/04/05 04:49:34 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/04/05 04:49:34 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/04/05 04:49:34 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/04/05 04:49:35 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AOc59GPSbp21CiIEj8BlUqBudf6p5m_8uQRREw-64usmdLjePiC4gw2-NQGLBtqww3amuwZJcBFgGObE3XCNz-hbXEpTpFaEWF8jn0ROGSuFW4Vfa_mVotM5FgRd3rpFcG86vVyIVtjRJ-93LV1fcP0UfWp8YM69wOrZP_W6ArvfLcEgkVeF-GZJTL-F2OknnlprUMtg9vduZLr4V8KV_sY3bkEB8uvPL2yYzJUY22zzyt3hFzOLfBzGat_ok91Lope7GSh04xRlxjMxX1SkRu6TX1pNsFxj7D31jXdpoX0u3HTXXVNruLQ-br0CJeLg_1AwW-JJdXIAHXhZxcsEZNg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2026/04/05 04:49:36 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ANsgQfPctOJUxZt7c3bFP1xwlfMw_tECo0bg9dNLoa9Z4t_1nzZlwg1YK1QjzPKt4x5IAhcTrbpcVVtv8PF26fbcyZSU-pwNhSzG-mD542qxqrjLIr5jA4UluyGTpajp4YXJuaWfvF34447KkfuJfaBd1gE0TIZ_mKKa3Pzvo-aSpcnNLYsIBvlLXE35WWAB3A7gO4tmS042JWVLEvLGkdyrXXHmj7ueU_KL_pp2pghWjNEvgY7ceUVVeJNvW91Lzg1Df89B0eD-HT6J4bHOW92Sdocldozgl0e1cAhowrVagVTXrRsD1VdylZFsKu4lpdyNIMo3MgHI0CDrFizcdpg 2026/04/05 04:49:36 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/04/05 04:49:36 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2026/04/05 04:49:36 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2026/04/05 04:49:37 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/04/05 04:49:37 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/04/05 04:49:37 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/04/05 04:49:37 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ANsgQfPctOJUxZt7c3bFP1xwlfMw_tECo0bg9dNLoa9Z4t_1nzZlwg1YK1QjzPKt4x5IAhcTrbpcVVtv8PF26fbcyZSU-pwNhSzG-mD542qxqrjLIr5jA4UluyGTpajp4YXJuaWfvF34447KkfuJfaBd1gE0TIZ_mKKa3Pzvo-aSpcnNLYsIBvlLXE35WWAB3A7gO4tmS042JWVLEvLGkdyrXXHmj7ueU_KL_pp2pghWjNEvgY7ceUVVeJNvW91Lzg1Df89B0eD-HT6J4bHOW92Sdocldozgl0e1cAhowrVagVTXrRsD1VdylZFsKu4lpdyNIMo3MgHI0CDrFizcdpg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2026/04/05 04:49:41 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AK6U9clI_ZlqQOppb1bFdsGrMChjyD8eglSHmfPtZ64NjQcqj_83h9eSdMhKacPwRr7fMFz-dPgqYQZbDd4PG-c4nkKOzer6doEbuTSP1Igefke75l5sQofSmmM2KaWijavG27l-x7XYvDljJW1YtSg2pVPaTKAg12QaDhvkXqOdwSVtsog-8mpUg6o23ujeBZa2x_vB6dsKh6IULO_4Y-3uwCEE8qjDb2AzbN2hvcU2fdnQc-7emILmcuBqO1SBVZAISVC5zBH6MitplCva_yTjt5REKmXsp-XogMaKEuovkl_m9Y8_jWQJPL1G5cK-W3lLHpYONbRm-qditUbEX5M 2026/04/05 04:49:41 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/04/05 04:49:41 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2026/04/05 04:49:42 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AK6U9clI_ZlqQOppb1bFdsGrMChjyD8eglSHmfPtZ64NjQcqj_83h9eSdMhKacPwRr7fMFz-dPgqYQZbDd4PG-c4nkKOzer6doEbuTSP1Igefke75l5sQofSmmM2KaWijavG27l-x7XYvDljJW1YtSg2pVPaTKAg12QaDhvkXqOdwSVtsog-8mpUg6o23ujeBZa2x_vB6dsKh6IULO_4Y-3uwCEE8qjDb2AzbN2hvcU2fdnQc-7emILmcuBqO1SBVZAISVC5zBH6MitplCva_yTjt5REKmXsp-XogMaKEuovkl_m9Y8_jWQJPL1G5cK-W3lLHpYONbRm-qditUbEX5M" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2026/04/05 04:49:43 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AJIK4A6b6KC8D1xdFFnbHZUtQC4atKxMIAB-2YIw_eUky9tqmApCqznTPHCipUpW31xcrQNb1_8jP5xGThSn0ze61Kwst6KPoyxhfIE3Zc64AgvZIeu1Sm_62HOOasxbvrez4zFEHuy0TLK1RGRAELLJZKoY7ugidCXEZqb9amHdp7CfFgHarrRCgOoV01vdlp6dyZBdpPGAo35hBFOygDmEto8_Ume9_KvcvPqcRPwDhhrX46ktREPO7tisyE3OAFYNZuGpmLWAtSw34heJCMCugfZzTNmXfjOyiInyQbzWakvbsvkMhG6yxii32gb2PMm-6Dg8ph-PSX8DaQrN5M0 2026/04/05 04:49:43 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2026/04/05 04:49:44 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/04/05 04:49:44 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AJIK4A6b6KC8D1xdFFnbHZUtQC4atKxMIAB-2YIw_eUky9tqmApCqznTPHCipUpW31xcrQNb1_8jP5xGThSn0ze61Kwst6KPoyxhfIE3Zc64AgvZIeu1Sm_62HOOasxbvrez4zFEHuy0TLK1RGRAELLJZKoY7ugidCXEZqb9amHdp7CfFgHarrRCgOoV01vdlp6dyZBdpPGAo35hBFOygDmEto8_Ume9_KvcvPqcRPwDhhrX46ktREPO7tisyE3OAFYNZuGpmLWAtSw34heJCMCugfZzTNmXfjOyiInyQbzWakvbsvkMhG6yxii32gb2PMm-6Dg8ph-PSX8DaQrN5M0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2026/04/05 04:49:45 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AC-QJG0wSbKw23jsal7-tVWN9eB3QKvgI65sj9C8ggfyagw8UK1aP-CXgteUNNnrKT0jThfGuKh3gqJBIHTqcdIF6W2Z8P6ujna6etPAx9Q3pkWUkxpY9MTejfqtALa5eP8P3_Wf1ZRJOYs6ZmK9Qqopt9I6BJQDYZE949VxjNjsVb5SMZUig96tjvhheS1HbXrgKk-8UqH34wZoXwWQ6Rss2enLngcYCZMBUPDIXzh6KGtDTMILdGSw8R2VkQ-vzQkvEjuoC_djhNxJGXDNEh62tzL2rIy8hW3A86uofF6sHB35reoSoRKWQLYvK-aIPxBGDlLl4wHDItLj1s3kxiE 2026/04/05 04:49:46 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/04/05 04:49:46 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/04/05 04:49:47 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AC-QJG0wSbKw23jsal7-tVWN9eB3QKvgI65sj9C8ggfyagw8UK1aP-CXgteUNNnrKT0jThfGuKh3gqJBIHTqcdIF6W2Z8P6ujna6etPAx9Q3pkWUkxpY9MTejfqtALa5eP8P3_Wf1ZRJOYs6ZmK9Qqopt9I6BJQDYZE949VxjNjsVb5SMZUig96tjvhheS1HbXrgKk-8UqH34wZoXwWQ6Rss2enLngcYCZMBUPDIXzh6KGtDTMILdGSw8R2VkQ-vzQkvEjuoC_djhNxJGXDNEh62tzL2rIy8hW3A86uofF6sHB35reoSoRKWQLYvK-aIPxBGDlLl4wHDItLj1s3kxiE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2026/04/05 04:49:48 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AO1swyY3-nB1q0Xa3WhJ3ljl5Ame8PkuxiNz5P795ebIirJN9uLvJ_4jKPWWcT1qmhnHPe4Fbf254zuMpMhdHxsvp1MBDk3DC8Vuhq66xNi5ZDJu9Bpcnp4IVZan3fFEYKpVD_DWaMjODyT2hGoItvFLQcIqNuS1ftNPDa1ZLBPwTS2mKKdb_szNFMBLl56A43HCXL0v-XNK5MSuJPtrO9fKGFgn5T0oY1aRZ-s8gPLQE1An4nVbSZDyCj0087h30WFBadMYhJrFs_SNJ7ZXyLGbIdeBfjiIOSwR9iohikFi3LmNPP2rHJSX1MuMDtiHBIrQaZDwayoinV4esLnvuBY 2026/04/05 04:49:48 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2026/04/05 04:49:48 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/04/05 04:49:48 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2026/04/05 04:49:48 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/04/05 04:49:48 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/04/05 04:49:49 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/04/05 04:49:49 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AO1swyY3-nB1q0Xa3WhJ3ljl5Ame8PkuxiNz5P795ebIirJN9uLvJ_4jKPWWcT1qmhnHPe4Fbf254zuMpMhdHxsvp1MBDk3DC8Vuhq66xNi5ZDJu9Bpcnp4IVZan3fFEYKpVD_DWaMjODyT2hGoItvFLQcIqNuS1ftNPDa1ZLBPwTS2mKKdb_szNFMBLl56A43HCXL0v-XNK5MSuJPtrO9fKGFgn5T0oY1aRZ-s8gPLQE1An4nVbSZDyCj0087h30WFBadMYhJrFs_SNJ7ZXyLGbIdeBfjiIOSwR9iohikFi3LmNPP2rHJSX1MuMDtiHBIrQaZDwayoinV4esLnvuBY" finished fstests.go:264: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:264 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:275 Error: Received unexpected error: unexpected EOF Test: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2026/04/05 04:49:51 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AL8jTRP-UidbVqYWhmet6atQK1-KPjhWBKmWLw0ydD-RD8oHC4yXtRRqFC-GUol59v1ZCr0452f0vpsTOEX1K73nW45fp5krgagmMUoL8onUFbTBQAc_w_hgiBrJVyAjwYal9D8k_T3P0l1OY5ujEIiLIE6uakT7VvU8D0tN06Hnqwul9gg18Uz-7_0K616eW188-6EDx8SIzvjLBhSyXJerAoyQMtQyRXpxEOV_NvSPVI6RIVIumAQ52qARLklHmuCUH5hY1ymbpFN4tC1WxWucxBBUcHPeJinLxtidL_YywzjPbrCslGTFc73K2ppdRd_hw4Mi4t8FxgywN4c638I 2026/04/05 04:49:52 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/04/05 04:49:52 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2026/04/05 04:49:53 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AL8jTRP-UidbVqYWhmet6atQK1-KPjhWBKmWLw0ydD-RD8oHC4yXtRRqFC-GUol59v1ZCr0452f0vpsTOEX1K73nW45fp5krgagmMUoL8onUFbTBQAc_w_hgiBrJVyAjwYal9D8k_T3P0l1OY5ujEIiLIE6uakT7VvU8D0tN06Hnqwul9gg18Uz-7_0K616eW188-6EDx8SIzvjLBhSyXJerAoyQMtQyRXpxEOV_NvSPVI6RIVIumAQ52qARLklHmuCUH5hY1ymbpFN4tC1WxWucxBBUcHPeJinLxtidL_YywzjPbrCslGTFc73K2ppdRd_hw4Mi4t8FxgywN4c638I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2026/04/05 04:49:54 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AIRnSa5OH4r7IK0ZdljQO5rrL8FOCDQ8jWy6rWa0S4iefjHSOHyx7C6is_ee3kJXC-4zWb6wRwKapCbn9JwC6say2muqCbjQ8TiAGXP5vHUy2fUzhR7ZyB9tM83Jev6rFv4-DYcRnW_soXfCVW3mU_XMOQ4WBOYbLBoDxwZhyKoK6qh-tn1eQmN9gUcCnmug8JmbiNaZ97YqNqh34BQZrAfVl_CoCII0cqx3LkpIndnqigJRRMkSPyKTnOHOPHrFriNBGhruYcLr7_f3MSw9PttoYVy17_pGExTWRaaQWZNBJXQIeYrb9GSVZpyEW2oRAVkpXqy7vjpQnTabf-KhSss 2026/04/05 04:49:54 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2026/04/05 04:49:55 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/04/05 04:49:55 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AIRnSa5OH4r7IK0ZdljQO5rrL8FOCDQ8jWy6rWa0S4iefjHSOHyx7C6is_ee3kJXC-4zWb6wRwKapCbn9JwC6say2muqCbjQ8TiAGXP5vHUy2fUzhR7ZyB9tM83Jev6rFv4-DYcRnW_soXfCVW3mU_XMOQ4WBOYbLBoDxwZhyKoK6qh-tn1eQmN9gUcCnmug8JmbiNaZ97YqNqh34BQZrAfVl_CoCII0cqx3LkpIndnqigJRRMkSPyKTnOHOPHrFriNBGhruYcLr7_f3MSw9PttoYVy17_pGExTWRaaQWZNBJXQIeYrb9GSVZpyEW2oRAVkpXqy7vjpQnTabf-KhSss" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2026/04/05 04:49:56 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AFpNqUcXAu6YLwzUREBzsvlvxWzBev6wgkVzA6d5IeYGwXNZvsKOYe2Uxj_vLycElSfGYbLqsUqPXqhmnLl_SJNKqF1IInFJVYfdBxF2YJHGz0Zqa4-3T98nJKS2NQgEEzaYUdSN39IutJcBvVxQzXtt3I_w0nsR8eBmvhiRkgVDj5nPCeycCzeK4zVI8Ywd8yjquZXMrZIH9x6LTo6D3hvEs2gs6TV4wgYKefqy2sv9C52_Pta5g5p4JMFQD4OsUCNJFt36_IfQNasXFdRFvX4BTlVN7lJRUKWuj53a1BEBYFlEUG-NwAJSe4dWloFImgmTmTWtZUsR5kR83zAKpbk 2026/04/05 04:49:57 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/04/05 04:49:57 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/04/05 04:49:58 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AFpNqUcXAu6YLwzUREBzsvlvxWzBev6wgkVzA6d5IeYGwXNZvsKOYe2Uxj_vLycElSfGYbLqsUqPXqhmnLl_SJNKqF1IInFJVYfdBxF2YJHGz0Zqa4-3T98nJKS2NQgEEzaYUdSN39IutJcBvVxQzXtt3I_w0nsR8eBmvhiRkgVDj5nPCeycCzeK4zVI8Ywd8yjquZXMrZIH9x6LTo6D3hvEs2gs6TV4wgYKefqy2sv9C52_Pta5g5p4JMFQD4OsUCNJFt36_IfQNasXFdRFvX4BTlVN7lJRUKWuj53a1BEBYFlEUG-NwAJSe4dWloFImgmTmTWtZUsR5kR83zAKpbk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2026/04/05 04:49:59 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: ALOgdyMSueFUhLVbhG4oDBv69UOUojK4vkxxYeNRnIe32bBngsCkIfd3paGwRz_mf1gcWp2SHJSv4lcOQx9_4Ueuc9JZGGEoldn8Bs35fdApD0QpkWVl7lAwLUkaiyw1UphjgFa0qHL1UPqsOor0yL3yLzL9wdR17NBmVPIVxS1gKkXDP5CD1tA5AWFEnVNWGvAj3qikmzLeQ9SMBy8vdEy-2RZzyOmyhRnlA38qjAjJZDU7rj47wtVCiO7Sd9v1rg00Xhs2SoB7pOglqwHuQAoIxa8v8HeMztc5msVaP2lSBtSI9iswtZCqpVelcbcne0HsiFdCjvFsTh-JZFh4IsU 2026/04/05 04:49:59 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2026/04/05 04:49:59 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2026/04/05 04:49:59 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/04/05 04:50:00 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/04/05 04:50:00 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/04/05 04:50:00 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/04/05 04:50:00 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "ALOgdyMSueFUhLVbhG4oDBv69UOUojK4vkxxYeNRnIe32bBngsCkIfd3paGwRz_mf1gcWp2SHJSv4lcOQx9_4Ueuc9JZGGEoldn8Bs35fdApD0QpkWVl7lAwLUkaiyw1UphjgFa0qHL1UPqsOor0yL3yLzL9wdR17NBmVPIVxS1gKkXDP5CD1tA5AWFEnVNWGvAj3qikmzLeQ9SMBy8vdEy-2RZzyOmyhRnlA38qjAjJZDU7rj47wtVCiO7Sd9v1rg00Xhs2SoB7pOglqwHuQAoIxa8v8HeMztc5msVaP2lSBtSI9iswtZCqpVelcbcne0HsiFdCjvFsTh-JZFh4IsU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2026/04/05 04:50:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AGxZRKUC_SmrVS4PilYZ0wK-_qLLhxd2f8-jNKyXYTJPKtOGX5xNXlCMSqy7Ylh7p-p8fAmFUIMK6vkDzLbMxqZmq5px6MYVZsDMzRkCC8uI6RYPRP4Rxf2HYof72Bda4rnUmvTxc1H_DIrSIH0D7IR01CA7oYAV3OtBgHIM2_BvI4gwqNTTJRZr3pwu8jWFDrbkBf6BKx7hErave1Q0BOAwltxFfjh2pDFtRXvh1jtwdWaoKpjuMAFmxAX-H2QXdvi6oIaHqdCWkZa_UrF7_8YKHj6eT5L5qggyQ6IpmGpnTwOjxuNfAlo1eE8WTRRJFzpdV04rJlTfIt8QI_ZudV8 2026/04/05 04:50:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/04/05 04:50:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/04/05 04:50:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2026/04/05 04:50:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/04/05 04:50:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/04/05 04:50:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/04/05 04:50:03 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AGxZRKUC_SmrVS4PilYZ0wK-_qLLhxd2f8-jNKyXYTJPKtOGX5xNXlCMSqy7Ylh7p-p8fAmFUIMK6vkDzLbMxqZmq5px6MYVZsDMzRkCC8uI6RYPRP4Rxf2HYof72Bda4rnUmvTxc1H_DIrSIH0D7IR01CA7oYAV3OtBgHIM2_BvI4gwqNTTJRZr3pwu8jWFDrbkBf6BKx7hErave1Q0BOAwltxFfjh2pDFtRXvh1jtwdWaoKpjuMAFmxAX-H2QXdvi6oIaHqdCWkZa_UrF7_8YKHj6eT5L5qggyQ6IpmGpnTwOjxuNfAlo1eE8WTRRJFzpdV04rJlTfIt8QI_ZudV8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2026/04/05 04:50:06 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AJuzwkrdY8z2Utrnq2K9Fyn379lZU30TQ2NJL5OvlEYv-KpTqe5C1Maj2k-6fUeU_QQ3-OCoLPpo27vJIMa3dZg0YihJOaqSVp_fAskn4izuLKzU0U3BYuXa8G4R2NQ9pSFplO0s8MYTCGK-7RsCBimBi2UO8o7bJl0w6L4F3HjqqVlSTN7JpIHCNWUbgIz3qe1_rG7II8INia8-rGFhC-WHMZf9oyDwlrUk1HaaM_mCZTIxdjAHpQMFGASlEhR7dXoDDzNkVOQIORhYGGHeptufhqKwxM7rAA-CaVd3XEZxDm0VPuWSyod0cstsechoMIZTCUT6R-WMeOl6f-8oT4A 2026/04/05 04:50:06 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/04/05 04:50:07 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2026/04/05 04:50:07 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AJuzwkrdY8z2Utrnq2K9Fyn379lZU30TQ2NJL5OvlEYv-KpTqe5C1Maj2k-6fUeU_QQ3-OCoLPpo27vJIMa3dZg0YihJOaqSVp_fAskn4izuLKzU0U3BYuXa8G4R2NQ9pSFplO0s8MYTCGK-7RsCBimBi2UO8o7bJl0w6L4F3HjqqVlSTN7JpIHCNWUbgIz3qe1_rG7II8INia8-rGFhC-WHMZf9oyDwlrUk1HaaM_mCZTIxdjAHpQMFGASlEhR7dXoDDzNkVOQIORhYGGHeptufhqKwxM7rAA-CaVd3XEZxDm0VPuWSyod0cstsechoMIZTCUT6R-WMeOl6f-8oT4A" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2026/04/05 04:50:09 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AG7b65mIRYtEF2YbHEr67a3G-X4Sf-meUSKlzuIB4JXVLtXaK6GPRE3CdvtWsiM6edaFcBUnYNb7w1e51K30GDoSatbgW2XibKgtHYycBIkoPK-JOvRZl113V-lI0xXv37T-m1uIcoEEbTRCrmSvfaDrlRXMLWPhy_Ujpq6wUrLlVHPew5CSDECgoEeZhf_28wzqRc_kArc_L-8lEiGZ5gKrVCdUAVyxFlq8yT5nfp_yjkPIM6mP6bYRyvGCaATzuqd60Qfr6OvD4kIHZQ8TfBcsk9ABO4vD3nS00FlGLlIV4uMBLVLO4iEhMTLuOGo2vWGX_wbAHFQqhYapwpetdKw 2026/04/05 04:50:09 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2026/04/05 04:50:09 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/04/05 04:50:10 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AG7b65mIRYtEF2YbHEr67a3G-X4Sf-meUSKlzuIB4JXVLtXaK6GPRE3CdvtWsiM6edaFcBUnYNb7w1e51K30GDoSatbgW2XibKgtHYycBIkoPK-JOvRZl113V-lI0xXv37T-m1uIcoEEbTRCrmSvfaDrlRXMLWPhy_Ujpq6wUrLlVHPew5CSDECgoEeZhf_28wzqRc_kArc_L-8lEiGZ5gKrVCdUAVyxFlq8yT5nfp_yjkPIM6mP6bYRyvGCaATzuqd60Qfr6OvD4kIHZQ8TfBcsk9ABO4vD3nS00FlGLlIV4uMBLVLO4iEhMTLuOGo2vWGX_wbAHFQqhYapwpetdKw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2026/04/05 04:50:11 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AHe1GZrPhnTx37nMhkamt0_vCnwDa5dWJVBD6rV-gfu6Jk7uOoz0jA6QFytm50wkuBuoh1UWdpdiZXuusZT_aIlYx7sAHgSbVDMsG86qnQqP0VxSyJu4jkIRp5mIYIV3N3U5rZZtZJWautC-EjTqwbSMiui7MX5onH7W08_jt19lZEcGTQ5Q8QgFPpxf6bSduSZRH-adQu2thZZb9v0OwehQnSrG73yzOu200sugdi6f4off8kXeylNAHTj-Ia5kAAEcZrPFS9Fxc91UB2EtmSN05LX33POmdILkjcZrslAqdQlkApGyJ-ZWG95sFVwHevHBmsuQfCTCQhfdOFMKQeo 2026/04/05 04:50:12 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/04/05 04:50:12 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/04/05 04:50:13 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AHe1GZrPhnTx37nMhkamt0_vCnwDa5dWJVBD6rV-gfu6Jk7uOoz0jA6QFytm50wkuBuoh1UWdpdiZXuusZT_aIlYx7sAHgSbVDMsG86qnQqP0VxSyJu4jkIRp5mIYIV3N3U5rZZtZJWautC-EjTqwbSMiui7MX5onH7W08_jt19lZEcGTQ5Q8QgFPpxf6bSduSZRH-adQu2thZZb9v0OwehQnSrG73yzOu200sugdi6f4off8kXeylNAHTj-Ia5kAAEcZrPFS9Fxc91UB2EtmSN05LX33POmdILkjcZrslAqdQlkApGyJ-ZWG95sFVwHevHBmsuQfCTCQhfdOFMKQeo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2026/04/05 04:50:14 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ADavPrcXzrPs-wUMXoRR9HwdgWGGckMz16RcBHYTDYF1A3Itt2bjadA8T3YgeWW4dqW6rKurlNXLdaUTS_LNPyK50Kl94ZFbjYPoZkYZR6gua-7H1PyhIRiuVhdq02o4dHScoCBJs6vU2PUT0H2tjvSY7zHfDb9mIl0NLsut1bhWCCBVtVuA1YNr9nkB2j9eRvRTMnNCYch1o9HpqxEgsR6rtBiHBllViKf3Ef4o6bUhrMzo7Trg_lkYq6onSCUIhbtXXazZ-MUG5luVxOrYOMCcmC_2VgQFUya41AcxvSjSv88gsZ6R9FzV_NmwQHEHpsj9yZYRMYHjbsFG0WSd4Ec 2026/04/05 04:50:14 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2026/04/05 04:50:14 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2026/04/05 04:50:14 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2026/04/05 04:50:15 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/04/05 04:50:15 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/04/05 04:50:15 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/04/05 04:50:15 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ADavPrcXzrPs-wUMXoRR9HwdgWGGckMz16RcBHYTDYF1A3Itt2bjadA8T3YgeWW4dqW6rKurlNXLdaUTS_LNPyK50Kl94ZFbjYPoZkYZR6gua-7H1PyhIRiuVhdq02o4dHScoCBJs6vU2PUT0H2tjvSY7zHfDb9mIl0NLsut1bhWCCBVtVuA1YNr9nkB2j9eRvRTMnNCYch1o9HpqxEgsR6rtBiHBllViKf3Ef4o6bUhrMzo7Trg_lkYq6onSCUIhbtXXazZ-MUG5luVxOrYOMCcmC_2VgQFUya41AcxvSjSv88gsZ6R9FzV_NmwQHEHpsj9yZYRMYHjbsFG0WSd4Ec" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2026/04/05 04:50:17 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AFUTvG475Z2IB4BsHNFKLSpJ3WZ90vOItgEaB0ShbMJJBh57U1v0rSdo2V381GnWVUKlfMjs28kGw0W7i68CPKpmo71CunlcaBhY9LonKAFx_uQ-HkqyGAo1ZZKavUOR9AMFkJP_0_pryM2yDIz9Th0DBj-Ua_zvFh1QD6-D84GfBzsRf61qXYTGOFYpxus73JABO1Mod1qt975s--m6RWurqsltrrkrZweZcgJqAhbRKuj4yP-1gtvgp6jLFVnO9CkxcwuUSM8z1tY-_M01T54uk2qNcdTkiJhyWEPy3iWjFvQzlp7XgD6_kK6H34BX_zN66QAFjG9SzADZr-DqXnA 2026/04/05 04:50:17 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/04/05 04:50:17 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2026/04/05 04:50:17 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2026/04/05 04:50:17 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/04/05 04:50:18 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/04/05 04:50:18 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/04/05 04:50:18 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AFUTvG475Z2IB4BsHNFKLSpJ3WZ90vOItgEaB0ShbMJJBh57U1v0rSdo2V381GnWVUKlfMjs28kGw0W7i68CPKpmo71CunlcaBhY9LonKAFx_uQ-HkqyGAo1ZZKavUOR9AMFkJP_0_pryM2yDIz9Th0DBj-Ua_zvFh1QD6-D84GfBzsRf61qXYTGOFYpxus73JABO1Mod1qt975s--m6RWurqsltrrkrZweZcgJqAhbRKuj4yP-1gtvgp6jLFVnO9CkxcwuUSM8z1tY-_M01T54uk2qNcdTkiJhyWEPy3iWjFvQzlp7XgD6_kK6H34BX_zN66QAFjG9SzADZr-DqXnA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2026/04/05 04:50:22 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AOFjFoWZGz0tWWGSIMZUO_FfDviWzxzfuJhj77DCpftWENnlyFUEn8FSWbI8PvtttWTri6XqHhqlw5gkeIr4IiP00jAoS1R2Tle16pDBV87h1Kg10fxEBFM-OO2N_uLBW5ywDvXwWawAM1us2C-xWbPaLfk9G64lfkmFtNo2Ec2_MdtcTbzd8nElqM5GR4t04j0SYeHYGRQjAMzbi5AI-Ipi_YPRqqCfEZQqvaMuTlItWLZWQ-I7fjXmEaNUSt1qpQc6qGpH4PWZVVGFz6Q4to0bxsJbWRTT1WL1gBjLO_5bCjtsmOZ-aD7SiOZGbsB52uEdL80KMF-DuR64oiRnrI4 2026/04/05 04:50:22 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2026/04/05 04:50:23 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2026/04/05 04:50:23 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AOFjFoWZGz0tWWGSIMZUO_FfDviWzxzfuJhj77DCpftWENnlyFUEn8FSWbI8PvtttWTri6XqHhqlw5gkeIr4IiP00jAoS1R2Tle16pDBV87h1Kg10fxEBFM-OO2N_uLBW5ywDvXwWawAM1us2C-xWbPaLfk9G64lfkmFtNo2Ec2_MdtcTbzd8nElqM5GR4t04j0SYeHYGRQjAMzbi5AI-Ipi_YPRqqCfEZQqvaMuTlItWLZWQ-I7fjXmEaNUSt1qpQc6qGpH4PWZVVGFz6Q4to0bxsJbWRTT1WL1gBjLO_5bCjtsmOZ-aD7SiOZGbsB52uEdL80KMF-DuR64oiRnrI4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2026/04/05 04:50:25 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AKZvrf9NBC4hPqfHBOCZyn7bvwq0tXG8U_ps03LjZkNsoZ7pzprS3BAqTR9WDCk-q_SsmVY6wp4itAQxHv1ByFWiM-zWbc94uE5PsV4VRvzSXdzkFITGoCUavWytFaC7CtlYFYrXP1KT2NvsAr93KzzVDH0RKfZXVSwZgYukxkrE8-zAoOQXLdC21ISF945cqwAQ3wySBwYZiBzxjR2II32pXnKCZOdPpKK_cE31Cb-YN45_IoAshlgfp8KXzXPPRHXHSp-qv7b3YmHvTpT_Q5IqB6QZGVhwmbFA0FvOLBNaj_dc1Fh5AqtZm5wa4qFVdw5t4P51RlhplapCBH4BG7s 2026/04/05 04:50:25 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2026/04/05 04:50:25 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/04/05 04:50:26 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AKZvrf9NBC4hPqfHBOCZyn7bvwq0tXG8U_ps03LjZkNsoZ7pzprS3BAqTR9WDCk-q_SsmVY6wp4itAQxHv1ByFWiM-zWbc94uE5PsV4VRvzSXdzkFITGoCUavWytFaC7CtlYFYrXP1KT2NvsAr93KzzVDH0RKfZXVSwZgYukxkrE8-zAoOQXLdC21ISF945cqwAQ3wySBwYZiBzxjR2II32pXnKCZOdPpKK_cE31Cb-YN45_IoAshlgfp8KXzXPPRHXHSp-qv7b3YmHvTpT_Q5IqB6QZGVhwmbFA0FvOLBNaj_dc1Fh5AqtZm5wa4qFVdw5t4P51RlhplapCBH4BG7s" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2026/04/05 04:50:27 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AM6ZctmTdJC98wEYCuUPsmevOEeeFLIP1PLkjrpcaWxW8MgW7xWjXIBsmWpbxbMuyMsuObRhe3v8cSiw-sWqvdA0wt3TDqAKARtys0vxN1B35I_4hpVMofxvEqsTza-LS5tya_fHHl0V1WXXNL39R8FbAAJLNoYbqNzTaQ-54XY_ctLjx1d2hoBIZ13b5bSLCFnWditFzOq37JtWk4jj3cjEsf8BMpfGHzkhalgnEpIqvuAU_v3rFZC9ooSC_wyFfD6byXQgEyQZVKq-OxIa2j0yjtmg943PYyt5Ddum2thaboYoa7uvYRdlbFTWDRxXzISZkinmZheMJ9E1c0J7vWI 2026/04/05 04:50:28 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/04/05 04:50:28 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/04/05 04:50:29 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AM6ZctmTdJC98wEYCuUPsmevOEeeFLIP1PLkjrpcaWxW8MgW7xWjXIBsmWpbxbMuyMsuObRhe3v8cSiw-sWqvdA0wt3TDqAKARtys0vxN1B35I_4hpVMofxvEqsTza-LS5tya_fHHl0V1WXXNL39R8FbAAJLNoYbqNzTaQ-54XY_ctLjx1d2hoBIZ13b5bSLCFnWditFzOq37JtWk4jj3cjEsf8BMpfGHzkhalgnEpIqvuAU_v3rFZC9ooSC_wyFfD6byXQgEyQZVKq-OxIa2j0yjtmg943PYyt5Ddum2thaboYoa7uvYRdlbFTWDRxXzISZkinmZheMJ9E1c0J7vWI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2026/04/05 04:50:30 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AORjxkIfMkeuajExA7VzNUaiCC5FjElPX31aCLwmCzbrHvqh8KXCEg2xqnChCnTSfjIkfqPFiiiKqbmcXS4TWs4AGZbPzvvNeOrrqTXnMrFc7bT2o0torydOFUa_Z5-B5bj4ia5S6x80ls095KzdfKcAUctENdPAT2pnuTXe8pin57T-BuIt8blGUSbxsNYYnpf0CgENJie6gJmb3pAL1pwo8zSk9KfEy7GNRBVcoS3C_yznWeU4rFVYgb5PYuXtAcMgzkrfJPGTqVqyTWBYiYsNhgIOpBYiy6S_Tc6d2qwPBdpiyjptCYWOrzJSkBqjSsNpipD4x5peaOU0iKKya_c 2026/04/05 04:50:30 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2026/04/05 04:50:31 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2026/04/05 04:50:31 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2026/04/05 04:50:31 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/04/05 04:50:31 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/04/05 04:50:31 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/04/05 04:50:32 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AORjxkIfMkeuajExA7VzNUaiCC5FjElPX31aCLwmCzbrHvqh8KXCEg2xqnChCnTSfjIkfqPFiiiKqbmcXS4TWs4AGZbPzvvNeOrrqTXnMrFc7bT2o0torydOFUa_Z5-B5bj4ia5S6x80ls095KzdfKcAUctENdPAT2pnuTXe8pin57T-BuIt8blGUSbxsNYYnpf0CgENJie6gJmb3pAL1pwo8zSk9KfEy7GNRBVcoS3C_yznWeU4rFVYgb5PYuXtAcMgzkrfJPGTqVqyTWBYiYsNhgIOpBYiy6S_Tc6d2qwPBdpiyjptCYWOrzJSkBqjSsNpipD4x5peaOU0iKKya_c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2026/04/05 04:50:33 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AGBVQ3GfanRhF85wpf1Q0_LZP5GeNOmbvvMMky_UYiymLb6gZlvImiSoBm49VBIpq1CylIBQhJquKDmekUTyiDA_SeZURdjA0ItW5SFgocRwjUqdZEyugWjjJB9psCXJ_5L3Id6oo33Z8muu2jA3xyL7LEnpmPyjykOuqSOvDI3t1pPZkB-qtZ5t18u8PZPZHU9h-i4EXPIKdkpzOs8oYY-WREqnyGrxQfhs2wvVVCueJq8c3DWCNZM7Vv1SPhpIuUKsaH5rjO2709wB2PHD_xWBXY1T_kkpRQYju-6xVXnxxfBOJ_Wu-h5PqAFKXXLGMfb9LaNCWcZZN5Z3wzp-rp4 2026/04/05 04:50:34 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/04/05 04:50:34 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2026/04/05 04:50:34 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2026/04/05 04:50:34 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/04/05 04:50:34 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/04/05 04:50:34 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/04/05 04:50:35 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AGBVQ3GfanRhF85wpf1Q0_LZP5GeNOmbvvMMky_UYiymLb6gZlvImiSoBm49VBIpq1CylIBQhJquKDmekUTyiDA_SeZURdjA0ItW5SFgocRwjUqdZEyugWjjJB9psCXJ_5L3Id6oo33Z8muu2jA3xyL7LEnpmPyjykOuqSOvDI3t1pPZkB-qtZ5t18u8PZPZHU9h-i4EXPIKdkpzOs8oYY-WREqnyGrxQfhs2wvVVCueJq8c3DWCNZM7Vv1SPhpIuUKsaH5rjO2709wB2PHD_xWBXY1T_kkpRQYju-6xVXnxxfBOJ_Wu-h5PqAFKXXLGMfb9LaNCWcZZN5Z3wzp-rp4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2026/04/05 04:50:38 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AIm_g8IgLzkUfyvrw_XQV3vrfHCxcZ-YtAHUupze7jzVstc4YHru0PAi60vUiwv6YHfEeD5U6f0GpUFe1B7GiNc3tCbx5cw_3J5xUquvh78xdWxcvetnPuEvErJXqBs7hRStHCetaUoJKC2rQlRBujvwtyNcVYokXLFVrQU8M_p8wFHfpWOj7QUjsveaPiKwmi7Np19OV9zn59wZ6VQ4SeOsor7vzxdMujKf0V90LKPjwMDrFAug8uvGFd_APtJyznL0hgFrPcZmAANGMTb9OpBtS7OjrQYmwcQM9UjJuMMgskg-ibWs1pT54Dji3TmkdITQBBM6_IzOR4QuPmTErxw 2026/04/05 04:50:39 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2026/04/05 04:50:39 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2026/04/05 04:50:40 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AIm_g8IgLzkUfyvrw_XQV3vrfHCxcZ-YtAHUupze7jzVstc4YHru0PAi60vUiwv6YHfEeD5U6f0GpUFe1B7GiNc3tCbx5cw_3J5xUquvh78xdWxcvetnPuEvErJXqBs7hRStHCetaUoJKC2rQlRBujvwtyNcVYokXLFVrQU8M_p8wFHfpWOj7QUjsveaPiKwmi7Np19OV9zn59wZ6VQ4SeOsor7vzxdMujKf0V90LKPjwMDrFAug8uvGFd_APtJyznL0hgFrPcZmAANGMTb9OpBtS7OjrQYmwcQM9UjJuMMgskg-ibWs1pT54Dji3TmkdITQBBM6_IzOR4QuPmTErxw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2026/04/05 04:50:41 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AAh1ZP4LmZLGA6tuotENWVP3m0Y3eCYJmldUT9F-BcjFizpMOXDXO_ik_hN4N4Wgd1iHI_MH5yrhEozD8yLVn3Tr_cldhNHbch9rInS_RCWT-XhCgKvdX9aBDKFLbMyM_RHyfoNFN3zw4D_B9m7UpOjXHTkZDRH7cycDjtknk2pGyNIjeBpfeFK8Laww--7QgjGiySHhosUevqXnBaB9Df3Q68VgTb-LHtTFf5fNucEIQvvNI8FQvVKE0hFp_ET6w1GRQCh3sHilBLGW4I0UZRV95_uvcI9jA2efUvyYjfcLVVg8RhjYYpObfsWcE2MkbIFRGWH-UNCQG8KqNZHC6cA 2026/04/05 04:50:42 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2026/04/05 04:50:42 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/04/05 04:50:43 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AAh1ZP4LmZLGA6tuotENWVP3m0Y3eCYJmldUT9F-BcjFizpMOXDXO_ik_hN4N4Wgd1iHI_MH5yrhEozD8yLVn3Tr_cldhNHbch9rInS_RCWT-XhCgKvdX9aBDKFLbMyM_RHyfoNFN3zw4D_B9m7UpOjXHTkZDRH7cycDjtknk2pGyNIjeBpfeFK8Laww--7QgjGiySHhosUevqXnBaB9Df3Q68VgTb-LHtTFf5fNucEIQvvNI8FQvVKE0hFp_ET6w1GRQCh3sHilBLGW4I0UZRV95_uvcI9jA2efUvyYjfcLVVg8RhjYYpObfsWcE2MkbIFRGWH-UNCQG8KqNZHC6cA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2026/04/05 04:50:44 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AEqdZN77C2S99pqjVe2f5GC7tWvH1RcWUDT9xqmL6gHJhMKUOwJEiABH53czJ4rcZ0RnLYJFure_oiPb01nEbKVM_-hQw5UE-MTu5boOc4c-Vj6QY-HlqlcxVjA9-_dxZpYShUKpt8knsOhPu6mfoQ-CDPmkKdT-2qyt35rmGp_h07Y2uLjdwkQxDiC-swiydXA8jGQzYkpmnJcUBnXndV9H3Fm5S-4ymbKYBWf_VGDQV2SBfhKkOr4xmQte3kaaPPIxa_K0iLI7369notifOFVPfwMu5be28JQfrqBsRZcYIV99jF9PjUwD0peq_wn0mz146c_Ol_bHnE05cUHbcr4 2026/04/05 04:50:45 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/04/05 04:50:46 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/04/05 04:50:46 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AEqdZN77C2S99pqjVe2f5GC7tWvH1RcWUDT9xqmL6gHJhMKUOwJEiABH53czJ4rcZ0RnLYJFure_oiPb01nEbKVM_-hQw5UE-MTu5boOc4c-Vj6QY-HlqlcxVjA9-_dxZpYShUKpt8knsOhPu6mfoQ-CDPmkKdT-2qyt35rmGp_h07Y2uLjdwkQxDiC-swiydXA8jGQzYkpmnJcUBnXndV9H3Fm5S-4ymbKYBWf_VGDQV2SBfhKkOr4xmQte3kaaPPIxa_K0iLI7369notifOFVPfwMu5be28JQfrqBsRZcYIV99jF9PjUwD0peq_wn0mz146c_Ol_bHnE05cUHbcr4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2026/04/05 04:50:47 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AFMNTMgm0_NNt9X2ibsutOJntEpCWQk547IR-r8OQxkOszSWttIyqvXcsrgYoMGughpRkCL8VQcz1Dbmki7_bcIqwteNhUbVNT1T-3LKBerwGWBB6Y7luGdtujOSTfKyCR9YSZusC5rsTGpmbFwzRyXeikcMfDX3o_JQB0t928i5cuABOD_lkT3Z8qBY_F0D-Ti2dOg7zPapUIov8H-Fo4yr06BsBWf-exv6vsaGnVDnz8Og9NVVFY5sX6Ry2R3NjfrP48zZE1eqdr9zIUr68_nROI-a95oqjY-guuc9dho9Xqjo-UxbAB0JRkE_QIdi6t9Gv2CLI9mxBknQy4ss7OY 2026/04/05 04:50:48 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2026/04/05 04:50:48 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2026/04/05 04:50:48 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2026/04/05 04:50:48 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/04/05 04:50:49 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/04/05 04:50:49 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/04/05 04:50:49 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AFMNTMgm0_NNt9X2ibsutOJntEpCWQk547IR-r8OQxkOszSWttIyqvXcsrgYoMGughpRkCL8VQcz1Dbmki7_bcIqwteNhUbVNT1T-3LKBerwGWBB6Y7luGdtujOSTfKyCR9YSZusC5rsTGpmbFwzRyXeikcMfDX3o_JQB0t928i5cuABOD_lkT3Z8qBY_F0D-Ti2dOg7zPapUIov8H-Fo4yr06BsBWf-exv6vsaGnVDnz8Og9NVVFY5sX6Ry2R3NjfrP48zZE1eqdr9zIUr68_nROI-a95oqjY-guuc9dho9Xqjo-UxbAB0JRkE_QIdi6t9Gv2CLI9mxBknQy4ss7OY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2026/04/05 04:50:51 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AJyOIpztJFcoN-Vz6_p6NsFAghhNHnnUwxRdAAAec98pHesuVuWefo2z7lsMrWPqT0fsLR-CCiepq9bDWYnOBQdRWqYMPJMXyKXC9P3H1A0JmaxzWiaov6891rREMNAOihaOaV0FT2hjanopv1rBMRLlEGxfMuw7LEcSxgY8IEsxqswgnTaLPtTHBmJO7CnOcKDyS3R1BYYnc9yT2cCdTUK7W1B0k84SvYuuaVD5jJl8YenEOUYnmjau5GWYoa541xI7DkDBtwGDH4a7DisPacQImadHetnq9JJ3RwpfFw1saVY4JQzJWAb1s_po0bmPrsO5E_y4k4gF0U6mRJBmuIQ 2026/04/05 04:50:52 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/04/05 04:50:52 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2026/04/05 04:50:52 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2026/04/05 04:50:52 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/04/05 04:50:52 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/04/05 04:50:53 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/04/05 04:50:53 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AJyOIpztJFcoN-Vz6_p6NsFAghhNHnnUwxRdAAAec98pHesuVuWefo2z7lsMrWPqT0fsLR-CCiepq9bDWYnOBQdRWqYMPJMXyKXC9P3H1A0JmaxzWiaov6891rREMNAOihaOaV0FT2hjanopv1rBMRLlEGxfMuw7LEcSxgY8IEsxqswgnTaLPtTHBmJO7CnOcKDyS3R1BYYnc9yT2cCdTUK7W1B0k84SvYuuaVD5jJl8YenEOUYnmjau5GWYoa541xI7DkDBtwGDH4a7DisPacQImadHetnq9JJ3RwpfFw1saVY4JQzJWAb1s_po0bmPrsO5E_y4k4gF0U6mRJBmuIQ" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2026/04/05 04:50:56 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2026/04/05 04:51:00 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2026/04/05 04:51:04 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2026/04/05 04:51:08 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2026/04/05 04:51:12 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2026/04/05 04:51:16 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AFGgBYlnZDVkQHOoklfBFWeey1IxkbOvgAbvccHa_ldSgXOzB85iounPeQneEQEkxBtxOqXpe4RX04zXDptjdhWpDjGEF6gRjUaZp911oMMyfBV8KCcDHD5EEmjDsUwH2l-iTlOmjWVK0-3J_PhXjEads1pPh65J0xtjyGwhrJYszT0v3iTriAwZJNP8IhCNJema5jgOTxkxNP_Om7wL-gQtXZ6obEw_GQKArsUzLQSziY8T6oTPUd4uwrQ82t0n97UkdCi8kAXn3dWj4ov_mu3IFbUD2tLnn1iPilQGHNsKvML0kdMB2zMLTP4UkwRMBoZVREJvrehbNdwAZrH55lM 2026/04/05 04:51:16 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/04/05 04:51:16 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "fdf252175fe6144c317eac37f89410ba" 2026/04/05 04:51:17 DEBUG : unknown-size-put.txt: multipart upload "AFGgBYlnZDVkQHOoklfBFWeey1IxkbOvgAbvccHa_ldSgXOzB85iounPeQneEQEkxBtxOqXpe4RX04zXDptjdhWpDjGEF6gRjUaZp911oMMyfBV8KCcDHD5EEmjDsUwH2l-iTlOmjWVK0-3J_PhXjEads1pPh65J0xtjyGwhrJYszT0v3iTriAwZJNP8IhCNJema5jgOTxkxNP_Om7wL-gQtXZ6obEw_GQKArsUzLQSziY8T6oTPUd4uwrQ82t0n97UkdCi8kAXn3dWj4ov_mu3IFbUD2tLnn1iPilQGHNsKvML0kdMB2zMLTP4UkwRMBoZVREJvrehbNdwAZrH55lM" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/04/05 04:51:18 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AIGjP_DOe2nH8hQyJ6UIwjjyfxid12pAwvkIkT6nh1E2FbfQgvPsLlnZ7Q7yAXYQ-Er1V4AUPeS3PMQ2ZnVmH8_ksbm_n3ecCaYMQXtUTsBXCNh8NsXkCH3wSyBsPBayPxXdD9woH3YfOi3xCNbBC98U1KqmABWPGuoIhQBbG4Jf5jnQzeTCWncjur5HeapmRb3hBRAIptFvKX_PNdTat86w1d1KCZ1okaDXOduQFBFRCpfYRj1UrVAQS8myGbaBqmpEYfEkE2LTwbHeaiLSTnWs3Ty_-JdPrpRsJC8dslyK5VjAlPfN8VK3lClz_Bz5ZsNwlQNSE6OUWzm79mah93c 2026/04/05 04:51:18 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2026/04/05 04:51:19 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "78d42879fe342d84083e744aa650aaf3" 2026/04/05 04:51:19 DEBUG : unknown-size-update.txt: multipart upload "AIGjP_DOe2nH8hQyJ6UIwjjyfxid12pAwvkIkT6nh1E2FbfQgvPsLlnZ7Q7yAXYQ-Er1V4AUPeS3PMQ2ZnVmH8_ksbm_n3ecCaYMQXtUTsBXCNh8NsXkCH3wSyBsPBayPxXdD9woH3YfOi3xCNbBC98U1KqmABWPGuoIhQBbG4Jf5jnQzeTCWncjur5HeapmRb3hBRAIptFvKX_PNdTat86w1d1KCZ1okaDXOduQFBFRCpfYRj1UrVAQS8myGbaBqmpEYfEkE2LTwbHeaiLSTnWs3Ty_-JdPrpRsJC8dslyK5VjAlPfN8VK3lClz_Bz5ZsNwlQNSE6OUWzm79mah93c" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/04/05 04:51:20 DEBUG : Creating backend with remote "TestS3R2:rclone-test-yoletug4roro/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2633: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2676: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2725: Can't test if can't have empty directories 2026/04/05 04:51:20 DEBUG : Waiting for deletions to finish 2026/04/05 04:51:20 DEBUG : "chunked-5.054Mi-10.109Mi.bin" version false 2026/04/05 04:51:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "") 2026/04/05 04:51:20 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2026/04/05 04:51:20 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2026/04/05 04:51:20 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/04/05 04:51:20 INFO : chunked-5.054Mi-10.109Mi.bin: Deleted 2026/04/05 04:51:21 INFO : S3 bucket rclone-test-yoletug4roro: Bucket "rclone-test-yoletug4roro" deleted 2026/04/05 04:51:22 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2839: Shutdown method not supported --- FAIL: TestIntegration (190.60s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.34s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.93s) --- FAIL: TestIntegration/FsMkdir (187.53s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.36s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.11s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.13s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.11s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.12s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.11s) --- PASS: TestIntegration/FsMkdir/FsEncoding (25.93s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.49s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.33s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.35s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.44s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.34s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.31s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.44s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.48s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.27s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.35s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.34s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.27s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.31s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.28s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.26s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.45s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.18s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.30s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.17s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (3.60s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (37.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.30s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (2.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (2.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (2.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (5.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (2.66s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (1.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (1.09s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (5.56s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.86s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.65s) --- 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.69s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (3.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (1.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (1.80s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (2.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (1.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (1.03s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.03s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock (0.03s) --- FAIL: TestIntegration/FsMkdir/FsPutChunked (90.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (14.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (3.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (2.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (4.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (2.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (5.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.78s) --- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (11.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (4.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (2.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (4.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (2.39s) --- FAIL: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (2.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (14.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (4.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (2.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (4.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (2.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (5.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (15.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (4.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (2.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (5.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (2.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (6.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (3.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (16.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (4.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (5.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (2.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (6.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (3.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (18.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (4.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (2.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (6.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (3.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (7.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (3.49s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (20.75s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (4.13s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (3.67s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (3.92s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (4.32s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (4.71s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (4.43s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (2.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (2.43s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.35s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 s3_test.go:45: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2026/04/05 04:51:22 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2026/04/05 04:51:22 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) === RUN TestParseRetainUntilDate === RUN TestParseRetainUntilDate/RFC3339_date === RUN TestParseRetainUntilDate/RFC3339_date_with_timezone === RUN TestParseRetainUntilDate/duration_days === RUN TestParseRetainUntilDate/duration_hours === RUN TestParseRetainUntilDate/duration_minutes === RUN TestParseRetainUntilDate/invalid_input === RUN TestParseRetainUntilDate/empty_input --- PASS: TestParseRetainUntilDate (0.00s) --- PASS: TestParseRetainUntilDate/RFC3339_date (0.00s) --- PASS: TestParseRetainUntilDate/RFC3339_date_with_timezone (0.00s) --- PASS: TestParseRetainUntilDate/duration_days (0.00s) --- PASS: TestParseRetainUntilDate/duration_hours (0.00s) --- PASS: TestParseRetainUntilDate/duration_minutes (0.00s) --- PASS: TestParseRetainUntilDate/invalid_input (0.00s) --- PASS: TestParseRetainUntilDate/empty_input (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/s3 190.650s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished ERROR in 3m12.825240221s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001]