"go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Starting (try 1/5) === RUN TestSignHTTP --- PASS: TestSignHTTP (0.00s) === RUN TestVersionLess --- PASS: TestVersionLess (0.00s) === RUN TestMergeDeleteMarkers --- PASS: TestMergeDeleteMarkers (0.00s) === RUN TestRemoveAWSChunked === RUN TestRemoveAWSChunked/nil === RUN TestRemoveAWSChunked/empty === RUN TestRemoveAWSChunked/only_aws === RUN TestRemoveAWSChunked/leading_aws === RUN TestRemoveAWSChunked/trailing_aws === RUN TestRemoveAWSChunked/middle_aws === RUN TestRemoveAWSChunked/case_insensitive === RUN TestRemoveAWSChunked/duplicates === RUN TestRemoveAWSChunked/no_aws_normalize_spaces === RUN TestRemoveAWSChunked/surrounding_spaces === RUN TestRemoveAWSChunked/no_change --- PASS: TestRemoveAWSChunked (0.00s) --- PASS: TestRemoveAWSChunked/nil (0.00s) --- PASS: TestRemoveAWSChunked/empty (0.00s) --- PASS: TestRemoveAWSChunked/only_aws (0.00s) --- PASS: TestRemoveAWSChunked/leading_aws (0.00s) --- PASS: TestRemoveAWSChunked/trailing_aws (0.00s) --- PASS: TestRemoveAWSChunked/middle_aws (0.00s) --- PASS: TestRemoveAWSChunked/case_insensitive (0.00s) --- PASS: TestRemoveAWSChunked/duplicates (0.00s) --- PASS: TestRemoveAWSChunked/no_aws_normalize_spaces (0.00s) --- PASS: TestRemoveAWSChunked/surrounding_spaces (0.00s) --- PASS: TestRemoveAWSChunked/no_change (0.00s) === RUN TestIntegration fstests.go:438: Using remote "TestS3R2:" 2025/08/20 01:36:29 NOTICE: TestS3R2: Starting server 2025/08/20 01:36:29 DEBUG : Creating backend with remote "TestS3R2:rclone-test-luxokow5jipo" 2025/08/20 01:36:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound 2025/08/20 01:36:30 INFO : S3 bucket rclone-test-luxokow5jipo: Bucket "rclone-test-luxokow5jipo" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/08/20 01:36:32 INFO : S3 bucket rclone-test-luxokow5jipo: Bucket "rclone-test-luxokow5jipo" deleted === RUN TestIntegration/FsMkdir 2025/08/20 01:36:33 INFO : S3 bucket rclone-test-luxokow5jipo: Bucket "rclone-test-luxokow5jipo" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/08/20 01:36:33 INFO : dir/subdir: Making directory fstest.go:247: Filtering empty directory "dir" fstest.go:247: Filtering empty directory "dir/subdir" 2025/08/20 01:36:33 INFO : dir/subdir: Removing directory fstest.go:247: Filtering empty directory "dir" 2025/08/20 01:36:33 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 ".." fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:713 Error: Received unexpected error: operation error S3: PutObject, https response error StatusCode: 409, RequestID: , HostID: , api error NotImplemented: Bucket recreated during request lifetime. Please try your request again. Test: TestIntegration/FsMkdir/FsEncoding/dot_dot Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:786: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2025/08/20 01:37:03 NOTICE: S3 bucket rclone-test-luxokow5jipo: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/08/20 01:37:03 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AA-G1CdGhqXE6OdqNCxBiyoNVJYplC2box1c0TKqJLHtp-V1Y_1wFRTCCSrpwZvoGxTnBXqcUJAtyyoJv6vVIm87zJGwGrVMTaAuhHhseh6LJ2OsUqMoUtP26DSmH_8kBImUP6oM1gkEMORDc57Qz-sl5-Smxb-qlZPu2scLmIJ-3x-b0cyMwRnOMw1xM-dPcFbullRhjb1oaaeVHiJUvbb31k_9aeNLOFFGNin_VeKSvfPZbf24FnVcgs1C7i_lZ4PPVqNqjS7eRIA92NuyAbgQF8F2AuMoxNzZ8Y5iND6YKIuaMrcvErKub9lb1mNA_JOIljH95kOBymKwdhc6_Yk 2025/08/20 01:37:03 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "35a00f2c4622bc135f31d07328883bed" 2025/08/20 01:37:04 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "db1710b2a164be1827fee1c6c2a07daa" 2025/08/20 01:37:04 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "c2db0d010bdc2de215ca18590a553402" 2025/08/20 01:37:05 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AA-G1CdGhqXE6OdqNCxBiyoNVJYplC2box1c0TKqJLHtp-V1Y_1wFRTCCSrpwZvoGxTnBXqcUJAtyyoJv6vVIm87zJGwGrVMTaAuhHhseh6LJ2OsUqMoUtP26DSmH_8kBImUP6oM1gkEMORDc57Qz-sl5-Smxb-qlZPu2scLmIJ-3x-b0cyMwRnOMw1xM-dPcFbullRhjb1oaaeVHiJUvbb31k_9aeNLOFFGNin_VeKSvfPZbf24FnVcgs1C7i_lZ4PPVqNqjS7eRIA92NuyAbgQF8F2AuMoxNzZ8Y5iND6YKIuaMrcvErKub9lb1mNA_JOIljH95kOBymKwdhc6_Yk" finished === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:868: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2025/08/20 01:37:09 DEBUG : Creating backend with remote "TestS3R2:" 2025/08/20 01:37:09 DEBUG : Config file has changed externally - reloading === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/08/20 01:37:10 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2025/08/20 01:37:13 DEBUG : S3 bucket rclone-test-luxokow5jipo: bucket is versioned: false 2025/08/20 01:37:13 DEBUG : Waiting for deletions to finish 2025/08/20 01:37:13 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/08/20 01:37:13 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/08/20 01:37:13 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/08/20 01:37:15 DEBUG : Creating backend with remote "TestS3R2:rclone-test-luxokow5jipo/dirToPurgeFromRoot" 2025/08/20 01:37:15 DEBUG : S3 bucket rclone-test-luxokow5jipo path dirToPurgeFromRoot: bucket is versioned: false 2025/08/20 01:37:15 DEBUG : Waiting for deletions to finish 2025/08/20 01:37:15 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/08/20 01:37:15 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/08/20 01:37:16 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/08/20 01:37:16 DEBUG : Creating backend with remote "TestS3R2:rclone-test-luxokow5jipo/hello? sausage/êé" 2025/08/20 01:37:18 DEBUG : S3 bucket rclone-test-luxokow5jipo path hello? sausage/êé: bucket is versioned: false 2025/08/20 01:37:18 DEBUG : Waiting for deletions to finish 2025/08/20 01:37:18 DEBUG : "a/b/c/d/e.txt" version false 2025/08/20 01:37:18 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/08/20 01:37:19 INFO : a/b/c/d/e.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1342: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1459: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1694: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/08/20 01:37:30 DEBUG : Creating backend with remote "TestS3R2:rclone-test-luxokow5jipo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/08/20 01:37:31 DEBUG : Creating backend with remote "TestS3R2:rclone-test-luxokow5jipo/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-luxokow5jipo" from "TestS3R2:rclone-test-luxokow5jipo" 2025/08/20 01:37:31 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2052: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2131: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2281: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/08/20 01:37:37 DEBUG : piped data.txt: open chunk writer: started multipart upload: AEOWmDYsGp-PEtwIYgf8B96Sr6svtjmr7_uG9JTEHtmsqO8uae8_AHBQ7mTrwCIeg1QHkrz8gcRy6Mvo4MQ7G56XCgfmUkqCKh6F_xBvB1l3hVum2gg_hQuVn5nGnFsrPNB4YGfH6eWc2xz-qfkX8pTsXuSo1matcGebdvfmy8uSBG5Jc8J28Qioz3PJERmjqmuv0mG0U2y6T8djUdWYIdJmNaAzzHUJGOadCC2v0Yto4p6yhLJsIaXT2_HEQy4MC7mgn0fguTD7jtp3YV0jl8N6Idzt9mswyvwnDl6S4avktjkLeiH638VPF79zqIt6ua-8kM1QNbAg_qDVP0Qabd0 2025/08/20 01:37:37 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/08/20 01:37:37 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/08/20 01:37:37 DEBUG : piped data.txt: multipart upload "AEOWmDYsGp-PEtwIYgf8B96Sr6svtjmr7_uG9JTEHtmsqO8uae8_AHBQ7mTrwCIeg1QHkrz8gcRy6Mvo4MQ7G56XCgfmUkqCKh6F_xBvB1l3hVum2gg_hQuVn5nGnFsrPNB4YGfH6eWc2xz-qfkX8pTsXuSo1matcGebdvfmy8uSBG5Jc8J28Qioz3PJERmjqmuv0mG0U2y6T8djUdWYIdJmNaAzzHUJGOadCC2v0Yto4p6yhLJsIaXT2_HEQy4MC7mgn0fguTD7jtp3YV0jl8N6Idzt9mswyvwnDl6S4avktjkLeiH638VPF79zqIt6ua-8kM1QNbAg_qDVP0Qabd0" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/08/20 01:37:37 DEBUG : piped data.txt: open chunk writer: started multipart upload: AH7Nk05IJzI3lxxkwGe9BVYs1ZBfcIqlGQPtqhhAh309ljuhALHkERupcAaiHJAbdZPvgHugplr4ctMlDHaDiVHPa3fCDvv4pwPgfJdDIKenJXvIuBlQkWSiypXdYPBZ-07iyBJ_Jie8f40Zg1oDONpDWNIbmukS2RXZOFL9rFUXLQn3Z_ICycgyYPX4ks9dFnrANOAqb5I2EzUl5slPjYZZuOTnYo8nGjAp6ufFQxLoNU6OwsFWc6VK-4uLbnZj8MR8wBRt64Viiy8SkwsOvYWtmpVakIlSpA_2XCGMv7Q75caWh7tZ1xV08GGI7NVGiZGSh84SDIMZyRO2oJ9wmug 2025/08/20 01:37:37 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/20 01:37:37 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "03ae3d3f76a069516e82b42f777a4489" 2025/08/20 01:37:38 DEBUG : piped data.txt: multipart upload "AH7Nk05IJzI3lxxkwGe9BVYs1ZBfcIqlGQPtqhhAh309ljuhALHkERupcAaiHJAbdZPvgHugplr4ctMlDHaDiVHPa3fCDvv4pwPgfJdDIKenJXvIuBlQkWSiypXdYPBZ-07iyBJ_Jie8f40Zg1oDONpDWNIbmukS2RXZOFL9rFUXLQn3Z_ICycgyYPX4ks9dFnrANOAqb5I2EzUl5slPjYZZuOTnYo8nGjAp6ufFQxLoNU6OwsFWc6VK-4uLbnZj8MR8wBRt64Viiy8SkwsOvYWtmpVakIlSpA_2XCGMv7Q75caWh7tZ1xV08GGI7NVGiZGSh84SDIMZyRO2oJ9wmug" finished === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress 2025/08/20 01:37:39 NOTICE: test-metadata: Not decompressing 'Content-Encoding: gzip' compressed file. Use --s3-decompress to override === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions s3_internal_test.go:298: Couldn't enable versioning: operation error S3: PutBucketVersioning, https response error StatusCode: 501, RequestID: , HostID: , api error NotImplemented: PutBucketVersioning not implemented === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed 2025/08/20 01:37:41 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AGepcyK9U9sR2GfrjkN8GS6-ACKDeYZuDI24-xaY_24JEZhIKfgL6EeesRRMn3jc84UUlei21yE2zjSwczWw4OUjycHZ_eJ9RtynWg2P-qvo7Blbri2UbySNGMWJ6pwCUjVtfIM-FhhTjkudHN24XgfRgWptVTOLzo2kJshnMeqavzC30TxJrTZrNWjxPHGih4VETruOv0MncEOe_qDr1a8w_NJKhDHOpOBQvOFveios1X9LLpzGGWKrdwdXgvejALKYiDcc-8h2nbgSCzORUj_8n8q7LWNLQSXTRPABLIK7cMvYL6TF_DiVc_gKuLCW3CF2B30oKTJTP2ZXBVU3LN4 2025/08/20 01:37:41 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/08/20 01:37:42 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/08/20 01:37:42 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AGepcyK9U9sR2GfrjkN8GS6-ACKDeYZuDI24-xaY_24JEZhIKfgL6EeesRRMn3jc84UUlei21yE2zjSwczWw4OUjycHZ_eJ9RtynWg2P-qvo7Blbri2UbySNGMWJ6pwCUjVtfIM-FhhTjkudHN24XgfRgWptVTOLzo2kJshnMeqavzC30TxJrTZrNWjxPHGih4VETruOv0MncEOe_qDr1a8w_NJKhDHOpOBQvOFveios1X9LLpzGGWKrdwdXgvejALKYiDcc-8h2nbgSCzORUj_8n8q7LWNLQSXTRPABLIK7cMvYL6TF_DiVc_gKuLCW3CF2B30oKTJTP2ZXBVU3LN4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/08/20 01:37:42 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: APWF0EDZi4UiZtpcXVDiItgdx3TBWb0YJmxRGfSCpGAf2-hOmC9sIWPJa0RwFBZqZAOmmMo3D8Bh6Gq4aJnkpgDP4-6YGQOr4TNRy_qNUChqZMDY5HXERk5ez3aI9mi90n9KLhWCnkQ6wodEqK1gEaSpaSMUfYMCZO9ZpYIHgK9jKgXvAF0H2usn3d5jJnTiCKLuMgy6PenfdeYOw2qBJTGFQwl42y1gRLYoTBgR3fPvS4Obq_mh1F3ogmRnOLqjlj7ouRlxxB4NOdBRW-lpcJUHDNIv1JktcJT5E27yBFyLSJum0gr4KqAhpIzoff0R3-eqUH07xcakXBT5-BCHdL8 2025/08/20 01:37:43 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/08/20 01:37:43 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/20 01:37:43 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "APWF0EDZi4UiZtpcXVDiItgdx3TBWb0YJmxRGfSCpGAf2-hOmC9sIWPJa0RwFBZqZAOmmMo3D8Bh6Gq4aJnkpgDP4-6YGQOr4TNRy_qNUChqZMDY5HXERk5ez3aI9mi90n9KLhWCnkQ6wodEqK1gEaSpaSMUfYMCZO9ZpYIHgK9jKgXvAF0H2usn3d5jJnTiCKLuMgy6PenfdeYOw2qBJTGFQwl42y1gRLYoTBgR3fPvS4Obq_mh1F3ogmRnOLqjlj7ouRlxxB4NOdBRW-lpcJUHDNIv1JktcJT5E27yBFyLSJum0gr4KqAhpIzoff0R3-eqUH07xcakXBT5-BCHdL8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/08/20 01:37:44 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: ANR4wtqLQHu3DQ11jz6jjKMjdv8UcTRE4ngw-dyQ8DRP8b63xTAiFoXfYX5wJk2FXqeIBRPniERxk48iO7Dej_C9Otg1BU1Qo6tqE6v509N4fk86WdvlrgBtFYgWyFgWOUkbWXOWxtcVGsgC0gt6wKZdie43OEAywznnAjAfOTZ3fzoJjAPsHRfJb5-S4fUq6u9HHvg2lHm4-UcGC85aik384uJWdmoHxj-A7Lvryrswk4HjmgOfw_PR4eSqA3b5msF-L7tbynF1e6BkhfnvJ5nrqdyIotC8kl14TvIGqGdsHQ1PUj5R6U83z4PYCP9gDvgwgkcxZhVssKuLWzMRWJM 2025/08/20 01:37:45 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/20 01:37:45 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/20 01:37:45 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "ANR4wtqLQHu3DQ11jz6jjKMjdv8UcTRE4ngw-dyQ8DRP8b63xTAiFoXfYX5wJk2FXqeIBRPniERxk48iO7Dej_C9Otg1BU1Qo6tqE6v509N4fk86WdvlrgBtFYgWyFgWOUkbWXOWxtcVGsgC0gt6wKZdie43OEAywznnAjAfOTZ3fzoJjAPsHRfJb5-S4fUq6u9HHvg2lHm4-UcGC85aik384uJWdmoHxj-A7Lvryrswk4HjmgOfw_PR4eSqA3b5msF-L7tbynF1e6BkhfnvJ5nrqdyIotC8kl14TvIGqGdsHQ1PUj5R6U83z4PYCP9gDvgwgkcxZhVssKuLWzMRWJM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/08/20 01:37:46 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ADmtuvyz4cVjwz5LTX2nmSU-Ou4fUdy67GgfHmRZiw_vBa5TPXi6OexPVCKgrlasVZi-EXYA8P0Ig71kjiX95h7_Pd0lKqtxzr0UNMYf0zHmvOVDn0wLZ7OeMVelxw5mO5tdhOUde9WNLRY9AP69gkJLes03Z733FtD0gFlha5FHSGbIZ2Pjujd9EqD_g-n8Kc7Ouo0FEY-LQPcCk_3438oqhI-s38t8-gYyWDIPnx6tUAudKosQXx_xjM34cPY8ZIqqs64xHV9FVlXBNBDo0qTg7qPTmiTXxghyvlv6utxH86FsPyjORKAHUJtjWX6PQgCH_R4HJ08P9lBhgUyBnBQ 2025/08/20 01:37:46 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/08/20 01:37:46 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/08/20 01:37:47 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/08/20 01:37:47 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/20 01:37:47 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/20 01:37:47 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/20 01:37:47 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ADmtuvyz4cVjwz5LTX2nmSU-Ou4fUdy67GgfHmRZiw_vBa5TPXi6OexPVCKgrlasVZi-EXYA8P0Ig71kjiX95h7_Pd0lKqtxzr0UNMYf0zHmvOVDn0wLZ7OeMVelxw5mO5tdhOUde9WNLRY9AP69gkJLes03Z733FtD0gFlha5FHSGbIZ2Pjujd9EqD_g-n8Kc7Ouo0FEY-LQPcCk_3438oqhI-s38t8-gYyWDIPnx6tUAudKosQXx_xjM34cPY8ZIqqs64xHV9FVlXBNBDo0qTg7qPTmiTXxghyvlv6utxH86FsPyjORKAHUJtjWX6PQgCH_R4HJ08P9lBhgUyBnBQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/08/20 01:37:48 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AFXbbVkxjp0pWUHO3KwZgTLp8ShXA7-fw2sdKvTOW7-lCecTF9gh2L2mYye_WHfvvx7zLU5LtYyVCTXuA6Gls5pkCzieNpsMOiKUG6zqaMTuE_4N8QOSZxCMRMV7t3syqmsMBoyR9Al-UDOHhYqt6Bf7FR9_44ogwnQP5pDNSE6mL1IDwDcoynYWyoMG-v_U9mkHd1nHdJ-1RbEY8skcR1QR7wD7YoeiY0xREX-f1U1OUA7Y1WjoOtwphfenZBs09une1aQRUzdv3XrPwPlLfKuoOnVKLofA0eC3y5vP6g3IrsFjfHZkSkgnbySl9zObdrQ-BWj6uyUeocpw7lbRrYA 2025/08/20 01:37:48 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/20 01:37:48 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/08/20 01:37:48 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/08/20 01:37:49 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/20 01:37:49 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/20 01:37:49 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/20 01:37:49 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AFXbbVkxjp0pWUHO3KwZgTLp8ShXA7-fw2sdKvTOW7-lCecTF9gh2L2mYye_WHfvvx7zLU5LtYyVCTXuA6Gls5pkCzieNpsMOiKUG6zqaMTuE_4N8QOSZxCMRMV7t3syqmsMBoyR9Al-UDOHhYqt6Bf7FR9_44ogwnQP5pDNSE6mL1IDwDcoynYWyoMG-v_U9mkHd1nHdJ-1RbEY8skcR1QR7wD7YoeiY0xREX-f1U1OUA7Y1WjoOtwphfenZBs09une1aQRUzdv3XrPwPlLfKuoOnVKLofA0eC3y5vP6g3IrsFjfHZkSkgnbySl9zObdrQ-BWj6uyUeocpw7lbRrYA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/08/20 01:37:52 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AKzc-KI2drNU7dKLWR1mgbUy75v-l9L8XZLjkiEy1qW2GZbz8VgsLGN_Xk0id_AGwHF7rRSwKRY_yu5rwER4KrIrZHeGiTZlfjQhFZ6ZAwFsDVHQ1uaT-lTuk2offrmV01-sMmvu0g3oFECgL3AxIjQapdot9GLjOj3Goh0v3IFS0tGjCzTJexa_WO9ILtRWORMqBlUI_tqLLB1xJFqldwQgrrNTj3YJTD3QjU18Bt0A2hvhOg8oky3kkZiyVyVhjl32IPrBJ6NcEKnTfiPxUi6JXju1tjwoSe3weInNhVVRws3lUDO0ZqoGXPxMLqiGytndLLV6ofHIAFMB4dIuFHc 2025/08/20 01:37:52 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/20 01:37:53 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/08/20 01:37:53 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AKzc-KI2drNU7dKLWR1mgbUy75v-l9L8XZLjkiEy1qW2GZbz8VgsLGN_Xk0id_AGwHF7rRSwKRY_yu5rwER4KrIrZHeGiTZlfjQhFZ6ZAwFsDVHQ1uaT-lTuk2offrmV01-sMmvu0g3oFECgL3AxIjQapdot9GLjOj3Goh0v3IFS0tGjCzTJexa_WO9ILtRWORMqBlUI_tqLLB1xJFqldwQgrrNTj3YJTD3QjU18Bt0A2hvhOg8oky3kkZiyVyVhjl32IPrBJ6NcEKnTfiPxUi6JXju1tjwoSe3weInNhVVRws3lUDO0ZqoGXPxMLqiGytndLLV6ofHIAFMB4dIuFHc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/08/20 01:37:54 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AFRLyhE7gc2ene_DFhA7o2uvbKvfix1U4Jc9hOpMYEEt-v8MHK_1mpKxoJxxTjIBxGfm53yG1Xv7yjzy25bPNbKoaBQf8jCcSs_LPE07x1yeTDzZ2AdhpTtpIi_z8rKfq2fJlmBzpFph-8QaiawRpw-0E5OJNzu-aU9F-vLoByhFjHswqQ_VPgSJsEIJgGlzqD8aV88v8am9RM0q7WMyv6H2F71YuIrtITYtrophvivYrzDli8RbKW9jmNbErCtzlEEnxRZhsoA06__HHZyfxrSzcwrIZMLv7q6MnGcaDfVKUD87P9DOJsEQ6CMpcLPk1K13OJCccfc3kj0er6eB0Kk 2025/08/20 01:37:54 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/08/20 01:37:55 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/20 01:37:55 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AFRLyhE7gc2ene_DFhA7o2uvbKvfix1U4Jc9hOpMYEEt-v8MHK_1mpKxoJxxTjIBxGfm53yG1Xv7yjzy25bPNbKoaBQf8jCcSs_LPE07x1yeTDzZ2AdhpTtpIi_z8rKfq2fJlmBzpFph-8QaiawRpw-0E5OJNzu-aU9F-vLoByhFjHswqQ_VPgSJsEIJgGlzqD8aV88v8am9RM0q7WMyv6H2F71YuIrtITYtrophvivYrzDli8RbKW9jmNbErCtzlEEnxRZhsoA06__HHZyfxrSzcwrIZMLv7q6MnGcaDfVKUD87P9DOJsEQ6CMpcLPk1K13OJCccfc3kj0er6eB0Kk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/08/20 01:37:56 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ABw5nowf06V7bX6ocrxseXRncdSOV58lFoupPll6GS_19zLIDBoJt07fLfW7pGBYLR7CGuPbc88TZPUq4tAt_PH-tp7MsUDvfppjHlNJZC4DzwiniyysnxKsm0BQbE9IDvRnl1fPAplvhEWnr4Env_07mcgZcfvi3iB8icjWfBK3f8CDJitB2W4xwJ1SvBVMeJaaBN7UDN8yT4ApK8wQYqdnEEEETO2bJWL5ogBgm1j4IvTHXWC-uy5IY1smmHtU3XBHTE8i6ABDjI4_Z2hB342BKtfdPcvaeqWw7hVbqYEejZ9Sc4U-reW6N2vD2rkABy1oqdo24crvmOIYoj7v99E 2025/08/20 01:37:56 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/20 01:37:57 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/20 01:37:57 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ABw5nowf06V7bX6ocrxseXRncdSOV58lFoupPll6GS_19zLIDBoJt07fLfW7pGBYLR7CGuPbc88TZPUq4tAt_PH-tp7MsUDvfppjHlNJZC4DzwiniyysnxKsm0BQbE9IDvRnl1fPAplvhEWnr4Env_07mcgZcfvi3iB8icjWfBK3f8CDJitB2W4xwJ1SvBVMeJaaBN7UDN8yT4ApK8wQYqdnEEEETO2bJWL5ogBgm1j4IvTHXWC-uy5IY1smmHtU3XBHTE8i6ABDjI4_Z2hB342BKtfdPcvaeqWw7hVbqYEejZ9Sc4U-reW6N2vD2rkABy1oqdo24crvmOIYoj7v99E" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/08/20 01:37:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AIYEW2C-3r0Qh37jQwXAE5YvDWUyE_CU4HLySLtY18IBch4X07GEB1JSLmukhG8bAHwe4GfQOR66NwJ5zXU0tHXg1pSFqB8ajFyXJfDW07eXGRe85ARS56MlTSXXz1338bcrwrNmA19iFuLxvYmKgbYGG5LWYHLwvhExKLNX2DtjDNpqW8L5JSPOTRNqla-fHzpu6kMWyffCDqTTXjPEgMslLoxrfbg6pX5rdPNfMw7qBgrmOpIMLMF-Jt02ZtHq2YQ4gSqJNnEQMxHI0KaDmm4lE-57_fuY9QMskApcXSgD5p_Xl7gBHzp0MEttEKh-cB4WuplBuz88Xrt3DSZPmpM 2025/08/20 01:37:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/08/20 01:37:59 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/08/20 01:37:59 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/20 01:37:59 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/20 01:37:59 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/20 01:37:59 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/20 01:37:59 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AIYEW2C-3r0Qh37jQwXAE5YvDWUyE_CU4HLySLtY18IBch4X07GEB1JSLmukhG8bAHwe4GfQOR66NwJ5zXU0tHXg1pSFqB8ajFyXJfDW07eXGRe85ARS56MlTSXXz1338bcrwrNmA19iFuLxvYmKgbYGG5LWYHLwvhExKLNX2DtjDNpqW8L5JSPOTRNqla-fHzpu6kMWyffCDqTTXjPEgMslLoxrfbg6pX5rdPNfMw7qBgrmOpIMLMF-Jt02ZtHq2YQ4gSqJNnEQMxHI0KaDmm4lE-57_fuY9QMskApcXSgD5p_Xl7gBHzp0MEttEKh-cB4WuplBuz88Xrt3DSZPmpM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/08/20 01:38:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AFwTp_NK7MBKo5OtUQb1pETZA1nuDAg-aqvjDsbrU3Nj71j0NVzQ-aEiFLGMC1MdaL539-FtOZNjydgZ7SMpQQC4Htqv-u8bRZtzm1SEVnTrxRL4g4NfXpDu8AHixf-c8GncgbWyVLbe36QmMFF8k8FVbqrjrVVSvFTo3P2UyslEVeO3YcvtHUY5KkzmlTUrBDzV9CvhS1YtJAbx_RNXOPDxStRqciOFmtJp097ivImdiZZ21g0wFOKEJ6-qhsCimMsAl-ljIPeGo_phGqxCFwqy9lukL2V5lLpMsdCarSvA9GOBWG3zSR8aQ40dGLNBjjzuVnxjcNrNhLs5-8qys6I 2025/08/20 01:38:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/20 01:38:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/20 01:38:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/08/20 01:38:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/20 01:38:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/20 01:38:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/20 01:38:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AFwTp_NK7MBKo5OtUQb1pETZA1nuDAg-aqvjDsbrU3Nj71j0NVzQ-aEiFLGMC1MdaL539-FtOZNjydgZ7SMpQQC4Htqv-u8bRZtzm1SEVnTrxRL4g4NfXpDu8AHixf-c8GncgbWyVLbe36QmMFF8k8FVbqrjrVVSvFTo3P2UyslEVeO3YcvtHUY5KkzmlTUrBDzV9CvhS1YtJAbx_RNXOPDxStRqciOFmtJp097ivImdiZZ21g0wFOKEJ6-qhsCimMsAl-ljIPeGo_phGqxCFwqy9lukL2V5lLpMsdCarSvA9GOBWG3zSR8aQ40dGLNBjjzuVnxjcNrNhLs5-8qys6I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/08/20 01:38:04 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ACVVroRMF_rGfrEJuPOrB0H0A6gw1xyLUzcif6dlzJXAmwTUJ8hzT1YV3_teFG1wS21P_sJt7B8Q--2Y_mph7mF-OtsrpitXP1_s9B2vkI-ZUB6bUm_RCHWvuf3KyCwKcsDOMODvBrqXR10_vVKn_1iQyo2ss39jUq7_xy8WnQQON7P_SO6ccIdx6MRHdxr2LVGWIV0sof-ck0m-Tf-82ErGSoTI5jBhU3DeRr_YT_IUS5v2m_dCkzrolRhCy7D2XMgG-Q1XbP8f2UlFLmoETsH0CW-kPiZrJeSejtdfRcWMYdQCJALaOYaUbXTdeJyxqVsIDal0SfYk6goYZXI-qMA 2025/08/20 01:38:04 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/20 01:38:05 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/08/20 01:38:05 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ACVVroRMF_rGfrEJuPOrB0H0A6gw1xyLUzcif6dlzJXAmwTUJ8hzT1YV3_teFG1wS21P_sJt7B8Q--2Y_mph7mF-OtsrpitXP1_s9B2vkI-ZUB6bUm_RCHWvuf3KyCwKcsDOMODvBrqXR10_vVKn_1iQyo2ss39jUq7_xy8WnQQON7P_SO6ccIdx6MRHdxr2LVGWIV0sof-ck0m-Tf-82ErGSoTI5jBhU3DeRr_YT_IUS5v2m_dCkzrolRhCy7D2XMgG-Q1XbP8f2UlFLmoETsH0CW-kPiZrJeSejtdfRcWMYdQCJALaOYaUbXTdeJyxqVsIDal0SfYk6goYZXI-qMA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/08/20 01:38:05 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: APsh_dXPpPIngRNye7XCduqBX2ozrLxGHj1-YyA4EL7Q84y8WSPo3hrDE8Ggd6tNH9Ue6Aupgt3uKwpc25dCuP3_aNMgaj-ZKxTX73wiexv4zgd3h2qUmM8xVLGNA5YFdaDaExqQ83yco51-JBE50_sHB-eiD37ffGOZKwqw0TZ5gioGs3zH8gOZcTyufw3Hp384IC0CTNYOc1jEG9hTE8hTiorX-2vXUQnSDFnf1NCXxJuRSMwfXopPwkM5FAfXUF6MytWqHbrG9FPDOMFg1cPaJiIt6J7a57XiI3aZIEat4O9-wDzG4SMckpIztVl-1ETKvksxqnGKHT-dC37nMjU 2025/08/20 01:38:06 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/08/20 01:38:06 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/20 01:38:06 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "APsh_dXPpPIngRNye7XCduqBX2ozrLxGHj1-YyA4EL7Q84y8WSPo3hrDE8Ggd6tNH9Ue6Aupgt3uKwpc25dCuP3_aNMgaj-ZKxTX73wiexv4zgd3h2qUmM8xVLGNA5YFdaDaExqQ83yco51-JBE50_sHB-eiD37ffGOZKwqw0TZ5gioGs3zH8gOZcTyufw3Hp384IC0CTNYOc1jEG9hTE8hTiorX-2vXUQnSDFnf1NCXxJuRSMwfXopPwkM5FAfXUF6MytWqHbrG9FPDOMFg1cPaJiIt6J7a57XiI3aZIEat4O9-wDzG4SMckpIztVl-1ETKvksxqnGKHT-dC37nMjU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/08/20 01:38:07 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ADEtNwgTsyuAAnKge9wXu4_i3kQ_TCmbUHY5AFz2_FOPrcb-j3dhpc0bKWe3n-2M8pNbMS2lZObsqw7tJbTnhWwkG5Sq48Nql_BSlTg_S5L1IhhneBGpT--sNzWOjOfyAPF79W3v68PjdF6EnV_WDJjw_stcIXa505CwPIY54MSw6iIVEMVL9j6eRfGktyJmye4wO_ZOYnYC14SdHuv_0qptXo66t9jD5ukCpQsUzNOW_ML8b94zqsMqC4OMdwDzrRobPj57CXHNqal1542Ki7TTk57siSeqXqFsHQdmamtiWkner2gl-I9zUGRO7_alEArfQIPLc2DIUkRVy3dI3BI 2025/08/20 01:38:07 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/20 01:38:08 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/20 01:38:08 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ADEtNwgTsyuAAnKge9wXu4_i3kQ_TCmbUHY5AFz2_FOPrcb-j3dhpc0bKWe3n-2M8pNbMS2lZObsqw7tJbTnhWwkG5Sq48Nql_BSlTg_S5L1IhhneBGpT--sNzWOjOfyAPF79W3v68PjdF6EnV_WDJjw_stcIXa505CwPIY54MSw6iIVEMVL9j6eRfGktyJmye4wO_ZOYnYC14SdHuv_0qptXo66t9jD5ukCpQsUzNOW_ML8b94zqsMqC4OMdwDzrRobPj57CXHNqal1542Ki7TTk57siSeqXqFsHQdmamtiWkner2gl-I9zUGRO7_alEArfQIPLc2DIUkRVy3dI3BI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/08/20 01:38:08 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: ADp0UJiZOQW2chc1r0BzJyGgIYD5VxtBErF9__aTE0wWpFJi0u_hleeukyoTUaS2QydSsmFzB4A2R7_si7Y_yDG2XJfH09dcw_Aa5IIwc5F_ES13oyRjrCIuvKFoUctJaYVmz2UAS5cG1nRn_42F-7PEEsD-tN5XU6s7PcNMOhFlJw9M-cYS0rIsKhTBVKsBnNGd5SxqT-73RNp574QImphE7vnhlsjbiPFPaLr4c19_R4msllQQNQoXZdXGRGSOa_fpnDhpAFzLhFgkiMeyz2pw38lEr7L7ENKELs9h066yhQBxaBDRlg7-rM_7FFh_uXNFtqlMwuLd-z8XrDHpPuw 2025/08/20 01:38:09 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/08/20 01:38:09 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/08/20 01:38:09 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/20 01:38:09 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/20 01:38:09 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/20 01:38:09 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/20 01:38:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "ADp0UJiZOQW2chc1r0BzJyGgIYD5VxtBErF9__aTE0wWpFJi0u_hleeukyoTUaS2QydSsmFzB4A2R7_si7Y_yDG2XJfH09dcw_Aa5IIwc5F_ES13oyRjrCIuvKFoUctJaYVmz2UAS5cG1nRn_42F-7PEEsD-tN5XU6s7PcNMOhFlJw9M-cYS0rIsKhTBVKsBnNGd5SxqT-73RNp574QImphE7vnhlsjbiPFPaLr4c19_R4msllQQNQoXZdXGRGSOa_fpnDhpAFzLhFgkiMeyz2pw38lEr7L7ENKELs9h066yhQBxaBDRlg7-rM_7FFh_uXNFtqlMwuLd-z8XrDHpPuw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/08/20 01:38:11 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AJN0AA2jA15HP60dSlVplgGtyp3bLDBEY45Gux10Dg6YWK1NMgckIQZr3pShJzXbCHJjHROXd3cl562bgKWj9g6GwsLcHXiyacOvhu405WvBLUfv6OgCOn-7ifgOtA1LC71qW16xURsc9Ij-1ziw-v3gJHfYf6lFFNo2Om7ZCtbFnRKqtYYAf1nIq5QLYzUgCjIMfmluvC2GlVRJfO54dUQJ5-g8d2nYYxEv7LfzOKU2kvizMkilcDUHieyTBmcVWXhYBgR9SLTOtE2sxHMraYhXWaARIfSseoflFw-hhaDPxTsDyIwnqV5h4mjHrjNcfVWIvZjYTp1-ImEh4y0iyrg 2025/08/20 01:38:11 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/20 01:38:11 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/20 01:38:11 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/08/20 01:38:11 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/20 01:38:11 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/20 01:38:11 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/20 01:38:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AJN0AA2jA15HP60dSlVplgGtyp3bLDBEY45Gux10Dg6YWK1NMgckIQZr3pShJzXbCHJjHROXd3cl562bgKWj9g6GwsLcHXiyacOvhu405WvBLUfv6OgCOn-7ifgOtA1LC71qW16xURsc9Ij-1ziw-v3gJHfYf6lFFNo2Om7ZCtbFnRKqtYYAf1nIq5QLYzUgCjIMfmluvC2GlVRJfO54dUQJ5-g8d2nYYxEv7LfzOKU2kvizMkilcDUHieyTBmcVWXhYBgR9SLTOtE2sxHMraYhXWaARIfSseoflFw-hhaDPxTsDyIwnqV5h4mjHrjNcfVWIvZjYTp1-ImEh4y0iyrg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/08/20 01:38:13 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AJwosykeHMguNg0XX6DOusERELM5ICuoDv20S0WgpDgcNVWuvVFdSSzIk1jCyGMAavCGqAbNbL48iWzmGBFVC0IaJUgD20N7WDNxi1rH31heBkQD8aEwQSt98KNELjeFRQaxpdPZepXFvGjWiJmEKU8cCyA81_bc5iX-KyuRiF7ex-QJ06_fVXeCu8lt1eP-zwJTNyRBN3XolfDrLm0JZAi99lkfAa2ukyVJz7Ieobfv-04bKzm9f2_WN3LK5z5ogppeHKL7h6sOomq4ajp0xFjMGOqi3Ed4IuHcaTUhEnWs2cpin-Hm3784Xiyqui7ONNK3r1xd9Cw5emA8wWG1sIo 2025/08/20 01:38:14 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/20 01:38:14 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/08/20 01:38:14 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AJwosykeHMguNg0XX6DOusERELM5ICuoDv20S0WgpDgcNVWuvVFdSSzIk1jCyGMAavCGqAbNbL48iWzmGBFVC0IaJUgD20N7WDNxi1rH31heBkQD8aEwQSt98KNELjeFRQaxpdPZepXFvGjWiJmEKU8cCyA81_bc5iX-KyuRiF7ex-QJ06_fVXeCu8lt1eP-zwJTNyRBN3XolfDrLm0JZAi99lkfAa2ukyVJz7Ieobfv-04bKzm9f2_WN3LK5z5ogppeHKL7h6sOomq4ajp0xFjMGOqi3Ed4IuHcaTUhEnWs2cpin-Hm3784Xiyqui7ONNK3r1xd9Cw5emA8wWG1sIo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/08/20 01:38:15 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AOap3oA2mzEpGX7tOpdI-3tfzMRbAuNLWog-CIbh37f-LMZjhMv7P8uYzVDsCMs1pY58IFTJVZMkQWae4T0pf7y3QRf4zB_xAiUJekaSHN3uYXkmRVAx4AbZ9D0SEg6TLhOlapxoTEwX6d-oTYo_VJTCjzlt4BvA4sxAU3p3hG_aaPFM_6DmlJa60X_A-GvChbVrZewu_CZ5Su90BdPixBbFjFku8IiLuaNBxjiGlTkt6Yg9kCLNrC4RkrBRXGkyXrD0G3YEQWknd2oAcEz8b26WhxAiNzjkgf6neGbor-svRKN1MEf55EGqvbLCf81X3xDy9wG15MxoJo3FKT7qptQ 2025/08/20 01:38:15 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/08/20 01:38:16 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/20 01:38:16 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AOap3oA2mzEpGX7tOpdI-3tfzMRbAuNLWog-CIbh37f-LMZjhMv7P8uYzVDsCMs1pY58IFTJVZMkQWae4T0pf7y3QRf4zB_xAiUJekaSHN3uYXkmRVAx4AbZ9D0SEg6TLhOlapxoTEwX6d-oTYo_VJTCjzlt4BvA4sxAU3p3hG_aaPFM_6DmlJa60X_A-GvChbVrZewu_CZ5Su90BdPixBbFjFku8IiLuaNBxjiGlTkt6Yg9kCLNrC4RkrBRXGkyXrD0G3YEQWknd2oAcEz8b26WhxAiNzjkgf6neGbor-svRKN1MEf55EGqvbLCf81X3xDy9wG15MxoJo3FKT7qptQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/08/20 01:38:17 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ALpUDjpFib2-b32moCQNDJgjUsVWIu6tpo60IxL8GBHHcCk2qOvP4YAMNxjuBuxbChluy4isUkFhjMxO2qJOr618JkvkxFMMa5Vpuvj2QxFUt5ahJHs2py-x7pVkQO3qHl7ZV8mW5yfqg-FBY67OWi0zHoom9TaR6e79TJsQSE930SQU4irPKpKlY6A0U_CwSMWa76xfrh1EByxsLImUT-JldX62W2cGeuFrHPqqKG2qtE94dJ8WZ8buhID1n0PP8rCbD2BfQeyugYOim-nu8pXEDa94yPIlozpyWUaNszCdpf481fRYOlyEnndTwyBRJwINhYAUxRxuJhF7rCqCPBw 2025/08/20 01:38:17 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/20 01:38:17 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/20 01:38:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ALpUDjpFib2-b32moCQNDJgjUsVWIu6tpo60IxL8GBHHcCk2qOvP4YAMNxjuBuxbChluy4isUkFhjMxO2qJOr618JkvkxFMMa5Vpuvj2QxFUt5ahJHs2py-x7pVkQO3qHl7ZV8mW5yfqg-FBY67OWi0zHoom9TaR6e79TJsQSE930SQU4irPKpKlY6A0U_CwSMWa76xfrh1EByxsLImUT-JldX62W2cGeuFrHPqqKG2qtE94dJ8WZ8buhID1n0PP8rCbD2BfQeyugYOim-nu8pXEDa94yPIlozpyWUaNszCdpf481fRYOlyEnndTwyBRJwINhYAUxRxuJhF7rCqCPBw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/08/20 01:38:18 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AHkOZBkdZqLjOirOz8MeRIr9c8XmqCjHFO66p9TTZ0pJFhz8LwZ_nqscrsXR43WcvN8FG-hjtAi3E1KlIzUT3XPpoctA8HcgQOpwsB6C0CNpMuIMzJYxSwnOlBZ8Eu52P5ONUAc1A4Y5gY3r_AfOfM8QIABGF-0DcRZraFAYmCYVNbyEc25JPPXT1juoq-2_PJeU9bZ5-K2Ny9ZyhiE8R0_GduV-NRYwfb-xztGG-JL8dNy9aiBNONORMSN9-3JphZtn-pCDkcrVXmmxCaHfdKCDxsUtxrfHOVN6RGaflP5HREApXc94GCaVKTzaUR--DKoEHVG3i1Xuld61Vv4KLyU 2025/08/20 01:38:19 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/08/20 01:38:19 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/08/20 01:38:19 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/08/20 01:38:19 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/20 01:38:19 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/20 01:38:19 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/20 01:38:20 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AHkOZBkdZqLjOirOz8MeRIr9c8XmqCjHFO66p9TTZ0pJFhz8LwZ_nqscrsXR43WcvN8FG-hjtAi3E1KlIzUT3XPpoctA8HcgQOpwsB6C0CNpMuIMzJYxSwnOlBZ8Eu52P5ONUAc1A4Y5gY3r_AfOfM8QIABGF-0DcRZraFAYmCYVNbyEc25JPPXT1juoq-2_PJeU9bZ5-K2Ny9ZyhiE8R0_GduV-NRYwfb-xztGG-JL8dNy9aiBNONORMSN9-3JphZtn-pCDkcrVXmmxCaHfdKCDxsUtxrfHOVN6RGaflP5HREApXc94GCaVKTzaUR--DKoEHVG3i1Xuld61Vv4KLyU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/08/20 01:38:21 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AJPAesWtaUunHZ0axkdfbGn_8JL9-or4mul7VS2QINqqM8a_UUlFh9MR37Vp4gxeN-7jIebTCyw29lhiFFfhsdtHkPcF3yPIUUZBVd5FUWyqyr6lS-3X3n92KsByMp5DbjZgkeV5GZA7gvlXKjcw2xmwK5jof964Y9r59jeoapSfCKqLPhuJBuU6frB4IomAMAUl6TYTZ7D-aw0KKJjzEkR9zq0DAulcVIHBGgldGFPkvwxEE9X-Wd2mvZEpjtWjYiRsf0Xu3-00Pq-rL1Z8nXd_mtWp_liphb9W8Ct2Ltfx0GpvgpjvLe29i_eSxGDZ0x_PqHljZYLO0verOXFnZ0I 2025/08/20 01:38:21 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/20 01:38:21 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/08/20 01:38:21 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/08/20 01:38:21 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/20 01:38:21 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/20 01:38:22 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/20 01:38:22 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AJPAesWtaUunHZ0axkdfbGn_8JL9-or4mul7VS2QINqqM8a_UUlFh9MR37Vp4gxeN-7jIebTCyw29lhiFFfhsdtHkPcF3yPIUUZBVd5FUWyqyr6lS-3X3n92KsByMp5DbjZgkeV5GZA7gvlXKjcw2xmwK5jof964Y9r59jeoapSfCKqLPhuJBuU6frB4IomAMAUl6TYTZ7D-aw0KKJjzEkR9zq0DAulcVIHBGgldGFPkvwxEE9X-Wd2mvZEpjtWjYiRsf0Xu3-00Pq-rL1Z8nXd_mtWp_liphb9W8Ct2Ltfx0GpvgpjvLe29i_eSxGDZ0x_PqHljZYLO0verOXFnZ0I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/08/20 01:38:24 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AKreH_Ro3wuVJqNPPNQgjePvdXfJPil66BXPUIi2J6J_RFxa0rw7dieSyDle-IeNxIE_7YOnAEqhSDR_Y_ZCj7gAxbUxpHr7kfwQkbdYKqloG2RtLj9gX2hg_OJIhsC8LORPPekoVXJ7UAXKYVsADm-QsRdCTOyTSWewjN4fqkrqgFyRN3Q74DqbYPO4Q0Aef_ah7tQLAJjdHX_leyeYHsqi_KFsfHuvJ-CnT451EJ2pJUZL1YQMzCHAZzJhAdbofJNiSipC4RTwDMjOI58rzcX9eotv5uoiIGQmcGeFt1vSShM3bUAeraQzyNETXsmibfj16S83LvBZ9u64aMbVDJ4 2025/08/20 01:38:24 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/08/20 01:38:25 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/08/20 01:38:25 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AKreH_Ro3wuVJqNPPNQgjePvdXfJPil66BXPUIi2J6J_RFxa0rw7dieSyDle-IeNxIE_7YOnAEqhSDR_Y_ZCj7gAxbUxpHr7kfwQkbdYKqloG2RtLj9gX2hg_OJIhsC8LORPPekoVXJ7UAXKYVsADm-QsRdCTOyTSWewjN4fqkrqgFyRN3Q74DqbYPO4Q0Aef_ah7tQLAJjdHX_leyeYHsqi_KFsfHuvJ-CnT451EJ2pJUZL1YQMzCHAZzJhAdbofJNiSipC4RTwDMjOI58rzcX9eotv5uoiIGQmcGeFt1vSShM3bUAeraQzyNETXsmibfj16S83LvBZ9u64aMbVDJ4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/08/20 01:38:26 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AOEnj6TCCiy5JU1si5QSNMQyST5VelG23u716tgpWUJInzfkPAR9PLYysnRx-nJ84Rr1xF2Ytwmca9AZmd0p7ep2HBLl4r3LUSuvkLg8aerJTioCfIfqEcEHLcyZMuQDANpBMdVEsc7EgVjkuP5TFvmxn72xl8KLnAF9HVBrPZCQ5ADdQa8fQJy71iNDZSPyEnnpwZsoO5noNSYCsdPxNFLiFflApJBXrH3Aak8AWiIXpSItJ2PXX1OD9i6BrDLJxgmq9onfmBK_aBAU6eYIHdCm1Pk6PT3ENjPVjqtHzqohvL1R_a_MSClUWQNXCvYvCfFyekXff8BTXQUye-HWddc 2025/08/20 01:38:26 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/08/20 01:38:27 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/20 01:38:27 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AOEnj6TCCiy5JU1si5QSNMQyST5VelG23u716tgpWUJInzfkPAR9PLYysnRx-nJ84Rr1xF2Ytwmca9AZmd0p7ep2HBLl4r3LUSuvkLg8aerJTioCfIfqEcEHLcyZMuQDANpBMdVEsc7EgVjkuP5TFvmxn72xl8KLnAF9HVBrPZCQ5ADdQa8fQJy71iNDZSPyEnnpwZsoO5noNSYCsdPxNFLiFflApJBXrH3Aak8AWiIXpSItJ2PXX1OD9i6BrDLJxgmq9onfmBK_aBAU6eYIHdCm1Pk6PT3ENjPVjqtHzqohvL1R_a_MSClUWQNXCvYvCfFyekXff8BTXQUye-HWddc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/08/20 01:38:28 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AIIWUu66tX61JV3IfvJG1OpL1B9tTmvO2bJkkWqkMU2bh4mMMzc-x0Goa6BUm4TX2jy3kgb4F7142DQtTEtxWV0kOenTFMXPbqwyhElzPOEX0abDoFU6P-KrgdltRMiEcTXD5kxacUAsb8CW6dTp76FjcyL1zouyFVA9ZnQWt4WgDpPS-YjSRRrRpwLz6HDNTQ01jhd2HAM0HBNsr7Mobhh4W2IxIm-OGVaDhQJivX7QLGt2Vc-xTtBSJvY8Po4ATB_PvvAa3zmQOOfWhBMTeyXHE3yNCMsWTdCJG6POQLXMI_zABnRgivjX5pqPFIIoKGkCbK5BGd6u0OjPkIFhlqs 2025/08/20 01:38:28 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/20 01:38:29 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/20 01:38:29 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AIIWUu66tX61JV3IfvJG1OpL1B9tTmvO2bJkkWqkMU2bh4mMMzc-x0Goa6BUm4TX2jy3kgb4F7142DQtTEtxWV0kOenTFMXPbqwyhElzPOEX0abDoFU6P-KrgdltRMiEcTXD5kxacUAsb8CW6dTp76FjcyL1zouyFVA9ZnQWt4WgDpPS-YjSRRrRpwLz6HDNTQ01jhd2HAM0HBNsr7Mobhh4W2IxIm-OGVaDhQJivX7QLGt2Vc-xTtBSJvY8Po4ATB_PvvAa3zmQOOfWhBMTeyXHE3yNCMsWTdCJG6POQLXMI_zABnRgivjX5pqPFIIoKGkCbK5BGd6u0OjPkIFhlqs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/08/20 01:38:30 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AIRf0QCyqnIUanM1YmKAhS0SaP3eUZYPHaCKWPkUKc5Ddh7duZRSTeU4YQ4_PMiaTs8lRDy4WPi1V2_6Pbx-RozODsA7gU0enUHBxzrJocmM1Zztoz1Z0nfc-3ftS-jGC8sOYNuuhatfr94O5SlsiMJYNa62Ibzk_szva9Nz-GgvK8L2CmFb5XAJkvELHYdkwQnIn5--YyETciKfg9zqN-l7aFZ6fh9IQTqnlf3uC3ZjltO4pDpSLd3ylJtwzImonvXekMXg2udIcYxT1Ak_cd8UcN-sZX8xRf2VK0dxF-LTkSkiz4iKz6TmzXumat8hXjw1PK9fmo44DhYaE7bMgak 2025/08/20 01:38:30 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/08/20 01:38:30 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/08/20 01:38:30 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/08/20 01:38:30 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/20 01:38:31 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/20 01:38:31 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/20 01:38:31 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AIRf0QCyqnIUanM1YmKAhS0SaP3eUZYPHaCKWPkUKc5Ddh7duZRSTeU4YQ4_PMiaTs8lRDy4WPi1V2_6Pbx-RozODsA7gU0enUHBxzrJocmM1Zztoz1Z0nfc-3ftS-jGC8sOYNuuhatfr94O5SlsiMJYNa62Ibzk_szva9Nz-GgvK8L2CmFb5XAJkvELHYdkwQnIn5--YyETciKfg9zqN-l7aFZ6fh9IQTqnlf3uC3ZjltO4pDpSLd3ylJtwzImonvXekMXg2udIcYxT1Ak_cd8UcN-sZX8xRf2VK0dxF-LTkSkiz4iKz6TmzXumat8hXjw1PK9fmo44DhYaE7bMgak" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/08/20 01:38:32 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AP5STsCSoW1w_263E_Htncfb7LLARlY_0vmgtogy-FTuIny5gSN-HBbVcCwNGPZz7G3nzGltABgsT_hyG9b29JA9hayDaprM7sl4eXrxM0ZE0UPhwCUdQJCWU8upa1U2KfRj4FSkCYkYM2GAY0TGLpUDXT89TwAGsoKIdAsEvoa3oudCLDCUE9BlA0cl6HSm4hrj2qU7vj5PLgCzQeQpgoLIwDCdEHf0PvEZDSvpdGERf9q002czk4P73Zge4E0E3bqU0REuHq7ASiFCDl2J8OWWMab9Vl_C5HY2hf6wtwDSEJRYGfaJAxnf4jq1wfTgc_HQvnzzgY8uvtEYKjmEVZs 2025/08/20 01:38:32 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/20 01:38:33 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/08/20 01:38:33 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/08/20 01:38:33 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/20 01:38:33 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/20 01:38:33 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/20 01:38:34 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AP5STsCSoW1w_263E_Htncfb7LLARlY_0vmgtogy-FTuIny5gSN-HBbVcCwNGPZz7G3nzGltABgsT_hyG9b29JA9hayDaprM7sl4eXrxM0ZE0UPhwCUdQJCWU8upa1U2KfRj4FSkCYkYM2GAY0TGLpUDXT89TwAGsoKIdAsEvoa3oudCLDCUE9BlA0cl6HSm4hrj2qU7vj5PLgCzQeQpgoLIwDCdEHf0PvEZDSvpdGERf9q002czk4P73Zge4E0E3bqU0REuHq7ASiFCDl2J8OWWMab9Vl_C5HY2hf6wtwDSEJRYGfaJAxnf4jq1wfTgc_HQvnzzgY8uvtEYKjmEVZs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/08/20 01:38:36 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AMveaRQWYQB3XYs6MCvQ4_vHQjZ2pN7x-A-ChIemSWw1rkluQ_o9GR9vTnZzlY-SIjshdJkrDPQWE6dLvl75uBrEVed01MQE4BxKmLdSgSOJzU6y8oooEvSOcECim5xLaDtJHXDwluC_xoLxg4IdxYjKZ7P9Ci-3Ak_yjfY7rKE5dEhpYH_Q7oLzrpPM4uGPUGfmpYaArrcIEtQKjVbMDBADteSLl8SISFOAxdyVkiQ-FP23G1repqjJLlVPbNcct47H_Iaz-04ftyk7WfkYUWHFJfbVc2fOFMV6N1O7A_T71lCiWCgbj_cTJXIRQFXWi4eNbMUNnOqzY440Fcjd4Dk 2025/08/20 01:38:36 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/08/20 01:38:37 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/08/20 01:38:37 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AMveaRQWYQB3XYs6MCvQ4_vHQjZ2pN7x-A-ChIemSWw1rkluQ_o9GR9vTnZzlY-SIjshdJkrDPQWE6dLvl75uBrEVed01MQE4BxKmLdSgSOJzU6y8oooEvSOcECim5xLaDtJHXDwluC_xoLxg4IdxYjKZ7P9Ci-3Ak_yjfY7rKE5dEhpYH_Q7oLzrpPM4uGPUGfmpYaArrcIEtQKjVbMDBADteSLl8SISFOAxdyVkiQ-FP23G1repqjJLlVPbNcct47H_Iaz-04ftyk7WfkYUWHFJfbVc2fOFMV6N1O7A_T71lCiWCgbj_cTJXIRQFXWi4eNbMUNnOqzY440Fcjd4Dk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/08/20 01:38:38 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: ABeruFZTTLGxVzkfZOaXu0mCpEEk8Fgqz9ZFTrJA1nu2b_9fb6qfj4wTo72hsVE43wFbdB17VnSsknkP2-9Dbffe3emMvEa_i9fN9MXOQsdrgQH9Zyp6KoJmEhk7ScCnBxhpb6ejWu1Ga7JTK6KBk_L_9N8yzyJZRAyaF-4Ohnc-VDZU4xN-uvYGwvoTJH64VWn8A4GLb_ABTnhPP47fCwRDqYnvTcajJrXEdV8jjo1L0AlR5sqOmU9qeQCr1D_5v7bxyxow58EfssFMm0sx3rbZzMm1s2km17cE-KiQuZe59NUJyxhSLfJji34IMgUJxN0Pnt3iSPuPGForXsjABEU 2025/08/20 01:38:38 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/08/20 01:38:39 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/20 01:38:39 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "ABeruFZTTLGxVzkfZOaXu0mCpEEk8Fgqz9ZFTrJA1nu2b_9fb6qfj4wTo72hsVE43wFbdB17VnSsknkP2-9Dbffe3emMvEa_i9fN9MXOQsdrgQH9Zyp6KoJmEhk7ScCnBxhpb6ejWu1Ga7JTK6KBk_L_9N8yzyJZRAyaF-4Ohnc-VDZU4xN-uvYGwvoTJH64VWn8A4GLb_ABTnhPP47fCwRDqYnvTcajJrXEdV8jjo1L0AlR5sqOmU9qeQCr1D_5v7bxyxow58EfssFMm0sx3rbZzMm1s2km17cE-KiQuZe59NUJyxhSLfJji34IMgUJxN0Pnt3iSPuPGForXsjABEU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/08/20 01:38:40 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ABZr9bufmiWV3178TC494sOt-hJMjw8Up336D2p83xj-CII8ctxA4ia09ObZUQUX6qUbsnuRPOs7M3yckQI4hvkXW1V97IQi4O9ydYByppI1BYOJcKx2PVK0nbFaqNM2NicVRF7mF-JRxkyKmEGKi4nz2KrgLu25IB3BNCdgJlaYx0Ie-AhMpZ6g2ZzZT0qX1jVHNFgNxftWxXNK_E2-Gs4J-Di-z6kLEPw7Y5pOu0R7WtrvK5hp_fXt2a37sUdGISzBHJLal1aeaPusARTBWnIsUrAJPehQ2AwibSUH8vkKHpg45zrowLU6EhXDOefJCgnhHYnwx-HH8uOXlDh_OIk 2025/08/20 01:38:40 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/20 01:38:41 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/20 01:38:41 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ABZr9bufmiWV3178TC494sOt-hJMjw8Up336D2p83xj-CII8ctxA4ia09ObZUQUX6qUbsnuRPOs7M3yckQI4hvkXW1V97IQi4O9ydYByppI1BYOJcKx2PVK0nbFaqNM2NicVRF7mF-JRxkyKmEGKi4nz2KrgLu25IB3BNCdgJlaYx0Ie-AhMpZ6g2ZzZT0qX1jVHNFgNxftWxXNK_E2-Gs4J-Di-z6kLEPw7Y5pOu0R7WtrvK5hp_fXt2a37sUdGISzBHJLal1aeaPusARTBWnIsUrAJPehQ2AwibSUH8vkKHpg45zrowLU6EhXDOefJCgnhHYnwx-HH8uOXlDh_OIk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/08/20 01:38:42 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AG64klFNhfdbHObCsbYpiSMo6A50I7cSmycijF1zQ_rqBUd98BYS22CTm9JGPGtWPlAUygk20vGZrFIyuX9X50-DcEzME_WYPmEIAAMnCnpT-XI1zgcJObrGRV11NrAnIli3Xjh3jwqkkVxapwDwhCLcmH53ZA-ZUvPQH1Gps81sq8XmPDToG3HM52rhXxF3n06EAsF1i33G9bUYxxLR5EVdQNf58lS2OqmX0ZVu2bbBTg5V3IPlsDTlGKk_uazqaYCH8zAa9_tDoVqeeKF-RmEQWZm2-1jJD37Yi0rBB2ogJpy4DT2qlBIrhkBjzTgQNt2qHrrXU_RwmLvUnVAn_sI 2025/08/20 01:38:43 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/08/20 01:38:43 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/08/20 01:38:43 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/08/20 01:38:43 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/20 01:38:44 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/20 01:38:44 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/20 01:38:45 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AG64klFNhfdbHObCsbYpiSMo6A50I7cSmycijF1zQ_rqBUd98BYS22CTm9JGPGtWPlAUygk20vGZrFIyuX9X50-DcEzME_WYPmEIAAMnCnpT-XI1zgcJObrGRV11NrAnIli3Xjh3jwqkkVxapwDwhCLcmH53ZA-ZUvPQH1Gps81sq8XmPDToG3HM52rhXxF3n06EAsF1i33G9bUYxxLR5EVdQNf58lS2OqmX0ZVu2bbBTg5V3IPlsDTlGKk_uazqaYCH8zAa9_tDoVqeeKF-RmEQWZm2-1jJD37Yi0rBB2ogJpy4DT2qlBIrhkBjzTgQNt2qHrrXU_RwmLvUnVAn_sI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/08/20 01:38:47 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AGWyqTqXxtNYRzacb0kvA3OUMk0l7iQIMVt78lefct8JqjdwKkSlILH_sa1vyXu02h4zvGyV7y0Tlo1StvlCuHiLbqqSja7tw2ASmTj1PMWc3u2v1jfdVTG2vQ6khAUoLaCMDwmNfsmqENsrEOoGjML6wSNsYuDz8xu67NsLGrPOBsGa-v8oMnTGTmcX636kxmHbirdgI6TITcoUUGVMg4OIKi2KlIaCqzcnVC-3PH0WqbBGHiMJ8H9vxpIfpxkrJtTOO3CF0auh1NKsnHPxAfgtve4y_oWLWX0-Y8I9htWaaGQ-nixz8yBlwp2-4ZKIJpC9wvl4LnAiqN9akzDajJ8 2025/08/20 01:38:48 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/20 01:38:48 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/08/20 01:38:48 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/08/20 01:38:48 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/20 01:38:49 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/20 01:38:49 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/20 01:38:50 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AGWyqTqXxtNYRzacb0kvA3OUMk0l7iQIMVt78lefct8JqjdwKkSlILH_sa1vyXu02h4zvGyV7y0Tlo1StvlCuHiLbqqSja7tw2ASmTj1PMWc3u2v1jfdVTG2vQ6khAUoLaCMDwmNfsmqENsrEOoGjML6wSNsYuDz8xu67NsLGrPOBsGa-v8oMnTGTmcX636kxmHbirdgI6TITcoUUGVMg4OIKi2KlIaCqzcnVC-3PH0WqbBGHiMJ8H9vxpIfpxkrJtTOO3CF0auh1NKsnHPxAfgtve4y_oWLWX0-Y8I9htWaaGQ-nixz8yBlwp2-4ZKIJpC9wvl4LnAiqN9akzDajJ8" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/08/20 01:38:53 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/08/20 01:38:56 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/08/20 01:38:59 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/08/20 01:39:02 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/08/20 01:39:06 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/08/20 01:39:08 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AP2u2UR4KVhrHUBNf7YrB8jclIrhGr51m4BGuITe8l_jfXNSXZlbd6VqL6BMHPcVe37EdK5bULLg8DvcOoOsyXbTuOQYa7jTWS9-EpjCKxYROJhht7qQfP0IyN7KBDOIDh-wDr_FdEx3ZRtZzARC1GmRDF_2Yq5OIo3qPXj0qJL65SgprLlP1bK7mOjeMwwTcwc0mlHQ5Q8OZcnS_6XfVzZjyXc2EkKmzzvgUkpfp6nu4wJ8eN9lu_rgRBZzoikga9d1QC47LMEIjhJu-lbXcc5elWo0yH1FCZpL0jsh2r0hT-i7QODXfNef6AQJtAEVjIb2lsJOw-Wp6CE6C1aDNFQ 2025/08/20 01:39:08 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/20 01:39:08 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "2cb810f11be709b44e5f5c4aa69152bd" 2025/08/20 01:39:08 DEBUG : unknown-size-put.txt: multipart upload "AP2u2UR4KVhrHUBNf7YrB8jclIrhGr51m4BGuITe8l_jfXNSXZlbd6VqL6BMHPcVe37EdK5bULLg8DvcOoOsyXbTuOQYa7jTWS9-EpjCKxYROJhht7qQfP0IyN7KBDOIDh-wDr_FdEx3ZRtZzARC1GmRDF_2Yq5OIo3qPXj0qJL65SgprLlP1bK7mOjeMwwTcwc0mlHQ5Q8OZcnS_6XfVzZjyXc2EkKmzzvgUkpfp6nu4wJ8eN9lu_rgRBZzoikga9d1QC47LMEIjhJu-lbXcc5elWo0yH1FCZpL0jsh2r0hT-i7QODXfNef6AQJtAEVjIb2lsJOw-Wp6CE6C1aDNFQ" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/08/20 01:39:09 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AIs3QuL1vcNBp-CHTQCLuUkdQtH0J_BMnVaHgHGmpZ0C6uQVofpyPYmfHcdooAHxUVi9Og5bbkKhp7_4RmlDaAOkVwrUZ7nbzQUYjOgJbP0VpOuXghBIyGoqlZCOiLMWmohH8lds86SJXzYcOaJQhrvm7EdXc8-07elDdCDd98gV5PSUtLQIrjHjd07y9ATCLJ6_qgRrsz8qn8uZayNB91jGTAT498DdKHeMjXEue1xPG-pTzwfhaNCe2zeAco_o-QgjbljWAkSOJbbq6FcdTxNYeiboxhDF52Brsc4mpEvNbqBUaIgjkhWVKp-EakhUs6ZOICllBELDPMQYsUXK6Js 2025/08/20 01:39:09 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/08/20 01:39:09 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "0389b3872da2ce849644570fcbd1107e" 2025/08/20 01:39:09 DEBUG : unknown-size-update.txt: multipart upload "AIs3QuL1vcNBp-CHTQCLuUkdQtH0J_BMnVaHgHGmpZ0C6uQVofpyPYmfHcdooAHxUVi9Og5bbkKhp7_4RmlDaAOkVwrUZ7nbzQUYjOgJbP0VpOuXghBIyGoqlZCOiLMWmohH8lds86SJXzYcOaJQhrvm7EdXc8-07elDdCDd98gV5PSUtLQIrjHjd07y9ATCLJ6_qgRrsz8qn8uZayNB91jGTAT498DdKHeMjXEue1xPG-pTzwfhaNCe2zeAco_o-QgjbljWAkSOJbbq6FcdTxNYeiboxhDF52Brsc4mpEvNbqBUaIgjkhWVKp-EakhUs6ZOICllBELDPMQYsUXK6Js" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/08/20 01:39:09 DEBUG : Creating backend with remote "TestS3R2:rclone-test-luxokow5jipo/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2625: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2717: Can't test if can't have empty directories 2025/08/20 01:39:10 DEBUG : Waiting for deletions to finish 2025/08/20 01:39:10 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/08/20 01:39:10 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/08/20 01:39:10 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/08/20 01:39:10 INFO : S3 bucket rclone-test-luxokow5jipo: Bucket "rclone-test-luxokow5jipo" deleted 2025/08/20 01:39:10 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- FAIL: TestIntegration (161.94s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.29s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (2.32s) --- FAIL: TestIntegration/FsMkdir (158.16s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.47s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.14s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.15s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.13s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.11s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.10s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (26.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.42s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.20s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.63s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.50s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.45s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.53s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.50s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.53s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.40s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.53s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.37s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.25s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.34s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.34s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.36s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.32s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.07s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (3.31s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (33.69s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.10s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (2.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (2.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (2.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (5.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (3.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.71s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (1.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (1.26s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.74s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.49s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (3.86s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (1.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (2.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.32s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.40s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.83s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.65s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (1.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.48s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (71.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (10.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (2.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.53s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (3.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (4.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (12.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (3.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (2.21s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (4.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (2.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (4.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (9.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (2.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (2.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (3.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (1.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (10.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (2.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (1.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (3.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (1.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (4.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (2.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (11.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (3.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (1.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (5.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (16.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (3.31s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (1.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (4.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (2.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (8.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (3.97s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (16.58s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (3.62s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (2.20s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (3.48s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (4.20s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (3.08s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (1.77s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.69s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.08s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.29s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 s3_test.go:44: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2025/08/20 01:39:11 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/08/20 01:39:11 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/s3 161.975s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished ERROR in 2m43.3948788s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/dot_dot]