"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/11/12 01:50:15 DEBUG : Creating backend with remote "TestS3R2:rclone-test-qixehul6rawo" 2025/11/12 01:50:15 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/11/12 01:50:17 INFO : S3 bucket rclone-test-qixehul6rawo: Bucket "rclone-test-qixehul6rawo" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/11/12 01:50:18 INFO : S3 bucket rclone-test-qixehul6rawo: Bucket "rclone-test-qixehul6rawo" deleted === RUN TestIntegration/FsMkdir 2025/11/12 01:50:19 INFO : S3 bucket rclone-test-qixehul6rawo: Bucket "rclone-test-qixehul6rawo" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/11/12 01:50:19 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/11/12 01:50:19 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/11/12 01:50:19 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/11/12 01:50:45 NOTICE: S3 bucket rclone-test-qixehul6rawo: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/11/12 01:50:46 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AOCSlgbMaqqXIK6ZNuIzX5UKfbLAhy83JnyNLVc7mk0c25bD0u6SHqgLGGu2wJ-3fvi3dYHReUl4ZMmf17WYj-VUgm4tYR4PNo-BAnuS1ZfLEnOQyEP8H1hNHyyYouX7MDl4N4ONMAurKMFM1q82z8WxTCCG9a3TkmMs-TXg1GhhVIP36jnzE6grb7P8r18GJB01tHn2GvjlmctikFbwiqHy3-xhhgRf_z-Z2RwLBhA6TW_f7y-61lpu4dvMSA0tbDXXFIjWBjAGwx9gl1OL8-p2gu3GCNTs25euAmLsiWqaluLbyXlClteTDb9L0h41Dord6PZpPXgUoLnPTlRPgk8 2025/11/12 01:50:46 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "ff519998bdc27e20086322ac7c777bfc" 2025/11/12 01:50:47 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "ff02a828a2e34cacac2b652b850c5224" 2025/11/12 01:50:47 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "99de1b74c20d68cf0b9b01df9dcf95a2" 2025/11/12 01:50:48 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AOCSlgbMaqqXIK6ZNuIzX5UKfbLAhy83JnyNLVc7mk0c25bD0u6SHqgLGGu2wJ-3fvi3dYHReUl4ZMmf17WYj-VUgm4tYR4PNo-BAnuS1ZfLEnOQyEP8H1hNHyyYouX7MDl4N4ONMAurKMFM1q82z8WxTCCG9a3TkmMs-TXg1GhhVIP36jnzE6grb7P8r18GJB01tHn2GvjlmctikFbwiqHy3-xhhgRf_z-Z2RwLBhA6TW_f7y-61lpu4dvMSA0tbDXXFIjWBjAGwx9gl1OL8-p2gu3GCNTs25euAmLsiWqaluLbyXlClteTDb9L0h41Dord6PZpPXgUoLnPTlRPgk8" 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/11/12 01:50:52 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/11/12 01:50:52 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/11/12 01:50:55 DEBUG : S3 bucket rclone-test-qixehul6rawo: bucket is versioned: false 2025/11/12 01:50:55 DEBUG : Waiting for deletions to finish 2025/11/12 01:50:55 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/11/12 01:50:55 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/11/12 01:50:55 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/11/12 01:50:57 DEBUG : Creating backend with remote "TestS3R2:rclone-test-qixehul6rawo/dirToPurgeFromRoot" 2025/11/12 01:50:57 DEBUG : S3 bucket rclone-test-qixehul6rawo path dirToPurgeFromRoot: bucket is versioned: false 2025/11/12 01:50:57 DEBUG : Waiting for deletions to finish 2025/11/12 01:50:57 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/11/12 01:50:57 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/11/12 01:50:58 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/11/12 01:50:58 DEBUG : Creating backend with remote "TestS3R2:rclone-test-qixehul6rawo/hello? sausage/êé" 2025/11/12 01:51:00 DEBUG : S3 bucket rclone-test-qixehul6rawo path hello? sausage/êé: bucket is versioned: false 2025/11/12 01:51:00 DEBUG : Waiting for deletions to finish 2025/11/12 01:51:00 DEBUG : "a/b/c/d/e.txt" version false 2025/11/12 01:51:00 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/11/12 01:51:00 INFO : a/b/c/d/e.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go: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/11/12 01:51:10 DEBUG : Creating backend with remote "TestS3R2:rclone-test-qixehul6rawo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/11/12 01:51:11 DEBUG : Creating backend with remote "TestS3R2:rclone-test-qixehul6rawo/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-qixehul6rawo" from "TestS3R2:rclone-test-qixehul6rawo" 2025/11/12 01:51:11 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2052: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go: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/11/12 01:51:18 DEBUG : piped data.txt: open chunk writer: started multipart upload: AJao7pxRpM5ktDiykxQYMmHIKf3XR79vNsDKa40ydRJr6qWcQ8ZZIQWJHPmksyA0zD2Tyyc7cqkPKxDplTxVHSZANAbZKvELErfp6DtUTpsTNkvBacErufGFvvSYk-wkhw90HKI-zqq3pdwNeEw8n_MK7cpCnc9LWeZZe1SF_AK0RZu9_Nz5A08EKhUFaVeFPja8q_SMiuNR0iOmQsXblL2KDmlS2yKr381wNvXMyO6TimvbQeoCYN0oMt7C-nTQ50JxtnOVCebEJI-toY3QfjRYvCZRLKaqgE5_XJsdOceTFPZhlOUJIigKZhwvutUV7P7UBMFWm1NbDGGHjA2PGcE 2025/11/12 01:51:18 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/11/12 01:51:19 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/11/12 01:51:19 DEBUG : piped data.txt: multipart upload "AJao7pxRpM5ktDiykxQYMmHIKf3XR79vNsDKa40ydRJr6qWcQ8ZZIQWJHPmksyA0zD2Tyyc7cqkPKxDplTxVHSZANAbZKvELErfp6DtUTpsTNkvBacErufGFvvSYk-wkhw90HKI-zqq3pdwNeEw8n_MK7cpCnc9LWeZZe1SF_AK0RZu9_Nz5A08EKhUFaVeFPja8q_SMiuNR0iOmQsXblL2KDmlS2yKr381wNvXMyO6TimvbQeoCYN0oMt7C-nTQ50JxtnOVCebEJI-toY3QfjRYvCZRLKaqgE5_XJsdOceTFPZhlOUJIigKZhwvutUV7P7UBMFWm1NbDGGHjA2PGcE" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/11/12 01:51:20 DEBUG : piped data.txt: open chunk writer: started multipart upload: AH22QnfCOFznEBp7OjXP3DJ3lj-S8tivldg-CspXuravTD5_-E7FEH8WIWLaY0TXQHbKLqtU3SI3bcvaGuDo2g1TDS7hEYg6vMi8vEucUafvMJL_4ebRVjYITd1CADwYeS0-9ayFJnewcE9aqpmmi5eJ2rH-TQWp_ILTwmw209mdl4M9Ca0WYWeXPlwGG7Qk8KUidxCUCCYevedvNtXIOVyXxjHSsO3G2qy5b7f-tl9psB4VulNCzeo6ZhKMRNCFpVsdu94XYwcLwkpdUPKD4dk50ARM2MrjkCSwKkYCpwX7ME4jTyHi_8WWPFI1nGi9eiZKl6odSYh0Dc6RxnRvXqU 2025/11/12 01:51:20 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/11/12 01:51:20 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "79bc7641ea48c93ecfda72f76fc402af" 2025/11/12 01:51:21 DEBUG : piped data.txt: multipart upload "AH22QnfCOFznEBp7OjXP3DJ3lj-S8tivldg-CspXuravTD5_-E7FEH8WIWLaY0TXQHbKLqtU3SI3bcvaGuDo2g1TDS7hEYg6vMi8vEucUafvMJL_4ebRVjYITd1CADwYeS0-9ayFJnewcE9aqpmmi5eJ2rH-TQWp_ILTwmw209mdl4M9Ca0WYWeXPlwGG7Qk8KUidxCUCCYevedvNtXIOVyXxjHSsO3G2qy5b7f-tl9psB4VulNCzeo6ZhKMRNCFpVsdu94XYwcLwkpdUPKD4dk50ARM2MrjkCSwKkYCpwX7ME4jTyHi_8WWPFI1nGi9eiZKl6odSYh0Dc6RxnRvXqU" 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/11/12 01:51:22 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/11/12 01:51:25 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AHm0eXB69MOa0XYbg98zK7RV-rKruyTkwWUxuA3ducpNkVf5JPESbVB2KY_yqNwrRtCc5ezvUJuxSyWpUxGqZV5ab0gbOAvHH9sVDCKzgC0VKQw2ORS0z1FVM86VKxgE6NSbXoh7hElLSPE01tCuJuViU8vVoZWzBeS-I2xlJG710DG3EBbQN_-lJjnt4oaGaP2ikDBmFTEYilwNVvXhinOGSVgHG4qvjmzfiSf23sptYw3g0km0eorhb-7UnvCWU2sOTn3fQ1vFV4c-EdO4VOWyM6d7c1k1XQvIG2yDDdZXHJQsSpUMybQ4XQv6HE2L8BwqYgQucXLsxdYFmu1M0sk 2025/11/12 01:51:25 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/11/12 01:51:26 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/11/12 01:51:26 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AHm0eXB69MOa0XYbg98zK7RV-rKruyTkwWUxuA3ducpNkVf5JPESbVB2KY_yqNwrRtCc5ezvUJuxSyWpUxGqZV5ab0gbOAvHH9sVDCKzgC0VKQw2ORS0z1FVM86VKxgE6NSbXoh7hElLSPE01tCuJuViU8vVoZWzBeS-I2xlJG710DG3EBbQN_-lJjnt4oaGaP2ikDBmFTEYilwNVvXhinOGSVgHG4qvjmzfiSf23sptYw3g0km0eorhb-7UnvCWU2sOTn3fQ1vFV4c-EdO4VOWyM6d7c1k1XQvIG2yDDdZXHJQsSpUMybQ4XQv6HE2L8BwqYgQucXLsxdYFmu1M0sk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/11/12 01:51:27 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: ACDTJ31QFpwNgw6PrHHdqvLzPAzP4elCdFYDbwHLGb_49cznnODTVfMac2FIOEgzQVYamfs2OaYIngDkY2Itf_9wy1nr0K5soddAuUCNX1A9oykvaVuc_-HtI7fkjNS0csnufLI4QwOQa02lqHQSSGW5iLMWQ-hgcxFuATyFyxj-V45cc3E9FIqQQFnGozUDu5eEg2mPqhXspLkPKhFl8vvl5DskF5ANVjURXInwG50UTkTU5tU3yoM8p2eg0tpkF872AqGo43yL8Dd5N7wEjD6gf4ddVq0mAQKFJFGuE38KaMljCkqZoezqOmER5_kdegJoaW7rIaaosi1_Q4eFdTI 2025/11/12 01:51:28 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/11/12 01:51:28 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/12 01:51:29 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "ACDTJ31QFpwNgw6PrHHdqvLzPAzP4elCdFYDbwHLGb_49cznnODTVfMac2FIOEgzQVYamfs2OaYIngDkY2Itf_9wy1nr0K5soddAuUCNX1A9oykvaVuc_-HtI7fkjNS0csnufLI4QwOQa02lqHQSSGW5iLMWQ-hgcxFuATyFyxj-V45cc3E9FIqQQFnGozUDu5eEg2mPqhXspLkPKhFl8vvl5DskF5ANVjURXInwG50UTkTU5tU3yoM8p2eg0tpkF872AqGo43yL8Dd5N7wEjD6gf4ddVq0mAQKFJFGuE38KaMljCkqZoezqOmER5_kdegJoaW7rIaaosi1_Q4eFdTI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/11/12 01:51:30 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AKAQ-Y7oFTiv2Ir8lB1EQXvGmBTB6i4fmZgJKf4Sq95voXoP02DlBBQJCCGrkWg30_n4AbXUEuWUXUwNbRxWfr_6NBrmWZpRNAFT5r8KglIIeAaVtdw9aIB-TjakS7_rAmOa5wglxav-sxO3BchxnjQJy9t_yd0DaXXWRfJa4BP0CNGg0aOx67y0u_p_wyptoreSessxoJYBmaIK7-5dQs_X3MO1PIBdCy8FspWgyDKmoT5O8XMYonRjgiLcoVVnM0EkFo50dxNA-N5scLARrAvRH_AWmN8tmgq2eoFfT2H8CSI6WYM9_V2vS5br_HrAQxxZBT4NeMh2U_J7pibCpR0 2025/11/12 01:51:30 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/11/12 01:51:30 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/12 01:51:31 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AKAQ-Y7oFTiv2Ir8lB1EQXvGmBTB6i4fmZgJKf4Sq95voXoP02DlBBQJCCGrkWg30_n4AbXUEuWUXUwNbRxWfr_6NBrmWZpRNAFT5r8KglIIeAaVtdw9aIB-TjakS7_rAmOa5wglxav-sxO3BchxnjQJy9t_yd0DaXXWRfJa4BP0CNGg0aOx67y0u_p_wyptoreSessxoJYBmaIK7-5dQs_X3MO1PIBdCy8FspWgyDKmoT5O8XMYonRjgiLcoVVnM0EkFo50dxNA-N5scLARrAvRH_AWmN8tmgq2eoFfT2H8CSI6WYM9_V2vS5br_HrAQxxZBT4NeMh2U_J7pibCpR0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/11/12 01:51:32 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ADTBW2cUmX53vKFfMgDgN4DBJu5BM8rTnNspJdfSpjC25ebXj9mv8Qeu6VbQqBBJrANtKtMFTZuAB-fIcz7T31vT4-HLdC7octl2kEaABU_93Ev83nlxvcHYKaSQGmq-vNP6kB76T17wbT41IW9bCczPCtjgBduhLRWY5k2-X7O8D43sVS7UuuLLx3xkWSB-u5URYhzeayZS1ZtX4sLt5FSo2No8sQ5r6XwS76WQkQ1JlcxogEziRpZQ32nEF069gZ4zDPLJIL3nU75O7gQaVZeP34TtSUNq67qM0fDuIyiEAHdKFT9te4pvCXlNgVwXnnSZTUj6e3iz6Np-F_d0qtM 2025/11/12 01:51:32 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/11/12 01:51:32 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/11/12 01:51:32 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/11/12 01:51:33 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/11/12 01:51:33 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/11/12 01:51:33 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/12 01:51:33 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ADTBW2cUmX53vKFfMgDgN4DBJu5BM8rTnNspJdfSpjC25ebXj9mv8Qeu6VbQqBBJrANtKtMFTZuAB-fIcz7T31vT4-HLdC7octl2kEaABU_93Ev83nlxvcHYKaSQGmq-vNP6kB76T17wbT41IW9bCczPCtjgBduhLRWY5k2-X7O8D43sVS7UuuLLx3xkWSB-u5URYhzeayZS1ZtX4sLt5FSo2No8sQ5r6XwS76WQkQ1JlcxogEziRpZQ32nEF069gZ4zDPLJIL3nU75O7gQaVZeP34TtSUNq67qM0fDuIyiEAHdKFT9te4pvCXlNgVwXnnSZTUj6e3iz6Np-F_d0qtM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/11/12 01:51:35 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AAcnMBu8i8OD-vQAQwloOAfZqGiYrHHVoZLomc6uUcjlM2QxV2sIr-apz7Zdzm-61635TPmY6CpYwn2SfwslC5HTNTd6jjq6nOBh3TYICl3a4EuHMQXWL0gB4AAECViIyjCTAm-1qwxsGCYd75yMNUvZA_T8BCQ_mMiHL6tckqNJbFMIT_fzwAvk_KE9Y02OfDa5Tpr_aiAROXNI7mgswQKif3lNsQjj2lY_3BvqHf3aQFj3rHJ0AbqJXR74akOtkc-BYj_r4ZrihpVvz-9ujuxX2a1dorY6D4kYagm3wTA7IDjWMOyK-jf334ghTsv0z_S-TUO-ojjy-wzDJE_vp60 2025/11/12 01:51:35 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/11/12 01:51:35 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/11/12 01:51:35 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/11/12 01:51:35 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/11/12 01:51:36 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/12 01:51:36 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/11/12 01:51:36 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AAcnMBu8i8OD-vQAQwloOAfZqGiYrHHVoZLomc6uUcjlM2QxV2sIr-apz7Zdzm-61635TPmY6CpYwn2SfwslC5HTNTd6jjq6nOBh3TYICl3a4EuHMQXWL0gB4AAECViIyjCTAm-1qwxsGCYd75yMNUvZA_T8BCQ_mMiHL6tckqNJbFMIT_fzwAvk_KE9Y02OfDa5Tpr_aiAROXNI7mgswQKif3lNsQjj2lY_3BvqHf3aQFj3rHJ0AbqJXR74akOtkc-BYj_r4ZrihpVvz-9ujuxX2a1dorY6D4kYagm3wTA7IDjWMOyK-jf334ghTsv0z_S-TUO-ojjy-wzDJE_vp60" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/11/12 01:51:39 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AOcdFdCuZZDWQjwTTnvNlVjJEIwP1WctDokVWsbvNLvBTr-oi_QGGyjstsHahJ1Nz1tW6pYvI8yJU90K_EyuZI4bxmTfF_a9AY5HbDLTXilgGCwmt7d0FT854ODYpJhhRmahzCiGJwNyA-AVp5WoPbWhCocj9QMzO_bBDGPkSzfICaLVduCC5wGJffm6sVCG6Ees9L4gvu8_JS4O5ckutGhRW_MkfNFddcX0n1vIWAkCBCfAH-OEiZPgcosR_L-REpeHm6yvzZJKFVjQ4VwPiGLxbaHbmvEqLhQJyGFP6GW89n_4-4_kBjvPe1N-N2NKhoDCQszprTolZwCvUeeSqEU 2025/11/12 01:51:39 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/11/12 01:51:40 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/11/12 01:51:40 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AOcdFdCuZZDWQjwTTnvNlVjJEIwP1WctDokVWsbvNLvBTr-oi_QGGyjstsHahJ1Nz1tW6pYvI8yJU90K_EyuZI4bxmTfF_a9AY5HbDLTXilgGCwmt7d0FT854ODYpJhhRmahzCiGJwNyA-AVp5WoPbWhCocj9QMzO_bBDGPkSzfICaLVduCC5wGJffm6sVCG6Ees9L4gvu8_JS4O5ckutGhRW_MkfNFddcX0n1vIWAkCBCfAH-OEiZPgcosR_L-REpeHm6yvzZJKFVjQ4VwPiGLxbaHbmvEqLhQJyGFP6GW89n_4-4_kBjvPe1N-N2NKhoDCQszprTolZwCvUeeSqEU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/11/12 01:51:41 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AHPoSVjaxZ8bnBBkMpENXCgL-tRArMcYQedl4sS43Ldpg-7ZYi5Jy5D1KftNHdRRsw8m7rDkjO6WXjQRX3SyTlVdhAUtCLXXQFqfrVk2MarcJYtUP7kjxuDaEBLsR_XkGzyPhf5KRDF3oyVzPkjhH4pskk6Gmag1x0vW8_w6-e1cJAK7Dmm8RVzCFOTOJ_Umk2cueifqCMEBsKgk0mePyX4dzafvJ1e8i8OqdMqtQKvCmBfjEnlKy-ZLL7B7FRQL3Pu2zMXGzAty7-nvUl-oJHClVDR3I_di6OGQG2SBpdcuh6InxRXkU9fKJRZ8hWYletMBeAzkfYwHDPZ3USWSzAg 2025/11/12 01:51:41 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/11/12 01:51:42 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/12 01:51:42 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AHPoSVjaxZ8bnBBkMpENXCgL-tRArMcYQedl4sS43Ldpg-7ZYi5Jy5D1KftNHdRRsw8m7rDkjO6WXjQRX3SyTlVdhAUtCLXXQFqfrVk2MarcJYtUP7kjxuDaEBLsR_XkGzyPhf5KRDF3oyVzPkjhH4pskk6Gmag1x0vW8_w6-e1cJAK7Dmm8RVzCFOTOJ_Umk2cueifqCMEBsKgk0mePyX4dzafvJ1e8i8OqdMqtQKvCmBfjEnlKy-ZLL7B7FRQL3Pu2zMXGzAty7-nvUl-oJHClVDR3I_di6OGQG2SBpdcuh6InxRXkU9fKJRZ8hWYletMBeAzkfYwHDPZ3USWSzAg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/11/12 01:51:43 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AA2uugap7dnow-c5c4hl0Hja39BnQrGJ9pem8bAmS3SG7fjYcknllE5gc-lsHMbCAqhlUuaJbdIl8SJQX-2fO_4LCaYmzPjzM6YMjXVQUmhIJBLR6-j8f0QMgiXGNCWNYtq63KPonIxPBstlizUCpvU0Cs7uCXk3-ITvvrvXQi7myZx8xWHACSh8hpvw_6XAuV3d1n9uIwV4bkQ6LCquZHEvj1P4hT4RHZ1qc9CeuCLxIwdHxo9x4uHmMxdUrVsSoAJJ96mpz4GHhi-YdsjXszirg7WQlaNUWrPNVFjg7OSTAXvMHoJ4BW8cbXtvBTdegJGOJQCpRwqQvEsALk3XbBE 2025/11/12 01:51:44 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/11/12 01:51:44 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/12 01:51:45 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AA2uugap7dnow-c5c4hl0Hja39BnQrGJ9pem8bAmS3SG7fjYcknllE5gc-lsHMbCAqhlUuaJbdIl8SJQX-2fO_4LCaYmzPjzM6YMjXVQUmhIJBLR6-j8f0QMgiXGNCWNYtq63KPonIxPBstlizUCpvU0Cs7uCXk3-ITvvrvXQi7myZx8xWHACSh8hpvw_6XAuV3d1n9uIwV4bkQ6LCquZHEvj1P4hT4RHZ1qc9CeuCLxIwdHxo9x4uHmMxdUrVsSoAJJ96mpz4GHhi-YdsjXszirg7WQlaNUWrPNVFjg7OSTAXvMHoJ4BW8cbXtvBTdegJGOJQCpRwqQvEsALk3XbBE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/11/12 01:51:46 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AACroOcO74j_fr_A9CLp77YR1_lpBCvaZXgRdExZbl-o3c-UiS9gRro7gk-34eDpzGAoKBJFgesXEJAtMuzjHj5MGeQaYcCYFAiw5yoP4EyoX-bLr1mV94eKZzOVb8vVb4I_VJXS8r4hs1WFO5v-YP9R3GKGmSfpZzytP65wT4ttKHRGOo3AKXd1YqLPT2UyFoC_QTBhEGIGTJCaLSHUVqQiNTJ3Pi8o9-JvL4r4HNm-v5WCUaz2fegMVV2K59Tm0DYbDnw6oPrs1AEtygkN_6Dp67_Jtd7UfzTVKYO1QtPc0ZpOdx5_kqRB2b3sflAHIXrhRi79De6CfAC8F_m9y0k 2025/11/12 01:51:46 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/11/12 01:51:46 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/11/12 01:51:46 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/11/12 01:51:46 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/12 01:51:47 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/11/12 01:51:47 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/11/12 01:51:48 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AACroOcO74j_fr_A9CLp77YR1_lpBCvaZXgRdExZbl-o3c-UiS9gRro7gk-34eDpzGAoKBJFgesXEJAtMuzjHj5MGeQaYcCYFAiw5yoP4EyoX-bLr1mV94eKZzOVb8vVb4I_VJXS8r4hs1WFO5v-YP9R3GKGmSfpZzytP65wT4ttKHRGOo3AKXd1YqLPT2UyFoC_QTBhEGIGTJCaLSHUVqQiNTJ3Pi8o9-JvL4r4HNm-v5WCUaz2fegMVV2K59Tm0DYbDnw6oPrs1AEtygkN_6Dp67_Jtd7UfzTVKYO1QtPc0ZpOdx5_kqRB2b3sflAHIXrhRi79De6CfAC8F_m9y0k" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/11/12 01:51:49 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ACshgX_rZPhqNopXrTnLrxoQcWSqcTdwMDprywGL8_y6gc8XAFaDfV5eHpHjnyxElmM08v4fGeY_RMkCXqMLC5n-3LfcJWBfKx_w_qlogwAxSm28V_N8VGj5eyc0PP0cdO41ZiRxo9888f4M5vfLDZzFekanhx5Sf4HMBQg2YMCicyqVPb2rYR3NkT_kCU_Np8AV6qVV2KdkB8ns151ZWmo09XFnMenpqW1D6KaG0cIhCOZ4W0LIk-086gF_8gSw-gVyfsiMkYzDGQE2iPAnU4fgNZeHDI69o7ZbdpDaCYuf5yE4KT4_aYleiQ4QJl5wASYXVvyCbbY1LGycVeZi7nY 2025/11/12 01:51:49 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/11/12 01:51:49 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/11/12 01:51:49 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/11/12 01:51:50 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/12 01:51:50 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/11/12 01:51:50 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/11/12 01:51:50 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ACshgX_rZPhqNopXrTnLrxoQcWSqcTdwMDprywGL8_y6gc8XAFaDfV5eHpHjnyxElmM08v4fGeY_RMkCXqMLC5n-3LfcJWBfKx_w_qlogwAxSm28V_N8VGj5eyc0PP0cdO41ZiRxo9888f4M5vfLDZzFekanhx5Sf4HMBQg2YMCicyqVPb2rYR3NkT_kCU_Np8AV6qVV2KdkB8ns151ZWmo09XFnMenpqW1D6KaG0cIhCOZ4W0LIk-086gF_8gSw-gVyfsiMkYzDGQE2iPAnU4fgNZeHDI69o7ZbdpDaCYuf5yE4KT4_aYleiQ4QJl5wASYXVvyCbbY1LGycVeZi7nY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/11/12 01:51:53 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AKh1Z_q6CbwwrKmklbeRmnH_GjRhWna0xf8PNd_toV6O0QjAna2v68qTHR0VMmQr9hA2msW5LXQ3kRTa9XVTC1LPFtq0K4BjhPO1HS45yg6_yRoJBS5a7jYmvwyzFURUVXhMAYMPfECtHnu0AI8y3KN7AMatsPDE61zcXEr2yQwoPsXu_hm8zgvrEU0ZhzPwazdMQrntt3jAO536CTdA4QC4nOiMSUX8Zad_Ghgw47fZFTDxBwyn1fXy3O4DNOQEw6o9seKxt-qxcwS8jbw3CgNlMGKYM911hPX3NwfQNm6movwZgm2iY_u75HQilKGdoYFOqVsMc0dc-LNDAMDdoxo 2025/11/12 01:51:53 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/11/12 01:51:54 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/11/12 01:51:54 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AKh1Z_q6CbwwrKmklbeRmnH_GjRhWna0xf8PNd_toV6O0QjAna2v68qTHR0VMmQr9hA2msW5LXQ3kRTa9XVTC1LPFtq0K4BjhPO1HS45yg6_yRoJBS5a7jYmvwyzFURUVXhMAYMPfECtHnu0AI8y3KN7AMatsPDE61zcXEr2yQwoPsXu_hm8zgvrEU0ZhzPwazdMQrntt3jAO536CTdA4QC4nOiMSUX8Zad_Ghgw47fZFTDxBwyn1fXy3O4DNOQEw6o9seKxt-qxcwS8jbw3CgNlMGKYM911hPX3NwfQNm6movwZgm2iY_u75HQilKGdoYFOqVsMc0dc-LNDAMDdoxo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/11/12 01:51:56 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AE0XiusCTzgIc3-DSEGxpn5K5iuQiPhtfdjY4DkX95QBpBDGNplnO1c1--KYSUMbSZB1aItbQ0adtfUtCewAMM77G0T9XkeRMnQUV5tWxDk30u-MhceUcFiQy_SzuLU5UAX5CVklWWCY9YIQDCqGOAzYGrh3wh8xpydN55bbQdnsglFOKpwd1MbXj9J4OKWowo_yRkjUDep_-evaKjiklbw7nDrLhi34AhbbfpRvmrTWjZ98mqnzNrRA521RC_-xBbISwwgAuv4wZcKlcJBSp10lSadzcWMgIJHmoalMhsRIxKSq1BxAanOBRX_5BXvGGGqUKSKLNgEGnxkBnEVE6XM 2025/11/12 01:51:56 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/11/12 01:51:56 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/12 01:51:57 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AE0XiusCTzgIc3-DSEGxpn5K5iuQiPhtfdjY4DkX95QBpBDGNplnO1c1--KYSUMbSZB1aItbQ0adtfUtCewAMM77G0T9XkeRMnQUV5tWxDk30u-MhceUcFiQy_SzuLU5UAX5CVklWWCY9YIQDCqGOAzYGrh3wh8xpydN55bbQdnsglFOKpwd1MbXj9J4OKWowo_yRkjUDep_-evaKjiklbw7nDrLhi34AhbbfpRvmrTWjZ98mqnzNrRA521RC_-xBbISwwgAuv4wZcKlcJBSp10lSadzcWMgIJHmoalMhsRIxKSq1BxAanOBRX_5BXvGGGqUKSKLNgEGnxkBnEVE6XM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/11/12 01:51:58 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ABpjxjArZau7ypQ1UxrHLy1GfVxzr1mJQe7MGhDfG1oUp07eWOP71PZu7IFwPBjxDihHYkd2DU_hI-Dk3TcdWFQYV_kDSMXwOThZEDW9sadxNjffyqd5f1AT8x6CcCjATgAPAx_DwITCn_GGW5eub7Czrn2IVI7Chwmo5hXHutzls6ZqvI8oGcFEfLla7xUXylR_wOE6pzJ9P_6crnne0qpPJF_6_cyRworiEdnRJT_UL7I3b26QK0Lh7mO9OtBn8vvsd6bc9IPxvK2XpM_dVXDQFGVn0i9meoIV8RbOmBhc-Y8hSpAQUnBADvv7GD4A88AgQmlGFGNS37aVcdF-oIU 2025/11/12 01:51:58 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/11/12 01:51:59 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/12 01:51:59 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ABpjxjArZau7ypQ1UxrHLy1GfVxzr1mJQe7MGhDfG1oUp07eWOP71PZu7IFwPBjxDihHYkd2DU_hI-Dk3TcdWFQYV_kDSMXwOThZEDW9sadxNjffyqd5f1AT8x6CcCjATgAPAx_DwITCn_GGW5eub7Czrn2IVI7Chwmo5hXHutzls6ZqvI8oGcFEfLla7xUXylR_wOE6pzJ9P_6crnne0qpPJF_6_cyRworiEdnRJT_UL7I3b26QK0Lh7mO9OtBn8vvsd6bc9IPxvK2XpM_dVXDQFGVn0i9meoIV8RbOmBhc-Y8hSpAQUnBADvv7GD4A88AgQmlGFGNS37aVcdF-oIU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/11/12 01:52:00 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AGouzAsfCvGQEQPkBhHsDIkLTlCS91tp-0wzKfxP7eYwWU0c_RYSrrfHhYXSa-lRPvEF9X0rEC04TI3CbJPHWStozMLri2FzrH_EmTnxpP53Ry3QI2fnKkx0rIJJ48eOz8-nRKH8AOrKX8R9of0h964tiKvrlvi211f8W5g0qFYIBRtfRgHUzlZzVOuwpHVbf0TvO4gVj5AWW1gCD6UKvNUat44XQt4iD2IGgg_z24dUbSA6A0QTh3CnT35tdPXoxjFkovj3260waHV04RBfDCxeIQ7GnvZhY5gH3ZCZ1La5YM7xaDPy8CndOEoXWgeoPHe_TJ9-EdUVqis12ce9ppw 2025/11/12 01:52:00 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/11/12 01:52:01 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/11/12 01:52:01 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/11/12 01:52:01 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/12 01:52:01 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/12 01:52:01 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/11/12 01:52:02 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AGouzAsfCvGQEQPkBhHsDIkLTlCS91tp-0wzKfxP7eYwWU0c_RYSrrfHhYXSa-lRPvEF9X0rEC04TI3CbJPHWStozMLri2FzrH_EmTnxpP53Ry3QI2fnKkx0rIJJ48eOz8-nRKH8AOrKX8R9of0h964tiKvrlvi211f8W5g0qFYIBRtfRgHUzlZzVOuwpHVbf0TvO4gVj5AWW1gCD6UKvNUat44XQt4iD2IGgg_z24dUbSA6A0QTh3CnT35tdPXoxjFkovj3260waHV04RBfDCxeIQ7GnvZhY5gH3ZCZ1La5YM7xaDPy8CndOEoXWgeoPHe_TJ9-EdUVqis12ce9ppw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/11/12 01:52:03 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ABrFiFusaPcE2Vib0K3e_eO7Y0CI193j8yKriLu9hOjeFszX8Nhr9hHI30xDVnCwjnrW-ZDwX_WutkS3fJBPig832ls8REH4eA7kS3vHgbMsq1BpS7c0bnCmFC6X0d0wOkA_oBXsIT4fE1HDkdRkHt1mQGJLiBPD1arKUcNysW7hOpLn78MEkcvE_Vhvvw3Uhz3RLSfy4F3XHWUnF4SiAbOLf7BAd4eDcGT6YjDu73fjF9b01MHlmQ3lEMNPFJ7CZgO3IDwz9g_s_m6H8lEcqfhtFHcD1MT0AxCHNbNnsovzB8NihuRGN7o20ORTHHe56HPb1kAzEZiWIPS-ZnNaVuU 2025/11/12 01:52:03 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/11/12 01:52:03 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/11/12 01:52:03 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/11/12 01:52:04 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/12 01:52:04 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/12 01:52:04 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/11/12 01:52:04 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "ABrFiFusaPcE2Vib0K3e_eO7Y0CI193j8yKriLu9hOjeFszX8Nhr9hHI30xDVnCwjnrW-ZDwX_WutkS3fJBPig832ls8REH4eA7kS3vHgbMsq1BpS7c0bnCmFC6X0d0wOkA_oBXsIT4fE1HDkdRkHt1mQGJLiBPD1arKUcNysW7hOpLn78MEkcvE_Vhvvw3Uhz3RLSfy4F3XHWUnF4SiAbOLf7BAd4eDcGT6YjDu73fjF9b01MHlmQ3lEMNPFJ7CZgO3IDwz9g_s_m6H8lEcqfhtFHcD1MT0AxCHNbNnsovzB8NihuRGN7o20ORTHHe56HPb1kAzEZiWIPS-ZnNaVuU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/11/12 01:52:08 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AN84-qtS2xvufSQ8ehZm4R8y2X0RBsZjMm2X921tai0bEjdlFvzn3k9AhZbTBgWBlpJG-a8bMux1OwCoJKIdVQOqHX1qsrR0FvEEA-HPOkv66zZu4esWw6z28xfV1KXWxc7Me8Jd_1qMxO8cf_Nx1QU951DHCSLb2DkL-Fb__OuH4TRSNV0e6KES4MpuuVS_gOOG2CexyEr2i01pSlcmHP6KJnLLRsYfzi9k2-OdZgmyd_o3uX60erF5rgV8Wjas8AjWTJ1zso-Ss7frDhp-tGXxpwjsAK2B-jSVc1xguuvPRT3ZxuQCJcZ_j33V56ljeQMzDtB9YAYa8o6LCARM-_o 2025/11/12 01:52:08 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/11/12 01:52:08 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/11/12 01:52:09 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AN84-qtS2xvufSQ8ehZm4R8y2X0RBsZjMm2X921tai0bEjdlFvzn3k9AhZbTBgWBlpJG-a8bMux1OwCoJKIdVQOqHX1qsrR0FvEEA-HPOkv66zZu4esWw6z28xfV1KXWxc7Me8Jd_1qMxO8cf_Nx1QU951DHCSLb2DkL-Fb__OuH4TRSNV0e6KES4MpuuVS_gOOG2CexyEr2i01pSlcmHP6KJnLLRsYfzi9k2-OdZgmyd_o3uX60erF5rgV8Wjas8AjWTJ1zso-Ss7frDhp-tGXxpwjsAK2B-jSVc1xguuvPRT3ZxuQCJcZ_j33V56ljeQMzDtB9YAYa8o6LCARM-_o" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/11/12 01:52:10 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AHC42m_CknRAv4yrz_3yfAmTjI3-3WiE4ExwLpjOc1kwpEHIX8AQd9qLy62DDhOpS7Olr8qkVT72aD7rRjl0W8xOaGseg3bFKHORh4L36b9fsPciGvj7DymLf7pnwqan_ZruF2fRn8E6HS5lr2C0pOS4XDzPLagXoYRvRhmJFRUv7wRAGq6VcVgEmkfbzdUNRDe3aZdcSE2PsMosUips_wYcvoO4F7HJsyC8xrnJcQxxJ3Z4PVfOoN3Gw6gLaaWYzvswGa-serSw64sl8N_gQySePK4M_1hMCpiWkDK1eQ4UEgV5a3S3W9U07toyd5SArZ_IXaUdsbm7VnbpXs8q1zs 2025/11/12 01:52:10 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/11/12 01:52:11 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/12 01:52:12 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AHC42m_CknRAv4yrz_3yfAmTjI3-3WiE4ExwLpjOc1kwpEHIX8AQd9qLy62DDhOpS7Olr8qkVT72aD7rRjl0W8xOaGseg3bFKHORh4L36b9fsPciGvj7DymLf7pnwqan_ZruF2fRn8E6HS5lr2C0pOS4XDzPLagXoYRvRhmJFRUv7wRAGq6VcVgEmkfbzdUNRDe3aZdcSE2PsMosUips_wYcvoO4F7HJsyC8xrnJcQxxJ3Z4PVfOoN3Gw6gLaaWYzvswGa-serSw64sl8N_gQySePK4M_1hMCpiWkDK1eQ4UEgV5a3S3W9U07toyd5SArZ_IXaUdsbm7VnbpXs8q1zs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/11/12 01:52:13 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ALYc0tweLlPYsm5zlaVD2KLAdmyVr-eugJ0wdBpyLHWSBfzQ_NHHfzpIA4v9P-DACXHQqOtURYI4Ld7WGsl8IKEOyssuHNXfcud2wUF3BWsVxF0nc7mLdfN0viccU0gNBl1TQrVZup2h0j8XjPLCuaBlhiG3TiM-7SN_mGIz_juoZCFDK5IJUxfr8Sk6CN76YwMSIATo0rwsUNAA0U2EyRmAE8mya-MNaMJSnuA0NJEkwEgFN3cvU-8btbFAVqyMjfQae4ZOVataHFygE_1DveUw1r0hVfCI5_DH8-axQexkvTTpBgfqyd-tdLKGYAwq8KW1mfFzxPMov3-zN1yQEsc 2025/11/12 01:52:13 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/11/12 01:52:14 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/12 01:52:14 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ALYc0tweLlPYsm5zlaVD2KLAdmyVr-eugJ0wdBpyLHWSBfzQ_NHHfzpIA4v9P-DACXHQqOtURYI4Ld7WGsl8IKEOyssuHNXfcud2wUF3BWsVxF0nc7mLdfN0viccU0gNBl1TQrVZup2h0j8XjPLCuaBlhiG3TiM-7SN_mGIz_juoZCFDK5IJUxfr8Sk6CN76YwMSIATo0rwsUNAA0U2EyRmAE8mya-MNaMJSnuA0NJEkwEgFN3cvU-8btbFAVqyMjfQae4ZOVataHFygE_1DveUw1r0hVfCI5_DH8-axQexkvTTpBgfqyd-tdLKGYAwq8KW1mfFzxPMov3-zN1yQEsc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/11/12 01:52:16 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AGXRJPYCZpVEuywFvI2GnEQOChsREYl3ggaSK8uljc3Q6m1H3lgJbgfozy-sB4PsXRdX0Bb0u3pxsvTHhT7SdXh_F-7HPvtbJiOTzXmmexmjSx16dTIX6U9ak19aZVNPAP8h0feKhSY1vOUn5pBOvenzxll4kBKHxY7H4dQGGxWf8L1g2xmy8Tb2NZCq4KF17GvN2VDOCTXMlpRfPAW-9mcpIN9unhycBFyQdGLOY_lPZX0TvlmWsvjSFnOWfl11kyfXVW-yFly8GMIwy6km82BNTPy8MJrGMeUwDLLtGvTyksU-IzA67H48J4n5kTf9qBYEY_tgbhMM9bGlPQwK1u8 2025/11/12 01:52:16 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/11/12 01:52:16 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/11/12 01:52:16 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/11/12 01:52:16 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/11/12 01:52:17 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/11/12 01:52:17 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/12 01:52:18 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AGXRJPYCZpVEuywFvI2GnEQOChsREYl3ggaSK8uljc3Q6m1H3lgJbgfozy-sB4PsXRdX0Bb0u3pxsvTHhT7SdXh_F-7HPvtbJiOTzXmmexmjSx16dTIX6U9ak19aZVNPAP8h0feKhSY1vOUn5pBOvenzxll4kBKHxY7H4dQGGxWf8L1g2xmy8Tb2NZCq4KF17GvN2VDOCTXMlpRfPAW-9mcpIN9unhycBFyQdGLOY_lPZX0TvlmWsvjSFnOWfl11kyfXVW-yFly8GMIwy6km82BNTPy8MJrGMeUwDLLtGvTyksU-IzA67H48J4n5kTf9qBYEY_tgbhMM9bGlPQwK1u8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/11/12 01:52:19 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: ALUoeNGLAl773QXOBT_RyPXItGUi5mcYd0EXAbH3YOpIAfeynQlP1XKFezLgmg52bPhZcz7i2_pWo_GPlMpn11GXXYJXjIQoY0K97OEKHFoefGVhU0hDlNt1rFKUV0I5tWC-Px_ACrQ9gYIVzuVez242VU5333YqRx11C15Ff8042e1m-6tljVtM7ytZ1Jq-x02kadgcp8f8N73neDJHKxdPqilgn7ZOi0R6aWP8gYvy8w8LF2SvOy2Z3augIdXUH954-FmpcxjpEsMfS7Gk8rgSd797Cc2ZnMMMwRT9klup2b74o17IJercXQtK2DYmd-6Z0ClBgEEKiTrtGBDbOxw 2025/11/12 01:52:20 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/11/12 01:52:20 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/11/12 01:52:20 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/11/12 01:52:20 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/12 01:52:20 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/11/12 01:52:21 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/11/12 01:52:21 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "ALUoeNGLAl773QXOBT_RyPXItGUi5mcYd0EXAbH3YOpIAfeynQlP1XKFezLgmg52bPhZcz7i2_pWo_GPlMpn11GXXYJXjIQoY0K97OEKHFoefGVhU0hDlNt1rFKUV0I5tWC-Px_ACrQ9gYIVzuVez242VU5333YqRx11C15Ff8042e1m-6tljVtM7ytZ1Jq-x02kadgcp8f8N73neDJHKxdPqilgn7ZOi0R6aWP8gYvy8w8LF2SvOy2Z3augIdXUH954-FmpcxjpEsMfS7Gk8rgSd797Cc2ZnMMMwRT9klup2b74o17IJercXQtK2DYmd-6Z0ClBgEEKiTrtGBDbOxw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/11/12 01:52:25 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: ALVMa3XhXWp1_8TAyG7aPnYDsmThXgoSGBbbf1uSDWtDhuHiPprBSfD2bsYUYR5Wv5yNc1E_Gm9-9aNsiEVaTfh9gPK9ZQ31znIJop2YWcyMqCxCpG91gNacf8U5lpJwqzyXm2X-k8QJOYqDRMhJpReuNOM7K5riotnpoMF8cRXZ7AGLDfRTexTm2HlDqoTECnvrK0oyCIy_0ICXjr3V23TribPCzGyQhaWxAVxwLGDziZx_32NOul5QugQDHF_MyTt9pUIchVvwsU8cgCmYabQJa_xnCuI_6HbSLtfySeoRujeg1skPAXJo9gUfqm-5ULIr5vBjYosBQnrIxO-Yx1U 2025/11/12 01:52:25 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/11/12 01:52:26 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/11/12 01:52:26 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "ALVMa3XhXWp1_8TAyG7aPnYDsmThXgoSGBbbf1uSDWtDhuHiPprBSfD2bsYUYR5Wv5yNc1E_Gm9-9aNsiEVaTfh9gPK9ZQ31znIJop2YWcyMqCxCpG91gNacf8U5lpJwqzyXm2X-k8QJOYqDRMhJpReuNOM7K5riotnpoMF8cRXZ7AGLDfRTexTm2HlDqoTECnvrK0oyCIy_0ICXjr3V23TribPCzGyQhaWxAVxwLGDziZx_32NOul5QugQDHF_MyTt9pUIchVvwsU8cgCmYabQJa_xnCuI_6HbSLtfySeoRujeg1skPAXJo9gUfqm-5ULIr5vBjYosBQnrIxO-Yx1U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/11/12 01:52:27 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AOFbUcUf82WMrAm_gOqL5LYqkKTMbQ31WN4O3H5HzLXMKLmAeIZO2VBpj03noMWyM-_F1GbOqx1bkh1F8q_yA75_W9bbRvyf9QbfZEjL9HXb8aKGQ62i0B8lQjEE9J8oM9avjKj9GZ_BdfGBflr15at6tdQYAQ6dmVs5CQPts3jQVZEnSbqOV6JMqDAa8WhAAZkbeMFzGPLP-ylkm2v0X1CsKMsuBLbZA5Wx7LQriLRXYMO74oZrYX752Qb4Mp1h1k1l1JTANQM_eyPtEpTAnJj8mSXjNqwvhw-irYAdXOQtISFs5-gL1Hm6TZefL-Fp8UWbZldyXOqV6YXCCGXt2Kw 2025/11/12 01:52:27 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/11/12 01:52:28 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/12 01:52:28 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AOFbUcUf82WMrAm_gOqL5LYqkKTMbQ31WN4O3H5HzLXMKLmAeIZO2VBpj03noMWyM-_F1GbOqx1bkh1F8q_yA75_W9bbRvyf9QbfZEjL9HXb8aKGQ62i0B8lQjEE9J8oM9avjKj9GZ_BdfGBflr15at6tdQYAQ6dmVs5CQPts3jQVZEnSbqOV6JMqDAa8WhAAZkbeMFzGPLP-ylkm2v0X1CsKMsuBLbZA5Wx7LQriLRXYMO74oZrYX752Qb4Mp1h1k1l1JTANQM_eyPtEpTAnJj8mSXjNqwvhw-irYAdXOQtISFs5-gL1Hm6TZefL-Fp8UWbZldyXOqV6YXCCGXt2Kw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/11/12 01:52:30 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: ABwXtJzcCULXvCcZMAbHhQSRLbfvAiyQ6-t4oeidYJ1t3Utk7sH1LbA8_gUe5dCZS-AZokGa69l4o7uWS0mWi8_YutKz9Gn6f8rvSMuQjp3tTCuuQFKH3VLwSoQWXLZg2CkQF9FN5zFo6pTyx5fV1LL_ItPJm8WWeS_I1axDU_TcVFiJz1Tx5OaD4VAnJoFSBqlsysTMc2fGEjHpONYcCXBDWhbILRxPSLFMewa_16lKO8v5nmeLSv6kWRYp-i4W8UXWtXLAhXSXInyvFJ28U80GcjJBxu5xSqtYDcInTwIG07KKwWaoz5HrhSzgAskKVhJDvFdCWxOtlgsL14TeSmY 2025/11/12 01:52:30 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/11/12 01:52:31 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/12 01:52:31 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "ABwXtJzcCULXvCcZMAbHhQSRLbfvAiyQ6-t4oeidYJ1t3Utk7sH1LbA8_gUe5dCZS-AZokGa69l4o7uWS0mWi8_YutKz9Gn6f8rvSMuQjp3tTCuuQFKH3VLwSoQWXLZg2CkQF9FN5zFo6pTyx5fV1LL_ItPJm8WWeS_I1axDU_TcVFiJz1Tx5OaD4VAnJoFSBqlsysTMc2fGEjHpONYcCXBDWhbILRxPSLFMewa_16lKO8v5nmeLSv6kWRYp-i4W8UXWtXLAhXSXInyvFJ28U80GcjJBxu5xSqtYDcInTwIG07KKwWaoz5HrhSzgAskKVhJDvFdCWxOtlgsL14TeSmY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/11/12 01:52:32 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AE0QifY6oV6-lVaGMmm3oYi2SN8gNJWTk_awCUxqjTABtjylxn-iuhjLxpxt8KZ_Td2x9Oz8BRs4oC6ifBvvgGflLJxzDsWqCe34UFRBJE0ROQ7KWpfmFC1iGa7iRg72s1FZ8rc1NtcriZoBkuu5XfaD3ZZUYXkYSOKB2ZHhygTKvba-oIl4m28HwlbOzUSTa4HuQcA7ZyQsk3nm7aVblDuAcpmALcXop_-dAA6enh4aDKupwt8TYJBkLn7VZUCUUffgc8k28Y8KXeUmr9_V9_mjp3_-u3Rm6ZCExeT7xTSqdA2QftMTG0bvU-ekZfALGJrfyd9HZQblXuSC9nWU5bE 2025/11/12 01:52:33 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/11/12 01:52:33 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/11/12 01:52:33 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/11/12 01:52:33 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/12 01:52:34 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/11/12 01:52:34 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/12 01:52:34 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AE0QifY6oV6-lVaGMmm3oYi2SN8gNJWTk_awCUxqjTABtjylxn-iuhjLxpxt8KZ_Td2x9Oz8BRs4oC6ifBvvgGflLJxzDsWqCe34UFRBJE0ROQ7KWpfmFC1iGa7iRg72s1FZ8rc1NtcriZoBkuu5XfaD3ZZUYXkYSOKB2ZHhygTKvba-oIl4m28HwlbOzUSTa4HuQcA7ZyQsk3nm7aVblDuAcpmALcXop_-dAA6enh4aDKupwt8TYJBkLn7VZUCUUffgc8k28Y8KXeUmr9_V9_mjp3_-u3Rm6ZCExeT7xTSqdA2QftMTG0bvU-ekZfALGJrfyd9HZQblXuSC9nWU5bE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/11/12 01:52:36 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AL5VaI9M5eGbcU85io8OcD5JfJNlF5Fo4_1zsMIPJfYaN99lIbEsDzbxZyeacsDnJ8_CQqzL1PZDMRX6neEAQq-zDsBwRVXFAxG7sR6693sOPty2yRyHeF6Sa2uoYcg0fAImTxACekI9z8XRZIHGp2C5nmA4-SOfEPHMyw2AIM-Y5DqIZ_j6i_WjBrmemV_jHPinCX9_TCMym3fQFAQB13TuZENvvls6qup2-zu-YAqxf_AlsEAEhnSWEJZKfyt1X3xoxDkpMWG2SlkcdTiDj8o3Qvyetp52rNSH06FFWelu9FQbfY7thna8WCr9EfuOLxOxAulo33YF4BelyH0indk 2025/11/12 01:52:36 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/11/12 01:52:36 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/11/12 01:52:36 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/11/12 01:52:37 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/12 01:52:37 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/12 01:52:37 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/11/12 01:52:38 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AL5VaI9M5eGbcU85io8OcD5JfJNlF5Fo4_1zsMIPJfYaN99lIbEsDzbxZyeacsDnJ8_CQqzL1PZDMRX6neEAQq-zDsBwRVXFAxG7sR6693sOPty2yRyHeF6Sa2uoYcg0fAImTxACekI9z8XRZIHGp2C5nmA4-SOfEPHMyw2AIM-Y5DqIZ_j6i_WjBrmemV_jHPinCX9_TCMym3fQFAQB13TuZENvvls6qup2-zu-YAqxf_AlsEAEhnSWEJZKfyt1X3xoxDkpMWG2SlkcdTiDj8o3Qvyetp52rNSH06FFWelu9FQbfY7thna8WCr9EfuOLxOxAulo33YF4BelyH0indk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/11/12 01:52:42 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: APUJEClBf1AZlpOPpUHcDV29ex5VQHIDxWmmhVzzUlIN09Z8ZfiZ3oquk1kAWb6UkGtqEc49PrSVT4scRKD8HuctGndHuVJvgSCOtebXu12NSG8gWkW5H9Z8Yp7krX4K2C-Yk8LgzE2LEIHU6XeCWbzBoZ7VbDma-QeGe_-zCjuMRnhQL9HhE9Gqz186kn3zJT2PQlgpWaD3fFajA71GnHRgcwIsjAHgVSmWx5fnWsHP49pDqA-4EDkl9aBF32peB99N8s1iKWhdEzK4JxvuLkmCT3EgopIC58ZcJ5gsQXDbvxQaFBq4sdMnB_0InL9g7ckts9vxQsT6_g4qDoQ7BpY 2025/11/12 01:52:43 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/11/12 01:52:43 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/11/12 01:52:44 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "APUJEClBf1AZlpOPpUHcDV29ex5VQHIDxWmmhVzzUlIN09Z8ZfiZ3oquk1kAWb6UkGtqEc49PrSVT4scRKD8HuctGndHuVJvgSCOtebXu12NSG8gWkW5H9Z8Yp7krX4K2C-Yk8LgzE2LEIHU6XeCWbzBoZ7VbDma-QeGe_-zCjuMRnhQL9HhE9Gqz186kn3zJT2PQlgpWaD3fFajA71GnHRgcwIsjAHgVSmWx5fnWsHP49pDqA-4EDkl9aBF32peB99N8s1iKWhdEzK4JxvuLkmCT3EgopIC58ZcJ5gsQXDbvxQaFBq4sdMnB_0InL9g7ckts9vxQsT6_g4qDoQ7BpY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/11/12 01:52:45 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: APMbkVydpj_F0qcffk_zkHF8Numq6vJ5lKtGW1IYQSZ0X8q6lRMe7yFIAN9BqtV3pnOeLQwC2YnAeUhs8t4jc7jqj5gX66HuVOotOzmf7HhbuJ8kJ42SCflGq2LRxhWVvTT4gBh-uB7f6LS23Mw1idMFewNoYzRdRS_jw31Kq7HsE7wYHD6M5cNEaI2lCJQL8X7e43VzXHvVSKl_Ihcci7OxU_OoOzJo0ncA2H71vzxL67sVGq2_TwKySAbxdRFT7MoN7wjO9samZkC7a1Wb5noJR2FypFrRScOCOGtjruCzxSOBjdWG_zJu5r75Ks_e0Lq71CXtDx3AHu2Ca4KGliA 2025/11/12 01:52:46 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/11/12 01:52:47 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/12 01:52:47 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "APMbkVydpj_F0qcffk_zkHF8Numq6vJ5lKtGW1IYQSZ0X8q6lRMe7yFIAN9BqtV3pnOeLQwC2YnAeUhs8t4jc7jqj5gX66HuVOotOzmf7HhbuJ8kJ42SCflGq2LRxhWVvTT4gBh-uB7f6LS23Mw1idMFewNoYzRdRS_jw31Kq7HsE7wYHD6M5cNEaI2lCJQL8X7e43VzXHvVSKl_Ihcci7OxU_OoOzJo0ncA2H71vzxL67sVGq2_TwKySAbxdRFT7MoN7wjO9samZkC7a1Wb5noJR2FypFrRScOCOGtjruCzxSOBjdWG_zJu5r75Ks_e0Lq71CXtDx3AHu2Ca4KGliA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/11/12 01:52:48 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ABB_1LEjOwdgBxcgNyXlcYJF4kmDeXM_C1arDJBE7d2P2uAIJm7NvMwdt0TkFOCyEzposWDKSblr41ZcToAaf0QubMKIe7loIvEvJ8dRBezWhaOc88_Yn6Z47ZHpnCrkRHiHQCeSks09S1SPhNAwvNxx0FkNVxXlchSTFi7hmv1vMKgXDaXR-Q6ipUJWKoX8nI2EdmDK6O5iK37fFulUySdPtrUMuRXX_30o4LnacQ85DjR51c5WvR5VVCKY9-EWFaIqpe31fPFGA__QfwXzF0Kn70V_kA64GMjTl-OCVomo-WrEVAHwoivZpzKWzdEBb_jS8kritsQdxYzCT7Y5I4g 2025/11/12 01:52:49 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/11/12 01:52:50 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/12 01:52:50 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ABB_1LEjOwdgBxcgNyXlcYJF4kmDeXM_C1arDJBE7d2P2uAIJm7NvMwdt0TkFOCyEzposWDKSblr41ZcToAaf0QubMKIe7loIvEvJ8dRBezWhaOc88_Yn6Z47ZHpnCrkRHiHQCeSks09S1SPhNAwvNxx0FkNVxXlchSTFi7hmv1vMKgXDaXR-Q6ipUJWKoX8nI2EdmDK6O5iK37fFulUySdPtrUMuRXX_30o4LnacQ85DjR51c5WvR5VVCKY9-EWFaIqpe31fPFGA__QfwXzF0Kn70V_kA64GMjTl-OCVomo-WrEVAHwoivZpzKWzdEBb_jS8kritsQdxYzCT7Y5I4g" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/11/12 01:52:51 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ALOrdJ9Xvpm8K7Qigz3RRjyyQsDpgU40MxT3byP5h557ZXhLoQyGxF_Gqz6nmJXHwQ0v0JIG4RsyjwnabGlJg3Cr-pqHsTAd1LUw1CEZGnylpifKBFK48bzhGcdrmJVHaq00p4f31TlgXypizcIRz8iFb_aeb20_gHohGOdTiTLXrJFx0kdsX2IWWN_3_ndr1hddtYPM5OhBhBCAMMBRUcqfPhxMh6ek3oJ7h3Ea46yiiXViS5mCNpOIqY4DjXi-60wKedVpqJ0z8l-AKtSfRl8WyEfOwYiDHyqF8_kQowSq_Bl-To3grWqCWsiI6iatmeIreDvjGsNQ_zdJBXXOgxY 2025/11/12 01:52:52 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/11/12 01:52:52 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/11/12 01:52:52 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/11/12 01:52:53 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/11/12 01:52:53 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/12 01:52:53 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/11/12 01:52:53 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ALOrdJ9Xvpm8K7Qigz3RRjyyQsDpgU40MxT3byP5h557ZXhLoQyGxF_Gqz6nmJXHwQ0v0JIG4RsyjwnabGlJg3Cr-pqHsTAd1LUw1CEZGnylpifKBFK48bzhGcdrmJVHaq00p4f31TlgXypizcIRz8iFb_aeb20_gHohGOdTiTLXrJFx0kdsX2IWWN_3_ndr1hddtYPM5OhBhBCAMMBRUcqfPhxMh6ek3oJ7h3Ea46yiiXViS5mCNpOIqY4DjXi-60wKedVpqJ0z8l-AKtSfRl8WyEfOwYiDHyqF8_kQowSq_Bl-To3grWqCWsiI6iatmeIreDvjGsNQ_zdJBXXOgxY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/11/12 01:52:55 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AG2r0Bcjr6b180vRTh5wmdmYc0ToXRX7lzaqj6RdRQd7w1AKHBQxRCQFP6ThShh6vZiXehZvRprA2oUSOoX1VwnDjfxi-UHWOPCGwvMvTfPyXmOq8FiaBAPFvAJ4u9tAtuN3oj2UeoWFs1eIostl06Xac5ToeXT7aOXI5c1dJlcq6ZjMbR4dWR9ja4FM-_01NxnGuPc1Kc3NwtKlpIq662dXVT84CowsOP9H0mVjRNFH0Lp0dnkii1Q6YEq1Lds6cKOZbqiw7opb7IoWZUJ9bzyg1vDu_Nf5m_IBgIREvpkUhSEUYtDGWoT2wCwZHEIgFhAaKwUCZll7GmNZaOV1IhY 2025/11/12 01:52:55 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/11/12 01:52:56 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/11/12 01:52:56 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/11/12 01:52:56 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/12 01:52:56 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/11/12 01:52:56 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/11/12 01:52:57 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AG2r0Bcjr6b180vRTh5wmdmYc0ToXRX7lzaqj6RdRQd7w1AKHBQxRCQFP6ThShh6vZiXehZvRprA2oUSOoX1VwnDjfxi-UHWOPCGwvMvTfPyXmOq8FiaBAPFvAJ4u9tAtuN3oj2UeoWFs1eIostl06Xac5ToeXT7aOXI5c1dJlcq6ZjMbR4dWR9ja4FM-_01NxnGuPc1Kc3NwtKlpIq662dXVT84CowsOP9H0mVjRNFH0Lp0dnkii1Q6YEq1Lds6cKOZbqiw7opb7IoWZUJ9bzyg1vDu_Nf5m_IBgIREvpkUhSEUYtDGWoT2wCwZHEIgFhAaKwUCZll7GmNZaOV1IhY" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/11/12 01:53:00 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/11/12 01:53:06 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/11/12 01:53:10 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/11/12 01:53:16 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/11/12 01:53:21 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/11/12 01:53:24 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AH32Tu70IJaHMoXyqNn6HXjdpL35LofUsfvOvSh9-5ksJmH6jlDPOr7jbqZr971SDaIheEcB7ufeY75UolRqUbofiCTm_Es2ZvpOiaO2Iswx7LFn952hW6mz5dF8JgK7MLJh6-B7DQdI-V7OXzKeJivx3-4oivM9zMLtYKIrbpruZcVYAKY-SBDPx-aRJRtlKDZjHFMFISw5H6ASWFRijLKF4WJ5tTw7Akn__BtPrz28oIxRukcnBQKqlxdKMG2T_jITOn9lU4qY8mkSHWzhTO7aaYcdp3QmaRSd86l4DVP1Q80m-oCBKElpn9T6zVeyItva52KLe3vqNeRisUSUmKw 2025/11/12 01:53:24 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/11/12 01:53:24 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "07b7d9ee4fb3bc2a0edd280281c5c4b9" 2025/11/12 01:53:24 DEBUG : unknown-size-put.txt: multipart upload "AH32Tu70IJaHMoXyqNn6HXjdpL35LofUsfvOvSh9-5ksJmH6jlDPOr7jbqZr971SDaIheEcB7ufeY75UolRqUbofiCTm_Es2ZvpOiaO2Iswx7LFn952hW6mz5dF8JgK7MLJh6-B7DQdI-V7OXzKeJivx3-4oivM9zMLtYKIrbpruZcVYAKY-SBDPx-aRJRtlKDZjHFMFISw5H6ASWFRijLKF4WJ5tTw7Akn__BtPrz28oIxRukcnBQKqlxdKMG2T_jITOn9lU4qY8mkSHWzhTO7aaYcdp3QmaRSd86l4DVP1Q80m-oCBKElpn9T6zVeyItva52KLe3vqNeRisUSUmKw" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/11/12 01:53:26 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ANBZgZ4W1wrF6VWQtGWIbjkYEndu00cYnGbM8LiZJA-LWgxDbRfWzvGrJmmV9zlEaOs5aZPHyoCP8wYYtmlNz6se3I2euTNLfoG9SSzEY2TCgONaXzHeYbp3JdX5c3T0jac88tHSsqXhs_eFrhavbR0EgWJn8l40fVgKZbrrNgwZNQNxKcj7BUuXrzDftZDpJIQzLunqhuJxNkghQcxI6a93s4RzCjAxcccRDGk4f-MD-gHKUTxim4W55i2I1W9VLvt3eYeouv6mGqK3a7-pAaDJL0QElPJ6oykkiUEhy-KDG6w7XjLyYqdtNlpnI7Md4T7sKpTwJJmsrEiNl10W5dE 2025/11/12 01:53:26 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/11/12 01:53:26 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "80e9af7ca8a38fc20294b78fa355ce60" 2025/11/12 01:53:27 DEBUG : unknown-size-update.txt: multipart upload "ANBZgZ4W1wrF6VWQtGWIbjkYEndu00cYnGbM8LiZJA-LWgxDbRfWzvGrJmmV9zlEaOs5aZPHyoCP8wYYtmlNz6se3I2euTNLfoG9SSzEY2TCgONaXzHeYbp3JdX5c3T0jac88tHSsqXhs_eFrhavbR0EgWJn8l40fVgKZbrrNgwZNQNxKcj7BUuXrzDftZDpJIQzLunqhuJxNkghQcxI6a93s4RzCjAxcccRDGk4f-MD-gHKUTxim4W55i2I1W9VLvt3eYeouv6mGqK3a7-pAaDJL0QElPJ6oykkiUEhy-KDG6w7XjLyYqdtNlpnI7Md4T7sKpTwJJmsrEiNl10W5dE" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/11/12 01:53:27 DEBUG : Creating backend with remote "TestS3R2:rclone-test-qixehul6rawo/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/11/12 01:53:27 DEBUG : Waiting for deletions to finish 2025/11/12 01:53:27 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/11/12 01:53:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/11/12 01:53:28 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/11/12 01:53:29 INFO : S3 bucket rclone-test-qixehul6rawo: Bucket "rclone-test-qixehul6rawo" deleted 2025/11/12 01:53:29 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (193.40s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.31s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.55s) --- PASS: TestIntegration/FsMkdir (190.50s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.36s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.12s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.12s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.13s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.12s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding (24.17s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.32s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.22s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.42s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.21s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.33s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.37s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.27s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.24s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.30s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.23s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.22s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.23s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.33s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.24s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.24s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.26s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.22s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.19s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.22s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.90s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (3.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (34.76s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.10s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (2.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (2.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (4.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (2.54s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (1.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (1.05s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (5.95s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.69s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.63s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.62s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (3.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (1.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (1.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (2.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (1.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.81s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (95.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (14.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (4.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (2.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (4.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (2.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (5.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (14.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (3.81s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (2.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (4.53s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (2.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (5.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (14.08s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (3.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (2.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (4.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (2.31s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (5.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (17.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (4.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (2.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (5.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (2.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (7.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (3.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (17.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (4.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (5.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (2.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (7.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (4.20s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (18.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (5.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (6.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (3.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (7.21s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (3.65s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (24.86s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (5.48s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (4.22s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (5.34s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (5.21s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (4.61s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (3.72s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.45s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (2.27s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.29s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 s3_test.go:44: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2025/11/12 01:53:29 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/11/12 01:53:29 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 193.442s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 3m14.699020616s (try 1/5)