"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/10/04 04:55:10 NOTICE: TestS3R2: Starting server 2025/10/04 04:55:10 DEBUG : Creating backend with remote "TestS3R2:rclone-test-goseced0huxa" 2025/10/04 04:55:10 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/10/04 04:55:11 INFO : S3 bucket rclone-test-goseced0huxa: Bucket "rclone-test-goseced0huxa" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/10/04 04:55:12 INFO : S3 bucket rclone-test-goseced0huxa: Bucket "rclone-test-goseced0huxa" deleted === RUN TestIntegration/FsMkdir 2025/10/04 04:55:12 INFO : S3 bucket rclone-test-goseced0huxa: Bucket "rclone-test-goseced0huxa" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/10/04 04:55:12 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/10/04 04:55:12 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/10/04 04:55:12 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsListDirNotFound === RUN TestIntegration/FsMkdir/FsListRDirNotFound === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:786: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2025/10/04 04:55:27 NOTICE: S3 bucket rclone-test-goseced0huxa: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/10/04 04:55:27 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: ABd_Sn5ZxUNBFnSRm7DAPHo5KfghnECAI6dtzUjh7nGvDSzfj-g_-FwBQ7_EVIJkkw_ClM-WbiFdUtWQRfvfeo0GuqVZM-eqVV8rHymx8ZOsmIcRms3so_qdxFp1RslFkbe_lFA4dSr14o6SArt-ejpcxiFwbyEPYr8F8cAjcgpDUk3IOZRb8svs0vMG8sJh298mtGMSoWOovu4X9DZeooQHW_Hf90AWDC9KkEz6wGVz1xzs9M0wZYIpCOS1hYuO_N0hT0vjDkkbX3ZAxAckXcajs30ZdhZeKbcvbuWUUX6DlghurcVTDsoZTkRvoRkgM1mYnZ-buvoApwLFTM7KGAk 2025/10/04 04:55:28 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "14b9aade9fe001bc0610eeffeeeded63" 2025/10/04 04:55:28 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "01c3c7eb78031735863310983cb1a0a3" 2025/10/04 04:55:28 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "97e5fd45902cd67cc36813ed3d6ce474" 2025/10/04 04:55:28 DEBUG : writer-at-subdir/writer-at-file: multipart upload "ABd_Sn5ZxUNBFnSRm7DAPHo5KfghnECAI6dtzUjh7nGvDSzfj-g_-FwBQ7_EVIJkkw_ClM-WbiFdUtWQRfvfeo0GuqVZM-eqVV8rHymx8ZOsmIcRms3so_qdxFp1RslFkbe_lFA4dSr14o6SArt-ejpcxiFwbyEPYr8F8cAjcgpDUk3IOZRb8svs0vMG8sJh298mtGMSoWOovu4X9DZeooQHW_Hf90AWDC9KkEz6wGVz1xzs9M0wZYIpCOS1hYuO_N0hT0vjDkkbX3ZAxAckXcajs30ZdhZeKbcvbuWUUX6DlghurcVTDsoZTkRvoRkgM1mYnZ-buvoApwLFTM7KGAk" 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/10/04 04:55:31 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/10/04 04:55:31 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2025/10/04 04:55:34 DEBUG : S3 bucket rclone-test-goseced0huxa: bucket is versioned: false 2025/10/04 04:55:34 DEBUG : Waiting for deletions to finish 2025/10/04 04:55:34 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/10/04 04:55:34 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/10/04 04:55:34 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/10/04 04:55:35 DEBUG : Creating backend with remote "TestS3R2:rclone-test-goseced0huxa/dirToPurgeFromRoot" 2025/10/04 04:55:35 DEBUG : S3 bucket rclone-test-goseced0huxa path dirToPurgeFromRoot: bucket is versioned: false 2025/10/04 04:55:35 DEBUG : Waiting for deletions to finish 2025/10/04 04:55:35 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/10/04 04:55:35 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/10/04 04:55:35 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/10/04 04:55:35 DEBUG : Creating backend with remote "TestS3R2:rclone-test-goseced0huxa/hello? sausage/êé" 2025/10/04 04:55:37 DEBUG : S3 bucket rclone-test-goseced0huxa path hello? sausage/êé: bucket is versioned: false 2025/10/04 04:55:37 DEBUG : Waiting for deletions to finish 2025/10/04 04:55:37 DEBUG : "a/b/c/d/e.txt" version false 2025/10/04 04:55:37 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/10/04 04:55:37 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/10/04 04:55:43 DEBUG : Creating backend with remote "TestS3R2:rclone-test-goseced0huxa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/10/04 04:55:43 DEBUG : Creating backend with remote "TestS3R2:rclone-test-goseced0huxa/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-goseced0huxa" from "TestS3R2:rclone-test-goseced0huxa" 2025/10/04 04:55:43 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/10/04 04:55:50 DEBUG : piped data.txt: open chunk writer: started multipart upload: AB8X0356qOR54fYTNi9tGVQApSwjOEX9adXMlHjNo1Yj0hpoUQd3FYp6Gw7VPDm7RoaT98w1aFuENUqDbzziNX8jctgh77T1ulT72k7GsB-JKv1V72GruIC3XkF-1p0gLSrl10IArYzpFkXXQO0EqnUAWv-ArnxFzctCLxn7_a9S5gpvxexDDxPHPoBBp_0ey504XjKJXWKe_OhWBOStzDUwzbSbfRrDB0yEeI4Q9MATo_sH1MNblOYymVwZQw1Q9nr4dKyafkohREMJ3hKA5B49xtsTomHUu87v55Gyg1CKMppDbEorR2Ay9oLffbUBoWQvLElGz8JHMo5PWH4-E1Q 2025/10/04 04:55:50 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/10/04 04:55:50 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/10/04 04:55:50 DEBUG : piped data.txt: multipart upload "AB8X0356qOR54fYTNi9tGVQApSwjOEX9adXMlHjNo1Yj0hpoUQd3FYp6Gw7VPDm7RoaT98w1aFuENUqDbzziNX8jctgh77T1ulT72k7GsB-JKv1V72GruIC3XkF-1p0gLSrl10IArYzpFkXXQO0EqnUAWv-ArnxFzctCLxn7_a9S5gpvxexDDxPHPoBBp_0ey504XjKJXWKe_OhWBOStzDUwzbSbfRrDB0yEeI4Q9MATo_sH1MNblOYymVwZQw1Q9nr4dKyafkohREMJ3hKA5B49xtsTomHUu87v55Gyg1CKMppDbEorR2Ay9oLffbUBoWQvLElGz8JHMo5PWH4-E1Q" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/10/04 04:55:51 DEBUG : piped data.txt: open chunk writer: started multipart upload: APduXHhEZMFbDRv_aWRgOsI-HwzAHXTmmbkRTHcVF1sXuREiRiP6Eer8yTHz9OPnR6EQJ1oy_HUQPjSevuFdJQzMubiuhaXpuMSBtUuxHGG2fw6644rnQYCfgf7AI9MXIqmk4nb1ah5hbAicG23RYLVdvvKNqKjmHAvTFmLBHWpnyhw9_RnQbyvj2fRCk2ioJAQEgJgibAS3kiNL9KtG3L_DgUuego9jBCkBykXbT0xfXAgYWIzWLNf46nrXwzA81cR2EgVN_kjAeiOXBIbESoFzy5vjNuHpwqf5FXc36dZK-7WMxI3eIWwbrwDN9Jl6Ys52d2dQwC1KeZ0nOdi3Xp4 2025/10/04 04:55:51 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/10/04 04:55:51 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "fd17c89f5a4d6fc20c673ce405174cf5" 2025/10/04 04:55:51 DEBUG : piped data.txt: multipart upload "APduXHhEZMFbDRv_aWRgOsI-HwzAHXTmmbkRTHcVF1sXuREiRiP6Eer8yTHz9OPnR6EQJ1oy_HUQPjSevuFdJQzMubiuhaXpuMSBtUuxHGG2fw6644rnQYCfgf7AI9MXIqmk4nb1ah5hbAicG23RYLVdvvKNqKjmHAvTFmLBHWpnyhw9_RnQbyvj2fRCk2ioJAQEgJgibAS3kiNL9KtG3L_DgUuego9jBCkBykXbT0xfXAgYWIzWLNf46nrXwzA81cR2EgVN_kjAeiOXBIbESoFzy5vjNuHpwqf5FXc36dZK-7WMxI3eIWwbrwDN9Jl6Ys52d2dQwC1KeZ0nOdi3Xp4" 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/10/04 04:55:52 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/10/04 04:55:54 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AOLlj0tmUPx1mPq_0mDMV21fjD9rGECvKkcVgI10zSurtnda8puaH4TJI9KwWNKbW71WIohtHs4dwQe6BwwpWmxrwVwXI8EIZkwVAk78ia4P2oKVRDaQbb5ZL6YVfLjsIEltCqG0e9SIbIZfKQrzlK6ogAwFU8OV-Ezu9tmKwjdTIIQUq0ST8kgD_ATbbM45d4VF4x-wISBLRlfzfm5XtTYOH2QpCJnJ0d-2JS_lBYY9SflCZaccnR8YnuipfaFRAq2nSq8alToXqzfMAgOaXy2W2VGWlJ8WNrosDEdwHzVh5aOsJeGM0LBnHciMTouuOWeTkFC-mtTcDl2aRdwyH_E 2025/10/04 04:55:54 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/10/04 04:55:54 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/10/04 04:55:55 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AOLlj0tmUPx1mPq_0mDMV21fjD9rGECvKkcVgI10zSurtnda8puaH4TJI9KwWNKbW71WIohtHs4dwQe6BwwpWmxrwVwXI8EIZkwVAk78ia4P2oKVRDaQbb5ZL6YVfLjsIEltCqG0e9SIbIZfKQrzlK6ogAwFU8OV-Ezu9tmKwjdTIIQUq0ST8kgD_ATbbM45d4VF4x-wISBLRlfzfm5XtTYOH2QpCJnJ0d-2JS_lBYY9SflCZaccnR8YnuipfaFRAq2nSq8alToXqzfMAgOaXy2W2VGWlJ8WNrosDEdwHzVh5aOsJeGM0LBnHciMTouuOWeTkFC-mtTcDl2aRdwyH_E" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/10/04 04:55:55 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AJlBUiVTs1GkweY0BQS5_AqrCui8HuypCYsckQxiyJjjbe36Irp6ScKC1kMJx5c_U_p7fnHna0mkfVRLC5DBniRZLAh_qe3gWpWiNM_bnlipE02YAV7hD9584Sf-KGVLnH93XilBOTLvN-qpN_iSq7_qbdt5F7L5La0RUa0Z8pUnmreEk1RvFJA93gN2QgTigp2mJhzktZG3zCAx7tNgWRiqU2m34HlcuX2lAQKjGwp0QUDPyvx8WjL0Ih73ONLjJWeaD2cKa-M0OYKiBMHVOygID75hTe-7wBRgSk6JZPWWhuh-E7ZGaBkZcNJWJxeqKOI_BmvI5zjMnUZGG6465mw 2025/10/04 04:55:56 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/10/04 04:55:56 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/10/04 04:55:56 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AJlBUiVTs1GkweY0BQS5_AqrCui8HuypCYsckQxiyJjjbe36Irp6ScKC1kMJx5c_U_p7fnHna0mkfVRLC5DBniRZLAh_qe3gWpWiNM_bnlipE02YAV7hD9584Sf-KGVLnH93XilBOTLvN-qpN_iSq7_qbdt5F7L5La0RUa0Z8pUnmreEk1RvFJA93gN2QgTigp2mJhzktZG3zCAx7tNgWRiqU2m34HlcuX2lAQKjGwp0QUDPyvx8WjL0Ih73ONLjJWeaD2cKa-M0OYKiBMHVOygID75hTe-7wBRgSk6JZPWWhuh-E7ZGaBkZcNJWJxeqKOI_BmvI5zjMnUZGG6465mw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/10/04 04:55:57 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AM446rbB9KQNN5JYafhfUiRx6Zhn5oiU1FJFf-UJQ3BGLwXavVXkCUxX9Puy0_TriO9TroMmh5p2Pj8IyE4h7q7kLmiT8OI9heH_VWe_v8Wpfmju9QoxZKq70zdxM3xv0hj6Nh-nvR9ECYhXxKgACoGHz3npz8Jc5nT7GSh9vs1LJ1FNLfQn5r23gEGvAvomBPn4hS9cxK4cnWm1ztAQteTn5LsVtnx9On9zyvNxj3FlNWfN6zgmFQfmVeRDtb_4m8K-SUwebyt2909Pux3DNJ8nbIo2YL04p3f-XJAnP0AHYeF4vZyN45yXGq1E-MlaFTxQE5kI9Ta2VeJlUIDvcRU 2025/10/04 04:55:57 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/10/04 04:55:58 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/10/04 04:55:58 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AM446rbB9KQNN5JYafhfUiRx6Zhn5oiU1FJFf-UJQ3BGLwXavVXkCUxX9Puy0_TriO9TroMmh5p2Pj8IyE4h7q7kLmiT8OI9heH_VWe_v8Wpfmju9QoxZKq70zdxM3xv0hj6Nh-nvR9ECYhXxKgACoGHz3npz8Jc5nT7GSh9vs1LJ1FNLfQn5r23gEGvAvomBPn4hS9cxK4cnWm1ztAQteTn5LsVtnx9On9zyvNxj3FlNWfN6zgmFQfmVeRDtb_4m8K-SUwebyt2909Pux3DNJ8nbIo2YL04p3f-XJAnP0AHYeF4vZyN45yXGq1E-MlaFTxQE5kI9Ta2VeJlUIDvcRU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/10/04 04:55:58 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ABKDUdvinKO-dr_ETMWv7TOVy613lf9iHiBNtzDkYNPGYG_7RrS-7tAqjDmL81iXIHR5P0_GfwcI1dfod6_qEa9sedGuUzNnaiXhfnKaVrRm-yFNtX4xccL5UQ7i6JFCfZRF8cLCVTP8C3ezQX9Rf8kUuT2xfNPg92IB8vhjnkJVFi1Frmh7ONow7z5EW075ngMHkuQSWtqJysvloKtALU4GZL46-H-rBifthqX0lhZV9W-fN6LsdrKDY0Y2Cizh8BLaqAiIK4Yz632lqKJ_D-q-PzBctHxz5iTm2UUjZK-mumaP9cDVKjrbpkpLQtB2a98p4neWm-0FfAyUlZxN6Cg 2025/10/04 04:55:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/10/04 04:55:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/10/04 04:55:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/10/04 04:55:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/10/04 04:55:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/10/04 04:55:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/10/04 04:56:00 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ABKDUdvinKO-dr_ETMWv7TOVy613lf9iHiBNtzDkYNPGYG_7RrS-7tAqjDmL81iXIHR5P0_GfwcI1dfod6_qEa9sedGuUzNnaiXhfnKaVrRm-yFNtX4xccL5UQ7i6JFCfZRF8cLCVTP8C3ezQX9Rf8kUuT2xfNPg92IB8vhjnkJVFi1Frmh7ONow7z5EW075ngMHkuQSWtqJysvloKtALU4GZL46-H-rBifthqX0lhZV9W-fN6LsdrKDY0Y2Cizh8BLaqAiIK4Yz632lqKJ_D-q-PzBctHxz5iTm2UUjZK-mumaP9cDVKjrbpkpLQtB2a98p4neWm-0FfAyUlZxN6Cg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/10/04 04:56:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: APn0Ya0PAqovD59CXMKVtf_kl1ZKEuaWKesbdaKDgF_mwy1fEYmFpPF79RiPPtispMK9dH7Gae5KwbmTb63Gh4ZN2TSn882LXtFU1NFja5lzWIfTfWTxlDH9UtRY8MZnP10bvvlqVkkm1mnt3WNlSs_dfKcPWEMkB7--LCADJ8pvbZ6GYYM2JZS_zOQ67OaQ8c8VofcPGeT46_GBRewtyT9c6u6QAk0F_9rusPtw-BFU9kTntdVHNNwI1brUID8AV8J2cv5-5criNWNgmyvPzF-cvpUTb_fMMjGgmcE0zTuQryIBJXXNq8ojf2kLAW5Y58OmNP9-S1ZbmYCZaQW1-kQ 2025/10/04 04:56:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/10/04 04:56:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/10/04 04:56:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/10/04 04:56:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/10/04 04:56:02 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/10/04 04:56:02 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/10/04 04:56:02 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "APn0Ya0PAqovD59CXMKVtf_kl1ZKEuaWKesbdaKDgF_mwy1fEYmFpPF79RiPPtispMK9dH7Gae5KwbmTb63Gh4ZN2TSn882LXtFU1NFja5lzWIfTfWTxlDH9UtRY8MZnP10bvvlqVkkm1mnt3WNlSs_dfKcPWEMkB7--LCADJ8pvbZ6GYYM2JZS_zOQ67OaQ8c8VofcPGeT46_GBRewtyT9c6u6QAk0F_9rusPtw-BFU9kTntdVHNNwI1brUID8AV8J2cv5-5criNWNgmyvPzF-cvpUTb_fMMjGgmcE0zTuQryIBJXXNq8ojf2kLAW5Y58OmNP9-S1ZbmYCZaQW1-kQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/10/04 04:56:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ACnBMyhCWcVCiH-NyI9osIpfXCajZGRzUMetrdrq3B2PQd53KDIH6RswX2PFLETgw689wdOp9chmrRfZjIeIuVDv26LOulgD8IjVlk-zTCsq8JQIFPOH6_XqrgMzY6Xy5uW9Uep50P8bfdGAd5E0qWWeMfYl9kT-QcMI_LLeZyjuFv0BEqYJsJlO9M6YM_WH3iuWOpnnxNFOIZgbT1wKPhRfD9qNntI2EGXqag-uxZk6YrXI8tWXK6rPC9K9Plpwz-WLCTXo92H15PMofMIOZfYSbt2wAfDTqoZ_a2v3whnh4qRZf3-cUkr4NL4fG4d504WQOWig1-9FIBusOsq0irw 2025/10/04 04:56:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/10/04 04:56:06 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/10/04 04:56:06 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ACnBMyhCWcVCiH-NyI9osIpfXCajZGRzUMetrdrq3B2PQd53KDIH6RswX2PFLETgw689wdOp9chmrRfZjIeIuVDv26LOulgD8IjVlk-zTCsq8JQIFPOH6_XqrgMzY6Xy5uW9Uep50P8bfdGAd5E0qWWeMfYl9kT-QcMI_LLeZyjuFv0BEqYJsJlO9M6YM_WH3iuWOpnnxNFOIZgbT1wKPhRfD9qNntI2EGXqag-uxZk6YrXI8tWXK6rPC9K9Plpwz-WLCTXo92H15PMofMIOZfYSbt2wAfDTqoZ_a2v3whnh4qRZf3-cUkr4NL4fG4d504WQOWig1-9FIBusOsq0irw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/10/04 04:56:07 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ADvXlhwThpL6FVFiQlEhh2ywsYzmg6T7UGqsunHQoqWTd80e5JsIM1_I9YJe8EYSz4I5AfZ2Z-mxsud-YeFMdPk7oilG_WJKYnZS7U9MmcR4kuwTXIbiQD8DVRrZJmBY_ZEtdM-ooMWHPKVdiUtRKORxH54nzmiXznaAQ4OMgeKC304JolAttRNV8fTlYOQP9byzQBINZCT5Vo7ZMGTzZ6lbWFVGxQlwxzOKoM7Y0il2pKqOUle6GhfvEV7of7PJNtbtCUzT-t09LXWo5XYFyYHleou0HJG86YFDschJaeWBg-h2r2ok746PkuJbckXMbkKic0tSBup_JIBFU_Uiw_w 2025/10/04 04:56:07 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/10/04 04:56:07 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/10/04 04:56:08 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ADvXlhwThpL6FVFiQlEhh2ywsYzmg6T7UGqsunHQoqWTd80e5JsIM1_I9YJe8EYSz4I5AfZ2Z-mxsud-YeFMdPk7oilG_WJKYnZS7U9MmcR4kuwTXIbiQD8DVRrZJmBY_ZEtdM-ooMWHPKVdiUtRKORxH54nzmiXznaAQ4OMgeKC304JolAttRNV8fTlYOQP9byzQBINZCT5Vo7ZMGTzZ6lbWFVGxQlwxzOKoM7Y0il2pKqOUle6GhfvEV7of7PJNtbtCUzT-t09LXWo5XYFyYHleou0HJG86YFDschJaeWBg-h2r2ok746PkuJbckXMbkKic0tSBup_JIBFU_Uiw_w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/10/04 04:56:08 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ALLTSwjOhFArWr1KLHmPiKc2vOZ5yEDIta2pORf0goghv_BKjGWKWafhPv85QXHR7f5tHXJuMD50u6pB5FkiN8R92m8dTMhz_pFe99LRrCZPq36N077KuqpheRV7PJ4dtiX9_puI_UG6dqZoETEKDo8Du1LpcXZd5qvx1dMwhMKq9ErXA97eG0NTXdz6ebtO1VLw5FIP6v8HmLiHe-58mxBUnbl-UAIhi9UPLX-AFZicyyMVw_xfp59d_ev9ffeXkPjo70zzyjUwsJ_oujaiolRyWFiuAB6jp0-4Fn2bQOCdn4xE--0IYU2HHZxfbq84H9WuRQL2cr_Pkn72DkheJ7c 2025/10/04 04:56:09 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/10/04 04:56:09 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/10/04 04:56:09 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ALLTSwjOhFArWr1KLHmPiKc2vOZ5yEDIta2pORf0goghv_BKjGWKWafhPv85QXHR7f5tHXJuMD50u6pB5FkiN8R92m8dTMhz_pFe99LRrCZPq36N077KuqpheRV7PJ4dtiX9_puI_UG6dqZoETEKDo8Du1LpcXZd5qvx1dMwhMKq9ErXA97eG0NTXdz6ebtO1VLw5FIP6v8HmLiHe-58mxBUnbl-UAIhi9UPLX-AFZicyyMVw_xfp59d_ev9ffeXkPjo70zzyjUwsJ_oujaiolRyWFiuAB6jp0-4Fn2bQOCdn4xE--0IYU2HHZxfbq84H9WuRQL2cr_Pkn72DkheJ7c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/10/04 04:56:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AME_QnSW4159GgVbRiUUts8V8JrJiDbybOgKJuBJhsLekWr5d5sc1QFT_PScVCqLlDkhypvkczGY0CMDV7ZokhlwYyA1o8h3s4xS_pLqSYINKAYuExTqg_asBGkvFRfRT09d4yCosVo2HkdaI0gJYKc9RRTTIFM1Oei-eoo6cEyPeHfNOK20xS33voZOlR9SdDxUxpcelwBqgzz2F2tSmFMBPOhx6Ndd0J_ARkcRStRH5sDBvMDFmQRtDhnVQI-QrXdd7xDhuoal13byYvBSbjEOUCz5nB5mKCA1KWCReyzoF2_tp-6k5AtAWADBxWG8c_NZgifihvH68g3WEhtMFOc 2025/10/04 04:56:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/10/04 04:56:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/10/04 04:56:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/10/04 04:56:11 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/10/04 04:56:11 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/10/04 04:56:11 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/10/04 04:56:11 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AME_QnSW4159GgVbRiUUts8V8JrJiDbybOgKJuBJhsLekWr5d5sc1QFT_PScVCqLlDkhypvkczGY0CMDV7ZokhlwYyA1o8h3s4xS_pLqSYINKAYuExTqg_asBGkvFRfRT09d4yCosVo2HkdaI0gJYKc9RRTTIFM1Oei-eoo6cEyPeHfNOK20xS33voZOlR9SdDxUxpcelwBqgzz2F2tSmFMBPOhx6Ndd0J_ARkcRStRH5sDBvMDFmQRtDhnVQI-QrXdd7xDhuoal13byYvBSbjEOUCz5nB5mKCA1KWCReyzoF2_tp-6k5AtAWADBxWG8c_NZgifihvH68g3WEhtMFOc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/10/04 04:56:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ANLoNqbRtlVI7FdeOoLkoYKEQWt38LN63zkuYu409_GsomzaSMXNjgFOZMdjXAz5FVHzy9sF8lRPVALVM4sWgogn08SW_rYCRZ2yjZ513zDiO7oKUWQQjhbdW2jEkIw7tuJ7SvmXOgUNRKNIn4p4f5ozvWNihk_rjelh5vejjhrh06-vIBft_MbcnsF4cTdUSgfbWX3IHcu-aS2e_GGOhNBm323LCj1SxRW1hhJuszycp96yJC-r0XpjgVASzLdsIs5lgI7yfZHB4Q2Kf0q7LPh8ezMYWjlF6K-kRoct6IYNqiwB-pDI7kg9QGgtJJw5-5EF196GKJMcSr_GyzF3Krs 2025/10/04 04:56:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/10/04 04:56:13 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/10/04 04:56:13 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/10/04 04:56:13 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/10/04 04:56:13 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/10/04 04:56:13 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/10/04 04:56:13 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ANLoNqbRtlVI7FdeOoLkoYKEQWt38LN63zkuYu409_GsomzaSMXNjgFOZMdjXAz5FVHzy9sF8lRPVALVM4sWgogn08SW_rYCRZ2yjZ513zDiO7oKUWQQjhbdW2jEkIw7tuJ7SvmXOgUNRKNIn4p4f5ozvWNihk_rjelh5vejjhrh06-vIBft_MbcnsF4cTdUSgfbWX3IHcu-aS2e_GGOhNBm323LCj1SxRW1hhJuszycp96yJC-r0XpjgVASzLdsIs5lgI7yfZHB4Q2Kf0q7LPh8ezMYWjlF6K-kRoct6IYNqiwB-pDI7kg9QGgtJJw5-5EF196GKJMcSr_GyzF3Krs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/10/04 04:56:15 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ANaNF3xEWwxhwyfBcM7co_TQoduEijIw0tCYfRWPW5OYSBCTrSyDgmZlSj1XMskFBaoAMwcxvovIL-DQvHOnMiYCpBF1Fj7KQu8hM7sER82fxYsbeKqc1JHyvo0Bs7qmcPq57xUeGv_GlhAjie1roRRZknYVeqAVXhUlP6IiELrJcmbw5A5kGLaOgyRKssRli2NhBEa36udA70GSKFXKCSW0DFk5E9M92C7I6IMp8GuqGEwZX4ziw1nCoB_9y3EkwC3yBwDWxAYyofZODdQe_x8MFoj2M2P4TIJjVkK8n2MI303J2mg-ULQf7uVtUOL3i0Tm16nWuWq0cAvpq4gZHq8 2025/10/04 04:56:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/10/04 04:56:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/10/04 04:56:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ANaNF3xEWwxhwyfBcM7co_TQoduEijIw0tCYfRWPW5OYSBCTrSyDgmZlSj1XMskFBaoAMwcxvovIL-DQvHOnMiYCpBF1Fj7KQu8hM7sER82fxYsbeKqc1JHyvo0Bs7qmcPq57xUeGv_GlhAjie1roRRZknYVeqAVXhUlP6IiELrJcmbw5A5kGLaOgyRKssRli2NhBEa36udA70GSKFXKCSW0DFk5E9M92C7I6IMp8GuqGEwZX4ziw1nCoB_9y3EkwC3yBwDWxAYyofZODdQe_x8MFoj2M2P4TIJjVkK8n2MI303J2mg-ULQf7uVtUOL3i0Tm16nWuWq0cAvpq4gZHq8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/10/04 04:56:17 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AIyP1OWRMdA_H5DASzb9fX-4VFh8QA8Dce9nR6PTZZR8jvgC9LkMRkD7aepAooLB09lAHWpfgZ_rDo-lZY6Sx-_ByJEUuqrwip5cRQpGaj_5TT0beWrhMH2USMtwjPSB8WP0S92R08U4kbuSMHHzLtYT4pMehOtLPkSeudrb1tcR62iKVvoRdfn2lGT03cLrqzcgIZajZk1IqAeVeUSzibV-wct7swlYN0q2wDRDP8oK-uL8gvp562kF743q16aDfdOmBUXcP0dyDES3TNyLnJwPXrC3y3plaE-9iifCx5sLFDGMwuOxkW4Bpk7osQANr4CsCU7R5EJleiO9staTJkA 2025/10/04 04:56:17 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/10/04 04:56:17 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/10/04 04:56:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AIyP1OWRMdA_H5DASzb9fX-4VFh8QA8Dce9nR6PTZZR8jvgC9LkMRkD7aepAooLB09lAHWpfgZ_rDo-lZY6Sx-_ByJEUuqrwip5cRQpGaj_5TT0beWrhMH2USMtwjPSB8WP0S92R08U4kbuSMHHzLtYT4pMehOtLPkSeudrb1tcR62iKVvoRdfn2lGT03cLrqzcgIZajZk1IqAeVeUSzibV-wct7swlYN0q2wDRDP8oK-uL8gvp562kF743q16aDfdOmBUXcP0dyDES3TNyLnJwPXrC3y3plaE-9iifCx5sLFDGMwuOxkW4Bpk7osQANr4CsCU7R5EJleiO9staTJkA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/10/04 04:56:18 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AMvruFCKce6tmaHedJLfDmTHCVczjaqC3yJ5_F1M_sO_L75NH0pRC6-bO1Ro8HQrNmA_DOfrBTGYeqHNPQ5rKvkMRdvKyF71EufAtoSLq64ngHrV0Ab3Awhnjs0j4OsvMpkYuvXxUITkPJe_UTj2FiYj8yCOlrq7vF7xH9nDzPbbjVXuRy_ySLBnjB6tEXqUzFzEx0dP08P1bvEQZpauD0ain5OewGYndozMa-zJfwDZ8boBHrHOeT8YX7HwjJ5ZrrFVVfRjxOJ_rmuwvtNbopovrlBnMIZFZ1UpADedoaqKNe91wOwq3-YPEDg6uDUnM6Yc8YyAyDlE4VvrlserLFw 2025/10/04 04:56:19 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/10/04 04:56:19 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/10/04 04:56:19 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AMvruFCKce6tmaHedJLfDmTHCVczjaqC3yJ5_F1M_sO_L75NH0pRC6-bO1Ro8HQrNmA_DOfrBTGYeqHNPQ5rKvkMRdvKyF71EufAtoSLq64ngHrV0Ab3Awhnjs0j4OsvMpkYuvXxUITkPJe_UTj2FiYj8yCOlrq7vF7xH9nDzPbbjVXuRy_ySLBnjB6tEXqUzFzEx0dP08P1bvEQZpauD0ain5OewGYndozMa-zJfwDZ8boBHrHOeT8YX7HwjJ5ZrrFVVfRjxOJ_rmuwvtNbopovrlBnMIZFZ1UpADedoaqKNe91wOwq3-YPEDg6uDUnM6Yc8YyAyDlE4VvrlserLFw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/10/04 04:56:20 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AEV6ul0L0iS75kxIqMvLVHVZUOc1ptDFYm8gkzevYIiuLXvdO9Um8loiJXrn-NMjmM2JsPXO1_BpFQeVKF-NtNSky3YPk5ucb-jH28m4wTxrW1TUmoRRVZEYEQnbyACZM38TFJc76s7DTrc3pMf4uDeZXY8_cZ9FvCYql0s3ecIhpb6NpjqAN92f9kCFpMWgBrvFJ-EFcTxgRn9sCB6gGk6NCEndidU0MotlY95K9Rz2_8fZZwxtjdvfR1v4sISHpweXYpN_s0bK1m1vTvuOF-y5MLw4K4IlRmErfpYVFbNKETHC3XQu6_7bXMhxHlqMIni5TSv1Tg923xUwfI_lDrI 2025/10/04 04:56:20 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/10/04 04:56:20 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/10/04 04:56:20 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/10/04 04:56:20 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/10/04 04:56:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/10/04 04:56:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/10/04 04:56:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AEV6ul0L0iS75kxIqMvLVHVZUOc1ptDFYm8gkzevYIiuLXvdO9Um8loiJXrn-NMjmM2JsPXO1_BpFQeVKF-NtNSky3YPk5ucb-jH28m4wTxrW1TUmoRRVZEYEQnbyACZM38TFJc76s7DTrc3pMf4uDeZXY8_cZ9FvCYql0s3ecIhpb6NpjqAN92f9kCFpMWgBrvFJ-EFcTxgRn9sCB6gGk6NCEndidU0MotlY95K9Rz2_8fZZwxtjdvfR1v4sISHpweXYpN_s0bK1m1vTvuOF-y5MLw4K4IlRmErfpYVFbNKETHC3XQu6_7bXMhxHlqMIni5TSv1Tg923xUwfI_lDrI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/10/04 04:56:22 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AKW1YhZa5pq4e9zeMqqW3NEaawgxHbuKtD6sCkWl6AxHA9TpUsPQpdx8Ri2m0Qc1h6khi4RZMekmGrX8YC5I16QXUmVELPQXnwPqWwXsEoVIpO5lALJg-A5K74cnbDE2OsjMvrzOifGmnwkXNaozP5pvQTpckLairspRYPnk7mQiNSzRmSasXDZkojzkLeKZThdw7mWFQu8OPwMscaoiRchYsgPZEw5WE0v1uq0qqeqj7xDMOd_p4mDo1xpUHlwwPoA-EokPkWRpW6hrlj4JuAuWItfE-XD6mEU9xerjtz2RQQ9D65Al5hrijwQDgVf3ONfOJasE4v-x_RzyOlCAOLk 2025/10/04 04:56:22 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/10/04 04:56:22 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/10/04 04:56:22 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/10/04 04:56:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/10/04 04:56:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/10/04 04:56:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/10/04 04:56:24 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AKW1YhZa5pq4e9zeMqqW3NEaawgxHbuKtD6sCkWl6AxHA9TpUsPQpdx8Ri2m0Qc1h6khi4RZMekmGrX8YC5I16QXUmVELPQXnwPqWwXsEoVIpO5lALJg-A5K74cnbDE2OsjMvrzOifGmnwkXNaozP5pvQTpckLairspRYPnk7mQiNSzRmSasXDZkojzkLeKZThdw7mWFQu8OPwMscaoiRchYsgPZEw5WE0v1uq0qqeqj7xDMOd_p4mDo1xpUHlwwPoA-EokPkWRpW6hrlj4JuAuWItfE-XD6mEU9xerjtz2RQQ9D65Al5hrijwQDgVf3ONfOJasE4v-x_RzyOlCAOLk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/10/04 04:56:26 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AAA_Zc-_n3l2pyGvm9XqThzNmu4z_pJq2n3S9A7XdoA2O0-n35msW5lY_QmiV8sEhomkTJyL5PJkp8AesVsB99uzfuUco_-ooEIx6h4Hz6tDWvDf8PkL3iniluuzl4vNKzV8gYpRsags6wHR1hUqB0RifO-6JYHPbPu3fr-Sw0UgfKDrYu7Hng-8f_gtTUtueVeScUk3ccoHHKbYUXJHQHZXWLNxTJOVl_Lvx_BxkOaU4cXMaICe-XbN9HNxoBXnRKN0yKdu-pwQuAjV4ODupV82KRz-gTZA8mQyhgkSF0n66Yl0ErbbWmRU8WUtwXKDyJL-GM1jZmEI7scLVuMpRVI 2025/10/04 04:56:27 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/10/04 04:56:27 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/10/04 04:56:27 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AAA_Zc-_n3l2pyGvm9XqThzNmu4z_pJq2n3S9A7XdoA2O0-n35msW5lY_QmiV8sEhomkTJyL5PJkp8AesVsB99uzfuUco_-ooEIx6h4Hz6tDWvDf8PkL3iniluuzl4vNKzV8gYpRsags6wHR1hUqB0RifO-6JYHPbPu3fr-Sw0UgfKDrYu7Hng-8f_gtTUtueVeScUk3ccoHHKbYUXJHQHZXWLNxTJOVl_Lvx_BxkOaU4cXMaICe-XbN9HNxoBXnRKN0yKdu-pwQuAjV4ODupV82KRz-gTZA8mQyhgkSF0n66Yl0ErbbWmRU8WUtwXKDyJL-GM1jZmEI7scLVuMpRVI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/10/04 04:56:28 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AHQqaXRGzBdo4SCiAGxDDZBK3_oW91kojCjxcSNGlkxTJd0ekU_9D-lpJHTAhPvWnOjzVlvevLs97wUMvVcQS93U3Hc8DgN8VGnruzZpcufj0hHutSqn27GLSDvZ6H6f7LW5BBfyo0xWInL4rGSHvzdH5_Rk0nZ0_0zvFh-9PMP4xT_k83cDUJwVT9U4dAS6jMJ5DWoJIKKFwpa-4_Y23Jnkpfdk3Mv9gYqcIy0ZAEOrYkhQqln0RjV1lvdUUeUNccH-DO_pDVd_sQUmeFwszY8cknO6OxoVfKD32JUWlPNk-4eBcTutX7PucERGfffhvBO-29zXKvI0bPkv3XYtVrg 2025/10/04 04:56:28 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/10/04 04:56:29 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/10/04 04:56:29 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AHQqaXRGzBdo4SCiAGxDDZBK3_oW91kojCjxcSNGlkxTJd0ekU_9D-lpJHTAhPvWnOjzVlvevLs97wUMvVcQS93U3Hc8DgN8VGnruzZpcufj0hHutSqn27GLSDvZ6H6f7LW5BBfyo0xWInL4rGSHvzdH5_Rk0nZ0_0zvFh-9PMP4xT_k83cDUJwVT9U4dAS6jMJ5DWoJIKKFwpa-4_Y23Jnkpfdk3Mv9gYqcIy0ZAEOrYkhQqln0RjV1lvdUUeUNccH-DO_pDVd_sQUmeFwszY8cknO6OxoVfKD32JUWlPNk-4eBcTutX7PucERGfffhvBO-29zXKvI0bPkv3XYtVrg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/10/04 04:56:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ADsA7bxHqct29ewK1ea6N7i5wK2gkYGNTWoKXsA_apjPKyVMISPV4nJO3saYf3bP_fjt26QMbyeOHj6-gcDsiNdb_jFaknj2xQfzFTjGBx8uA-Sq5Nndw7ltkyGA7qxfSQxjcpJx4rkYbj6YXW7q9c0SV06de9bq5HLmrpGtFUON-SjBIxftM8i1uun00_5BmAbtjxm1oTuwdoUdOv0WQSL1nLwRiqwlsiHNBixwOOBhI77ZIEa74Gbf6B84IWCmQFqmRNzlkDihtzQ8pOt0muPJq8z85mUUEVVS7Q1RsGo4s86cqdz6A71L-htwr4ljG-uTgC8CNf2e3uF5Znu9A4U 2025/10/04 04:56:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/10/04 04:56:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/10/04 04:56:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ADsA7bxHqct29ewK1ea6N7i5wK2gkYGNTWoKXsA_apjPKyVMISPV4nJO3saYf3bP_fjt26QMbyeOHj6-gcDsiNdb_jFaknj2xQfzFTjGBx8uA-Sq5Nndw7ltkyGA7qxfSQxjcpJx4rkYbj6YXW7q9c0SV06de9bq5HLmrpGtFUON-SjBIxftM8i1uun00_5BmAbtjxm1oTuwdoUdOv0WQSL1nLwRiqwlsiHNBixwOOBhI77ZIEa74Gbf6B84IWCmQFqmRNzlkDihtzQ8pOt0muPJq8z85mUUEVVS7Q1RsGo4s86cqdz6A71L-htwr4ljG-uTgC8CNf2e3uF5Znu9A4U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/10/04 04:56:32 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ACWlujSC0TNWrK95jQFj6cgTcHgW-IoPEY1NlR2nsvis-EX9fVEPJifUbmJZKF5a4qkcljjrvOk5GPqu1mmp9n-falJTBKpdPMTNAJeItM7mZYK6vtEK32MzplWd5Byt8Sj4PgFv0ymej3twcDwYSCOM99i4bBnfigu_OgmcHaP3Q9cgTsLjsj5rW-Xaji8bO1DTtRP7BAVuoST0VNG-eWhMdgYomDvrVaWPfAXAZaDv-OWhI-1ZyVcdh-CTfEeDy33Bexr83ZyvFnGhW7GKAuIpnjC3K4txx3lc6gIB-XFAaKFt1FirXVKrMnDmJeteaAo_R4PZKTK420unc7cSJzY 2025/10/04 04:56:32 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/10/04 04:56:32 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/10/04 04:56:32 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/10/04 04:56:32 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/10/04 04:56:32 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/10/04 04:56:32 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/10/04 04:56:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ACWlujSC0TNWrK95jQFj6cgTcHgW-IoPEY1NlR2nsvis-EX9fVEPJifUbmJZKF5a4qkcljjrvOk5GPqu1mmp9n-falJTBKpdPMTNAJeItM7mZYK6vtEK32MzplWd5Byt8Sj4PgFv0ymej3twcDwYSCOM99i4bBnfigu_OgmcHaP3Q9cgTsLjsj5rW-Xaji8bO1DTtRP7BAVuoST0VNG-eWhMdgYomDvrVaWPfAXAZaDv-OWhI-1ZyVcdh-CTfEeDy33Bexr83ZyvFnGhW7GKAuIpnjC3K4txx3lc6gIB-XFAaKFt1FirXVKrMnDmJeteaAo_R4PZKTK420unc7cSJzY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/10/04 04:56:34 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: ACMPsrcRSDjFGhIclVM2Y16LBup9XFasF95SFHpi6NQMguEENK_JbUP8bGhEKMi1bNQcPqiCA6RURmEvizx_X2i6XyfIMyH4aiV0OaFUboujevbM_ZLvUU02s8bbbe6Zy5-fH2jCm3DkvFqKyqjhYVtsufLyBonclCWZjsO9G2JvfHDYxIJR_L6ba7eXLiygORfmw_H1tBOL3ADqPxISieFS-5W0pq0y3OxtCGYHFfDa-_9nx8u-ERIQ1IBfeHbAffqVEIpnVEDUoYfPwqeiyDyvOVESCemIu_pxsGWDCXa4hqjw04CU0g8PESSny43OX41dyqefGM0epbORprM0Wok 2025/10/04 04:56:34 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/10/04 04:56:34 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/10/04 04:56:34 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/10/04 04:56:34 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/10/04 04:56:35 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/10/04 04:56:35 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/10/04 04:56:35 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "ACMPsrcRSDjFGhIclVM2Y16LBup9XFasF95SFHpi6NQMguEENK_JbUP8bGhEKMi1bNQcPqiCA6RURmEvizx_X2i6XyfIMyH4aiV0OaFUboujevbM_ZLvUU02s8bbbe6Zy5-fH2jCm3DkvFqKyqjhYVtsufLyBonclCWZjsO9G2JvfHDYxIJR_L6ba7eXLiygORfmw_H1tBOL3ADqPxISieFS-5W0pq0y3OxtCGYHFfDa-_9nx8u-ERIQ1IBfeHbAffqVEIpnVEDUoYfPwqeiyDyvOVESCemIu_pxsGWDCXa4hqjw04CU0g8PESSny43OX41dyqefGM0epbORprM0Wok" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/10/04 04:56:37 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AFixLBN_KtzSAzHYJXb9v7dPw-8vhGWQKtryBrmUq3-ueoWs66X84_oZlyk6cAhloIX31vafZs9HDf1e3oBthC1WQ5Esjv1_v32auU-KsPEO_A9r2BS413xdySe7PAFe7Q_FuIjpKHEJjPbfuXC4phbiy9LdM3qDH0nMu18RUetL6196n3yVIttx9w3qRD6N4p_ihMNBm6BsVUk5UEl42ZYsxJb0I23J28ywYK8Qlnjj-r-ShVL8oC8n54T5UM6G92-FM8WNng5SImEBFxlUPlZVBClbZx4w9BpsRgkMtFGsUqcTbjj5tb7IJMzjffXDLy0HVeBiZUlYKaGmYF9g29o 2025/10/04 04:56:38 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/10/04 04:56:38 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/10/04 04:56:39 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AFixLBN_KtzSAzHYJXb9v7dPw-8vhGWQKtryBrmUq3-ueoWs66X84_oZlyk6cAhloIX31vafZs9HDf1e3oBthC1WQ5Esjv1_v32auU-KsPEO_A9r2BS413xdySe7PAFe7Q_FuIjpKHEJjPbfuXC4phbiy9LdM3qDH0nMu18RUetL6196n3yVIttx9w3qRD6N4p_ihMNBm6BsVUk5UEl42ZYsxJb0I23J28ywYK8Qlnjj-r-ShVL8oC8n54T5UM6G92-FM8WNng5SImEBFxlUPlZVBClbZx4w9BpsRgkMtFGsUqcTbjj5tb7IJMzjffXDLy0HVeBiZUlYKaGmYF9g29o" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/10/04 04:56:39 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AJZJuKz9_kWvQncbfBws4aX2ExwkzAd7mOQhqm5bLEebZ16Fn7AJYjE4iHid31rcE1roEzdYIjUplIp3YE1sCZSI5dX9ZQzcLm0lJC7a47mCzt39q6JNWFhResdb0slfMMum-2NfgzwsuMRxVRyuLR-QgTDJPDSNs4d9_MwQVe62YiiwKF-F57NsH94f1fJS4kr9gE7F8gQIS3Mu1hxC1sbuh88guV6CUvnqZ5Y0H6RjhTs3-8LDuAk3CxdGrR5Ke1VmYINcGwBFbzr4NZNlivBzerSgN20E8O8AsQVfhARGIZsOVQZRxM9h_akgRhYwEojLeuuPYzVqCwkR1NMpov0 2025/10/04 04:56:40 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/10/04 04:56:40 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/10/04 04:56:41 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AJZJuKz9_kWvQncbfBws4aX2ExwkzAd7mOQhqm5bLEebZ16Fn7AJYjE4iHid31rcE1roEzdYIjUplIp3YE1sCZSI5dX9ZQzcLm0lJC7a47mCzt39q6JNWFhResdb0slfMMum-2NfgzwsuMRxVRyuLR-QgTDJPDSNs4d9_MwQVe62YiiwKF-F57NsH94f1fJS4kr9gE7F8gQIS3Mu1hxC1sbuh88guV6CUvnqZ5Y0H6RjhTs3-8LDuAk3CxdGrR5Ke1VmYINcGwBFbzr4NZNlivBzerSgN20E8O8AsQVfhARGIZsOVQZRxM9h_akgRhYwEojLeuuPYzVqCwkR1NMpov0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/10/04 04:56:41 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AMUTNHkKfROnIdjrPrhFRnXZEokS3sjW2DGpt9bSVjNv9FKCRlY2M3istG8GWbPXwA51HPLyt-N6NKX1tkLsAlrufTTVmlIW9qJNeR1fctOrVUCb67mZr4R2lHeEgP-9silciXjFhXnnUuAHeHmF5hvjiP-HdV-4W4YSF2bdaP0st3KaEOf1QvnY6BjaqljhR-EUApUl9TQn7ketnQF6FXRB9v-iFmYZi14w_frQlHkvQDpHkG-msuQnfri87eS6mEdo-DlPhDAu9e796rXT3i-Oh40Jtw-7C9s6Df-YJhTcdPan_etxOC58f1JF3kkbACUeTpjy7Xtm5r9SEV-zRLs 2025/10/04 04:56:42 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/10/04 04:56:42 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/10/04 04:56:43 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AMUTNHkKfROnIdjrPrhFRnXZEokS3sjW2DGpt9bSVjNv9FKCRlY2M3istG8GWbPXwA51HPLyt-N6NKX1tkLsAlrufTTVmlIW9qJNeR1fctOrVUCb67mZr4R2lHeEgP-9silciXjFhXnnUuAHeHmF5hvjiP-HdV-4W4YSF2bdaP0st3KaEOf1QvnY6BjaqljhR-EUApUl9TQn7ketnQF6FXRB9v-iFmYZi14w_frQlHkvQDpHkG-msuQnfri87eS6mEdo-DlPhDAu9e796rXT3i-Oh40Jtw-7C9s6Df-YJhTcdPan_etxOC58f1JF3kkbACUeTpjy7Xtm5r9SEV-zRLs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/10/04 04:56:43 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: ACKOqQGcVUiuk9LdiYHdeATAcxfUOL87opsBPHp6mjPYYhlDzx-NnSAcphz5aGCMOvMqNIniTeOhCzal1OPgKxDFwgREg56BASECeqHjmMYe3kmKhxgajvNTVFo4wBNhK3QVVzDg9V8V-80rIV7h9t3q1cKRpUgZr9xZlx3urgGfMxxSwrNUZmQiHI2InWZWB086f_9Nao-27xNEs44WociRlq3EYL8kPBSO4LNF7QW8KsIWaKMU6MPi235UKJvnl7yOEnheiXuXbUJwVIDPM9SN84teyCRic5KPtXkgZZI2Rsim5SqxQgVwcE6jmkWMwc-YNWwMr3Lx0otnfvLvZHc 2025/10/04 04:56:44 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/10/04 04:56:44 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/10/04 04:56:44 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/10/04 04:56:44 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/10/04 04:56:44 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/10/04 04:56:45 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/10/04 04:56:45 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "ACKOqQGcVUiuk9LdiYHdeATAcxfUOL87opsBPHp6mjPYYhlDzx-NnSAcphz5aGCMOvMqNIniTeOhCzal1OPgKxDFwgREg56BASECeqHjmMYe3kmKhxgajvNTVFo4wBNhK3QVVzDg9V8V-80rIV7h9t3q1cKRpUgZr9xZlx3urgGfMxxSwrNUZmQiHI2InWZWB086f_9Nao-27xNEs44WociRlq3EYL8kPBSO4LNF7QW8KsIWaKMU6MPi235UKJvnl7yOEnheiXuXbUJwVIDPM9SN84teyCRic5KPtXkgZZI2Rsim5SqxQgVwcE6jmkWMwc-YNWwMr3Lx0otnfvLvZHc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/10/04 04:56:46 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AL-3llauBwOHgMLwDZiCb7xFfL-30-1_pbhuR5TskzFmqjSoqrmRoZQ_C7jcnRxa8tX-6hqp9KWLvMNQfuPqebB02SyhK-AIKcHt6lnmNsWCye3Kwt2qXd24l_rNLtcee9c999fqHNKdy3tOTS2IIRCxoyDONEUPPLpl8KwW0u_ES73qz-ToRkLOoEqvLBnndMpWJHe__-dH8j-FvvjK__mV7ELwpefeFiKZtewT0oWHeaRkKijbhJiptLxqytq2JAyurzSL3m50lBvnWSrOFQU55AZPBzWUaUxYJwGLv7JGzjQl1EqDjze1zVwmNl91HfZETKStLXT6uWncGCLcXIY 2025/10/04 04:56:46 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/10/04 04:56:47 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/10/04 04:56:47 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/10/04 04:56:47 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/10/04 04:56:47 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/10/04 04:56:47 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/10/04 04:56:47 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AL-3llauBwOHgMLwDZiCb7xFfL-30-1_pbhuR5TskzFmqjSoqrmRoZQ_C7jcnRxa8tX-6hqp9KWLvMNQfuPqebB02SyhK-AIKcHt6lnmNsWCye3Kwt2qXd24l_rNLtcee9c999fqHNKdy3tOTS2IIRCxoyDONEUPPLpl8KwW0u_ES73qz-ToRkLOoEqvLBnndMpWJHe__-dH8j-FvvjK__mV7ELwpefeFiKZtewT0oWHeaRkKijbhJiptLxqytq2JAyurzSL3m50lBvnWSrOFQU55AZPBzWUaUxYJwGLv7JGzjQl1EqDjze1zVwmNl91HfZETKStLXT6uWncGCLcXIY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/10/04 04:56:50 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AGJrwHwZLezQHjU8X8MPoSQzDAl7CdfCHQy-teNV3dRcq7vn_H6SHbuV6NwBa1_ucRnr3jVgK2o_0Pf_NRi1PIBpwMsDBnQ9HnN-7GDmHNgG2FT1iUoh7Igu6QeyiyVxeBtU20yLgHuEqkK4DqbNJmxZna418PJaS6mzEhk0daAcWNJjCYIvHarGsNxJU1XayYjPwpPrk1lucZm6PIEG_tCQe6RXMbl2Y_BSAy0Fmnwv-ik7iWX3q8YeArMMBv2uj1rTjpAdoMS4vmaG82pbQ9etFApC5DssGmiysj5oYfBls1gl_jFXFE0-cug4ZrLBjo2Peqs3DMOo0Y3TMfBcD1s 2025/10/04 04:56:50 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/10/04 04:56:51 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/10/04 04:56:51 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AGJrwHwZLezQHjU8X8MPoSQzDAl7CdfCHQy-teNV3dRcq7vn_H6SHbuV6NwBa1_ucRnr3jVgK2o_0Pf_NRi1PIBpwMsDBnQ9HnN-7GDmHNgG2FT1iUoh7Igu6QeyiyVxeBtU20yLgHuEqkK4DqbNJmxZna418PJaS6mzEhk0daAcWNJjCYIvHarGsNxJU1XayYjPwpPrk1lucZm6PIEG_tCQe6RXMbl2Y_BSAy0Fmnwv-ik7iWX3q8YeArMMBv2uj1rTjpAdoMS4vmaG82pbQ9etFApC5DssGmiysj5oYfBls1gl_jFXFE0-cug4ZrLBjo2Peqs3DMOo0Y3TMfBcD1s" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/10/04 04:56:52 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AMO_99wzFjxNgJq0La8v9QOAk2Q1lzSGcQbRPDU0autyZCaCFmnNMZ4j2HeiccyH7gRQtJmh0ToEMd6qejwHTh25m0iBHUEPAoZRkP-2J12yc41dledB4aWNwZ1uWR70JYImgor_oJcUHBdgFJBQgEhBNbgkoDB78RxME3Yq7IriYYpiU83nOUUFc-LouAIt2YyiEVoDWFWDoI6N232ce_G8_V38uj97-NrxxQ3GjkUSOX2XhhYVIIqdvVBchQJPd6QNm727e_FbdiyOz755jlx4tv3Y8BSK6iLB6LGU57QoDLvqMHC8m_6mSc-9zUdHJLwSEQaGQAcOILyJ1vyxZDA 2025/10/04 04:56:53 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/10/04 04:56:53 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/10/04 04:56:54 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AMO_99wzFjxNgJq0La8v9QOAk2Q1lzSGcQbRPDU0autyZCaCFmnNMZ4j2HeiccyH7gRQtJmh0ToEMd6qejwHTh25m0iBHUEPAoZRkP-2J12yc41dledB4aWNwZ1uWR70JYImgor_oJcUHBdgFJBQgEhBNbgkoDB78RxME3Yq7IriYYpiU83nOUUFc-LouAIt2YyiEVoDWFWDoI6N232ce_G8_V38uj97-NrxxQ3GjkUSOX2XhhYVIIqdvVBchQJPd6QNm727e_FbdiyOz755jlx4tv3Y8BSK6iLB6LGU57QoDLvqMHC8m_6mSc-9zUdHJLwSEQaGQAcOILyJ1vyxZDA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/10/04 04:56:55 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AIscn1MKNPm_Rr19RCAWlx2LG_KD2XbYcp6st1skz8QPvvUJZ3ju3GtuMrRyNSlZ0iIhqsQ4nlxQ_dA47ybSnU2zWsQtiqWst5p6W-P7rAnPd5Gmw3fMsF52F03pTIqynKHKiLLn9jFOHex3cUp1BPG6ULhJ6yXOCa2ctQlz1S19YXK7W7MbTB0jMfIl_Ld_esvEq80aMq785AlPp5m2tXiFoWwcwB0lIfmR6lSRcpOXq_jb7UUgeTlnUFXlI_deR4vrkCKBdh3lTKOLX8ullxXj8HZSufZsH3P36PtfVYVUi3TxpWFrBBZ6kFaNdS2MSJSIdVDgfao-i0NZuJrXj1w 2025/10/04 04:56:55 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/10/04 04:56:56 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/10/04 04:56:56 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AIscn1MKNPm_Rr19RCAWlx2LG_KD2XbYcp6st1skz8QPvvUJZ3ju3GtuMrRyNSlZ0iIhqsQ4nlxQ_dA47ybSnU2zWsQtiqWst5p6W-P7rAnPd5Gmw3fMsF52F03pTIqynKHKiLLn9jFOHex3cUp1BPG6ULhJ6yXOCa2ctQlz1S19YXK7W7MbTB0jMfIl_Ld_esvEq80aMq785AlPp5m2tXiFoWwcwB0lIfmR6lSRcpOXq_jb7UUgeTlnUFXlI_deR4vrkCKBdh3lTKOLX8ullxXj8HZSufZsH3P36PtfVYVUi3TxpWFrBBZ6kFaNdS2MSJSIdVDgfao-i0NZuJrXj1w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/10/04 04:56:57 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AH0UqJY46ChewxtWAZDU58GB499UqsNVSXNF9WCPknIbUOYiDvHveftL9YJGTRLDnsvFc3hyMaOv_45VyxDkunku3oflpaAy-cWNHIuhVgt2nPtNBZZBfhM8sof0meUmQ6KZ8aS8qjhLgC_yVv9MjnBhBjVjZ8-hNT0OIVZDpX9wXFq4KOZ4YgVEzZXf_0308Q9f9ws9m_poFe1pbMOtsbJbfIXM6f7LJ5BUdZ1caZUM3IIsyb0YmnYEMOPEfVpSNZ7RPUu_quCscHObaWgwSvjWqjZRU8mn2mc8JZpimHzB4qarhqiCwzmBfyHfQPVtjTXq5mpJwF7EjnIRzm7WRP0 2025/10/04 04:56:57 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/10/04 04:56:57 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/10/04 04:56:57 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/10/04 04:56:58 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/10/04 04:56:58 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/10/04 04:56:58 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/10/04 04:56:58 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AH0UqJY46ChewxtWAZDU58GB499UqsNVSXNF9WCPknIbUOYiDvHveftL9YJGTRLDnsvFc3hyMaOv_45VyxDkunku3oflpaAy-cWNHIuhVgt2nPtNBZZBfhM8sof0meUmQ6KZ8aS8qjhLgC_yVv9MjnBhBjVjZ8-hNT0OIVZDpX9wXFq4KOZ4YgVEzZXf_0308Q9f9ws9m_poFe1pbMOtsbJbfIXM6f7LJ5BUdZ1caZUM3IIsyb0YmnYEMOPEfVpSNZ7RPUu_quCscHObaWgwSvjWqjZRU8mn2mc8JZpimHzB4qarhqiCwzmBfyHfQPVtjTXq5mpJwF7EjnIRzm7WRP0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/10/04 04:57:00 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: APLSRW7anbMknA8VEWyLdNCq9cbbJwpel_Q7ttJMdxdzvWPxJme67IBhJIQKpBbOJ2CmFXXRyLDTRvsJLtDde_Ori9Wrii0AKY1I-dTd9TtPIb5Edf2h9FBmQ6EZ1TIMY1ZnvInNTcSS1r9J2J0-htxN8Jio-CoVXQS87Dc5oY3WaiYKHz2Cgsr5np7dEstlWIAWj7P18aqNSSegl7OLjyL5-uOstfANGAHM-wM8QpACLEatBBS25y8Z-8721gkuZoPXhNjciLN7NeGNLaHqhhEmK1MKjf_aE1WNtJGldFUZuqTfS7LrI-2dzl8fq7jXc9RyJNrgSt6E2bSeYdjBwbQ 2025/10/04 04:57:00 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/10/04 04:57:00 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/10/04 04:57:00 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/10/04 04:57:01 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/10/04 04:57:01 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/10/04 04:57:01 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/10/04 04:57:01 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "APLSRW7anbMknA8VEWyLdNCq9cbbJwpel_Q7ttJMdxdzvWPxJme67IBhJIQKpBbOJ2CmFXXRyLDTRvsJLtDde_Ori9Wrii0AKY1I-dTd9TtPIb5Edf2h9FBmQ6EZ1TIMY1ZnvInNTcSS1r9J2J0-htxN8Jio-CoVXQS87Dc5oY3WaiYKHz2Cgsr5np7dEstlWIAWj7P18aqNSSegl7OLjyL5-uOstfANGAHM-wM8QpACLEatBBS25y8Z-8721gkuZoPXhNjciLN7NeGNLaHqhhEmK1MKjf_aE1WNtJGldFUZuqTfS7LrI-2dzl8fq7jXc9RyJNrgSt6E2bSeYdjBwbQ" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/10/04 04:57:04 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/10/04 04:57:06 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/10/04 04:57:10 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/10/04 04:57:13 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/10/04 04:57:16 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/10/04 04:57:18 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ABIEwRH1vE79qOLw2qrisHYJ5-vZftcHgvQVON6ya0_FnDbP6LhlpRp2CyfSQ4bMfHspGpXmVQwv9sem2yMg84c31yimUvUBHYHGGdu0e4rGUyksDY0CIzFMS7b1pocJ13vknU2H5Wiysk0zAB4nA9O0e5GvCu0Qze2z5ZjFcOn4p3RUXrrN1L2yC-jl8WMZGCeomSuIm0MWanaqoMB2SpwtNkj5Ty4cfRT8_aYvA27tyucMMc_s7ssGEhpw_94MOjbnK1MPNh_K-wwwP2TJvw-BcI3ohKt-D9Z1B7NQUij2JXvlQBClK8saNIxX7PeiXSsg8e-cyFKf1XZ-X90FQHo 2025/10/04 04:57:18 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/10/04 04:57:18 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "f7052a2322637719ddd2c625ee87f10e" 2025/10/04 04:57:18 DEBUG : unknown-size-put.txt: multipart upload "ABIEwRH1vE79qOLw2qrisHYJ5-vZftcHgvQVON6ya0_FnDbP6LhlpRp2CyfSQ4bMfHspGpXmVQwv9sem2yMg84c31yimUvUBHYHGGdu0e4rGUyksDY0CIzFMS7b1pocJ13vknU2H5Wiysk0zAB4nA9O0e5GvCu0Qze2z5ZjFcOn4p3RUXrrN1L2yC-jl8WMZGCeomSuIm0MWanaqoMB2SpwtNkj5Ty4cfRT8_aYvA27tyucMMc_s7ssGEhpw_94MOjbnK1MPNh_K-wwwP2TJvw-BcI3ohKt-D9Z1B7NQUij2JXvlQBClK8saNIxX7PeiXSsg8e-cyFKf1XZ-X90FQHo" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/10/04 04:57:19 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ANHgi5pY6-3TgukcCvlMUxd5yuOqgXcqwj0PVnFqAClEMuBLvkM2Pvnx1FcWtukEO1P3ijU7eErOlCGpSJ80Xsqp-5UpKAv9M4VSqvbgLIdSPEUl1_7458Lr2V0uQM_qBNg3kI_1XitG_3KpaH31PD7OrnUWOGkgq0gs4g92mC98RX7nkt0vdTQaSAhe8jXS4WTLcl2Mt4Snu1FNHvD63WUNGzslTc_GE4UrJ5VrcyH7qVFX6-5Gxv2eUbhx0uf8i05UK3b80giCK6RI744YjB9aNNRpRLKZcVUCaVEjgqaHkd2g2jOc7twYOTUzOQHdrTvpM5noS-01jlTbUawsIzw 2025/10/04 04:57:19 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/10/04 04:57:19 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "5ea8b4629e091209ac7234eddd1324d6" 2025/10/04 04:57:20 DEBUG : unknown-size-update.txt: multipart upload "ANHgi5pY6-3TgukcCvlMUxd5yuOqgXcqwj0PVnFqAClEMuBLvkM2Pvnx1FcWtukEO1P3ijU7eErOlCGpSJ80Xsqp-5UpKAv9M4VSqvbgLIdSPEUl1_7458Lr2V0uQM_qBNg3kI_1XitG_3KpaH31PD7OrnUWOGkgq0gs4g92mC98RX7nkt0vdTQaSAhe8jXS4WTLcl2Mt4Snu1FNHvD63WUNGzslTc_GE4UrJ5VrcyH7qVFX6-5Gxv2eUbhx0uf8i05UK3b80giCK6RI744YjB9aNNRpRLKZcVUCaVEjgqaHkd2g2jOc7twYOTUzOQHdrTvpM5noS-01jlTbUawsIzw" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/10/04 04:57:20 DEBUG : Creating backend with remote "TestS3R2:rclone-test-goseced0huxa/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/10/04 04:57:20 DEBUG : Waiting for deletions to finish 2025/10/04 04:57:20 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/10/04 04:57:20 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/10/04 04:57:20 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/10/04 04:57:21 INFO : S3 bucket rclone-test-goseced0huxa: Bucket "rclone-test-goseced0huxa" deleted 2025/10/04 04:57:21 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (131.39s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.61s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.85s) --- PASS: TestIntegration/FsMkdir (129.05s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.22s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.07s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding (13.34s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.74s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.71s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.42s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (2.05s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (23.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.08s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.48s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.54s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.72s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (5.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.26s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.32s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.49s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.65s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.65s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.50s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (70.08s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (11.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (2.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (3.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (5.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (3.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (10.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (2.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (4.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (10.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (2.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (3.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (4.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (11.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (3.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (1.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (3.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (1.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (4.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (2.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (12.17s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (1.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (4.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (2.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (5.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (14.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (3.89s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (2.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (4.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (2.11s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (6.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (3.09s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (15.14s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (2.41s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (2.90s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (3.38s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (2.92s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (3.54s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.13s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.93s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.20s) --- 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/10/04 04:57:21 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/10/04 04:57:21 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 131.423s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 2m12.696615073s (try 1/5)