"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 TestIntegration fstests.go:438: Using remote "TestS3R2:" 2025/03/24 06:07:03 DEBUG : Creating backend with remote "TestS3R2:rclone-test-hoxoluf4juro" 2025/03/24 06:07:03 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/03/24 06:07:04 INFO : S3 bucket rclone-test-hoxoluf4juro: Bucket "rclone-test-hoxoluf4juro" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/03/24 06:07:05 INFO : S3 bucket rclone-test-hoxoluf4juro: Bucket "rclone-test-hoxoluf4juro" deleted === RUN TestIntegration/FsMkdir 2025/03/24 06:07:06 INFO : S3 bucket rclone-test-hoxoluf4juro: Bucket "rclone-test-hoxoluf4juro" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/03/24 06:07:06 INFO : dir/subdir: Making directory fstest.go:244: Filtering empty directory "dir" fstest.go:244: Filtering empty directory "dir/subdir" 2025/03/24 06:07:09 INFO : dir/subdir: Removing directory fstest.go:244: Filtering empty directory "dir" 2025/03/24 06:07:09 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsListDirNotFound === RUN TestIntegration/FsMkdir/FsListRDirNotFound === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" 2025/03/24 06:07:17 DEBUG : pacer: low level retry 1/1 (error operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 500, RequestID: , HostID: , api error InternalError: We encountered an internal error. Please try again.) 2025/03/24 06:07:17 DEBUG : pacer: Rate limited, increasing sleep to 10ms fstests.go:143: Put error: operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 500, RequestID: , HostID: , api error InternalError: We encountered an internal error. Please try again. - low level retry 1/10 2025/03/24 06:07:19 DEBUG : pacer: low level retry 1/1 (error operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 500, RequestID: , HostID: , api error InternalError: We encountered an internal error. Please try again.) 2025/03/24 06:07:19 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: Put error: operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 500, RequestID: , HostID: , api error InternalError: We encountered an internal error. Please try again. - low level retry 2/10 2025/03/24 06:07:22 DEBUG : pacer: Reducing sleep to 15ms 2025/03/24 06:07:22 DEBUG : pacer: Reducing sleep to 11.25ms 2025/03/24 06:07:22 DEBUG : pacer: Reducing sleep to 0s === 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/03/24 06:07:38 NOTICE: S3 bucket rclone-test-hoxoluf4juro: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/03/24 06:07:38 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AAIwuMt_7nQj-uHrXjnq2knPBasE7uHkRblSUT5h49KksgQ2N7qvDytma1Ytb05Q_PnefOqGyMgaOy06s9lRvXSiL0rdaoH6aGXn72aj_ryRMq_Dbs4ZZQ2jWdkVlJVzPQAsMJTuozS5cOKd29mrJfo7cTFuM_GRDbJlVXgyMNluThi6F0bFZw88FFljDoBlyG_QpM70R9-Plk6iRjYIYc_gU2AL4hi4U-LWLStQpFh_hZN-ow8pkmQUfV6avCTW0Ka9GsPEkoerbSPlJaQlmnBLR53z0TV87JcDpjHQnxfHQ-8KmTGpTuxgY_-hafflyRHdv5BIRDKpiks9_zBVX8w 2025/03/24 06:07:39 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "a2ac69c4fc6443d666c45dc78d5eddf2" 2025/03/24 06:07:39 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "e440b36617bf49061faa034f2ecdec2d" 2025/03/24 06:07:40 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "3b7e6477c8de72c2f01d2de388f48455" 2025/03/24 06:07:40 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AAIwuMt_7nQj-uHrXjnq2knPBasE7uHkRblSUT5h49KksgQ2N7qvDytma1Ytb05Q_PnefOqGyMgaOy06s9lRvXSiL0rdaoH6aGXn72aj_ryRMq_Dbs4ZZQ2jWdkVlJVzPQAsMJTuozS5cOKd29mrJfo7cTFuM_GRDbJlVXgyMNluThi6F0bFZw88FFljDoBlyG_QpM70R9-Plk6iRjYIYc_gU2AL4hi4U-LWLStQpFh_hZN-ow8pkmQUfV6avCTW0Ka9GsPEkoerbSPlJaQlmnBLR53z0TV87JcDpjHQnxfHQ-8KmTGpTuxgY_-hafflyRHdv5BIRDKpiks9_zBVX8w" 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/03/24 06:07:44 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/03/24 06:07:44 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/03/24 06:07:47 DEBUG : S3 bucket rclone-test-hoxoluf4juro: bucket is versioned: false 2025/03/24 06:07:47 DEBUG : Waiting for deletions to finish 2025/03/24 06:07:47 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/03/24 06:07:47 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/03/24 06:07:47 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/03/24 06:07:48 DEBUG : Creating backend with remote "TestS3R2:rclone-test-hoxoluf4juro/dirToPurgeFromRoot" 2025/03/24 06:07:49 DEBUG : S3 bucket rclone-test-hoxoluf4juro path dirToPurgeFromRoot: bucket is versioned: false 2025/03/24 06:07:49 DEBUG : Waiting for deletions to finish 2025/03/24 06:07:49 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/03/24 06:07:49 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/03/24 06:07:49 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/03/24 06:07:49 DEBUG : Creating backend with remote "TestS3R2:rclone-test-hoxoluf4juro/hello? sausage/êé" 2025/03/24 06:07:51 DEBUG : S3 bucket rclone-test-hoxoluf4juro path hello? sausage/êé: bucket is versioned: false 2025/03/24 06:07:51 DEBUG : Waiting for deletions to finish 2025/03/24 06:07:51 DEBUG : "a/b/c/d/e.txt" version false 2025/03/24 06:07:51 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/03/24 06:07:51 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/03/24 06:07:59 DEBUG : Creating backend with remote "TestS3R2:rclone-test-hoxoluf4juro/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/03/24 06:07:59 DEBUG : Creating backend with remote "TestS3R2:rclone-test-hoxoluf4juro/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-hoxoluf4juro" from "TestS3R2:rclone-test-hoxoluf4juro" 2025/03/24 06:07:59 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/03/24 06:08:06 DEBUG : piped data.txt: open chunk writer: started multipart upload: ANNKj-eUa0ETvnmNa5YmiRTFNM0QX0U5BXsW2z4LAlrf4X_u4C4n6AndNcYD7JaLMHXXhR1YN_HEQVF3YuhQQvlWII7MHORPdXacCs0NoFBHV-ydJVq1NXClVgcgGCibj_IgY625g0jbgIG-nok9LPWGlZGE-c_BfUcoIV13iibFiZXNT4NPZFbbiVYWeMFgIDnfW_BkP-3ESfrtFcFuakHTjOQ88jhGXLwo8e-9pRjbbHp2H0R7U2Q9RC8n-9Rcm5dgZWDOyETCnOuj004U0_HzM_1pg1NNukYwX-K-m4Kvk5IaaE_pvFt4_02l8TwY32zHog6XOVZ5S_I0r5eOB6g 2025/03/24 06:08:06 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/03/24 06:08:06 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/03/24 06:08:06 DEBUG : piped data.txt: multipart upload "ANNKj-eUa0ETvnmNa5YmiRTFNM0QX0U5BXsW2z4LAlrf4X_u4C4n6AndNcYD7JaLMHXXhR1YN_HEQVF3YuhQQvlWII7MHORPdXacCs0NoFBHV-ydJVq1NXClVgcgGCibj_IgY625g0jbgIG-nok9LPWGlZGE-c_BfUcoIV13iibFiZXNT4NPZFbbiVYWeMFgIDnfW_BkP-3ESfrtFcFuakHTjOQ88jhGXLwo8e-9pRjbbHp2H0R7U2Q9RC8n-9Rcm5dgZWDOyETCnOuj004U0_HzM_1pg1NNukYwX-K-m4Kvk5IaaE_pvFt4_02l8TwY32zHog6XOVZ5S_I0r5eOB6g" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/03/24 06:08:07 DEBUG : piped data.txt: open chunk writer: started multipart upload: AOMlvv8tPOCv_FIkG4MHCCQUNVCSCzCwhDO0iiKwYYxeDtW4HdRvZqLl7n01K1udeZ7qnOG9VfpgyjT-gvdyjfoWk2AaY0v-o4zalU7P0hcPdbOivqZxgCbEh2alBvhmWnfN1CZ9X_Chk1k0g0Uhdu6Gg9QPiHswrLPKKID3k6u-gYVx-OstMJL74myduii0OoYVbq8MArSlH73rPy9GkQJDuLn7Dy0D-Khv_VUKRePUo5tUeVW3wVZstryLYjCkzCLXjEnY5XPhdiHvlUzfettyNKv_9p3IYBMK7wyVIqzPPh87UOnMQeWPetJrpPU6Ez_oWJchf2l0OWb1N-d_ydA 2025/03/24 06:08:07 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/03/24 06:08:07 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "6bb34a3131106f159b905fe4217e5b1e" 2025/03/24 06:08:07 DEBUG : piped data.txt: multipart upload "AOMlvv8tPOCv_FIkG4MHCCQUNVCSCzCwhDO0iiKwYYxeDtW4HdRvZqLl7n01K1udeZ7qnOG9VfpgyjT-gvdyjfoWk2AaY0v-o4zalU7P0hcPdbOivqZxgCbEh2alBvhmWnfN1CZ9X_Chk1k0g0Uhdu6Gg9QPiHswrLPKKID3k6u-gYVx-OstMJL74myduii0OoYVbq8MArSlH73rPy9GkQJDuLn7Dy0D-Khv_VUKRePUo5tUeVW3wVZstryLYjCkzCLXjEnY5XPhdiHvlUzfettyNKv_9p3IYBMK7wyVIqzPPh87UOnMQeWPetJrpPU6Ez_oWJchf2l0OWb1N-d_ydA" 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/03/24 06:08:08 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:257: 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/03/24 06:08:10 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: ABgHPv6vnQHwPylD1_M3FeihfUkUZHSrfChJ4Pdcq6FvWq6STkrC3GvZ4nZpfvue-uDJatu9o-BfVH6b0JqFCB6JtwF5axmQu-5w-UxSKt0K58wzMy_qoj-5WuZN7ZRbS1tc9sPe21f6_3Qlgxh322tOijTgE0CqeP0Wq1lADCKKoJ8zG0cs6F4-BJzz3frW056huugM05zjrYDryRxbUCaotlp-9uD2SNK5fCDkfXm0gDu61N3QQ6Ny8n_1jt7TKZhnMayz6NAmrRuf0FO3owHp6heOyzVCzBYDcIE-xDVjcqaxNQOxdyCbbbTQyTPUd-WKtvB7k5OutWXGVVxXNuY 2025/03/24 06:08:11 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/03/24 06:08:11 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/03/24 06:08:11 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "ABgHPv6vnQHwPylD1_M3FeihfUkUZHSrfChJ4Pdcq6FvWq6STkrC3GvZ4nZpfvue-uDJatu9o-BfVH6b0JqFCB6JtwF5axmQu-5w-UxSKt0K58wzMy_qoj-5WuZN7ZRbS1tc9sPe21f6_3Qlgxh322tOijTgE0CqeP0Wq1lADCKKoJ8zG0cs6F4-BJzz3frW056huugM05zjrYDryRxbUCaotlp-9uD2SNK5fCDkfXm0gDu61N3QQ6Ny8n_1jt7TKZhnMayz6NAmrRuf0FO3owHp6heOyzVCzBYDcIE-xDVjcqaxNQOxdyCbbbTQyTPUd-WKtvB7k5OutWXGVVxXNuY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/03/24 06:08:12 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: ADArb9bzJCcj9kJiNUIpqJ1Z5QuLlwnRyH6OqD296J686m93vjgWU-lGuyGGbzJG6FMw-NEXaFm4gBsmhea5H2-Lp5ry5XlFlGcNlRY0ER08ZjwPJFzCq07UU3Oe9KcaDMb4w0eyIQBvd6-Es6chAIUg3FslF11TNu1gRM9OyEiJxhNJet9u5uF0pXQ33tA4tTfGUgn2KBuiKg70X6YQ4SN3UOiZ10oZZVtn8KFl7YIagTmL2NLlLCvCXAcx7kZQvrIS2cm7tHIoO9-Pf7KkGjDjwOjFfzRN-9P--O6nT-0V7jDfZKXyUszY__q1cCpg9WL_JcSSp6hdnEm7_RHIb1M 2025/03/24 06:08:12 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/03/24 06:08:12 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/03/24 06:08:12 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "ADArb9bzJCcj9kJiNUIpqJ1Z5QuLlwnRyH6OqD296J686m93vjgWU-lGuyGGbzJG6FMw-NEXaFm4gBsmhea5H2-Lp5ry5XlFlGcNlRY0ER08ZjwPJFzCq07UU3Oe9KcaDMb4w0eyIQBvd6-Es6chAIUg3FslF11TNu1gRM9OyEiJxhNJet9u5uF0pXQ33tA4tTfGUgn2KBuiKg70X6YQ4SN3UOiZ10oZZVtn8KFl7YIagTmL2NLlLCvCXAcx7kZQvrIS2cm7tHIoO9-Pf7KkGjDjwOjFfzRN-9P--O6nT-0V7jDfZKXyUszY__q1cCpg9WL_JcSSp6hdnEm7_RHIb1M" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/03/24 06:08:13 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: ANOKWvmSacabzCQx0Bdp0lQRVvHB8mjWGrREU-LdSvTrGBIbD85X85D8Sp-wzHnObbz2a7E4Wmfp8c3ZJkrXpCm0QH1rYzvbZecE0qV7Xn8JbhGa0c9WW-IqJ8COEBYeAjgoPm5qanlWg7RfL2_LlgIPfRQtXpcZPYWuQ-SQ5dkZKm6LLTeB-VLL4kW9mpJLg4WpFOaug7bEJCLQn4XgXj-72gCds5ApQBqdbjl3GWyL0n7yz6dw9-pJeOB1VJzvdEZp6j2sRQmTZrDZ0Y-QyBmu6SF0BNfEqJBawwauxgrt7oqraq2T_761YZu8qBTqXXOJCttbsU_giM7l4yse37w 2025/03/24 06:08:13 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/03/24 06:08:14 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/03/24 06:08:14 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "ANOKWvmSacabzCQx0Bdp0lQRVvHB8mjWGrREU-LdSvTrGBIbD85X85D8Sp-wzHnObbz2a7E4Wmfp8c3ZJkrXpCm0QH1rYzvbZecE0qV7Xn8JbhGa0c9WW-IqJ8COEBYeAjgoPm5qanlWg7RfL2_LlgIPfRQtXpcZPYWuQ-SQ5dkZKm6LLTeB-VLL4kW9mpJLg4WpFOaug7bEJCLQn4XgXj-72gCds5ApQBqdbjl3GWyL0n7yz6dw9-pJeOB1VJzvdEZp6j2sRQmTZrDZ0Y-QyBmu6SF0BNfEqJBawwauxgrt7oqraq2T_761YZu8qBTqXXOJCttbsU_giM7l4yse37w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/03/24 06:08:15 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ALvswDwPVxARlGrRCfevWbd6oMoBrFxz7YTygx3EGwfB7xdjUuwZ_zzv2jNKKY1CWSE3IbrTyGSMGJ4mRb8LIAVuraW7s78-rQQPFJBItKecPgXO3WU_bP_zjNyiWqD0vPkh7c9Wf5r7hyEIrD7gSdONjauJcgaAjJqeX5mDFNbW53y7ffrAGTafWoHd1fpjYOFEQYo8z1LwTolxz0p6yrpUhdFxNg0zaff36K3Db_nZBzqcg34OzrBECuCQoyhFPXFACW2pPNMpVn8my4zbh0j4xc3vI_rT0-7XyatBNtjzVqvm-OWbnfGccXe31HpEtZTpkboza1GEM-CxmSjuUz4 2025/03/24 06:08:15 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/03/24 06:08:15 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/03/24 06:08:15 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/03/24 06:08:15 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/03/24 06:08:15 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/03/24 06:08:16 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/03/24 06:08:16 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ALvswDwPVxARlGrRCfevWbd6oMoBrFxz7YTygx3EGwfB7xdjUuwZ_zzv2jNKKY1CWSE3IbrTyGSMGJ4mRb8LIAVuraW7s78-rQQPFJBItKecPgXO3WU_bP_zjNyiWqD0vPkh7c9Wf5r7hyEIrD7gSdONjauJcgaAjJqeX5mDFNbW53y7ffrAGTafWoHd1fpjYOFEQYo8z1LwTolxz0p6yrpUhdFxNg0zaff36K3Db_nZBzqcg34OzrBECuCQoyhFPXFACW2pPNMpVn8my4zbh0j4xc3vI_rT0-7XyatBNtjzVqvm-OWbnfGccXe31HpEtZTpkboza1GEM-CxmSjuUz4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/03/24 06:08:18 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ANQDJlUAZeJ6DSCM_KEqIn97bVmcPL8ETo7Xr82XpvgGZf2tkslfxNNH2W9X8G03JIOKICsF7B1rkOyc8GSuXoG0uV7YJdpJsNm60TmGsjUes3Kyb75lOHuUmxkQ6YWkrDeyHfieqNNKWqtsVREaEv4E3XQ0fmoAH12ci5lKMPIwRwEUTSP4lDTs8bQhODU2RToiBDmhsQmdMMrxtHb7i_2eRLq3VhMuVUBVNOHpL7OCrDry4ZVJZhjSlO10JR_3P9y3B9A3ccrFl6hpvO0bwkTUmUmJdCYY2aUlmFoD5HHskNiNA_P0WGlh_Ff3Wh4TmAqOwReINbYONCpUnV-H8uI 2025/03/24 06:08:18 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/03/24 06:08:18 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/03/24 06:08:18 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/03/24 06:08:18 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/03/24 06:08:18 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/03/24 06:08:19 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/03/24 06:08:19 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ANQDJlUAZeJ6DSCM_KEqIn97bVmcPL8ETo7Xr82XpvgGZf2tkslfxNNH2W9X8G03JIOKICsF7B1rkOyc8GSuXoG0uV7YJdpJsNm60TmGsjUes3Kyb75lOHuUmxkQ6YWkrDeyHfieqNNKWqtsVREaEv4E3XQ0fmoAH12ci5lKMPIwRwEUTSP4lDTs8bQhODU2RToiBDmhsQmdMMrxtHb7i_2eRLq3VhMuVUBVNOHpL7OCrDry4ZVJZhjSlO10JR_3P9y3B9A3ccrFl6hpvO0bwkTUmUmJdCYY2aUlmFoD5HHskNiNA_P0WGlh_Ff3Wh4TmAqOwReINbYONCpUnV-H8uI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/03/24 06:08:22 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AB0_qkecME_btby8FVXhSHIWTkMlzI0dZ-yVt9_LDXZhced8vGr5fFg3OnhjljMnX4KCZjqT4dNp6n8mNnV4EGBacvb7CGvEV_Q5q3tWOekoQ58ArfW9oDQayR3qkitpxw5Ft7yXL9o_EOGG_JkEgwyYVYy43sK-mUIF1UG1k2Y7AdzMm2SW9clWxN6lrAz40Ujme-J9adrsWfnYGUxVBrszFZBdoxcRHLf7v1YOFfBo2unTHOfBZAQWoy1KZFpui02Hx6YKojND7FrcZSdjrAUQHjOX4YPfv_9CBi5cgdUl5xzkYxErLrZNIzxrEfC7jHGm5qU_gGjxKZWhae31yS4 2025/03/24 06:08:22 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/03/24 06:08:23 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/03/24 06:08:23 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AB0_qkecME_btby8FVXhSHIWTkMlzI0dZ-yVt9_LDXZhced8vGr5fFg3OnhjljMnX4KCZjqT4dNp6n8mNnV4EGBacvb7CGvEV_Q5q3tWOekoQ58ArfW9oDQayR3qkitpxw5Ft7yXL9o_EOGG_JkEgwyYVYy43sK-mUIF1UG1k2Y7AdzMm2SW9clWxN6lrAz40Ujme-J9adrsWfnYGUxVBrszFZBdoxcRHLf7v1YOFfBo2unTHOfBZAQWoy1KZFpui02Hx6YKojND7FrcZSdjrAUQHjOX4YPfv_9CBi5cgdUl5xzkYxErLrZNIzxrEfC7jHGm5qU_gGjxKZWhae31yS4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/03/24 06:08:24 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ADipNI6SpQ2vaYBjgWD6yZtnCCFZnC82rabP-nNLgDLAB3ydY74TIbJkT7rOUR_JgSr7a_X_kB3PsvAqoYRYjU-KfeC1KG8RXVKUib2MUXUp27x7eekqpAZgIzdTbWFHV_aPGp_KW3SBeEkov-8L1f0wpiD8jw-ktT9S5UI7d5nWpTRaYbx9PtkafeB8HXkofJcp9GVKPCUNdCnJ6fHbwYjXy7WHYYnY3v2P0JTqRrCljUqN-QDXQQ2D4AupQDR4Oz_QHzetCxKlaa-aWYaITZ-RAxLbb_gQE2EFnTrNeaLQqwomk5zXnLzSZLLml2Q90Rgp4ffpzHSI8XVab0m4B-g 2025/03/24 06:08:24 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/03/24 06:08:25 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/03/24 06:08:25 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ADipNI6SpQ2vaYBjgWD6yZtnCCFZnC82rabP-nNLgDLAB3ydY74TIbJkT7rOUR_JgSr7a_X_kB3PsvAqoYRYjU-KfeC1KG8RXVKUib2MUXUp27x7eekqpAZgIzdTbWFHV_aPGp_KW3SBeEkov-8L1f0wpiD8jw-ktT9S5UI7d5nWpTRaYbx9PtkafeB8HXkofJcp9GVKPCUNdCnJ6fHbwYjXy7WHYYnY3v2P0JTqRrCljUqN-QDXQQ2D4AupQDR4Oz_QHzetCxKlaa-aWYaITZ-RAxLbb_gQE2EFnTrNeaLQqwomk5zXnLzSZLLml2Q90Rgp4ffpzHSI8XVab0m4B-g" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/03/24 06:08:26 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AFvhdAGvEhBMxX9NDS1zH08TV5VRwm5haHb8wk9XKno4p3eiRXzbOTmFyjC-R9JYFKNb9rxl1TGuXR-J3khH0LnhPo47WUEiGfLY4XXICkKyHDWOCACzOUk6CaeUQcpV6BlTSoCDybRq6XJl4tAx0v2I5rjxQ-Fl0Hd7o38aVfhEFrpyPqbu1GCgAQYC1-Djt1q8kmeZgI3axfGCcKFpeaZcBWFvLv5-MWwcXEBufJoMhDEATN6yj_7KMTJjrC8UJmVN9NRz8DKtM7RDscX30pajz95SO_11nCDH6maFKe_gz_BuYS2atAnMhmWHbUv3nD64b26AH2z4VOpS1wr7uWc 2025/03/24 06:08:26 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/03/24 06:08:27 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/03/24 06:08:27 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AFvhdAGvEhBMxX9NDS1zH08TV5VRwm5haHb8wk9XKno4p3eiRXzbOTmFyjC-R9JYFKNb9rxl1TGuXR-J3khH0LnhPo47WUEiGfLY4XXICkKyHDWOCACzOUk6CaeUQcpV6BlTSoCDybRq6XJl4tAx0v2I5rjxQ-Fl0Hd7o38aVfhEFrpyPqbu1GCgAQYC1-Djt1q8kmeZgI3axfGCcKFpeaZcBWFvLv5-MWwcXEBufJoMhDEATN6yj_7KMTJjrC8UJmVN9NRz8DKtM7RDscX30pajz95SO_11nCDH6maFKe_gz_BuYS2atAnMhmWHbUv3nD64b26AH2z4VOpS1wr7uWc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/03/24 06:08:28 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: ADYg5Sm22afF5o6LGu3zZ2yM4-5BCGaoy4h_P4QJc9__aSgEAE0lxuPFuToJh8eS6vPllSfQbyA85h5GpDMkOjeutaIjnF0y6IA-H2Xp5kQYzqFxJK4S9VABQkbY_MTuA1d9qPQolK_pugu_GZzu8OIB_6ZZD7mYfOMPnftQZ9r6IuqD6YoyWqRQ60vydEvefK06wusYijdO3W9vtKoGe31MguqWmQGt2ZGu4PTA84AauagUYE0UXjERTeWrBvZX47QSIIzYuThzjRYA6QaxRWmKyoyoRTO08f1EHcvsCDOL9CHWzXnDjJKJY9f5VG7Tgu0f8A9eFhM_l9GnE55bjrc 2025/03/24 06:08:28 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/03/24 06:08:28 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/03/24 06:08:28 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/03/24 06:08:28 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/03/24 06:08:29 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/03/24 06:08:29 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/03/24 06:08:29 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "ADYg5Sm22afF5o6LGu3zZ2yM4-5BCGaoy4h_P4QJc9__aSgEAE0lxuPFuToJh8eS6vPllSfQbyA85h5GpDMkOjeutaIjnF0y6IA-H2Xp5kQYzqFxJK4S9VABQkbY_MTuA1d9qPQolK_pugu_GZzu8OIB_6ZZD7mYfOMPnftQZ9r6IuqD6YoyWqRQ60vydEvefK06wusYijdO3W9vtKoGe31MguqWmQGt2ZGu4PTA84AauagUYE0UXjERTeWrBvZX47QSIIzYuThzjRYA6QaxRWmKyoyoRTO08f1EHcvsCDOL9CHWzXnDjJKJY9f5VG7Tgu0f8A9eFhM_l9GnE55bjrc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/03/24 06:08:31 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AJs3Q5nSDB6lr6dNgisFDRJOqk-zr-mpfQh-_YE2kgXYI1mExbvTtItK7NDH9KpW3CNn0-_B2kUx3pFfHdVKt3cs5uMqVdx1T3h3eht54oGbpr6BoWhFxt3kH9miOq304ttzaDaofkuz3vE65mC1NwyISqWcLRn7Q_JtNC4ll4qm-ArnkEFUNflGekVN71hHSQ5c7SV8k7tH_cnjcbxIbPmXNQtb0kfIUMfXm24BjHz9dyLavuZklJySc47rYZnGhCE2oqbMWvCne-sfiTbizcSxNvTpSIVBhr06GNVX_1-xi2uAu4c1A9kCyk1cnQrfobJFUsMMkThYfoNKgyFaflE 2025/03/24 06:08:31 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/03/24 06:08:31 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/03/24 06:08:31 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/03/24 06:08:31 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/03/24 06:08:31 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/03/24 06:08:31 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/03/24 06:08:32 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AJs3Q5nSDB6lr6dNgisFDRJOqk-zr-mpfQh-_YE2kgXYI1mExbvTtItK7NDH9KpW3CNn0-_B2kUx3pFfHdVKt3cs5uMqVdx1T3h3eht54oGbpr6BoWhFxt3kH9miOq304ttzaDaofkuz3vE65mC1NwyISqWcLRn7Q_JtNC4ll4qm-ArnkEFUNflGekVN71hHSQ5c7SV8k7tH_cnjcbxIbPmXNQtb0kfIUMfXm24BjHz9dyLavuZklJySc47rYZnGhCE2oqbMWvCne-sfiTbizcSxNvTpSIVBhr06GNVX_1-xi2uAu4c1A9kCyk1cnQrfobJFUsMMkThYfoNKgyFaflE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/03/24 06:08:33 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AD_NC4GsdQDqHASkWe3Ej7BHQZD_zu-xsPVqiS879YGAj9xms-otNMNBmjWa6RJ3SIeWtAoA6500czWYNkG6cRfa86gc7qDGDxo3Pk28B4BPTBw6WKqJ92oZEB0W64Cy7YcTuye2O2YvdUGBaG1XejKDxQFHONJdlJ-TYCLokQawu7_aqgl4w5ac3V9i5GXxtDDXULTGJfSmxsUuHQf1SEXVKblTVO9lTBIH4B3_dHNwkKHIr-RZKkWYImi4x3ugxTPRw9YrPnWpg6vmZsM6E1fG-0VZYf513GZjs2QjrGv4O4miCfL8vwUPbzUZb4XbSIbRAwacNQwVbtxPPAVbbw0 2025/03/24 06:08:34 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/03/24 06:08:34 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/03/24 06:08:34 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AD_NC4GsdQDqHASkWe3Ej7BHQZD_zu-xsPVqiS879YGAj9xms-otNMNBmjWa6RJ3SIeWtAoA6500czWYNkG6cRfa86gc7qDGDxo3Pk28B4BPTBw6WKqJ92oZEB0W64Cy7YcTuye2O2YvdUGBaG1XejKDxQFHONJdlJ-TYCLokQawu7_aqgl4w5ac3V9i5GXxtDDXULTGJfSmxsUuHQf1SEXVKblTVO9lTBIH4B3_dHNwkKHIr-RZKkWYImi4x3ugxTPRw9YrPnWpg6vmZsM6E1fG-0VZYf513GZjs2QjrGv4O4miCfL8vwUPbzUZb4XbSIbRAwacNQwVbtxPPAVbbw0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/03/24 06:08:35 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AOky0l95gsKeY3YNsQc6Ae_5cdy0FbyY4YHO8EsAPc-e0ffGWBtI-KczpAvWUna8JdD6hsf2g4jq5TIkZoJJIgaUZYe1It-QrCtkXfjy7vcivw_czaOwzTmbMKX0_9sukqH--8BULtfeB1GuIPYceKcgs8FLAEFz-oUzSuwya7U9H8IS18OU4XnFkFlAvvsGwRw2KL99OLBVA6myXbYgWa0f8CzLxLbnsPU_GsMGCbE5TxbVUNHo9D6hav8X8BQm0CxEs_WdfZfCW9stjHjyixlOxQlZ8YCeC3Su0taAOkMOBpqaGraNfv7F-hYhKPWNmOCZWN74NkZ_MbBTd0kkzLw 2025/03/24 06:08:35 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/03/24 06:08:36 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/03/24 06:08:36 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AOky0l95gsKeY3YNsQc6Ae_5cdy0FbyY4YHO8EsAPc-e0ffGWBtI-KczpAvWUna8JdD6hsf2g4jq5TIkZoJJIgaUZYe1It-QrCtkXfjy7vcivw_czaOwzTmbMKX0_9sukqH--8BULtfeB1GuIPYceKcgs8FLAEFz-oUzSuwya7U9H8IS18OU4XnFkFlAvvsGwRw2KL99OLBVA6myXbYgWa0f8CzLxLbnsPU_GsMGCbE5TxbVUNHo9D6hav8X8BQm0CxEs_WdfZfCW9stjHjyixlOxQlZ8YCeC3Su0taAOkMOBpqaGraNfv7F-hYhKPWNmOCZWN74NkZ_MbBTd0kkzLw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/03/24 06:08:37 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AKU_OzI1qeNb81zKd22TpOLHGsSecnHvycfg3k6b9vRoU4m44JC8UaahS2gyeRAAOTquXbYot9VM8xg1RODMNpEz2JM7C9jmZchpBCPD6oRXjF309Q_BPKFPhGmkN-k1HzqmjLZMB8RkFNZAtXN7nDQJg_aBXWmp-hvG_pOkAa4DrbPBi04la-B6uf9-8_HQYV4uRxpEjQfvNozLCYPrZHhFfMdjbDTDF0cndttIoey4fAIcBdSpHUinydhen2g7KwDW6XBdq8ZFIItzYbRlC_GexRXLUEPwKdlpVHAXV41x9bV3hTgVNXoQ03zv81w7304Sbq4vLm93BLDUUr0oaak 2025/03/24 06:08:37 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/03/24 06:08:37 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/03/24 06:08:37 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AKU_OzI1qeNb81zKd22TpOLHGsSecnHvycfg3k6b9vRoU4m44JC8UaahS2gyeRAAOTquXbYot9VM8xg1RODMNpEz2JM7C9jmZchpBCPD6oRXjF309Q_BPKFPhGmkN-k1HzqmjLZMB8RkFNZAtXN7nDQJg_aBXWmp-hvG_pOkAa4DrbPBi04la-B6uf9-8_HQYV4uRxpEjQfvNozLCYPrZHhFfMdjbDTDF0cndttIoey4fAIcBdSpHUinydhen2g7KwDW6XBdq8ZFIItzYbRlC_GexRXLUEPwKdlpVHAXV41x9bV3hTgVNXoQ03zv81w7304Sbq4vLm93BLDUUr0oaak" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/03/24 06:08:38 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AIYcXE3SLcCth-7RaxK7JrB5JbAkcl_15cO2goil6JksWjjbEBn4bl2r3Pjy2VAg0CUuh4TsZU-7ER_KTTtdg5WUgaRzzW5eyban1jkcg7Fa-gVgnp2khS18HGaPti6aagWOLcZ8IBJ1XdUIA8azvtud3JH2JTjRMrRD-_HXm_xFDg8qAyMVTNylUm5iNUuEtsd5pdugx1TJPPUrcY9jIHMrtgr8NYWcLNOKaYQhcNeUddFDj_NA7BDGUASCUmapZ0fASL-go0Lv5589GbhDr1P6eH_YLHcvtq-yAfnEqAzIVAogM6AqKmi1ZZICc36xRXWxwUli_GBz6hsMpn3yy7Q 2025/03/24 06:08:38 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/03/24 06:08:39 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/03/24 06:08:39 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/03/24 06:08:39 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/03/24 06:08:39 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/03/24 06:08:39 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/03/24 06:08:39 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AIYcXE3SLcCth-7RaxK7JrB5JbAkcl_15cO2goil6JksWjjbEBn4bl2r3Pjy2VAg0CUuh4TsZU-7ER_KTTtdg5WUgaRzzW5eyban1jkcg7Fa-gVgnp2khS18HGaPti6aagWOLcZ8IBJ1XdUIA8azvtud3JH2JTjRMrRD-_HXm_xFDg8qAyMVTNylUm5iNUuEtsd5pdugx1TJPPUrcY9jIHMrtgr8NYWcLNOKaYQhcNeUddFDj_NA7BDGUASCUmapZ0fASL-go0Lv5589GbhDr1P6eH_YLHcvtq-yAfnEqAzIVAogM6AqKmi1ZZICc36xRXWxwUli_GBz6hsMpn3yy7Q" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/03/24 06:08:41 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: APhw02kd5VLx8vUiy8EpJ-_McGKZykxN08QoQWpXbcpMcUisc2JM_tV-zNUzp0SaP1PHyKVSNO7ae5R3QQysh7u8FwwucAWu3A319EIJPJ46JlPuSqbwa_VoXq4w8ova3pI-E_h4HWNo5xnHufOchIxkaAu_a-cv5Jd04SzgPXI8RsJQpO1Q0ZOnUg9QI0LR2FM3pc15e_yn2KBjX8RrCiM0jb0EW6ZcOH9vJo6LG96YNxNC_qhj8NjElmCGKmnilLNIpsZZ5ZUXPAD_-URg2g6XUq3RPBXyyYayOlYqsuiMhrm03_UpdJmohJQBQ5qUR5H1c0eiiBjUurwFsPQobOE 2025/03/24 06:08:41 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/03/24 06:08:41 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/03/24 06:08:41 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/03/24 06:08:41 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/03/24 06:08:41 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/03/24 06:08:42 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/03/24 06:08:42 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "APhw02kd5VLx8vUiy8EpJ-_McGKZykxN08QoQWpXbcpMcUisc2JM_tV-zNUzp0SaP1PHyKVSNO7ae5R3QQysh7u8FwwucAWu3A319EIJPJ46JlPuSqbwa_VoXq4w8ova3pI-E_h4HWNo5xnHufOchIxkaAu_a-cv5Jd04SzgPXI8RsJQpO1Q0ZOnUg9QI0LR2FM3pc15e_yn2KBjX8RrCiM0jb0EW6ZcOH9vJo6LG96YNxNC_qhj8NjElmCGKmnilLNIpsZZ5ZUXPAD_-URg2g6XUq3RPBXyyYayOlYqsuiMhrm03_UpdJmohJQBQ5qUR5H1c0eiiBjUurwFsPQobOE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/03/24 06:08:44 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AMaXU5qh87oB1BFg1YRnhjIhotbtK4GBKKe3RsWweU-jjWR8gQ8MECfU3O0Z22wOTn-doF5sxavZ-Ye8MqIZNjw98uHgJHnNNwE9ETjwsZp9feDTVyvaElyzNosSP4mloP32-WnGbEnl101auvpUJSlhH_XEKh8ZPI6mEGkA57UbRcvpNd2mJP7nnf9C6n1eHQH4CYmUVK4LODFc5i6VnSWIQYJ7aqLvALpjJs2vPwJgwuACFtvyjvt7tJ_eiRENFEn3ufBdxkTvmEjwJqwdxb9A8pYfF_zmOISLZCAcs-iB8SeIz9IlE49SycgaqredO-2Xugfapyb_PvDPaLEwfyY 2025/03/24 06:08:45 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/03/24 06:08:45 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/03/24 06:08:45 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AMaXU5qh87oB1BFg1YRnhjIhotbtK4GBKKe3RsWweU-jjWR8gQ8MECfU3O0Z22wOTn-doF5sxavZ-Ye8MqIZNjw98uHgJHnNNwE9ETjwsZp9feDTVyvaElyzNosSP4mloP32-WnGbEnl101auvpUJSlhH_XEKh8ZPI6mEGkA57UbRcvpNd2mJP7nnf9C6n1eHQH4CYmUVK4LODFc5i6VnSWIQYJ7aqLvALpjJs2vPwJgwuACFtvyjvt7tJ_eiRENFEn3ufBdxkTvmEjwJqwdxb9A8pYfF_zmOISLZCAcs-iB8SeIz9IlE49SycgaqredO-2Xugfapyb_PvDPaLEwfyY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/03/24 06:08:46 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AEn3FP_ZXtp5X4ia6_f4ukv5g7Nirp7T6WIFryyatwV71NCNJgBMvSZMaJC_7zOlHeZa2-e5yEGQWErBQRp3Guj813xovG3zTCkiW9PLFMcRa1yZUhiW9IduPJxISBgIYWO8NjjYnyrA1OTfJzF517aXUo47JASYCNfdTbBK7upEe6nqBU09d3gxGsuDK5nH6KjkfL0BZ-5X_zcnHtGvpn5zC13sOE24TJ2pc8tAzPlQdrlxmQcJAwxB_YyviucAKXfnekYm0tDymwbaoVcDOIauea5kOnDA04637HrdZCzeyBDXgzGS4fr8_1G7M7PtN3MQQEYoR0FMmOmUivgr-lU 2025/03/24 06:08:47 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/03/24 06:08:47 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/03/24 06:08:48 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AEn3FP_ZXtp5X4ia6_f4ukv5g7Nirp7T6WIFryyatwV71NCNJgBMvSZMaJC_7zOlHeZa2-e5yEGQWErBQRp3Guj813xovG3zTCkiW9PLFMcRa1yZUhiW9IduPJxISBgIYWO8NjjYnyrA1OTfJzF517aXUo47JASYCNfdTbBK7upEe6nqBU09d3gxGsuDK5nH6KjkfL0BZ-5X_zcnHtGvpn5zC13sOE24TJ2pc8tAzPlQdrlxmQcJAwxB_YyviucAKXfnekYm0tDymwbaoVcDOIauea5kOnDA04637HrdZCzeyBDXgzGS4fr8_1G7M7PtN3MQQEYoR0FMmOmUivgr-lU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/03/24 06:08:49 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AH6iBdB0q_fBaKW6ViOWZc24uWsjeYJWI9NwKa2UFwDoxD6yKc1bmYWi1y3bXqeW_HD6jAYmZjZkb9nxTosChhAZhcvC7qYTbvAHwdjxR8xHUR8ovRzhRZYYphk4_xa_KapDV67QHIlwKkFNDbBW4dwsRJLL1h1MXd__puDpRTxSvbZTun8sm9ONK11X4hgxsamQSJzmm8UtXMEg-wHR0rX-4b-L7aweACSlH74ZGWka9fLpRZQHRCwwgsE68Nxo8e4akP-lsXbQPkL8qLSxGiJl9cDP9aL39B06UfYQOvc1qRPjqXFkCPYuH8qUj1U0Ll895wFbYqqS1RH_eZKLdWE 2025/03/24 06:08:49 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/03/24 06:08:50 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/03/24 06:08:50 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AH6iBdB0q_fBaKW6ViOWZc24uWsjeYJWI9NwKa2UFwDoxD6yKc1bmYWi1y3bXqeW_HD6jAYmZjZkb9nxTosChhAZhcvC7qYTbvAHwdjxR8xHUR8ovRzhRZYYphk4_xa_KapDV67QHIlwKkFNDbBW4dwsRJLL1h1MXd__puDpRTxSvbZTun8sm9ONK11X4hgxsamQSJzmm8UtXMEg-wHR0rX-4b-L7aweACSlH74ZGWka9fLpRZQHRCwwgsE68Nxo8e4akP-lsXbQPkL8qLSxGiJl9cDP9aL39B06UfYQOvc1qRPjqXFkCPYuH8qUj1U0Ll895wFbYqqS1RH_eZKLdWE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/03/24 06:08:51 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ALdaV1CsMtjH0CiwV94pLBhuNcrIcH2xVOFiXyFsyuuZvydju_oHOcQYrVyQ9HtDtgZNF2C_tuValWH9HRO3bjM9KDGtsduV7ViXv61tDnhRGN22lgpM99X8H_Ny5FTNTE0oFRZZbC75ode-jjvhJkyThJPIxKi2CnHVU7M09JEGRSPRV83mL1KNN2Ed4mETVLpCpk5GtD-i5fEP40pcbNbYU3SXjkKCwBJ3M2MupNDIuiHb5Ey6QIlMdO70PoQUhwvZz6a59DFIxrDwJMSQAhQ2VJpUMjU_-26uEGLRdQSKFv6PCNCm5JSdFReT1GqNBwmKlZCy2Xh1vZBY-yvithc 2025/03/24 06:08:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/03/24 06:08:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/03/24 06:08:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/03/24 06:08:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/03/24 06:08:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/03/24 06:08:53 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/03/24 06:08:53 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ALdaV1CsMtjH0CiwV94pLBhuNcrIcH2xVOFiXyFsyuuZvydju_oHOcQYrVyQ9HtDtgZNF2C_tuValWH9HRO3bjM9KDGtsduV7ViXv61tDnhRGN22lgpM99X8H_Ny5FTNTE0oFRZZbC75ode-jjvhJkyThJPIxKi2CnHVU7M09JEGRSPRV83mL1KNN2Ed4mETVLpCpk5GtD-i5fEP40pcbNbYU3SXjkKCwBJ3M2MupNDIuiHb5Ey6QIlMdO70PoQUhwvZz6a59DFIxrDwJMSQAhQ2VJpUMjU_-26uEGLRdQSKFv6PCNCm5JSdFReT1GqNBwmKlZCy2Xh1vZBY-yvithc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/03/24 06:08:55 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AE_pYRGD_3xOCQN5TG1VhDSa9tMf5tnvxZyax2k3OQ4XccycVVCdcEhzRvsXkR77BpGmbNh8h4CVwnf25un_5hSAVLKPTiv7CuYjQILJ4QhD0WUbnGR9BKM93bgvJjpk8q29NtEcWC7BRxp4Ob8Q1Y_mYURuCAfoDSeDtgZI9oYlkPzSa7dhNHEC7IEq_wBAOEHys2ZIYqn2LEtF7Vh-UfPugOX2L-EkIbZfYechmgnp461Y6YopLVJ6jsqLP-vMyf8ysVotdqrljqn2snZ0AibhRz_OJghXtfh07lvHQ-JUr25OMJ8DPtEGle5PpW9z0qwPSmIq6W-x-6vWDZe3dQs 2025/03/24 06:08:55 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/03/24 06:08:55 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/03/24 06:08:55 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/03/24 06:08:56 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/03/24 06:08:56 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/03/24 06:08:56 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/03/24 06:08:57 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AE_pYRGD_3xOCQN5TG1VhDSa9tMf5tnvxZyax2k3OQ4XccycVVCdcEhzRvsXkR77BpGmbNh8h4CVwnf25un_5hSAVLKPTiv7CuYjQILJ4QhD0WUbnGR9BKM93bgvJjpk8q29NtEcWC7BRxp4Ob8Q1Y_mYURuCAfoDSeDtgZI9oYlkPzSa7dhNHEC7IEq_wBAOEHys2ZIYqn2LEtF7Vh-UfPugOX2L-EkIbZfYechmgnp461Y6YopLVJ6jsqLP-vMyf8ysVotdqrljqn2snZ0AibhRz_OJghXtfh07lvHQ-JUr25OMJ8DPtEGle5PpW9z0qwPSmIq6W-x-6vWDZe3dQs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/03/24 06:09:00 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AIPMT6bMLtlnM25qEaTw4DaVqw09YBAGpr6jGKjAPUxvzYDjDAVYm0GiaIRI9zAE-Eb4C3xXE7hLqSK57PV2bvJcKj4m5q5Ca8fs8qGBgMCP8-_bTHPb72cU6kwvuHxhnJAHLNwERlUmdV74TBCOySuKG33Qo2F86oeYHOZ3CZI445n3gpTVV63sYlpb0hm5m7r-aM0zv3EdJh4DUUnShASfJTXVHf4DVsxCUK5QPag5v8odMknCsSo77Bh6Y6vKA-oskYplqbXMcH9mb0nTDl6m9zjmIP0L-zxt2s-wPYDDwvYyVr9j03dDuHPew5u_T6ENd5aeGq-dQijW0oBIXsg 2025/03/24 06:09:00 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/03/24 06:09:00 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/03/24 06:09:00 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AIPMT6bMLtlnM25qEaTw4DaVqw09YBAGpr6jGKjAPUxvzYDjDAVYm0GiaIRI9zAE-Eb4C3xXE7hLqSK57PV2bvJcKj4m5q5Ca8fs8qGBgMCP8-_bTHPb72cU6kwvuHxhnJAHLNwERlUmdV74TBCOySuKG33Qo2F86oeYHOZ3CZI445n3gpTVV63sYlpb0hm5m7r-aM0zv3EdJh4DUUnShASfJTXVHf4DVsxCUK5QPag5v8odMknCsSo77Bh6Y6vKA-oskYplqbXMcH9mb0nTDl6m9zjmIP0L-zxt2s-wPYDDwvYyVr9j03dDuHPew5u_T6ENd5aeGq-dQijW0oBIXsg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/03/24 06:09:01 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AN8LFvBWjjQ8czAzABAj5LfUq3gHcW3tjLOF45LputjdcQOtE6gE4wZQS51v25diWqDW88PTHjRKKvsjiP5e2XgUluMbSTQCR4xELDWIh3MewvbfyBl4MjWaOfQNG532nasaDK3QEvivND6asRxqvO5MyILc0H2b-I-plBymy12M393YUTJKTn-mJxlKDHXB_4PcuYEiZsVCvlZQjtaxRMB0lyJ73d7kmTb28bp0Aj6baHE7ZykBGeoAFVCk7POD_HFYbkTwMQ2SckC4Uon8ixNJ_NnqaOnEsVOFMYU5KhsgCqlb6dvA8cOXjW8ahSSG9KcDv6Vb26qCCVSqtAamHPs 2025/03/24 06:09:02 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/03/24 06:09:02 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/03/24 06:09:02 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AN8LFvBWjjQ8czAzABAj5LfUq3gHcW3tjLOF45LputjdcQOtE6gE4wZQS51v25diWqDW88PTHjRKKvsjiP5e2XgUluMbSTQCR4xELDWIh3MewvbfyBl4MjWaOfQNG532nasaDK3QEvivND6asRxqvO5MyILc0H2b-I-plBymy12M393YUTJKTn-mJxlKDHXB_4PcuYEiZsVCvlZQjtaxRMB0lyJ73d7kmTb28bp0Aj6baHE7ZykBGeoAFVCk7POD_HFYbkTwMQ2SckC4Uon8ixNJ_NnqaOnEsVOFMYU5KhsgCqlb6dvA8cOXjW8ahSSG9KcDv6Vb26qCCVSqtAamHPs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/03/24 06:09:03 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AOiUas5NBZtJCni1wqKMIyxX7_Lj7YgzNt-5to_8Tr745LPanomhVQiP0gLIy1vNPHOn7RBGlDi1kCbcfWHCSjHj3AT-eqTwd8DtxifAkkm7vWztnStROAN0Eq3ariy7QNp-hkUhd_Rvo4zdTBcvM03sRbU4aopB1Bcpy3p-p9VjwT4XMN8XHR0El5YZkeoQ-IdiYoSQntnzHaFcLnsmrUJXKmJBSUUr1Emf5-QKyP2sCkggiUbdJnWFtTlAFM2yxOnTmL0j2BkxP8KoQfNMqE7LoJJOiw9QweJZ21hN1tcLh1ZdhFv4NwXOKUxAyRD4ORggpsZvHm_dVc5lMpHVqfQ 2025/03/24 06:09:03 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/03/24 06:09:04 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/03/24 06:09:04 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AOiUas5NBZtJCni1wqKMIyxX7_Lj7YgzNt-5to_8Tr745LPanomhVQiP0gLIy1vNPHOn7RBGlDi1kCbcfWHCSjHj3AT-eqTwd8DtxifAkkm7vWztnStROAN0Eq3ariy7QNp-hkUhd_Rvo4zdTBcvM03sRbU4aopB1Bcpy3p-p9VjwT4XMN8XHR0El5YZkeoQ-IdiYoSQntnzHaFcLnsmrUJXKmJBSUUr1Emf5-QKyP2sCkggiUbdJnWFtTlAFM2yxOnTmL0j2BkxP8KoQfNMqE7LoJJOiw9QweJZ21hN1tcLh1ZdhFv4NwXOKUxAyRD4ORggpsZvHm_dVc5lMpHVqfQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/03/24 06:09:05 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AKTSYzCJ3mxYnEMV9B9ZJlZnrPfjWI69nCr8NKFS-10kCuoo-70hDyfJT_MmB0DRz11_jBXjW2zKsFn-hhhrz9XpfP0wW8BBr8AGgKsMi3U1IKZW66rnG1kI1c2evb9aoRiNLoJgh4Qzv47sB-ICBx2WC0g3Cl5hL1yofzy1ryGaCYPkE8LEWD57RiiifZlTaxUKBHpdJD924Jfa0O-bhRxIqCjWhOvf1llB-LzYeaFeNPpQFz_yRkEm5oe5QD7_bHszrIzqV1atBkKjq2LIna1-mhF3GlNA_zB9npD1qeDM1gJomIF4j5y-5-DSJstGMzVNPGB_EDbVM51WvfQW48s 2025/03/24 06:09:05 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/03/24 06:09:06 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/03/24 06:09:06 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/03/24 06:09:06 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/03/24 06:09:06 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/03/24 06:09:06 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/03/24 06:09:06 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AKTSYzCJ3mxYnEMV9B9ZJlZnrPfjWI69nCr8NKFS-10kCuoo-70hDyfJT_MmB0DRz11_jBXjW2zKsFn-hhhrz9XpfP0wW8BBr8AGgKsMi3U1IKZW66rnG1kI1c2evb9aoRiNLoJgh4Qzv47sB-ICBx2WC0g3Cl5hL1yofzy1ryGaCYPkE8LEWD57RiiifZlTaxUKBHpdJD924Jfa0O-bhRxIqCjWhOvf1llB-LzYeaFeNPpQFz_yRkEm5oe5QD7_bHszrIzqV1atBkKjq2LIna1-mhF3GlNA_zB9npD1qeDM1gJomIF4j5y-5-DSJstGMzVNPGB_EDbVM51WvfQW48s" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/03/24 06:09:08 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AGdK4C_Ik4lrs55ppsXUohqrlfy3H0l22XDWIgrCoJ12JTsgY2MRjenz7GzW3yFScErr2pT4LI2R34MKmAAzCQwMEN5J30qyTtrnUBRmjNOBxZdzNmbzKCrdSt7O9eeRNC2CUIrGQqecA4iKEMlA4XbvAgP26xEdmABpbUuKC7ONGYJhWsplQBDWq4x0gLbatx6jn5ZoZl0SSAJw-A0o7AmeWsaCdCwYIiy4q9Ji5TAcxQivRtf526-L8HnPPVOpvU_ii7swE4ZuEgLyvkzlPTGIadLfuf5ei4aOOUu7z8pPqEtnRnlu01kUhCA5cY3zB1vwuL3NqqerfToukL5npyQ 2025/03/24 06:09:08 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/03/24 06:09:08 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/03/24 06:09:08 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/03/24 06:09:08 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/03/24 06:09:09 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/03/24 06:09:09 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/03/24 06:09:09 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AGdK4C_Ik4lrs55ppsXUohqrlfy3H0l22XDWIgrCoJ12JTsgY2MRjenz7GzW3yFScErr2pT4LI2R34MKmAAzCQwMEN5J30qyTtrnUBRmjNOBxZdzNmbzKCrdSt7O9eeRNC2CUIrGQqecA4iKEMlA4XbvAgP26xEdmABpbUuKC7ONGYJhWsplQBDWq4x0gLbatx6jn5ZoZl0SSAJw-A0o7AmeWsaCdCwYIiy4q9Ji5TAcxQivRtf526-L8HnPPVOpvU_ii7swE4ZuEgLyvkzlPTGIadLfuf5ei4aOOUu7z8pPqEtnRnlu01kUhCA5cY3zB1vwuL3NqqerfToukL5npyQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/03/24 06:09:12 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AGy9WCtkf1rpNFNyOwedf_naMjmurJuq1IbMoSpriXTPrvsXohpS4F4MetxHO_8vf32Y8IM77BQQl37mkigrff-HCaebYsuODUO_rGnjv4pHtetPq59dc1KEeXUQIpfQ5y-hp_rX-SAb72YzPj0TgxXq8zU2QN9GNBmNUVuqbgq6S4yRXPpYEHfz7m9yAOxXANfN0A_S4acv1IFOp-g4T_LVP5Vjgx2kEfqBgGnEIsGLrVXZUTVqgmnXrVOI63A9ergHjSGdk6pJRfu2vLSW9xxVZVWwgYKQduG0j16JFzawiBvcnlVfv4QhD73vdlW8F_hKpNUOH3It615fbCbVsag 2025/03/24 06:09:12 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/03/24 06:09:13 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/03/24 06:09:13 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AGy9WCtkf1rpNFNyOwedf_naMjmurJuq1IbMoSpriXTPrvsXohpS4F4MetxHO_8vf32Y8IM77BQQl37mkigrff-HCaebYsuODUO_rGnjv4pHtetPq59dc1KEeXUQIpfQ5y-hp_rX-SAb72YzPj0TgxXq8zU2QN9GNBmNUVuqbgq6S4yRXPpYEHfz7m9yAOxXANfN0A_S4acv1IFOp-g4T_LVP5Vjgx2kEfqBgGnEIsGLrVXZUTVqgmnXrVOI63A9ergHjSGdk6pJRfu2vLSW9xxVZVWwgYKQduG0j16JFzawiBvcnlVfv4QhD73vdlW8F_hKpNUOH3It615fbCbVsag" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/03/24 06:09:14 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AD2CSwRFGovorQeHN2bLQwTHunWnGPBPUhcH4WwhpJ8W4XQ7veqBxbLtH7GOqQWThuZMKwdJe-dsgl7T2hH6F5Bq1oQZUGSlxXanHVEGKvhhBlICxTX-8VCt_2UNi-nRjehnZ1mb0AxVVkZzQTh0vUmP2NZFScue9O9MtZdqv4uOVujITtfEPv9d_oQe7JBKmS2yEhUUqkJU2AWwUHV0mx16p6oV95mKjOZSqO_B9wnm3wu7o1fGZE-covmKhEfM9Cuj3ehcnYxs73bQFj8hu1z1VoSOWIZh4dc03UA5B9Cpp6QcgnYG-4PuopcuJrOya602g4TkUt11QTW8gMX56MU 2025/03/24 06:09:14 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/03/24 06:09:15 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/03/24 06:09:15 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AD2CSwRFGovorQeHN2bLQwTHunWnGPBPUhcH4WwhpJ8W4XQ7veqBxbLtH7GOqQWThuZMKwdJe-dsgl7T2hH6F5Bq1oQZUGSlxXanHVEGKvhhBlICxTX-8VCt_2UNi-nRjehnZ1mb0AxVVkZzQTh0vUmP2NZFScue9O9MtZdqv4uOVujITtfEPv9d_oQe7JBKmS2yEhUUqkJU2AWwUHV0mx16p6oV95mKjOZSqO_B9wnm3wu7o1fGZE-covmKhEfM9Cuj3ehcnYxs73bQFj8hu1z1VoSOWIZh4dc03UA5B9Cpp6QcgnYG-4PuopcuJrOya602g4TkUt11QTW8gMX56MU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/03/24 06:09:16 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ANl8UV_3KQqqa5iqHINmvFEYHlikAYyHrQfMvQg9JWIwMS8SRTGK9pEjrWzNwU30f0hemlXVZzr1mJWwcH8YkJXafJKCIBDesb__13EQwAxsgJbffDFg40SCmVdNVueBQzztMfPdvxjyZIqJhRpOndmC1X8dCc9TG5_0aWx-Sp8Tz4M_M3OV1mjnDXiLWqjnL90f-v05d84F8KBgxowug3rYPefBF4o92L0eK8w0ncFQEueh7dXrZ0N_S5OGphVbgXOA8IUSeUzcIJoDQshaFVZECx32cUfwtmbE6V0iwEupU7dsKSXtCIXlAYrj8jwGxN71BWnNM0PeB1lFF0ZNWQ8 2025/03/24 06:09:16 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/03/24 06:09:17 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/03/24 06:09:17 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ANl8UV_3KQqqa5iqHINmvFEYHlikAYyHrQfMvQg9JWIwMS8SRTGK9pEjrWzNwU30f0hemlXVZzr1mJWwcH8YkJXafJKCIBDesb__13EQwAxsgJbffDFg40SCmVdNVueBQzztMfPdvxjyZIqJhRpOndmC1X8dCc9TG5_0aWx-Sp8Tz4M_M3OV1mjnDXiLWqjnL90f-v05d84F8KBgxowug3rYPefBF4o92L0eK8w0ncFQEueh7dXrZ0N_S5OGphVbgXOA8IUSeUzcIJoDQshaFVZECx32cUfwtmbE6V0iwEupU7dsKSXtCIXlAYrj8jwGxN71BWnNM0PeB1lFF0ZNWQ8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/03/24 06:09:18 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AFiVkYxYwDjH3HBegLoRY-RMeRfZiR__weAKrMjOS1dx2TkRHw6c76J2ZSL3QCsao6vJMqjhwx38nJdCMhfzDqmfMVwd2h9irlTidAzBTAElHZln6_gQfvgVgwKlF2Uq78oyZjMGfJnJomgMweeaxrKICHQHtsAZWWRdAzrMYDkV9ylW33U2aZzzE6vvaKn7FfcUw3ghwDaGDfmaPOPwBvpszFv_fKIf5aHMzrIEazjw8aFyLjxpWxXnLOeDsbOovXPxEly2L0o8rPczUlGgIo7Av5jXYT9HkBy9n-g01_u8fNBds6Wy95GrdFXJZ6Uzjzk2qdgLO0a_Ghmf3SztC5U 2025/03/24 06:09:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/03/24 06:09:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/03/24 06:09:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/03/24 06:09:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/03/24 06:09:19 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/03/24 06:09:19 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/03/24 06:09:19 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AFiVkYxYwDjH3HBegLoRY-RMeRfZiR__weAKrMjOS1dx2TkRHw6c76J2ZSL3QCsao6vJMqjhwx38nJdCMhfzDqmfMVwd2h9irlTidAzBTAElHZln6_gQfvgVgwKlF2Uq78oyZjMGfJnJomgMweeaxrKICHQHtsAZWWRdAzrMYDkV9ylW33U2aZzzE6vvaKn7FfcUw3ghwDaGDfmaPOPwBvpszFv_fKIf5aHMzrIEazjw8aFyLjxpWxXnLOeDsbOovXPxEly2L0o8rPczUlGgIo7Av5jXYT9HkBy9n-g01_u8fNBds6Wy95GrdFXJZ6Uzjzk2qdgLO0a_Ghmf3SztC5U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/03/24 06:09:20 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AG6O1IbyYW5gJJEPb4JTJKho-759z7SdKi7rIljibKTWdPG5fzoI4pEi6eW75D7e_PZxG-KF-s3v17bB4BqMTDW5T2nEqxE20AyJkLjgPW2t9Zy79nRCh1grouBf7Vt5iVezhEkz9H2gh7FATMB_J4l3pgXS5OXaGbrHfx3qytTQM228D4E8VrreQSoNcBNdX0WFpcB6JoB4Jfwz65Zt_jDpOxbQxmyX-Ysq5uH-D2IEGO_ama4t33td0UWSjWj8eBmtxA7fTWOfGXnAIrs2N1497qkEEVcEnm08Ay6vDMemJoWNHl826DVMcSPo7UgiwMAzq7nWEZ9zovETVnkNq8A 2025/03/24 06:09:20 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/03/24 06:09:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/03/24 06:09:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/03/24 06:09:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/03/24 06:09:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/03/24 06:09:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/03/24 06:09:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AG6O1IbyYW5gJJEPb4JTJKho-759z7SdKi7rIljibKTWdPG5fzoI4pEi6eW75D7e_PZxG-KF-s3v17bB4BqMTDW5T2nEqxE20AyJkLjgPW2t9Zy79nRCh1grouBf7Vt5iVezhEkz9H2gh7FATMB_J4l3pgXS5OXaGbrHfx3qytTQM228D4E8VrreQSoNcBNdX0WFpcB6JoB4Jfwz65Zt_jDpOxbQxmyX-Ysq5uH-D2IEGO_ama4t33td0UWSjWj8eBmtxA7fTWOfGXnAIrs2N1497qkEEVcEnm08Ay6vDMemJoWNHl826DVMcSPo7UgiwMAzq7nWEZ9zovETVnkNq8A" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/03/24 06:09:24 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/03/24 06:09:26 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/03/24 06:09:30 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/03/24 06:09:34 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/03/24 06:09:38 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/03/24 06:09:40 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AHzrQHAxRrWTBaz65u6cvCO9lTtpzSdH8z8I3BENY7kHG0svtIexVtJzuWxsRDwWJpydOtuVcpjJ7YPuEGysoRg4DEVBY-heRSTbVlkfl1-8exzPjYBh7MKK04s63e4YKswzLWVKwD6U_20lebmEapQesO1y26n87f2djvkVKtoQ7ArFwP8PyWkjgAyl8tFWRy4WH_qigVT0iw7mzX3RWkf35MfCNDmlY_UG4O1h7aofoQ-758xg_FwPHVgmSl-w61GDn6OKDEoCsR4fCxwlGKNoKi4hMmccy23Z429wWKymrAzZDIBOaV4A_WvtzxBaB4QG6vcp3tIFUpxh57y7EPs 2025/03/24 06:09:40 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/03/24 06:09:40 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "154b1635a9e52d45b20703e5f63dcbf1" 2025/03/24 06:09:40 DEBUG : unknown-size-put.txt: multipart upload "AHzrQHAxRrWTBaz65u6cvCO9lTtpzSdH8z8I3BENY7kHG0svtIexVtJzuWxsRDwWJpydOtuVcpjJ7YPuEGysoRg4DEVBY-heRSTbVlkfl1-8exzPjYBh7MKK04s63e4YKswzLWVKwD6U_20lebmEapQesO1y26n87f2djvkVKtoQ7ArFwP8PyWkjgAyl8tFWRy4WH_qigVT0iw7mzX3RWkf35MfCNDmlY_UG4O1h7aofoQ-758xg_FwPHVgmSl-w61GDn6OKDEoCsR4fCxwlGKNoKi4hMmccy23Z429wWKymrAzZDIBOaV4A_WvtzxBaB4QG6vcp3tIFUpxh57y7EPs" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/03/24 06:09:41 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AGC0tN2c7hcS3Os7SJHrLDzNvYHrntNYrs-v9nq7825N-Pd609l2qX4xAXw_h02X1xl8h2BYroeodnd33p3zCYDgD5wDZtbXDYusaZt5_yILqL9iYomB4JokY5SzqbJ1aGPUFG8NEegNyKZnW0y39QwIkHOjSKxOUnEJoLWuoNLqkUMDrDzp9GJinTrStCXM6mHg49UkDyHL72hBHryWYc-D6pcio_QDV5wvrmczsj6ap3LMLFD4C4ljvh5WTvJW4ZIP62MeFWiZ6jTCF6XzI6CJtf_cMHKBIBmBKXjzbCh_X6KdlHU9-KCtaplSzRkRiXD3HTfQPAyBz6sGq1fRLp4 2025/03/24 06:09:41 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/03/24 06:09:41 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "5943237161bae369737c8eae84b528f4" 2025/03/24 06:09:42 DEBUG : unknown-size-update.txt: multipart upload "AGC0tN2c7hcS3Os7SJHrLDzNvYHrntNYrs-v9nq7825N-Pd609l2qX4xAXw_h02X1xl8h2BYroeodnd33p3zCYDgD5wDZtbXDYusaZt5_yILqL9iYomB4JokY5SzqbJ1aGPUFG8NEegNyKZnW0y39QwIkHOjSKxOUnEJoLWuoNLqkUMDrDzp9GJinTrStCXM6mHg49UkDyHL72hBHryWYc-D6pcio_QDV5wvrmczsj6ap3LMLFD4C4ljvh5WTvJW4ZIP62MeFWiZ6jTCF6XzI6CJtf_cMHKBIBmBKXjzbCh_X6KdlHU9-KCtaplSzRkRiXD3HTfQPAyBz6sGq1fRLp4" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/03/24 06:09:42 DEBUG : Creating backend with remote "TestS3R2:rclone-test-hoxoluf4juro/deeper/nonexisting/directory" 2025/03/24 06:09:42 DEBUG : Config file has changed externally - reloading === 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/03/24 06:09:42 DEBUG : Waiting for deletions to finish 2025/03/24 06:09:42 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/03/24 06:09:42 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/03/24 06:09:42 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/03/24 06:09:43 INFO : S3 bucket rclone-test-hoxoluf4juro: Bucket "rclone-test-hoxoluf4juro" deleted 2025/03/24 06:09:43 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (160.31s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.27s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.07s) --- PASS: TestIntegration/FsMkdir (157.95s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (3.78s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding (27.22s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (2.54s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.21s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (4.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.43s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (2.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (2.50s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (2.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.64s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.72s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.67s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (3.11s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (27.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.13s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.56s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.72s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.97s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.75s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.69s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.58s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.70s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (5.71s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.21s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.33s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.77s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.92s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.39s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (73.95s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (11.24s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (2.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (3.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (5.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (12.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (3.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (2.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (4.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (1.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (10.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (2.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (3.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (4.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.26s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (14.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (3.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (2.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (5.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (2.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (6.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (2.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (12.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (1.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (3.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (1.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (5.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (12.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (3.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (1.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (3.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (1.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (5.26s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (2.86s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (16.93s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (2.30s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (3.07s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (3.43s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (4.21s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (3.93s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.31s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.90s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.41s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.17s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 s3_test.go:44: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2025/03/24 06:09:43 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/03/24 06:09:43 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 160.348s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 2m41.384660782s (try 1/5)