"go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Starting (try 1/5) === RUN TestSignHTTP --- PASS: TestSignHTTP (0.00s) === RUN TestVersionLess --- PASS: TestVersionLess (0.00s) === RUN TestMergeDeleteMarkers --- PASS: TestMergeDeleteMarkers (0.00s) === RUN TestRemoveAWSChunked === RUN TestRemoveAWSChunked/nil === RUN TestRemoveAWSChunked/empty === RUN TestRemoveAWSChunked/only_aws === RUN TestRemoveAWSChunked/leading_aws === RUN TestRemoveAWSChunked/trailing_aws === RUN TestRemoveAWSChunked/middle_aws === RUN TestRemoveAWSChunked/case_insensitive === RUN TestRemoveAWSChunked/duplicates === RUN TestRemoveAWSChunked/no_aws_normalize_spaces === RUN TestRemoveAWSChunked/surrounding_spaces === RUN TestRemoveAWSChunked/no_change --- PASS: TestRemoveAWSChunked (0.00s) --- PASS: TestRemoveAWSChunked/nil (0.00s) --- PASS: TestRemoveAWSChunked/empty (0.00s) --- PASS: TestRemoveAWSChunked/only_aws (0.00s) --- PASS: TestRemoveAWSChunked/leading_aws (0.00s) --- PASS: TestRemoveAWSChunked/trailing_aws (0.00s) --- PASS: TestRemoveAWSChunked/middle_aws (0.00s) --- PASS: TestRemoveAWSChunked/case_insensitive (0.00s) --- PASS: TestRemoveAWSChunked/duplicates (0.00s) --- PASS: TestRemoveAWSChunked/no_aws_normalize_spaces (0.00s) --- PASS: TestRemoveAWSChunked/surrounding_spaces (0.00s) --- PASS: TestRemoveAWSChunked/no_change (0.00s) === RUN TestIntegration fstests.go:438: Using remote "TestS3R2:" 2025/09/16 02:18:09 NOTICE: TestS3R2: Starting server 2025/09/16 02:18:09 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cimaros9roye" 2025/09/16 02:18:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound 2025/09/16 02:18:10 INFO : S3 bucket rclone-test-cimaros9roye: Bucket "rclone-test-cimaros9roye" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/09/16 02:18:11 INFO : S3 bucket rclone-test-cimaros9roye: Bucket "rclone-test-cimaros9roye" deleted === RUN TestIntegration/FsMkdir 2025/09/16 02:18:12 INFO : S3 bucket rclone-test-cimaros9roye: Bucket "rclone-test-cimaros9roye" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/09/16 02:18:12 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/09/16 02:18:12 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/09/16 02:18: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/09/16 02:18:29 NOTICE: S3 bucket rclone-test-cimaros9roye: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/09/16 02:18:29 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AK2HNwTMvHH5zpSkGofS8Z0qbs8QNSAn9walcq6K5uOl7ii26a8gYg5g4bCNZsV4-j1dG-UQdW1jH93eA2c8g0Y_FMaRumAkiP0XZyd96ugvlTM_nn6T_C84tQwNru04sxcEaz5uFwXteytVpqPwGcYY3DX6NWo0CZpN0uH-ZVw1R5dQCGoLaWP3mGGtS2OCOJ53za0hNf1D2EBBEAvuXUiIwh3Fj7I8Dhr1PXvDJrTtN8WaKB2znSx7AXYTKuU9wv45A6L2I-7xcnFqiEtUKBfihj2MGxsn-3zhCVwV9gdgOEdUftv_kb4DY7m2wjQrNIbKI80PC-0camm4N7kNds8 2025/09/16 02:18:29 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "90b2824e547adb252218493754ba60ba" 2025/09/16 02:18:30 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "ed5881b1a077d0516709c53fb0126dea" 2025/09/16 02:18:30 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "81e4c1bd2f29b51db076adda8425da2a" 2025/09/16 02:18:30 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AK2HNwTMvHH5zpSkGofS8Z0qbs8QNSAn9walcq6K5uOl7ii26a8gYg5g4bCNZsV4-j1dG-UQdW1jH93eA2c8g0Y_FMaRumAkiP0XZyd96ugvlTM_nn6T_C84tQwNru04sxcEaz5uFwXteytVpqPwGcYY3DX6NWo0CZpN0uH-ZVw1R5dQCGoLaWP3mGGtS2OCOJ53za0hNf1D2EBBEAvuXUiIwh3Fj7I8Dhr1PXvDJrTtN8WaKB2znSx7AXYTKuU9wv45A6L2I-7xcnFqiEtUKBfihj2MGxsn-3zhCVwV9gdgOEdUftv_kb4DY7m2wjQrNIbKI80PC-0camm4N7kNds8" finished === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:868: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2025/09/16 02:18:33 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/09/16 02:18:34 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2025/09/16 02:18:36 DEBUG : S3 bucket rclone-test-cimaros9roye: bucket is versioned: false 2025/09/16 02:18:36 DEBUG : Waiting for deletions to finish 2025/09/16 02:18:36 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/09/16 02:18:36 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/09/16 02:18:36 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/09/16 02:18:38 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cimaros9roye/dirToPurgeFromRoot" 2025/09/16 02:18:38 DEBUG : S3 bucket rclone-test-cimaros9roye path dirToPurgeFromRoot: bucket is versioned: false 2025/09/16 02:18:38 DEBUG : Waiting for deletions to finish 2025/09/16 02:18:38 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/09/16 02:18:38 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/09/16 02:18:38 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/09/16 02:18:39 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cimaros9roye/hello? sausage/êé" 2025/09/16 02:18:40 DEBUG : S3 bucket rclone-test-cimaros9roye path hello? sausage/êé: bucket is versioned: false 2025/09/16 02:18:40 DEBUG : Waiting for deletions to finish 2025/09/16 02:18:40 DEBUG : "a/b/c/d/e.txt" version false 2025/09/16 02:18:40 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/09/16 02:18:40 INFO : a/b/c/d/e.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1342: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1459: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1694: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/09/16 02:18:49 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cimaros9roye/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/09/16 02:18:49 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cimaros9roye/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-cimaros9roye" from "TestS3R2:rclone-test-cimaros9roye" 2025/09/16 02:18:49 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2052: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2131: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2281: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/09/16 02:18:55 DEBUG : piped data.txt: open chunk writer: started multipart upload: APDbyPj11c2Heh3qccLs9Y8QykLL3ne_opjEMf1Pal4ufwfa39O0DI2rR89cJxusfXW20Qs3srF6NKn5V5cwct0y7rYPzOh1jP65IueNqcfbleBHM0Nr323sGZdftT2sdtSzs_yq3rtmsOBqUmyjMEilRE7wa5CyZiolRK2gLv3xzoCC9bkHTApUAhOB47z4Ho29i_31G-WZ2kIez5Pq7O48QOGSE-3mmB5K0iUwmhwma6gIyocvQnNE5iPeVtr4_V_55KsCcn_JRS4FHWLxqEOiBM6gtr3tti-kvKyCM6zNK7yC1-wzl1aKD3cnqNfVojowqUS74NUx8swhAfU3Ryo 2025/09/16 02:18:55 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/09/16 02:18:56 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/09/16 02:18:56 DEBUG : piped data.txt: multipart upload "APDbyPj11c2Heh3qccLs9Y8QykLL3ne_opjEMf1Pal4ufwfa39O0DI2rR89cJxusfXW20Qs3srF6NKn5V5cwct0y7rYPzOh1jP65IueNqcfbleBHM0Nr323sGZdftT2sdtSzs_yq3rtmsOBqUmyjMEilRE7wa5CyZiolRK2gLv3xzoCC9bkHTApUAhOB47z4Ho29i_31G-WZ2kIez5Pq7O48QOGSE-3mmB5K0iUwmhwma6gIyocvQnNE5iPeVtr4_V_55KsCcn_JRS4FHWLxqEOiBM6gtr3tti-kvKyCM6zNK7yC1-wzl1aKD3cnqNfVojowqUS74NUx8swhAfU3Ryo" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/09/16 02:18:56 DEBUG : piped data.txt: open chunk writer: started multipart upload: ADBlZeaoxdj2C1BudLB6epWUCD0UZNkf1qU3_urKwMFKj6Io17Ia88n2OLIbLKEX0tVooKCK8lA5SL0fDCgF3jBFqp7dbUJ9v7EhinGKskcWJhotnBCDrARVoFzwE_wZsZOkgWQRW111Bi0l4kYz5Zy1aMuy7DG7WhAlfmXo-XyLu41FsT2DqOYx8yFykoj1GU_TlblyVr-rzByI5iO5Wm6BLTQmTRAdppiqYaePc1hUAHd2LhMp_fKrx0TbCdw7eprRTXbMsIvXULYF20-k380t2hbHnGZRDYDmhJwWSnaMOIG_QDXOHZ4ADs6r7e7856cDSaEsoPveYf0LfkG7nbA 2025/09/16 02:18:56 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/16 02:18:57 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "df3398f817fc60f5012f957eeed15f14" 2025/09/16 02:18:57 DEBUG : piped data.txt: multipart upload "ADBlZeaoxdj2C1BudLB6epWUCD0UZNkf1qU3_urKwMFKj6Io17Ia88n2OLIbLKEX0tVooKCK8lA5SL0fDCgF3jBFqp7dbUJ9v7EhinGKskcWJhotnBCDrARVoFzwE_wZsZOkgWQRW111Bi0l4kYz5Zy1aMuy7DG7WhAlfmXo-XyLu41FsT2DqOYx8yFykoj1GU_TlblyVr-rzByI5iO5Wm6BLTQmTRAdppiqYaePc1hUAHd2LhMp_fKrx0TbCdw7eprRTXbMsIvXULYF20-k380t2hbHnGZRDYDmhJwWSnaMOIG_QDXOHZ4ADs6r7e7856cDSaEsoPveYf0LfkG7nbA" finished === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress 2025/09/16 02:18:58 NOTICE: test-metadata: Not decompressing 'Content-Encoding: gzip' compressed file. Use --s3-decompress to override === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions s3_internal_test.go:298: Couldn't enable versioning: operation error S3: PutBucketVersioning, https response error StatusCode: 501, RequestID: , HostID: , api error NotImplemented: PutBucketVersioning not implemented === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed 2025/09/16 02:19:00 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AGOY2EB3UJrFjONMGGw3Orx4L9JCrcLG4NHqpK-iqarrbbMwyTUsUNFscSBcI2dEDoPeOBrXANP1fUJeHlw9VDeAjRcDHYLU1htngJYxHqAGKcLl0YXEAvBoZNVGVjeylx-IM263VB-B8ZoFIRyuuxcc5zB5EXkDzO1cb1ufuiw1UH-GXpIE3OOxPkKEovsrSSUqZ27o1pWhwLwd-8QtImpUJe1qXSUW4JuHAbPqedNSlmnTpiFfHmyltYl0rixAkT3091sbr-QCPhMyd_QnEKawZieYC143VKjYAT6p5cEVoBeXAdukjqnK60p1jyn29L-xYuOLWYheL2IgowGFJk4 2025/09/16 02:19:00 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/09/16 02:19:01 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/09/16 02:19:01 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AGOY2EB3UJrFjONMGGw3Orx4L9JCrcLG4NHqpK-iqarrbbMwyTUsUNFscSBcI2dEDoPeOBrXANP1fUJeHlw9VDeAjRcDHYLU1htngJYxHqAGKcLl0YXEAvBoZNVGVjeylx-IM263VB-B8ZoFIRyuuxcc5zB5EXkDzO1cb1ufuiw1UH-GXpIE3OOxPkKEovsrSSUqZ27o1pWhwLwd-8QtImpUJe1qXSUW4JuHAbPqedNSlmnTpiFfHmyltYl0rixAkT3091sbr-QCPhMyd_QnEKawZieYC143VKjYAT6p5cEVoBeXAdukjqnK60p1jyn29L-xYuOLWYheL2IgowGFJk4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/09/16 02:19:02 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AJHeIxxO8eBdQk766Cymv8ZYP5Zf68jpuoRPXUnP7cE3HDcqxTwocVhWZyeO9G8x6tGsrzrQoiyEdLsCaBeBqySll2asLDcLYnlvfmK92MSurqkj2asJh9eAmRivDFqmG35HS_5kQL4R60kLQBhhkBY89Ms_8Tw95jVX9EAEPHbgwVtL3y91nKyDpQLcW-OR8OOnPXCXCnYqY-u0pXaXrwtuKE7kZDcBgoGY1vPZPI_5XZhjklKURuWfoGCY8U4CYTKGTgCl6Wg4I5KVvU6V0GUl341RVmtBQXeuLoMtWI8nsbyBt40zBBnY2I72JSoiDn9CGTVll-rrQCtxoF-hPuU 2025/09/16 02:19:02 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/09/16 02:19:03 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/16 02:19:03 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AJHeIxxO8eBdQk766Cymv8ZYP5Zf68jpuoRPXUnP7cE3HDcqxTwocVhWZyeO9G8x6tGsrzrQoiyEdLsCaBeBqySll2asLDcLYnlvfmK92MSurqkj2asJh9eAmRivDFqmG35HS_5kQL4R60kLQBhhkBY89Ms_8Tw95jVX9EAEPHbgwVtL3y91nKyDpQLcW-OR8OOnPXCXCnYqY-u0pXaXrwtuKE7kZDcBgoGY1vPZPI_5XZhjklKURuWfoGCY8U4CYTKGTgCl6Wg4I5KVvU6V0GUl341RVmtBQXeuLoMtWI8nsbyBt40zBBnY2I72JSoiDn9CGTVll-rrQCtxoF-hPuU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/09/16 02:19:04 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: ALTRpR6p0LcIiEk48knBYyip_nyz9DtN1kduXbvO4sTLyA2lWaCttEKUhzzLEvTY6LpN2ewb-_OCVZzFMDXvUzOQ_XflKmo6_O5uUEKRAlh4Bnp-K7pKPkEWP3v_8o6hY6dejpU1EGNbakkdMzPjgyNoSkM4L0fSShC0sDyniEgP5Hq7jfg-A-muQntz_JRgME3SOyoXY_We3dx6JRNqyscomoDWMh4nlq9_jpLm_IuBtKu95XqhwiaTwblTxlc9Y29AXTjvZx9n0_3byQIAG4GC41MCJWRnB0Au4JnUqxs70dz4u9rbXka5L3c8zya8lkJGcdAMajhhu9BgPMOLW-A 2025/09/16 02:19:05 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/16 02:19:05 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/16 02:19:06 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "ALTRpR6p0LcIiEk48knBYyip_nyz9DtN1kduXbvO4sTLyA2lWaCttEKUhzzLEvTY6LpN2ewb-_OCVZzFMDXvUzOQ_XflKmo6_O5uUEKRAlh4Bnp-K7pKPkEWP3v_8o6hY6dejpU1EGNbakkdMzPjgyNoSkM4L0fSShC0sDyniEgP5Hq7jfg-A-muQntz_JRgME3SOyoXY_We3dx6JRNqyscomoDWMh4nlq9_jpLm_IuBtKu95XqhwiaTwblTxlc9Y29AXTjvZx9n0_3byQIAG4GC41MCJWRnB0Au4JnUqxs70dz4u9rbXka5L3c8zya8lkJGcdAMajhhu9BgPMOLW-A" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/09/16 02:19:07 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ANmYli0Fp0cqyenNyVp5F41N_0Gu6fIu4Zx-If8s9kVa8TCb9e2mpBFzGN-1Jv4u5ctbMYDtvKMouTIfOsvGFQ1s0OCF5p8qYsISuNHCsyEoGoUxl2J2O8OVtIydbkf0eGRHXXLK6SoDWLbQTZR8_yb2YM-alwREgFTZfl7BkGAbwuGa70_3ExiRxpZ2LA6p2CjyPneLPJx9LEdJIAkAxHi-GfNK2Kwx_sJ53sxZF3Zwy2qe0Ok-SKIg56aLxVlE512mF4z9uOGJP-NOSyvofMsfK-W1xHlGkmEOqbpeLM5AaNamcdQ9qvZHVX24RhRtdoVKMfXDrZnxUDeDkZtaPHY 2025/09/16 02:19:07 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/09/16 02:19:08 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/09/16 02:19:08 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/09/16 02:19:08 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/16 02:19:08 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/16 02:19:08 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/16 02:19:08 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ANmYli0Fp0cqyenNyVp5F41N_0Gu6fIu4Zx-If8s9kVa8TCb9e2mpBFzGN-1Jv4u5ctbMYDtvKMouTIfOsvGFQ1s0OCF5p8qYsISuNHCsyEoGoUxl2J2O8OVtIydbkf0eGRHXXLK6SoDWLbQTZR8_yb2YM-alwREgFTZfl7BkGAbwuGa70_3ExiRxpZ2LA6p2CjyPneLPJx9LEdJIAkAxHi-GfNK2Kwx_sJ53sxZF3Zwy2qe0Ok-SKIg56aLxVlE512mF4z9uOGJP-NOSyvofMsfK-W1xHlGkmEOqbpeLM5AaNamcdQ9qvZHVX24RhRtdoVKMfXDrZnxUDeDkZtaPHY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/09/16 02:19:09 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ACSIwvvvBfjh0EnuxqZFjgb-UIuHek9mWICWMwMqyIGfe22nqvltTXd2x3BU3x0GNtzUzlYEkT83m_GPZ72KNuL5vNO5jICtlprL8L_fLmk25uQWJqlSWxtcvm3YIoTNu7Uo4aUXD5KTGWk-PtlSAqyvyTYEQs7rU3xScHxiRGquMPW2M_gIvd6oqx7ZRhXkZYEU6sue6s_bd35sGPoOmzE-4Z7KA6Imhew9qZ20Jxa--owPqNPK50v87khyPR9bgxdGwVNk0FFfYNteUeThALlTJdyj_bPCfbURDGXijS8C29U9jaG9LZ1Fl_ZtAWj15PDYFyzHxqMK50AZ2Y5iUh0 2025/09/16 02:19:10 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/16 02:19:10 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/09/16 02:19:10 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/09/16 02:19:10 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/16 02:19:10 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/16 02:19:10 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/16 02:19:10 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ACSIwvvvBfjh0EnuxqZFjgb-UIuHek9mWICWMwMqyIGfe22nqvltTXd2x3BU3x0GNtzUzlYEkT83m_GPZ72KNuL5vNO5jICtlprL8L_fLmk25uQWJqlSWxtcvm3YIoTNu7Uo4aUXD5KTGWk-PtlSAqyvyTYEQs7rU3xScHxiRGquMPW2M_gIvd6oqx7ZRhXkZYEU6sue6s_bd35sGPoOmzE-4Z7KA6Imhew9qZ20Jxa--owPqNPK50v87khyPR9bgxdGwVNk0FFfYNteUeThALlTJdyj_bPCfbURDGXijS8C29U9jaG9LZ1Fl_ZtAWj15PDYFyzHxqMK50AZ2Y5iUh0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/09/16 02:19:14 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AMG9UUsiJuyRZlYvEt6xTKRXyUlySynXlCioc7GqR9xTEJfQ_NloZsTfw4t_Eb-Ct9_psDY64f33KvTgrONNAcbD276Ufmtb02mZL009LYhnRwHnBAV4ikw3FISD4AkMfoweBtyqBfMXw9ztgskRLZ9MlkrrJ0mLF4jXOyc4eV4NY675MQTOK6f6-zT-LfTdwt_gXo7RY-cKpjJvCg2AHW03FT3lAeR4wrZX-87cru1QWQpSB6L78j1MENhX9bxYaVVORUvuVHMuDmewL0PMZYS9B4rFKGR-ueNr-sh4APTwPhfaWgde2USgFPcHDN4f1mC8yAxJf6s86eBiN5uzptM 2025/09/16 02:19:14 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/16 02:19:14 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/09/16 02:19:15 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AMG9UUsiJuyRZlYvEt6xTKRXyUlySynXlCioc7GqR9xTEJfQ_NloZsTfw4t_Eb-Ct9_psDY64f33KvTgrONNAcbD276Ufmtb02mZL009LYhnRwHnBAV4ikw3FISD4AkMfoweBtyqBfMXw9ztgskRLZ9MlkrrJ0mLF4jXOyc4eV4NY675MQTOK6f6-zT-LfTdwt_gXo7RY-cKpjJvCg2AHW03FT3lAeR4wrZX-87cru1QWQpSB6L78j1MENhX9bxYaVVORUvuVHMuDmewL0PMZYS9B4rFKGR-ueNr-sh4APTwPhfaWgde2USgFPcHDN4f1mC8yAxJf6s86eBiN5uzptM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/09/16 02:19:16 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AH9-ifLDZR-wpFMgZ9aIwapKHqNOP2wU6mRUv4-RCyAGpaBgDGDJpNbkS_GnaJBIj6c2cALy4X6en7KnL6sN7txBEft8N86GhBrdoa-Mf3vXVwItVvjxjwkpNV-cDJ06UEXLga60NVG5fDplqjjz22nTzWUG7pHoMRQhwg6jQD9mWMwEJK4X3X8NNhQU5C6I8fmctDZn6FPSumsr0bl4iFcxA9pkxgU9szggPlZErl-qM7n82zR8et1j0fTX7lyIzZYbF6jAQ3pNG7zgGzBEwiwWUY3Fw_Ck-TGP3knrrHxut-Dh_nm78ciGmwz5hLOiObDlfoddhMuflbo_83jXASQ 2025/09/16 02:19:16 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/09/16 02:19:16 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/16 02:19:17 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AH9-ifLDZR-wpFMgZ9aIwapKHqNOP2wU6mRUv4-RCyAGpaBgDGDJpNbkS_GnaJBIj6c2cALy4X6en7KnL6sN7txBEft8N86GhBrdoa-Mf3vXVwItVvjxjwkpNV-cDJ06UEXLga60NVG5fDplqjjz22nTzWUG7pHoMRQhwg6jQD9mWMwEJK4X3X8NNhQU5C6I8fmctDZn6FPSumsr0bl4iFcxA9pkxgU9szggPlZErl-qM7n82zR8et1j0fTX7lyIzZYbF6jAQ3pNG7zgGzBEwiwWUY3Fw_Ck-TGP3knrrHxut-Dh_nm78ciGmwz5hLOiObDlfoddhMuflbo_83jXASQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/09/16 02:19:18 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AGYttef_RxfMKsbt2kWmoqfYuG84Cs9B7LmLgJIDVwh0qae01dtQiygNvjqA48nuZFXX-EYdw_-_J3ucQX33YjxyJXpgT_Fn4MQRqhJbO5sgMQlJ4QkfHO1JEvdIUO-4xrEUAqjXjQhrwvuG3Zv8GLiXxJOQVFrHxiECIqQ31ILwE7MZQ5lqEsZhQBSO6O_gBpQA0ngJI0jMaeJbmzLOtFMmqV3F2250xROfsiYZCD_pb4IUNzBtuvqEj1sjXqCQwXHoxtjMZ-eqKk2m1sV8-bTj1ZSgKmudb5dAZ6BHteFUVmSIl-2hirN985qMho-3SvUFsiHFJG3SYmqOy17ZgmI 2025/09/16 02:19:18 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/16 02:19:18 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/16 02:19:19 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AGYttef_RxfMKsbt2kWmoqfYuG84Cs9B7LmLgJIDVwh0qae01dtQiygNvjqA48nuZFXX-EYdw_-_J3ucQX33YjxyJXpgT_Fn4MQRqhJbO5sgMQlJ4QkfHO1JEvdIUO-4xrEUAqjXjQhrwvuG3Zv8GLiXxJOQVFrHxiECIqQ31ILwE7MZQ5lqEsZhQBSO6O_gBpQA0ngJI0jMaeJbmzLOtFMmqV3F2250xROfsiYZCD_pb4IUNzBtuvqEj1sjXqCQwXHoxtjMZ-eqKk2m1sV8-bTj1ZSgKmudb5dAZ6BHteFUVmSIl-2hirN985qMho-3SvUFsiHFJG3SYmqOy17ZgmI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/09/16 02:19:19 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AJeH5UtLJBklGWIZixZY45fGvpY_-RuSECk6wiFv_oeW957lNNqTbNbC83QKl2JoiPk9ftoQYcTBIVjoc6fxcGyq6O8vBv7ghs1y50PDnuJ2a1WOKGI4OqJxyaMqbM34n6BgUHUxDLWxIPqRVFXYaYYH0bA6t_JxuCiYsZNidNkOpTB13dPYx0fbHQk0CNY9eqGalj7EEJb2BPZpiocJIZNy3bLoPS70nd8-FSB687XF5RWvyUM4SBVIE84aT_Pva_RKXUSn2dnIThFhEcw0i2tfnSi5u7IRK_vnrkpkYKm9xdsOk0AqDdTR2snJZTm4kFJjUUTnHc4rn5U7kzM8MzE 2025/09/16 02:19:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/09/16 02:19:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/09/16 02:19:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/16 02:19:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/16 02:19:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/16 02:19:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/16 02:19:21 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AJeH5UtLJBklGWIZixZY45fGvpY_-RuSECk6wiFv_oeW957lNNqTbNbC83QKl2JoiPk9ftoQYcTBIVjoc6fxcGyq6O8vBv7ghs1y50PDnuJ2a1WOKGI4OqJxyaMqbM34n6BgUHUxDLWxIPqRVFXYaYYH0bA6t_JxuCiYsZNidNkOpTB13dPYx0fbHQk0CNY9eqGalj7EEJb2BPZpiocJIZNy3bLoPS70nd8-FSB687XF5RWvyUM4SBVIE84aT_Pva_RKXUSn2dnIThFhEcw0i2tfnSi5u7IRK_vnrkpkYKm9xdsOk0AqDdTR2snJZTm4kFJjUUTnHc4rn5U7kzM8MzE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/09/16 02:19:23 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ACaXLgkxXZiEFIeEa-ma2O2RisZ1rM9w5BNZejM9oAqOnbZpPvQCsIiGndIp9fcxO0mWUa6jWAsSc6b0Pxx5XBQn5NuEbEcP70MjaH3obh5X13AZNrojrXVI_r69zjgmiE_Jxh8KwhvIV7fQpRcH2rpiaogii1aetfifwSnUcQk15esxvLXRWMDG2I-Pin7uTDEPEgrPrgsTkQ4vzUJ-PJa0mErp72RCPglIJMcixOUA8D2KJn8csIZNcimthK1KHDYde905n-Lt4tblREHWe9SJy4vCUDFRRsga9IPSv-hCG9sxcHbUaAzVGlEXi_DSMlWeToubuHD2f3ruY_rBhaI 2025/09/16 02:19:23 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/16 02:19:24 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/16 02:19:24 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/09/16 02:19:24 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/16 02:19:24 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/16 02:19:24 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/16 02:19:25 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ACaXLgkxXZiEFIeEa-ma2O2RisZ1rM9w5BNZejM9oAqOnbZpPvQCsIiGndIp9fcxO0mWUa6jWAsSc6b0Pxx5XBQn5NuEbEcP70MjaH3obh5X13AZNrojrXVI_r69zjgmiE_Jxh8KwhvIV7fQpRcH2rpiaogii1aetfifwSnUcQk15esxvLXRWMDG2I-Pin7uTDEPEgrPrgsTkQ4vzUJ-PJa0mErp72RCPglIJMcixOUA8D2KJn8csIZNcimthK1KHDYde905n-Lt4tblREHWe9SJy4vCUDFRRsga9IPSv-hCG9sxcHbUaAzVGlEXi_DSMlWeToubuHD2f3ruY_rBhaI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/09/16 02:19:29 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ABz4V5rYCrDoRFOZR-xYAUFraMPLJUUjCtEv18ShM9M22sCpfH-7r8d4Bs3moSOz_Q5JQLLSlavXGh0_glHXj4huMnkwFlpmhsLqnMYN3r8ujPp2IqKZXsMwoUEQjz9YOX5pyje2AgmBc_-gjHm8FRvqnAN-u8jdZdPhli_lk3nnLoz8cWZ5SyrH5estQ6__Mm_9uM1B0yYit6a-HO1AvfnQSnU0y70CslMu620X85jjvG0VW8ROY9CzfFIoFXX92XTQkZREqyCndhyW22BFofu30__nZ_ktzX73oN1kPrOCdVG7bAHUUfCaNf4wKvzGYk5Jx_7YyiB0pU2Zo4zFu8c 2025/09/16 02:19:29 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/16 02:19:29 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/09/16 02:19:30 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ABz4V5rYCrDoRFOZR-xYAUFraMPLJUUjCtEv18ShM9M22sCpfH-7r8d4Bs3moSOz_Q5JQLLSlavXGh0_glHXj4huMnkwFlpmhsLqnMYN3r8ujPp2IqKZXsMwoUEQjz9YOX5pyje2AgmBc_-gjHm8FRvqnAN-u8jdZdPhli_lk3nnLoz8cWZ5SyrH5estQ6__Mm_9uM1B0yYit6a-HO1AvfnQSnU0y70CslMu620X85jjvG0VW8ROY9CzfFIoFXX92XTQkZREqyCndhyW22BFofu30__nZ_ktzX73oN1kPrOCdVG7bAHUUfCaNf4wKvzGYk5Jx_7YyiB0pU2Zo4zFu8c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/09/16 02:19:30 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AHGE8WHMZFG2G5a9ASeGLfzP1kZxfHQ4jqJ9gL68z-ZznjfJkI8ELoDFexz7k-0waCqBinkXmSKy58gc4w8FGeMmYg_4OSi6BzBLUi2YKbGmvq8Kw7St8oCmcqzNHmFdaVZ6MIZAgPIsB97cmFN3bXxt7uYD6x9v-GmmGtKZUl8jthjFa9Ptg9Q8k1xgOvJelKHTDvVhCw-QtO7LxMbhFdeDUU5AqlYagzxItx9RGkAZF78pElClS3XrhhhWMuUxbzEvzq20FjLGVam3Cyn5OuZ5wQkn9pKeaRWDRKPqKmY8bozMicV7KFXx-fp03uwYSROAUQp0AIk1Yt5eqHDh3Jg 2025/09/16 02:19:31 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/09/16 02:19:31 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/16 02:19:31 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AHGE8WHMZFG2G5a9ASeGLfzP1kZxfHQ4jqJ9gL68z-ZznjfJkI8ELoDFexz7k-0waCqBinkXmSKy58gc4w8FGeMmYg_4OSi6BzBLUi2YKbGmvq8Kw7St8oCmcqzNHmFdaVZ6MIZAgPIsB97cmFN3bXxt7uYD6x9v-GmmGtKZUl8jthjFa9Ptg9Q8k1xgOvJelKHTDvVhCw-QtO7LxMbhFdeDUU5AqlYagzxItx9RGkAZF78pElClS3XrhhhWMuUxbzEvzq20FjLGVam3Cyn5OuZ5wQkn9pKeaRWDRKPqKmY8bozMicV7KFXx-fp03uwYSROAUQp0AIk1Yt5eqHDh3Jg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/09/16 02:19:32 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AP52pnKx8hlzqvi0sXE1NOH2Kbw7eSn2KsFs0zUbU8z8ktyhlv2y_-o9YwWOobTP8-CFuh1CM-4Zp0AO6tSm2X28hALuRmCL6AxMnNqPlYAKrai9Ab-_GnqJV62q5a27AsxJixYz4FrRC3JhH2GxvZj1_7Ioo3QWkqlYN1P1IutuNlyvXO09WnYidBF9QVfrpV1lxrTZrVDrdyp4UODNOq7HG_EqBV-z0GG9RobFT_v3hclrxZx2k-u7jZHR_RKXkogaUcYThRSJSAHOvMb90_Elt_cfjK23aT3jzoe-ky-lqHPG4dPdW0il27_bbRWEfZ1fU6vZOoTwmRHD6DkllTc 2025/09/16 02:19:33 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/16 02:19:33 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/16 02:19:33 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AP52pnKx8hlzqvi0sXE1NOH2Kbw7eSn2KsFs0zUbU8z8ktyhlv2y_-o9YwWOobTP8-CFuh1CM-4Zp0AO6tSm2X28hALuRmCL6AxMnNqPlYAKrai9Ab-_GnqJV62q5a27AsxJixYz4FrRC3JhH2GxvZj1_7Ioo3QWkqlYN1P1IutuNlyvXO09WnYidBF9QVfrpV1lxrTZrVDrdyp4UODNOq7HG_EqBV-z0GG9RobFT_v3hclrxZx2k-u7jZHR_RKXkogaUcYThRSJSAHOvMb90_Elt_cfjK23aT3jzoe-ky-lqHPG4dPdW0il27_bbRWEfZ1fU6vZOoTwmRHD6DkllTc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/09/16 02:19:36 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AAZJxKSGLmIHyfp3l-LiDBQITn0unACKMb8hugdOQp0gpA96ZPvZtQ5pMas-RmKVzVFP66r9WinsbuYe50ZxMgu--AuUSWVyYbsNJCa9mjCoyWlzXYtfchwBJ8mlwndFT-bkcszig3Ifr7W5VJIfJaIYR6Qo-XT0T5OyVXDK-PAch9-8crquHm_v2KF-TKb7L9bLWq76DUT0KjIZ4cXC680mCPGiAlPYc3ydknKewDonGgk6tqF9h4eReUXd3VOagrpkoVQemtRd9dV2OvfmXxku4tS9W52VJv-WKk4pg3dLAmrU7wUxwlA4FUuyaEMMUrPKAwDh1ZjGhlMUrSPK5EQ 2025/09/16 02:19:36 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/09/16 02:19:36 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/09/16 02:19:36 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/16 02:19:37 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/16 02:19:37 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/16 02:19:37 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/16 02:19:37 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AAZJxKSGLmIHyfp3l-LiDBQITn0unACKMb8hugdOQp0gpA96ZPvZtQ5pMas-RmKVzVFP66r9WinsbuYe50ZxMgu--AuUSWVyYbsNJCa9mjCoyWlzXYtfchwBJ8mlwndFT-bkcszig3Ifr7W5VJIfJaIYR6Qo-XT0T5OyVXDK-PAch9-8crquHm_v2KF-TKb7L9bLWq76DUT0KjIZ4cXC680mCPGiAlPYc3ydknKewDonGgk6tqF9h4eReUXd3VOagrpkoVQemtRd9dV2OvfmXxku4tS9W52VJv-WKk4pg3dLAmrU7wUxwlA4FUuyaEMMUrPKAwDh1ZjGhlMUrSPK5EQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/09/16 02:19:38 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ABELGbmtbvQU-eSBPCZFWvsyLNDBW2PCfl54EdiTFRi9yU_FAxEl-C9QBIhbq_zhJSkNPmropZZ9GFITMSVPWirsPPHUHhVoRKtKtZRU1wJHOISr_xqIHrLIBqGvOnk7Vgo62zwSY-XAdAFwS6QkRjQ4fBTRQ3uyREneyw4AyC6LdXPh4zvKQj6QDDLtqM2ZzJeK-htlQMpIlmPQQCrQyOunNDy6zapngkxRmLvlDYpt6ULSJ_ToKp4fFN_9N2RkPkF786bD8pFs4rsrMetcofl72WLA-V5alaOyIz15DFVHDiQb-dXjBuhx1N8YbXgjU4T1GOeZY_zxsU2nyqeV8Ng 2025/09/16 02:19:38 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/16 02:19:39 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/16 02:19:39 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/09/16 02:19:39 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/16 02:19:39 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/16 02:19:40 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/16 02:19:40 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "ABELGbmtbvQU-eSBPCZFWvsyLNDBW2PCfl54EdiTFRi9yU_FAxEl-C9QBIhbq_zhJSkNPmropZZ9GFITMSVPWirsPPHUHhVoRKtKtZRU1wJHOISr_xqIHrLIBqGvOnk7Vgo62zwSY-XAdAFwS6QkRjQ4fBTRQ3uyREneyw4AyC6LdXPh4zvKQj6QDDLtqM2ZzJeK-htlQMpIlmPQQCrQyOunNDy6zapngkxRmLvlDYpt6ULSJ_ToKp4fFN_9N2RkPkF786bD8pFs4rsrMetcofl72WLA-V5alaOyIz15DFVHDiQb-dXjBuhx1N8YbXgjU4T1GOeZY_zxsU2nyqeV8Ng" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/09/16 02:19:43 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AO98Ey-YhZOYglsR8Jjec3ZfTRNSDJpW25ARWdG0C-Vm0hSafcSI6uHBuZvPRm_cRwXCPj2OYPcdWf89Vdel2pvfZ-y9HUFs1yZEeVAH1CR8QpNaLQgNC-q3EofCPY7vO30_NcJGjuwd6Nefzn4OoF6kNt9JaThNcC5BmdjV22zEwKSVmw4UpbjT6vLS9ZDJ6YbaCoQNfEQd4yjgH8NUUg9opPyNPCI_y1BfJQTDX2aw-PQ3fXYuZjBLdkT8iXyAg-PxVZ-UcqLlufURVbMMYoyClCzxEVYm1G9GS8G51cTjsHRjn--tBoPUH3_5TZgHREKrqmOalo49KsULxGH9Rbg 2025/09/16 02:19:43 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/16 02:19:45 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/09/16 02:19:45 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AO98Ey-YhZOYglsR8Jjec3ZfTRNSDJpW25ARWdG0C-Vm0hSafcSI6uHBuZvPRm_cRwXCPj2OYPcdWf89Vdel2pvfZ-y9HUFs1yZEeVAH1CR8QpNaLQgNC-q3EofCPY7vO30_NcJGjuwd6Nefzn4OoF6kNt9JaThNcC5BmdjV22zEwKSVmw4UpbjT6vLS9ZDJ6YbaCoQNfEQd4yjgH8NUUg9opPyNPCI_y1BfJQTDX2aw-PQ3fXYuZjBLdkT8iXyAg-PxVZ-UcqLlufURVbMMYoyClCzxEVYm1G9GS8G51cTjsHRjn--tBoPUH3_5TZgHREKrqmOalo49KsULxGH9Rbg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/09/16 02:19:46 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AIzKlicIh-8fSM8XmMI7dGu9RJYwuQE5uwI_ZQDE6eOyD7bzUDpXQZ5gD_HfgZXJLyhFScZck2XKCnNLEcZhOB8rkgMRtGw1Fya8Pgbk1-4Kxqi4Q5I9xjjN89wk2GFKJBtslue_Aibb8WKkVpBOXHXYTefRYEJLb8rrXKNeAKR41T5GqJtVCBmUyAXH4kZ31KMnrkreaJOxQQK-fx0t1SOFXCGraegZ2z3W5du_yKxLwMmO8RbW5-5N9Mmg68imWq755fbJbx8ZUZPVoLac41aLPl_DX0k63YuwUWYX8ILsjUprrInT8gMWVM8TL-EKEH_WhVJN2lx7yNKdpRXM4lQ 2025/09/16 02:19:47 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/09/16 02:19:48 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/16 02:19:48 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AIzKlicIh-8fSM8XmMI7dGu9RJYwuQE5uwI_ZQDE6eOyD7bzUDpXQZ5gD_HfgZXJLyhFScZck2XKCnNLEcZhOB8rkgMRtGw1Fya8Pgbk1-4Kxqi4Q5I9xjjN89wk2GFKJBtslue_Aibb8WKkVpBOXHXYTefRYEJLb8rrXKNeAKR41T5GqJtVCBmUyAXH4kZ31KMnrkreaJOxQQK-fx0t1SOFXCGraegZ2z3W5du_yKxLwMmO8RbW5-5N9Mmg68imWq755fbJbx8ZUZPVoLac41aLPl_DX0k63YuwUWYX8ILsjUprrInT8gMWVM8TL-EKEH_WhVJN2lx7yNKdpRXM4lQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/09/16 02:19:50 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AP5ymG1Mh7rbuJ5J-duPzHFyN0ryMPphbtQH3nPBNByuSdCMJpUnNx7Drd81_KU14OjUCcI_fmEm59MzTtwhuQNxr3JjeVa1l0JxbMQ87n5dOL1MtZByUTiZ3J5T_DypUyb-BGzoVGSvVuazPih5ucBMl6w49I2QKxp2fP2_UhkQb01-RcRIuXoGJEQrc5sANB4WXIGzZgfwxRgv1Tmuz-rz2zvIhHc7yBvdgSgvqRGnUs3G-LXidFevCDeWq0eb6H9oze_1f6UjGOPvjPlnTWcG-3B7gua4-E-S3be96puAnIWofcUObUygNORdbZsfZXoRYyP_6a49baO5V2phAsM 2025/09/16 02:19:50 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/16 02:19:51 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/16 02:19:51 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AP5ymG1Mh7rbuJ5J-duPzHFyN0ryMPphbtQH3nPBNByuSdCMJpUnNx7Drd81_KU14OjUCcI_fmEm59MzTtwhuQNxr3JjeVa1l0JxbMQ87n5dOL1MtZByUTiZ3J5T_DypUyb-BGzoVGSvVuazPih5ucBMl6w49I2QKxp2fP2_UhkQb01-RcRIuXoGJEQrc5sANB4WXIGzZgfwxRgv1Tmuz-rz2zvIhHc7yBvdgSgvqRGnUs3G-LXidFevCDeWq0eb6H9oze_1f6UjGOPvjPlnTWcG-3B7gua4-E-S3be96puAnIWofcUObUygNORdbZsfZXoRYyP_6a49baO5V2phAsM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/09/16 02:19:53 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AIASaIbfT2uk_nAfRGopzpzLlZcdXMZZcjsQcptgoSru00ZltyqM7V-JPX37vnZbMTBtlDLBabtvlV50AGpvjjYZJvjbMCEcy2sQmIZJSkx7PfwmH7Jj_T9T-3PubmdPOOYlE3-ETDaGE8OZOoqPFdToQS3WXK5r4Tw481eBYtCsbC8ujwbwgMuRn1Vdp6PXk79MCKrkGFrwgEjcICl8mQmWIVZ2EyZImAskdlazmaZTKfsiKPmtt6ucYgyZX-9thsNANbVCLHB4cdxiDiM0JnZ-bLmChBGEwUEUmVn1qvsnzdpUpNCI1E4hURuM-SBEdq295DLc0N8VCN_1z-h5SbE 2025/09/16 02:19:53 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/09/16 02:19:54 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/09/16 02:19:54 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/09/16 02:19:54 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/16 02:19:55 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/16 02:19:55 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/16 02:19:55 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AIASaIbfT2uk_nAfRGopzpzLlZcdXMZZcjsQcptgoSru00ZltyqM7V-JPX37vnZbMTBtlDLBabtvlV50AGpvjjYZJvjbMCEcy2sQmIZJSkx7PfwmH7Jj_T9T-3PubmdPOOYlE3-ETDaGE8OZOoqPFdToQS3WXK5r4Tw481eBYtCsbC8ujwbwgMuRn1Vdp6PXk79MCKrkGFrwgEjcICl8mQmWIVZ2EyZImAskdlazmaZTKfsiKPmtt6ucYgyZX-9thsNANbVCLHB4cdxiDiM0JnZ-bLmChBGEwUEUmVn1qvsnzdpUpNCI1E4hURuM-SBEdq295DLc0N8VCN_1z-h5SbE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/09/16 02:19:56 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AM0-Lo_77h9h1F7D-FeeZv4QX4t-bgw1qkR_GVhel_KY0wjaxsXP9XI06U5R7qkvYoGO5OY_bykr77pT2QWE9FZxVgC4cYkLrp5uJUcLKEB-Uo7knb3s52QALcYEUi2wm5pXchOf2prFlotCaOBmuBUjkszT9mmoWd19Xk57v7WXPNGXgFC_a0Y49eKpP_DfufxaGXahEgXOuuQqFkwhUMT-Cj0PltUzm14DzunWsq0VHT_J1emzw0jVCgtwAQWnQGKSHhHUrAFcvia3lJWYR1O9hPW9wLa9wNlmR004v5vU2b5pPwgY6EoNJToi1X6H9VqGUieZZfAYLsnc8r6vCqo 2025/09/16 02:19:57 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/16 02:19:57 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/09/16 02:19:57 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/09/16 02:19:57 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/16 02:19:57 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/16 02:19:58 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/16 02:19:58 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AM0-Lo_77h9h1F7D-FeeZv4QX4t-bgw1qkR_GVhel_KY0wjaxsXP9XI06U5R7qkvYoGO5OY_bykr77pT2QWE9FZxVgC4cYkLrp5uJUcLKEB-Uo7knb3s52QALcYEUi2wm5pXchOf2prFlotCaOBmuBUjkszT9mmoWd19Xk57v7WXPNGXgFC_a0Y49eKpP_DfufxaGXahEgXOuuQqFkwhUMT-Cj0PltUzm14DzunWsq0VHT_J1emzw0jVCgtwAQWnQGKSHhHUrAFcvia3lJWYR1O9hPW9wLa9wNlmR004v5vU2b5pPwgY6EoNJToi1X6H9VqGUieZZfAYLsnc8r6vCqo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/09/16 02:20:02 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: ABc7lu4sZNCsmot40Lxr3zr2meSFkmpQ1Dqn2c_WNw8Xq_S0x3uo0oVpBT25TW2I4VFU-3zI_CAeTSoE5usFE0Hmhwf0sRzInYVUWX2Hz-Jr5tcQJiVZ1iVdy1yPDot3Z8-CuwvCFMkTxPErckH8s1Dv9x8wgp9NW5qHRup9QVzLAfwxObofZdjwrZebcxaP_FxfeTM-PKNzejcLkjdj2x5Q7LWsmu3q4GBatgXL2voMdtsBfdgR-Vo0jou21wFQbE6DvbnTtlSFiO3uPJBvKvfqgfjT4wQf4cOWLEiv31WPzFuKt_hl039fRtE1sS5FbJJfm_z9h-27-VLGngn9DbY 2025/09/16 02:20:03 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/09/16 02:20:03 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/09/16 02:20:04 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "ABc7lu4sZNCsmot40Lxr3zr2meSFkmpQ1Dqn2c_WNw8Xq_S0x3uo0oVpBT25TW2I4VFU-3zI_CAeTSoE5usFE0Hmhwf0sRzInYVUWX2Hz-Jr5tcQJiVZ1iVdy1yPDot3Z8-CuwvCFMkTxPErckH8s1Dv9x8wgp9NW5qHRup9QVzLAfwxObofZdjwrZebcxaP_FxfeTM-PKNzejcLkjdj2x5Q7LWsmu3q4GBatgXL2voMdtsBfdgR-Vo0jou21wFQbE6DvbnTtlSFiO3uPJBvKvfqgfjT4wQf4cOWLEiv31WPzFuKt_hl039fRtE1sS5FbJJfm_z9h-27-VLGngn9DbY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/09/16 02:20:05 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: APCwgJsOYeeMyJ5p8QKDXUDgcOIh6li0UKyxMRQbBnVwPtxWNgpA6suUpl6WOM017g059Hktx1RfLHD8GKy6J9ZOROCudtZrtCdSDOY3ittZJIka9JohbgtJw75FYllk9hUT_Hw4zKqEc2SE-DGTPOrqcd4sipQdhc06Z-ODSS_QDsiE8urNJNph7pyFdSZGYLhyxbktzb0bYpFC7v3NLaJ0W4K9IGhnaDaQy6vowAI4iTzgNmhFP57m6d8caO1BLsBiwy0lG7P_qOOA8-ZjwIPnZbSz-W7qJJD5Yib9kgbcq5RFkU6EEFmV4ZjrkZBjXB0o9E5GwulYclqTAGnDpfA 2025/09/16 02:20:05 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/09/16 02:20:06 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/16 02:20:06 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "APCwgJsOYeeMyJ5p8QKDXUDgcOIh6li0UKyxMRQbBnVwPtxWNgpA6suUpl6WOM017g059Hktx1RfLHD8GKy6J9ZOROCudtZrtCdSDOY3ittZJIka9JohbgtJw75FYllk9hUT_Hw4zKqEc2SE-DGTPOrqcd4sipQdhc06Z-ODSS_QDsiE8urNJNph7pyFdSZGYLhyxbktzb0bYpFC7v3NLaJ0W4K9IGhnaDaQy6vowAI4iTzgNmhFP57m6d8caO1BLsBiwy0lG7P_qOOA8-ZjwIPnZbSz-W7qJJD5Yib9kgbcq5RFkU6EEFmV4ZjrkZBjXB0o9E5GwulYclqTAGnDpfA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/09/16 02:20:07 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: APYqKD1V2dlL04VDWUSpiggdd1eXUnUo7WuFWrE56cWZIaiutveZW0i3aF4svo6bBdFEu1eOYffO6iBlp7e-iZQ0MDJWiOd-63U4zH_2i3ZJkr_WNsATjF-zdn5iCAtSSHXdlFyHgdLfLix-oJsXWjPizpW13HDTrLAuzYLELqIrL_P1_-yLG2wNfjShtoyvirVS8xU8QXE5G7giPy2b0afmBdIUDx5xya6VbBw_SLokW6khG989L_2-avY8GfpqKfSpyxMPk-5gGzOLsSBYV-Ss5EoLoKJPABlg36qRafDzwKNfkByvS9r4OiLrVz8bGTJLGfntvs5CfgAYolUwCaA 2025/09/16 02:20:08 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/16 02:20:09 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/16 02:20:10 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "APYqKD1V2dlL04VDWUSpiggdd1eXUnUo7WuFWrE56cWZIaiutveZW0i3aF4svo6bBdFEu1eOYffO6iBlp7e-iZQ0MDJWiOd-63U4zH_2i3ZJkr_WNsATjF-zdn5iCAtSSHXdlFyHgdLfLix-oJsXWjPizpW13HDTrLAuzYLELqIrL_P1_-yLG2wNfjShtoyvirVS8xU8QXE5G7giPy2b0afmBdIUDx5xya6VbBw_SLokW6khG989L_2-avY8GfpqKfSpyxMPk-5gGzOLsSBYV-Ss5EoLoKJPABlg36qRafDzwKNfkByvS9r4OiLrVz8bGTJLGfntvs5CfgAYolUwCaA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/09/16 02:20:11 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AHVoSD1MrwRWrY_hzzWQdDt9XlB73PL7wXSeckh3guH8VReQqz-Csvsw7RYorlRygQqKpVPFhsyM02HZZjyUVlLyng_GGmMojoe2m-2rtRF8vzmE8-3pON6jLNPDuMQoexLlMlvtMcCRAyigk1gQvZrlUNndNZNchMIudGdw5jfzFiyJ7pl7yLKcyAQvwiwrNyRpP8oQ48JjAxT_G8uB5sqxCe26xC8aiKtGdpk8BuJQTBmP4oxK4wspDBm9WtqKMzds8PWhMIIeFAtbBclD_kdK6tM0CqvZEshuXqyjRgaEVsn3gT5iNsPRkmQVvHjF5H-PDAhjKNktQpbiQNFOaGg 2025/09/16 02:20:12 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/09/16 02:20:12 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/09/16 02:20:12 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/09/16 02:20:12 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/16 02:20:13 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/16 02:20:14 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/16 02:20:15 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AHVoSD1MrwRWrY_hzzWQdDt9XlB73PL7wXSeckh3guH8VReQqz-Csvsw7RYorlRygQqKpVPFhsyM02HZZjyUVlLyng_GGmMojoe2m-2rtRF8vzmE8-3pON6jLNPDuMQoexLlMlvtMcCRAyigk1gQvZrlUNndNZNchMIudGdw5jfzFiyJ7pl7yLKcyAQvwiwrNyRpP8oQ48JjAxT_G8uB5sqxCe26xC8aiKtGdpk8BuJQTBmP4oxK4wspDBm9WtqKMzds8PWhMIIeFAtbBclD_kdK6tM0CqvZEshuXqyjRgaEVsn3gT5iNsPRkmQVvHjF5H-PDAhjKNktQpbiQNFOaGg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/09/16 02:20:17 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AIYlHNl2AzKxgfFx1jqngl1a0V_oHBFbyXB8ha2PjobOgtyqmm8juVa67_7T8AdGJc5zDpnfzHkPVdVhjcwDL6ecxvznpkhIhfcxrbE5cjbvl5jYthOihaBgm5iNSO_1ipnb5Dl4lONy3aemnusLi9uIGDznPH98JHpJiVoUYdE2utTZUa0RZuIlJ_NDGoMWzMPknhCSU-KiwdbT6WQhqNyCBR_m3m2h1XLxW2avs1LIc_CLPGKSnd4c78Xr9g9PblLp-8EmNeH4ifz7nHseaWrTriigQSYIdQpFyopTsjZxTR6xSnQat0J4YYHiZnVRLbx7rm5UsWcFecfi8DKFHTM 2025/09/16 02:20:17 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/16 02:20:17 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/09/16 02:20:17 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/09/16 02:20:18 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/16 02:20:18 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/16 02:20:18 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/16 02:20:19 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AIYlHNl2AzKxgfFx1jqngl1a0V_oHBFbyXB8ha2PjobOgtyqmm8juVa67_7T8AdGJc5zDpnfzHkPVdVhjcwDL6ecxvznpkhIhfcxrbE5cjbvl5jYthOihaBgm5iNSO_1ipnb5Dl4lONy3aemnusLi9uIGDznPH98JHpJiVoUYdE2utTZUa0RZuIlJ_NDGoMWzMPknhCSU-KiwdbT6WQhqNyCBR_m3m2h1XLxW2avs1LIc_CLPGKSnd4c78Xr9g9PblLp-8EmNeH4ifz7nHseaWrTriigQSYIdQpFyopTsjZxTR6xSnQat0J4YYHiZnVRLbx7rm5UsWcFecfi8DKFHTM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/09/16 02:20:22 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ACBamTqP9_hNBj0FEOMZNy6FUExXs0dnfFdl7yJlCL-Qaxd7hP8jPNNt3COXv50mEhMQA6PM7JnBPI2w8e3fa9QZRDIE4emkNfMU34_sGnQ9tACJxc29BM4okbUtk7NHQsph4GEGfEt412Uc_EONMDQRKQGzh-MB1WMCbphFLNE1emSKQiPIapTqXpXq8Pely9Lrvw55-EQl8N9_-PFXzhg6I0bYYX6x2bmKbTLAzg2RhphcLWJXWexrk22PgYLVITNj6XjSV2jC2H1XsRCyXorEHkbE5JBF8SDubBN9r1EQDRp7fzoHXUJT16vSVIxFq-cnx59G7nSkQs_ik9786j8 2025/09/16 02:20:22 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/09/16 02:20:25 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/09/16 02:20:25 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "ACBamTqP9_hNBj0FEOMZNy6FUExXs0dnfFdl7yJlCL-Qaxd7hP8jPNNt3COXv50mEhMQA6PM7JnBPI2w8e3fa9QZRDIE4emkNfMU34_sGnQ9tACJxc29BM4okbUtk7NHQsph4GEGfEt412Uc_EONMDQRKQGzh-MB1WMCbphFLNE1emSKQiPIapTqXpXq8Pely9Lrvw55-EQl8N9_-PFXzhg6I0bYYX6x2bmKbTLAzg2RhphcLWJXWexrk22PgYLVITNj6XjSV2jC2H1XsRCyXorEHkbE5JBF8SDubBN9r1EQDRp7fzoHXUJT16vSVIxFq-cnx59G7nSkQs_ik9786j8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/09/16 02:20:28 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AOPNWYTOldtzVVuVYq531MNPFZnTeAGKLirsJnVsBrevzAg2wW_bhEbPO5T4VsL-K54tuTRC5ecJ0XvM0-pfy9L47TqfYXTNcQwWMUfWiLPrm3FQ_O6BTZ5r6_3hHeyMh-ThGLjOBksocpLWeJdz4mLK86QZoNABdc1nIQl1Vl8SpWcGHDmabpn2RF1W7YVBGZUJQiIvq9mJ_cFJxHs1l7GOUjPXrfN1rOuC05-3vufWxitPedRtI7kEp25v93lgLHmkqeMu7y8SYryPODr21ZUUoHmtD3j9HSGTXLIbH9EpLjOR1m8ZIywqan5LRL_r6kCYEJJRT9JlC4p_Ar9OS9s 2025/09/16 02:20:28 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/09/16 02:20:29 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/16 02:20:29 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AOPNWYTOldtzVVuVYq531MNPFZnTeAGKLirsJnVsBrevzAg2wW_bhEbPO5T4VsL-K54tuTRC5ecJ0XvM0-pfy9L47TqfYXTNcQwWMUfWiLPrm3FQ_O6BTZ5r6_3hHeyMh-ThGLjOBksocpLWeJdz4mLK86QZoNABdc1nIQl1Vl8SpWcGHDmabpn2RF1W7YVBGZUJQiIvq9mJ_cFJxHs1l7GOUjPXrfN1rOuC05-3vufWxitPedRtI7kEp25v93lgLHmkqeMu7y8SYryPODr21ZUUoHmtD3j9HSGTXLIbH9EpLjOR1m8ZIywqan5LRL_r6kCYEJJRT9JlC4p_Ar9OS9s" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/09/16 02:20:30 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AJo-kmhEJ3H_7uhOhRiKHzOwzJbtxJj6ztE_qM5mV6F4wT0O0jhA87mtRTCm7PLYJrei8ZEap15AhrJEK4svyOTLkKLbCB2csGaXwpb-g87mNs8h6oQ-37B7bzuKcPNQGanN5ZgUxCVW5qNo96GrnvR5NExt-4Tw8QhEl57-RvsqQ8DDFN6jKRpAetaiVIewTsFUG77oNiGn_7sK4TGyfC41fESYfyeJdEK0zg1n_SCfGoUfzF01tx0EOpLoMmOTYPhG6FLEkmZyo6Q0C4fogE-P79TONRhcFJ1CPKVWQMwXQn_Sp3KGFJMv-7JtekJld5TOXrQkZpHfOv4wH-fFmD8 2025/09/16 02:20:31 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/16 02:20:32 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/16 02:20:32 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AJo-kmhEJ3H_7uhOhRiKHzOwzJbtxJj6ztE_qM5mV6F4wT0O0jhA87mtRTCm7PLYJrei8ZEap15AhrJEK4svyOTLkKLbCB2csGaXwpb-g87mNs8h6oQ-37B7bzuKcPNQGanN5ZgUxCVW5qNo96GrnvR5NExt-4Tw8QhEl57-RvsqQ8DDFN6jKRpAetaiVIewTsFUG77oNiGn_7sK4TGyfC41fESYfyeJdEK0zg1n_SCfGoUfzF01tx0EOpLoMmOTYPhG6FLEkmZyo6Q0C4fogE-P79TONRhcFJ1CPKVWQMwXQn_Sp3KGFJMv-7JtekJld5TOXrQkZpHfOv4wH-fFmD8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/09/16 02:20:33 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AH2baHxs1bsNYBvunz-FYUa6JfoteNxBE6Lp5bWOgkYrmm9nUzbLNIp4KS65ZKe3enotvqqxOPZSPpwhrAZe7I7g9W_8DMHsayju-BSkqN-vTZlPbhWHCVDLQIqoSQqwWzs_AtcxusxvYa3aI7fIAtuDZLiXO0gumjr5vFjHNuz_8h1XWjKM1xboJI8GCslmsijJ2nujTkhoycOYatiaXaQqwKxhDhn1NZYUAJ5nQQKil4YwJ2yWoLOYJMZqD23Udapt6-XybR5EVmbhNPU4tJ46xSl0B0ZKFoWIvgOYwsFHQTuGk64eUTWcIugLC3YNNzkuBiuYWKSZTztkT4roGTU 2025/09/16 02:20:33 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/09/16 02:20:34 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/09/16 02:20:34 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/09/16 02:20:34 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/16 02:20:34 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/16 02:20:35 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/16 02:20:35 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AH2baHxs1bsNYBvunz-FYUa6JfoteNxBE6Lp5bWOgkYrmm9nUzbLNIp4KS65ZKe3enotvqqxOPZSPpwhrAZe7I7g9W_8DMHsayju-BSkqN-vTZlPbhWHCVDLQIqoSQqwWzs_AtcxusxvYa3aI7fIAtuDZLiXO0gumjr5vFjHNuz_8h1XWjKM1xboJI8GCslmsijJ2nujTkhoycOYatiaXaQqwKxhDhn1NZYUAJ5nQQKil4YwJ2yWoLOYJMZqD23Udapt6-XybR5EVmbhNPU4tJ46xSl0B0ZKFoWIvgOYwsFHQTuGk64eUTWcIugLC3YNNzkuBiuYWKSZTztkT4roGTU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/09/16 02:20:36 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: ACDPJhBx5z4K1Wqw3dj9aCPoS9a3gPgMciWS7-vMHJc3tm-iJoLd4d0dvOveFg_bw1CnIkitfTjSt8xLHSsGJdnETedelb2az6OIOnDRBuZbBVQCIwxPaBzY2NYFPB5c_FPpbzeaYCtB5L1DnSEJ4TeY1Zq7oKyj9zXneef5ft8MU_QvHNRwTLTijryrdNB7JSaS4FeFFTOZmiRTC8ioMPNoedL9lVaMisn2cIvk8Fdbded-w-CpX1Lu3BoyP3u0-wpw438Wpuq8UTQXK74hT3eOg3Q8JrVuA9WMqc99iesu0Nl1O3x-73qKWkqwxk6UgmgulwJsqD3oOwzaJHZVmY4 2025/09/16 02:20:37 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/16 02:20:37 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/09/16 02:20:37 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/09/16 02:20:37 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/16 02:20:38 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/16 02:20:40 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/16 02:20:40 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "ACDPJhBx5z4K1Wqw3dj9aCPoS9a3gPgMciWS7-vMHJc3tm-iJoLd4d0dvOveFg_bw1CnIkitfTjSt8xLHSsGJdnETedelb2az6OIOnDRBuZbBVQCIwxPaBzY2NYFPB5c_FPpbzeaYCtB5L1DnSEJ4TeY1Zq7oKyj9zXneef5ft8MU_QvHNRwTLTijryrdNB7JSaS4FeFFTOZmiRTC8ioMPNoedL9lVaMisn2cIvk8Fdbded-w-CpX1Lu3BoyP3u0-wpw438Wpuq8UTQXK74hT3eOg3Q8JrVuA9WMqc99iesu0Nl1O3x-73qKWkqwxk6UgmgulwJsqD3oOwzaJHZVmY4" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/09/16 02:20:44 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/09/16 02:20:48 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/09/16 02:20:53 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/09/16 02:20:57 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/09/16 02:21:01 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/09/16 02:21:04 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AD-7H4jO1vRxZ3zIgAHtyPgf4WN34DqSmT1C9o5PcRfLOGENo2YTC5myNYLx_j1-6jt1NPwWzBPsqSRwvWd9MbApqgJ0Iu-LbLLSj0w28zCr_dnQ5UMtDBSZ3Y5cekwzU73mDrdCBS45mBYaNOBbJzWx1MjI_2eMdVVKTncy5tQgZsq1eH5JC7rV5saMfVJlSIZvgrkZCRkbcwdmey4OPisW6UXrJQk2NLNqrFsI4dfIvELa1pmDSJz2a5YETHvwOT3VzkjAdbClp7N6DigKzXLbRbKQ-EbeLkXHvP4WdXazIgwxKTDH0Z0NUP8JBn4XvJ4ZxBrO9J9WzJoUcd04cO4 2025/09/16 02:21:04 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/16 02:21:05 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "014d91abc975501bed930e3769146827" 2025/09/16 02:21:05 DEBUG : unknown-size-put.txt: multipart upload "AD-7H4jO1vRxZ3zIgAHtyPgf4WN34DqSmT1C9o5PcRfLOGENo2YTC5myNYLx_j1-6jt1NPwWzBPsqSRwvWd9MbApqgJ0Iu-LbLLSj0w28zCr_dnQ5UMtDBSZ3Y5cekwzU73mDrdCBS45mBYaNOBbJzWx1MjI_2eMdVVKTncy5tQgZsq1eH5JC7rV5saMfVJlSIZvgrkZCRkbcwdmey4OPisW6UXrJQk2NLNqrFsI4dfIvELa1pmDSJz2a5YETHvwOT3VzkjAdbClp7N6DigKzXLbRbKQ-EbeLkXHvP4WdXazIgwxKTDH0Z0NUP8JBn4XvJ4ZxBrO9J9WzJoUcd04cO4" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/09/16 02:21:06 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AF_XwDzUfsM6ewrW39KL6gQEJGvnCDdc9feaJsyqY1Y-JiuveHN15UOtYbcA-b3rCDBoySPPm5tYX_s5NM_En3BpcG_XWdacGryJvum62_-VaptgwcPaQ9VEEVu_9Ul53n9Omzs1h-4btaa8gOjjFmGBY_WPzvZxEifbCaVm-NalXwsqWnWlxmmNvjoOuQ9x8i65vuv-2qunep5aLJ6IIvQUle_w7S3_ZuT4WBlcfaKG3ptviesg017luoxuFo-tvDQxHeTNbxKomTFq6_GuhbW-h3XIlOJPtyxqrz4hA8qUSLUQ1SqMUS9iVY2gb0ZPp_EyoXGs6xdvWcBaOcOZV3o 2025/09/16 02:21:06 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/09/16 02:21:06 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "a397dadeae82a59f9a1dfdbb00a8530a" 2025/09/16 02:21:06 DEBUG : unknown-size-update.txt: multipart upload "AF_XwDzUfsM6ewrW39KL6gQEJGvnCDdc9feaJsyqY1Y-JiuveHN15UOtYbcA-b3rCDBoySPPm5tYX_s5NM_En3BpcG_XWdacGryJvum62_-VaptgwcPaQ9VEEVu_9Ul53n9Omzs1h-4btaa8gOjjFmGBY_WPzvZxEifbCaVm-NalXwsqWnWlxmmNvjoOuQ9x8i65vuv-2qunep5aLJ6IIvQUle_w7S3_ZuT4WBlcfaKG3ptviesg017luoxuFo-tvDQxHeTNbxKomTFq6_GuhbW-h3XIlOJPtyxqrz4hA8qUSLUQ1SqMUS9iVY2gb0ZPp_EyoXGs6xdvWcBaOcOZV3o" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/09/16 02:21:07 DEBUG : Creating backend with remote "TestS3R2:rclone-test-cimaros9roye/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2625: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2717: Can't test if can't have empty directories 2025/09/16 02:21:07 DEBUG : Waiting for deletions to finish 2025/09/16 02:21:07 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/09/16 02:21:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/09/16 02:21:07 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/09/16 02:21:08 INFO : S3 bucket rclone-test-cimaros9roye: Bucket "rclone-test-cimaros9roye" deleted 2025/09/16 02:21:08 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (179.27s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.35s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.21s) --- PASS: TestIntegration/FsMkdir (176.71s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.31s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.11s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.07s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding (15.55s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.91s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.73s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.73s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.75s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.93s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.99s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.75s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.73s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.73s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.47s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (2.33s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (27.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.70s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (3.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.66s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (1.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (1.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (4.95s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.24s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.39s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (1.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.80s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.74s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.21s) --- 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.39s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (104.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (13.53s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (3.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (2.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (5.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (2.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (4.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (13.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (3.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (6.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (15.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (4.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (5.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (3.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (5.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (3.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (18.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (4.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (3.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (6.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (2.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (7.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (4.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (20.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (4.24s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (6.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (4.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (9.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (3.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (21.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (7.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (5.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (5.11s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (2.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (9.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (6.03s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (21.95s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (4.13s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (4.55s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (4.00s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (3.97s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (5.29s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.38s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.12s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.26s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.27s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 s3_test.go:44: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2025/09/16 02:21:08 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/09/16 02:21:08 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 179.323s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 3m1.213629578s (try 1/5)