"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/09 04:14:10 DEBUG : Creating backend with remote "TestS3R2:rclone-test-dafepey9mule" 2025/11/09 04:14:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound 2025/11/09 04:14:11 INFO : S3 bucket rclone-test-dafepey9mule: Bucket "rclone-test-dafepey9mule" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/11/09 04:14:12 INFO : S3 bucket rclone-test-dafepey9mule: Bucket "rclone-test-dafepey9mule" deleted === RUN TestIntegration/FsMkdir 2025/11/09 04:14:12 INFO : S3 bucket rclone-test-dafepey9mule: Bucket "rclone-test-dafepey9mule" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/11/09 04:14:12 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/11/09 04:14:13 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/11/09 04:14:13 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/09 04:14:29 NOTICE: S3 bucket rclone-test-dafepey9mule: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/11/09 04:14:29 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AK08DSfDm7m-brMmapkmW-R8bHueXQs2VISmkoBGvFVkDk-E4lFl2cEedBroYRSeB2SvTzQoDbDnhEpfNMZxtB9KjjUGo50pcG9T6VeyqtqEym_NyyD7J1mOYPUiHXGBTB1aJ3P6hRa9721wAT1JPt2LhjW2dZe02meEuc7CeX3SMZBCnKQ3IGDnCtAXO12cj6Ih6htIUYwcFwoheXIw3vpMU76w0-SkVwxzIOVBpP7HKzvkx1eJWfpnbS8mdlN48XPEIBEmtNjz1hT9LF0AH60JElSB-bnZd7f7kH6ZzOnaXcuF20yyrjvqsXH6PvS4EzkTOlrRn-mbCEP5MXeLxFU 2025/11/09 04:14:30 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "d7c618096ce74df3ec089808a8c78d52" 2025/11/09 04:14:30 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "fd2368c791a9b75d6f6ecbf5a30351fb" 2025/11/09 04:14:31 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "0d3d45bb7a07021c94f6d64abf554103" 2025/11/09 04:14:31 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AK08DSfDm7m-brMmapkmW-R8bHueXQs2VISmkoBGvFVkDk-E4lFl2cEedBroYRSeB2SvTzQoDbDnhEpfNMZxtB9KjjUGo50pcG9T6VeyqtqEym_NyyD7J1mOYPUiHXGBTB1aJ3P6hRa9721wAT1JPt2LhjW2dZe02meEuc7CeX3SMZBCnKQ3IGDnCtAXO12cj6Ih6htIUYwcFwoheXIw3vpMU76w0-SkVwxzIOVBpP7HKzvkx1eJWfpnbS8mdlN48XPEIBEmtNjz1hT9LF0AH60JElSB-bnZd7f7kH6ZzOnaXcuF20yyrjvqsXH6PvS4EzkTOlrRn-mbCEP5MXeLxFU" 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/09 04:14:34 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/11/09 04:14:35 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/09 04:14:37 DEBUG : S3 bucket rclone-test-dafepey9mule: bucket is versioned: false 2025/11/09 04:14:37 DEBUG : Waiting for deletions to finish 2025/11/09 04:14:37 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/11/09 04:14:37 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/11/09 04:14:38 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/11/09 04:14:39 DEBUG : Creating backend with remote "TestS3R2:rclone-test-dafepey9mule/dirToPurgeFromRoot" 2025/11/09 04:14:39 DEBUG : S3 bucket rclone-test-dafepey9mule path dirToPurgeFromRoot: bucket is versioned: false 2025/11/09 04:14:39 DEBUG : Waiting for deletions to finish 2025/11/09 04:14:39 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/11/09 04:14:39 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/11/09 04:14:39 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/11/09 04:14:39 DEBUG : Creating backend with remote "TestS3R2:rclone-test-dafepey9mule/hello? sausage/êé" 2025/11/09 04:14:41 DEBUG : S3 bucket rclone-test-dafepey9mule path hello? sausage/êé: bucket is versioned: false 2025/11/09 04:14:41 DEBUG : Waiting for deletions to finish 2025/11/09 04:14:41 DEBUG : "a/b/c/d/e.txt" version false 2025/11/09 04:14:41 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/11/09 04:14:41 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/09 04:14:48 DEBUG : Creating backend with remote "TestS3R2:rclone-test-dafepey9mule/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/11/09 04:14:48 DEBUG : Creating backend with remote "TestS3R2:rclone-test-dafepey9mule/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-dafepey9mule" from "TestS3R2:rclone-test-dafepey9mule" 2025/11/09 04:14:48 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/09 04:14:54 DEBUG : piped data.txt: open chunk writer: started multipart upload: ALeZaP5QgFacz-vIsuJ4RX4BNKw9-6tECbZMY6kw469XggQ9qYLOwWMnA7BnUvngiFA9ILfpy-f7UTkifRimxF-Z7is0GoRePanBpFOF9tLilHuc3L4fS1JCTcoAQsGMZlKugTWZSHmJFvpFPCI-2XJe7ETCLHWWI6iYJIGRkjAJ1cHtJGoePgH_CIs78fHfYDi2Gs4OQq9ATCxciqTvj3C5flJeoLTPZvvlD1hEJijKgq4O6QjFWSAOuKACwZ2aAWbGGYwaTz1vcebLzVZN6xxLCI_4S10TIlMWhOncg53QOx8ghOEP0SyGxJ0K9TPnb2c6wcL8WhTmbzYKiu2yH-Y 2025/11/09 04:14:54 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/11/09 04:14:54 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/11/09 04:14:54 DEBUG : piped data.txt: multipart upload "ALeZaP5QgFacz-vIsuJ4RX4BNKw9-6tECbZMY6kw469XggQ9qYLOwWMnA7BnUvngiFA9ILfpy-f7UTkifRimxF-Z7is0GoRePanBpFOF9tLilHuc3L4fS1JCTcoAQsGMZlKugTWZSHmJFvpFPCI-2XJe7ETCLHWWI6iYJIGRkjAJ1cHtJGoePgH_CIs78fHfYDi2Gs4OQq9ATCxciqTvj3C5flJeoLTPZvvlD1hEJijKgq4O6QjFWSAOuKACwZ2aAWbGGYwaTz1vcebLzVZN6xxLCI_4S10TIlMWhOncg53QOx8ghOEP0SyGxJ0K9TPnb2c6wcL8WhTmbzYKiu2yH-Y" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/11/09 04:14:55 DEBUG : piped data.txt: open chunk writer: started multipart upload: AOZdSLtBpu-hdZkpbCfkKj2HOV3VT4rDlgLxTEirMNL1ycw5KZt_wCu-TNEA-VBb1xit7mFsOZAyWYWL-bC69gBcwjrRP6vyMf02Fxn5P_onzKGusHZKjnPU9Mo8dJuHqA2vbvAvVpjwNJNoGNVS5fQMPf2sGxP0eh9xnOBKDYLyvMVLQaPKEDeHSfc-hp1RTalDH4Bz0VnyD9cdxH0pHM8MgBF0-7RhpyXUMH36DMbrbTSKSAxaasO0nVYc-DHFU-byggwm8VvVAPfC_VQE8USwMBFUlxLFw4zxi-SwW0YwMvpO6rbUuAEO6E1Oei6f4h8_tjzkZISyGPcEDgkDisk 2025/11/09 04:14:55 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/11/09 04:14:55 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "3da6b4d3a0e4b534f5121125552dc56b" 2025/11/09 04:14:55 DEBUG : piped data.txt: multipart upload "AOZdSLtBpu-hdZkpbCfkKj2HOV3VT4rDlgLxTEirMNL1ycw5KZt_wCu-TNEA-VBb1xit7mFsOZAyWYWL-bC69gBcwjrRP6vyMf02Fxn5P_onzKGusHZKjnPU9Mo8dJuHqA2vbvAvVpjwNJNoGNVS5fQMPf2sGxP0eh9xnOBKDYLyvMVLQaPKEDeHSfc-hp1RTalDH4Bz0VnyD9cdxH0pHM8MgBF0-7RhpyXUMH36DMbrbTSKSAxaasO0nVYc-DHFU-byggwm8VvVAPfC_VQE8USwMBFUlxLFw4zxi-SwW0YwMvpO6rbUuAEO6E1Oei6f4h8_tjzkZISyGPcEDgkDisk" 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/09 04:14:56 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/09 04:14:58 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: ALXc0wqehxqUPcxJBkusEkoidO87z_xjm9XkSXtmIbT035qgQvFeRGwosTlA8LtYWetNmLR3Q3y8Ti5IyiYRr4HN1aMyYdyig7pl-Pq_Mx8PrFtCz7iW-iMEFWM4mV1fWzk77y7MN-MD3hehjln1DXKqZqcA6amI-ESm2MF69qQd5FeKVIh-MFlsKRjUEO91X7Sp94P_mjwdIzi92Cs9FHTTx29uUg8XNVYoZJ2BMVx0wiKrx1MbRzH14cFPdNJS_NHcm0YCR-yVLV8dZMBqp_2oo09QVeLgy9CuVXFqUWS5kM4mS04VTXvJvRMcgLOrJQK4HIub5F95ho4sHRz_haw 2025/11/09 04:14:59 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/11/09 04:14:59 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/11/09 04:14:59 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "ALXc0wqehxqUPcxJBkusEkoidO87z_xjm9XkSXtmIbT035qgQvFeRGwosTlA8LtYWetNmLR3Q3y8Ti5IyiYRr4HN1aMyYdyig7pl-Pq_Mx8PrFtCz7iW-iMEFWM4mV1fWzk77y7MN-MD3hehjln1DXKqZqcA6amI-ESm2MF69qQd5FeKVIh-MFlsKRjUEO91X7Sp94P_mjwdIzi92Cs9FHTTx29uUg8XNVYoZJ2BMVx0wiKrx1MbRzH14cFPdNJS_NHcm0YCR-yVLV8dZMBqp_2oo09QVeLgy9CuVXFqUWS5kM4mS04VTXvJvRMcgLOrJQK4HIub5F95ho4sHRz_haw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/11/09 04:15:00 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: ACQ3M3Sh15nVV-w-ZnlC-mk9hGSQRm0r31VNU-6R0Ntey1SEgTsXeQaNm67EExFY914Ld_ndsiXxvL6LYOWxJHVHh9AUBpBffjDEiPC7gMLRmZJI8w6KmxdeNzv6VCFudCY80Bo821xWMPQmuko3I9UuXimGgNZBsOHQAabKUpXUPoYy0QiK-DdNFcfv85ADW07H3c-dUS-11X5h3jL3d415w2Y-bL7Zq5ZB1WK9cJFYip0LJ29BvywQ7MbugciDDY71JlRHKoHKXdMQh71_Qqdks1mJvwKwWq4z1fHUyHjlcKZBzzBaQXUI8eTpP7vWl1UmExoT9VIMXbe-XdmbWfI 2025/11/09 04:15:00 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/11/09 04:15:01 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/09 04:15:01 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "ACQ3M3Sh15nVV-w-ZnlC-mk9hGSQRm0r31VNU-6R0Ntey1SEgTsXeQaNm67EExFY914Ld_ndsiXxvL6LYOWxJHVHh9AUBpBffjDEiPC7gMLRmZJI8w6KmxdeNzv6VCFudCY80Bo821xWMPQmuko3I9UuXimGgNZBsOHQAabKUpXUPoYy0QiK-DdNFcfv85ADW07H3c-dUS-11X5h3jL3d415w2Y-bL7Zq5ZB1WK9cJFYip0LJ29BvywQ7MbugciDDY71JlRHKoHKXdMQh71_Qqdks1mJvwKwWq4z1fHUyHjlcKZBzzBaQXUI8eTpP7vWl1UmExoT9VIMXbe-XdmbWfI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/11/09 04:15:02 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AMEN4EV1j8g3FtC9hC4oa1ll4U1uL0rI1tFZDKLFXx-W7Hlm78QKETzC5wmh--lANd4nIPH40p5UrU73D4Ku6-rdDJtWqQKwFOIMfIogK7BKfIbsCaXDtbfWOHglmNSPmkjpRlOuykX_kq-_o0wrqsUHCXTarsn999LgCKnssinNH3pfrJzrPCjPfS7s8K515HBHYpwwlXPxXti15jk8J5iX9LwW_SN_WpHJVcVI90VPLlHRiIPRuQZhUjEVhFNkSz5AFcXserQ8QWZpqTl-PAhTg52mxTAEtDIbrewPgzlDCcBDjTq7QxLSunE69YcD_WUc3p1LNsGlC26vffj2NBA 2025/11/09 04:15:02 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/11/09 04:15:03 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/09 04:15:03 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AMEN4EV1j8g3FtC9hC4oa1ll4U1uL0rI1tFZDKLFXx-W7Hlm78QKETzC5wmh--lANd4nIPH40p5UrU73D4Ku6-rdDJtWqQKwFOIMfIogK7BKfIbsCaXDtbfWOHglmNSPmkjpRlOuykX_kq-_o0wrqsUHCXTarsn999LgCKnssinNH3pfrJzrPCjPfS7s8K515HBHYpwwlXPxXti15jk8J5iX9LwW_SN_WpHJVcVI90VPLlHRiIPRuQZhUjEVhFNkSz5AFcXserQ8QWZpqTl-PAhTg52mxTAEtDIbrewPgzlDCcBDjTq7QxLSunE69YcD_WUc3p1LNsGlC26vffj2NBA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/11/09 04:15:04 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ABJgjB35MBnFhaKdOYz0fCB9vxmvNUcEqlXH6rRzdA5kqYTWV457mz4DbsL26ZMIxo1fU7gm2otZercmpp5QTj_QYguphCcqhl7pyRSkqxSVCGZnTXZdgQdgGTqdvUhDVevV4U2DwYF_t1HOvj7tVvl6zZFpXqeTfDMpkegX0QMLMMbgwLE_mbmhT3CJawIh7C_8eUpn2sBtsGq74dELIB-QRkj-ExZDV3cYDJ6TwrXIlT0Gro_XeA1Aax3dgBQR4huizyZ3VWRsy-TpY23P0evGu-o3U156w6_XYhavhamQADOhA94qbq_DHgzYnwHArFU9jEiGFXl1Pp0By4ANMY4 2025/11/09 04:15:04 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/11/09 04:15:04 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/11/09 04:15:04 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/11/09 04:15:05 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/09 04:15:05 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/11/09 04:15:05 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/11/09 04:15:05 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ABJgjB35MBnFhaKdOYz0fCB9vxmvNUcEqlXH6rRzdA5kqYTWV457mz4DbsL26ZMIxo1fU7gm2otZercmpp5QTj_QYguphCcqhl7pyRSkqxSVCGZnTXZdgQdgGTqdvUhDVevV4U2DwYF_t1HOvj7tVvl6zZFpXqeTfDMpkegX0QMLMMbgwLE_mbmhT3CJawIh7C_8eUpn2sBtsGq74dELIB-QRkj-ExZDV3cYDJ6TwrXIlT0Gro_XeA1Aax3dgBQR4huizyZ3VWRsy-TpY23P0evGu-o3U156w6_XYhavhamQADOhA94qbq_DHgzYnwHArFU9jEiGFXl1Pp0By4ANMY4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/11/09 04:15:06 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ACcKFOUkwS_0zGXIELsYjxcfyLFs8z-haTRvBppFfwAuKrYcRgajs7RH6o-F_8W79VvlJCBPvwAEaeGRm6GL70Xyxn3dB9xFPho9SJVs5CwwK49K3Rv3NS1xNts4nRnY_NuCbToSisecBUHywPpF48TodWcPcBARfJZRuEU2P_t-0ffiPOxn6Ne1fYkAeFLANp-ux2EAuaUG0osPmJXe-dd_ourSiEHVsLWzFo3tRy8K95myuUQs0kt3H4xVoe3n3haAvb07tKE7RDDNawxw0_4PY3DUOsdNMSxWkQAncx349Ey170EpVU_BTlcucS_fBcz885b1UlEP5oqi4KHlICA 2025/11/09 04:15:06 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/11/09 04:15:06 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/11/09 04:15:06 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/11/09 04:15:07 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/11/09 04:15:07 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/11/09 04:15:07 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/11/09 04:15:07 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ACcKFOUkwS_0zGXIELsYjxcfyLFs8z-haTRvBppFfwAuKrYcRgajs7RH6o-F_8W79VvlJCBPvwAEaeGRm6GL70Xyxn3dB9xFPho9SJVs5CwwK49K3Rv3NS1xNts4nRnY_NuCbToSisecBUHywPpF48TodWcPcBARfJZRuEU2P_t-0ffiPOxn6Ne1fYkAeFLANp-ux2EAuaUG0osPmJXe-dd_ourSiEHVsLWzFo3tRy8K95myuUQs0kt3H4xVoe3n3haAvb07tKE7RDDNawxw0_4PY3DUOsdNMSxWkQAncx349Ey170EpVU_BTlcucS_fBcz885b1UlEP5oqi4KHlICA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/11/09 04:15:09 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AJVIa4z6wzhkBziHC9XXAdCsXOEfIZk4fpRvfhW1sso-5piINEOEyrZBC7J_9pe9GnVdaMkhdz3jzLEIaW0TgrGkysY0jNKc_ZavP2cdUk2SCeKMrwnDSBvTrEm4ZSetQzOFDlS7c_Q52thc_NSee_92XIcG5PY4Rde0XEANgO5AM8eWlpR2rvyCXwVYymFzwt-tWJzzvVIlTpAmOYol8R4Hi4lBhAmXLyREodrtfDIFmmTfNnjrXIf7jozD6aA6UNY67x9_MfkWwr8Taafw2g7Nhptj4hmBsUAR3BK1AnzYX_XTUJswDdVa029xH375ecKV5K0KXG2fTF_YyQGm2Ng 2025/11/09 04:15:09 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/11/09 04:15:10 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/11/09 04:15:10 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AJVIa4z6wzhkBziHC9XXAdCsXOEfIZk4fpRvfhW1sso-5piINEOEyrZBC7J_9pe9GnVdaMkhdz3jzLEIaW0TgrGkysY0jNKc_ZavP2cdUk2SCeKMrwnDSBvTrEm4ZSetQzOFDlS7c_Q52thc_NSee_92XIcG5PY4Rde0XEANgO5AM8eWlpR2rvyCXwVYymFzwt-tWJzzvVIlTpAmOYol8R4Hi4lBhAmXLyREodrtfDIFmmTfNnjrXIf7jozD6aA6UNY67x9_MfkWwr8Taafw2g7Nhptj4hmBsUAR3BK1AnzYX_XTUJswDdVa029xH375ecKV5K0KXG2fTF_YyQGm2Ng" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/11/09 04:15:11 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ACTH1gBK6_TKVz-DbQMfZKKINpFB0WvQINchCvC59rtdpHvoMUjk_Pw0SM5byb58oFkjHXIb8q5tFBwjWfh3Y-s8MDKGbPUrIiDQTSRo1DpoeF4sIcydcbSoP_ETcuyVHBfIo5YEsHcr90tUJ_r7mWs8VLzTHVqWd5ma_PL_-5ylnhlLZSZQIyq8nUbptjf70KzHFrOhvrPfmWM-lwOZ4Hri4YaHHfeuEB0ucOIG3Xq7vO-H_qJvOViRqNBN1KAkDeXVxQhIe2FqicUuGX6t3au8UxXkqMQAasH85CVNR-rl0p8kL1I80N8OJn88R2XOgIsnnPZOVI38TEn2hW7hZb8 2025/11/09 04:15:11 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/11/09 04:15:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/09 04:15:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ACTH1gBK6_TKVz-DbQMfZKKINpFB0WvQINchCvC59rtdpHvoMUjk_Pw0SM5byb58oFkjHXIb8q5tFBwjWfh3Y-s8MDKGbPUrIiDQTSRo1DpoeF4sIcydcbSoP_ETcuyVHBfIo5YEsHcr90tUJ_r7mWs8VLzTHVqWd5ma_PL_-5ylnhlLZSZQIyq8nUbptjf70KzHFrOhvrPfmWM-lwOZ4Hri4YaHHfeuEB0ucOIG3Xq7vO-H_qJvOViRqNBN1KAkDeXVxQhIe2FqicUuGX6t3au8UxXkqMQAasH85CVNR-rl0p8kL1I80N8OJn88R2XOgIsnnPZOVI38TEn2hW7hZb8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/11/09 04:15:13 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AIcI2a5paUU-wWoo9MvrTgeok9e6w2KmtExQ10i9ssN3_wP4OZYGNtll5gtFsk8CdGoRIKz1wwMNLLlYAyEOqM38vzLVKEyxSFyTM5o75zegbcDSTkdw8hz3NDFuE7lJ-Th9Z2ex9N1KRkc4cJu8qaR-g8h-TpAnB9cMSWaaOCGie2-7cw_bYaPmc43r1orhvauCaRZent9_GkD3L9_4eD-0oosg85YCeYnuD9HZaeAhcHpp4kEtEicLXngh2k3yYEobhuWpOEWttp-4ZKKN79U8GZzhQYLR7oSd7J3NM1-f1FwpG_UA7WKjpXzFmrSzafd5KJ40rdxL5pKH0RNBPsw 2025/11/09 04:15:13 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/11/09 04:15:13 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/09 04:15:14 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AIcI2a5paUU-wWoo9MvrTgeok9e6w2KmtExQ10i9ssN3_wP4OZYGNtll5gtFsk8CdGoRIKz1wwMNLLlYAyEOqM38vzLVKEyxSFyTM5o75zegbcDSTkdw8hz3NDFuE7lJ-Th9Z2ex9N1KRkc4cJu8qaR-g8h-TpAnB9cMSWaaOCGie2-7cw_bYaPmc43r1orhvauCaRZent9_GkD3L9_4eD-0oosg85YCeYnuD9HZaeAhcHpp4kEtEicLXngh2k3yYEobhuWpOEWttp-4ZKKN79U8GZzhQYLR7oSd7J3NM1-f1FwpG_UA7WKjpXzFmrSzafd5KJ40rdxL5pKH0RNBPsw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/11/09 04:15:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AIeXUoCfpYHa2qAk3hhjOXwVVb9NJlrYlkStapS9vKEvEp3LXOzEYy0-DXDlF6lHcHTdSvpjdD-a8pl7eX9_R8pWMo88saGB23jxwD9lMf5hMBeClMvcpLETbNKIbTBgORg0v2aX-KfUBgfcG5IFn4_lLwJj9it4O4-Y903JeYvju7uparOeHnTXIW0WcFAM3mh8v12y7rbhJi6nbrKIS4x60CO9JwlyAez4s1hFXdyDArnGAOkRcEwESyhG96Y_I_EFf0u9heXhTKgIqb-vD0MjiWqmotL4Edo3XiEC1VyNwKr3PH0OD9l_br1Ka7TbUq6DHvNq3445f9Vy0JSfMIY 2025/11/09 04:15:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/11/09 04:15:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/11/09 04:15:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/11/09 04:15:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/11/09 04:15:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/11/09 04:15:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/09 04:15:17 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AIeXUoCfpYHa2qAk3hhjOXwVVb9NJlrYlkStapS9vKEvEp3LXOzEYy0-DXDlF6lHcHTdSvpjdD-a8pl7eX9_R8pWMo88saGB23jxwD9lMf5hMBeClMvcpLETbNKIbTBgORg0v2aX-KfUBgfcG5IFn4_lLwJj9it4O4-Y903JeYvju7uparOeHnTXIW0WcFAM3mh8v12y7rbhJi6nbrKIS4x60CO9JwlyAez4s1hFXdyDArnGAOkRcEwESyhG96Y_I_EFf0u9heXhTKgIqb-vD0MjiWqmotL4Edo3XiEC1VyNwKr3PH0OD9l_br1Ka7TbUq6DHvNq3445f9Vy0JSfMIY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/11/09 04:15:18 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ACovjc_IziYyvPuAQmLpYHm6-oTeqiz7Fx4sFHTpdGhCm_5bjvowThLcSDnUUzp3ygOITFa4FzAhdtat8qSikEpejNPXLNqarD2ifr7GC4RX6EXnVwtZwXKgUZONnnLdt3JOIAK886iZOyjpNxRp940EcIgHpBsyDGDfuW-9fBeewoY-_U_RhQXIUoQCLt6hCc3DjVawN3lw_JEpz-BkqsgN88S5u8wKQ3dGKFo0L7_97DLD7Myb4OO3e567Q3qKQeCpioOx5rUwbtqB46JeQ8rv4ji4xSBdcDYKxpELzQRqagTZTN7deXLulTS38TkTqJZBC-X7D_2J79wFP7g9pTY 2025/11/09 04:15:18 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/11/09 04:15:18 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/11/09 04:15:18 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/11/09 04:15:18 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/11/09 04:15:18 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/11/09 04:15:19 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/11/09 04:15:19 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ACovjc_IziYyvPuAQmLpYHm6-oTeqiz7Fx4sFHTpdGhCm_5bjvowThLcSDnUUzp3ygOITFa4FzAhdtat8qSikEpejNPXLNqarD2ifr7GC4RX6EXnVwtZwXKgUZONnnLdt3JOIAK886iZOyjpNxRp940EcIgHpBsyDGDfuW-9fBeewoY-_U_RhQXIUoQCLt6hCc3DjVawN3lw_JEpz-BkqsgN88S5u8wKQ3dGKFo0L7_97DLD7Myb4OO3e567Q3qKQeCpioOx5rUwbtqB46JeQ8rv4ji4xSBdcDYKxpELzQRqagTZTN7deXLulTS38TkTqJZBC-X7D_2J79wFP7g9pTY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/11/09 04:15:21 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AAp9aK7P3utd53mPcnEb652aWt31L0EdMhXsnQQtsnfor1tiKunwIjNQcp9dQ2nJXCLf_0DqmHARpRJXgXVhm28OXUdJBupM91NLXYRtSuy1Km9CUyC8yzyQCCddHoCw-vjO-MxYvWHAAlfe_n3mjay0KKgdh-DH-NQeYy_xIC2e92HozdJ9tLbWsLzvp69Pjum4aYYNYuRngVBd9kgx1-Gzs2NC5BGhppyhZFzJntGOz5aIVl0Q8mpOeqycC3whzlg2rpuY8KyHHGDHvTiXR0fosNwCohhekjV00ijRS3pxaGDsH25wvjSxFxk-Cht4pVpi4OD-1CnwifT5wOGPJQs 2025/11/09 04:15:21 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/11/09 04:15:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/11/09 04:15:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AAp9aK7P3utd53mPcnEb652aWt31L0EdMhXsnQQtsnfor1tiKunwIjNQcp9dQ2nJXCLf_0DqmHARpRJXgXVhm28OXUdJBupM91NLXYRtSuy1Km9CUyC8yzyQCCddHoCw-vjO-MxYvWHAAlfe_n3mjay0KKgdh-DH-NQeYy_xIC2e92HozdJ9tLbWsLzvp69Pjum4aYYNYuRngVBd9kgx1-Gzs2NC5BGhppyhZFzJntGOz5aIVl0Q8mpOeqycC3whzlg2rpuY8KyHHGDHvTiXR0fosNwCohhekjV00ijRS3pxaGDsH25wvjSxFxk-Cht4pVpi4OD-1CnwifT5wOGPJQs" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/11/09 04:15:23 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AAKUAbJrnvm6tZjlSfL25fukmBsMr-sRCuuwg-PgmmePPkSenKde-1uZvNYc5f4zXllVgB8sTpFClQKgIKkgFHMzg6WCiqanCVR_77HtYA4eZIBDQ7zCD98W272hxL0DXDTIS5RL6Um2vyz08K9WEL0EORev5B9sZlc5oyoR7xlXrbg6ktXNi-NmJuq-QnPRjCFMNo5yHwVAaVsILFMAy7l6mPn2TzG5NX99JtVu5bx6f01VK5Ws-ti_0gQ4hY83ENNJACktTlZ9LDKyt5AkLjS5JVwWvz51Bw5bdy9hjI2ux2HGQO2W_Dq-NI-IP7O6Z_FtfgPXk6Gxdt_P_1XSbIg 2025/11/09 04:15:23 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/11/09 04:15:24 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/09 04:15:24 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AAKUAbJrnvm6tZjlSfL25fukmBsMr-sRCuuwg-PgmmePPkSenKde-1uZvNYc5f4zXllVgB8sTpFClQKgIKkgFHMzg6WCiqanCVR_77HtYA4eZIBDQ7zCD98W272hxL0DXDTIS5RL6Um2vyz08K9WEL0EORev5B9sZlc5oyoR7xlXrbg6ktXNi-NmJuq-QnPRjCFMNo5yHwVAaVsILFMAy7l6mPn2TzG5NX99JtVu5bx6f01VK5Ws-ti_0gQ4hY83ENNJACktTlZ9LDKyt5AkLjS5JVwWvz51Bw5bdy9hjI2ux2HGQO2W_Dq-NI-IP7O6Z_FtfgPXk6Gxdt_P_1XSbIg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/11/09 04:15:25 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AOUK--eVYsvC8T6h42B7WcGEqk6yfSShso6MuFKN4KXjajmwn0lxwFvRo--cLhvx14RO3QcJOjkjpl8bCcxvGOn2Yf5PMkPfAZTCNw56jqXZegZPkZ1P0edZ6lZaYAIE3f6kQGvJdlTyrM5SDtPpe7oRpVzwh-a7iYGv-L2OykKTmh4FSod3BZaLkyonHPZjtjWo7PPopFiJdomL1ncKfris4_OEk0shqh3DRjPAfLyfaXLRdLQlJvgsLeYh0-bUe5AakLBe7pQ8yY5DDb2ic0C8Baecs0_6JcP_yeKe8ThAzM53CflRAB1Yy0Jugjivim_6B_V2KiFCzTKJu2Yun00 2025/11/09 04:15:25 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/11/09 04:15:26 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/09 04:15:26 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AOUK--eVYsvC8T6h42B7WcGEqk6yfSShso6MuFKN4KXjajmwn0lxwFvRo--cLhvx14RO3QcJOjkjpl8bCcxvGOn2Yf5PMkPfAZTCNw56jqXZegZPkZ1P0edZ6lZaYAIE3f6kQGvJdlTyrM5SDtPpe7oRpVzwh-a7iYGv-L2OykKTmh4FSod3BZaLkyonHPZjtjWo7PPopFiJdomL1ncKfris4_OEk0shqh3DRjPAfLyfaXLRdLQlJvgsLeYh0-bUe5AakLBe7pQ8yY5DDb2ic0C8Baecs0_6JcP_yeKe8ThAzM53CflRAB1Yy0Jugjivim_6B_V2KiFCzTKJu2Yun00" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/11/09 04:15:26 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: ABDwSSOWEkOlQN0hhIvhwAhg6BUxKZpXKcptgbjBYgNVVELtfCMYWBbO0cA4McmHO75aZvSfRg3GXkJB-Sox7KrsI_Mk23wbvxTPrhGxwpWHutBta8PBRHMmk-SxBUmrq4nk8xHnyhv4r00k4E6LzsEOU8_1AyIjDnpPUu_Ss0asNTKIDJzjdoBoBCc6YZa19O4YdYXkK2sromyz6t8cHNCrmW9T2rMp06xEiriGK2M1WmERtoj5EGzoRPtWJ6sxVIrY5yvZlhU6Y9exRAk40c1k3k7T4VAbVreWJrLTem4gakfMPNLJSBamHqM725UQGnnjIQN0qP1Kx_zwoJzZqiE 2025/11/09 04:15:27 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/11/09 04:15:27 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/11/09 04:15:27 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/11/09 04:15:27 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/09 04:15:27 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/09 04:15:27 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/11/09 04:15:27 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "ABDwSSOWEkOlQN0hhIvhwAhg6BUxKZpXKcptgbjBYgNVVELtfCMYWBbO0cA4McmHO75aZvSfRg3GXkJB-Sox7KrsI_Mk23wbvxTPrhGxwpWHutBta8PBRHMmk-SxBUmrq4nk8xHnyhv4r00k4E6LzsEOU8_1AyIjDnpPUu_Ss0asNTKIDJzjdoBoBCc6YZa19O4YdYXkK2sromyz6t8cHNCrmW9T2rMp06xEiriGK2M1WmERtoj5EGzoRPtWJ6sxVIrY5yvZlhU6Y9exRAk40c1k3k7T4VAbVreWJrLTem4gakfMPNLJSBamHqM725UQGnnjIQN0qP1Kx_zwoJzZqiE" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/11/09 04:15:28 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AOwQaEZdJ95gf7bWmeFqUuUr5wDIsIlRP8-qaEmFA250W0H88WYiNoU4-BvsWzh7kWKheg4G6R9d2nk2EfTE93-Pa3MfmJr71R7coXXwibFRe6LFQ9hdUR-L8zg2s40ZblbNKozdm4l1c06FE5HxMlL7XYVf3oGhauKjzk8396xugQfrxarg2lig1GrBwItSxL8P4JBg7n4VgBsdVYAvKDbNPFoUCPrTC3rOucytRzALbLGl89Vnxg-Ux3RgBceR5b63tPWQ-nxid6rLeFeKqSde9Lg-OWXLVGhgj5yE_1V-37L2kCAAUSeNksut9bV50seVnbFCaIKPDR1R3VfKZds 2025/11/09 04:15:29 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/11/09 04:15:29 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/11/09 04:15:29 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/11/09 04:15:29 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/11/09 04:15:29 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/09 04:15:29 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/11/09 04:15:29 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AOwQaEZdJ95gf7bWmeFqUuUr5wDIsIlRP8-qaEmFA250W0H88WYiNoU4-BvsWzh7kWKheg4G6R9d2nk2EfTE93-Pa3MfmJr71R7coXXwibFRe6LFQ9hdUR-L8zg2s40ZblbNKozdm4l1c06FE5HxMlL7XYVf3oGhauKjzk8396xugQfrxarg2lig1GrBwItSxL8P4JBg7n4VgBsdVYAvKDbNPFoUCPrTC3rOucytRzALbLGl89Vnxg-Ux3RgBceR5b63tPWQ-nxid6rLeFeKqSde9Lg-OWXLVGhgj5yE_1V-37L2kCAAUSeNksut9bV50seVnbFCaIKPDR1R3VfKZds" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/11/09 04:15:32 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ABtfXAI_n_xWPOtk2lRjASZJO6zFkzuAASS0VlKaWoAFUQJjXPyre0C87TTFKSDuSBHx5VrOYK5a3XALP1unczSdti-hM_CQytF3-LtMu8apgF62SJ_PN9h2rFf_tVo-G5IS1_X690u_Cw-XBuSXrVqmioA9bJ7hjlM7gEaE2u5iuE--paao6xJPj3Eo3x44AswZnH_7fOE-YCzzVLMvK0al-43h_yUHGbs_KYxVvBsMZbCud9gGd3C3c1yQ4jhYQH3GswPcSOTTRJMPHYH0Z4i3oK_RaxQz44_NQaBHarDgTHyha4CaJNqkjRhJweJ5__C6dG-vA40QUZw4X_7iZGg 2025/11/09 04:15:32 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/11/09 04:15:33 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/11/09 04:15:33 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ABtfXAI_n_xWPOtk2lRjASZJO6zFkzuAASS0VlKaWoAFUQJjXPyre0C87TTFKSDuSBHx5VrOYK5a3XALP1unczSdti-hM_CQytF3-LtMu8apgF62SJ_PN9h2rFf_tVo-G5IS1_X690u_Cw-XBuSXrVqmioA9bJ7hjlM7gEaE2u5iuE--paao6xJPj3Eo3x44AswZnH_7fOE-YCzzVLMvK0al-43h_yUHGbs_KYxVvBsMZbCud9gGd3C3c1yQ4jhYQH3GswPcSOTTRJMPHYH0Z4i3oK_RaxQz44_NQaBHarDgTHyha4CaJNqkjRhJweJ5__C6dG-vA40QUZw4X_7iZGg" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/11/09 04:15:34 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AGcmISWkmhHdAfjOaUTgWZ4Yk1jWjsp5mSNdKPB-YGPDjSlGIwMmIbZTFubAu0bDQmAXP1FPdTCYzxOEVxTNwAU7A5nNHKVpsgEe5fYBYXiQO-jxirYMpVfFfDvuAQcXYOIxFW0RYD9KMAhwCu4ua6s5kqdpk7VVqR8AtRhV1Di1gKg0c1lVNUCirXcqcQst-xVPB6FTR2v4E4PDJm25Xo-MQs5X7iscTkAfKrc6uk6ErGs_2CQXmeIwSFhWOR5eJZEaU3vMguVb-kv90YFSgr31O7Wl_6bfyLHBVjSIw7zP2Q2y8xKpzxfjHrhpqZXU7vsHZUtQOMkmVTm5wIFSWvI 2025/11/09 04:15:34 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/11/09 04:15:35 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/09 04:15:35 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AGcmISWkmhHdAfjOaUTgWZ4Yk1jWjsp5mSNdKPB-YGPDjSlGIwMmIbZTFubAu0bDQmAXP1FPdTCYzxOEVxTNwAU7A5nNHKVpsgEe5fYBYXiQO-jxirYMpVfFfDvuAQcXYOIxFW0RYD9KMAhwCu4ua6s5kqdpk7VVqR8AtRhV1Di1gKg0c1lVNUCirXcqcQst-xVPB6FTR2v4E4PDJm25Xo-MQs5X7iscTkAfKrc6uk6ErGs_2CQXmeIwSFhWOR5eJZEaU3vMguVb-kv90YFSgr31O7Wl_6bfyLHBVjSIw7zP2Q2y8xKpzxfjHrhpqZXU7vsHZUtQOMkmVTm5wIFSWvI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/11/09 04:15:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AI8HstAcAPBuKq7hGcJ-T4cvGyqLERjPydd01c6ONJB0RJVHH_vc5fjtYkc8KofUXenmjSvrRPCgQSqpF4ESsNg4nQffKlvO4d-oS18nFRVQeoGiU5_4-isuHHSlvpYoJHs0Xjx57_-v9lEsJfT3-p57Kza227f80n6LwREIf2X8ROnjhhMvlPHj8wF61arx6CI7Du6RZcsBQFflTipp802YGN6vluBuzdfHuvy13aImJ1XmXbeikUf51fiY_VSAYsq3o44T7OSZwFWJ21_BaFK5JzuXFUfGE_WjR6GIxPpo0ykT8ZIhgXK3FLU7g9yDkNpGCm4zWSWvG9uvNMacV0U 2025/11/09 04:15:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/11/09 04:15:37 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/09 04:15:37 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AI8HstAcAPBuKq7hGcJ-T4cvGyqLERjPydd01c6ONJB0RJVHH_vc5fjtYkc8KofUXenmjSvrRPCgQSqpF4ESsNg4nQffKlvO4d-oS18nFRVQeoGiU5_4-isuHHSlvpYoJHs0Xjx57_-v9lEsJfT3-p57Kza227f80n6LwREIf2X8ROnjhhMvlPHj8wF61arx6CI7Du6RZcsBQFflTipp802YGN6vluBuzdfHuvy13aImJ1XmXbeikUf51fiY_VSAYsq3o44T7OSZwFWJ21_BaFK5JzuXFUfGE_WjR6GIxPpo0ykT8ZIhgXK3FLU7g9yDkNpGCm4zWSWvG9uvNMacV0U" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/11/09 04:15:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AKjkj_O5FNco2a7cO9I9zeziA12kvlVbszte3J8YkIqaTpI5q23SeoK6KlydBrwi158q3lTHrS_n4u3m7NBfqZs-8uebVvJ2mVa3W3z3uWWMYtbd6lQi-Y8eNb3CBR00H89gzfWYbzms95JX77jU5TfUQfbA6SWeErCgIa27lxS8KbCkgzvjes8RRJxhrcoAUeIIflRp1KbnoZ-NLNSJ5fZ0sTGlXdb27P9NJUpJupoh6K-9vFto28j9Pw8owCt-f_zkkH2rGbLCF8brQuWMzChRMaZhfgR71herSvSGXbHMQd-PrEzW5fY6Lc7H4-hYmbIhl3_oyn7hOz_pAu6Mduc 2025/11/09 04:15:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/11/09 04:15:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/11/09 04:15:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/11/09 04:15:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/09 04:15:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/11/09 04:15:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/11/09 04:15:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AKjkj_O5FNco2a7cO9I9zeziA12kvlVbszte3J8YkIqaTpI5q23SeoK6KlydBrwi158q3lTHrS_n4u3m7NBfqZs-8uebVvJ2mVa3W3z3uWWMYtbd6lQi-Y8eNb3CBR00H89gzfWYbzms95JX77jU5TfUQfbA6SWeErCgIa27lxS8KbCkgzvjes8RRJxhrcoAUeIIflRp1KbnoZ-NLNSJ5fZ0sTGlXdb27P9NJUpJupoh6K-9vFto28j9Pw8owCt-f_zkkH2rGbLCF8brQuWMzChRMaZhfgR71herSvSGXbHMQd-PrEzW5fY6Lc7H4-hYmbIhl3_oyn7hOz_pAu6Mduc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/11/09 04:15:40 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AN7pvWBb2MBEeJ_3uPnQ9s7zTr2QaJi9lsrxPGgjqw0WCjlHLY86IAUzK2cdU-oD9Bbw7hGImmpFmk4bu6quh3yZfqm-PTtNZExq7-rX4kA-E2O97XkqRl_jJN6GYf07zO2KXCgZN6_5AIGJ2NrB3NZ12sZzo4QIAzIrN45kBhMWO1T4ibBWIdCo9NCpQKrosPHPhW6-lojJLhBKeYtJmS-g6hOIHdEYoIpT0VITI5bEMABF-WPfhhO382IZA3DeFttkXrnPQ0DaTIHKoqvqabYnAABK-HjDF5AuZLkPYG4HryyN8Vatlz6QYjzcel98OtMo5E0CVy93lvxnvv-xH-E 2025/11/09 04:15:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/11/09 04:15:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/11/09 04:15:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/11/09 04:15:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/11/09 04:15:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/11/09 04:15:42 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/11/09 04:15:42 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AN7pvWBb2MBEeJ_3uPnQ9s7zTr2QaJi9lsrxPGgjqw0WCjlHLY86IAUzK2cdU-oD9Bbw7hGImmpFmk4bu6quh3yZfqm-PTtNZExq7-rX4kA-E2O97XkqRl_jJN6GYf07zO2KXCgZN6_5AIGJ2NrB3NZ12sZzo4QIAzIrN45kBhMWO1T4ibBWIdCo9NCpQKrosPHPhW6-lojJLhBKeYtJmS-g6hOIHdEYoIpT0VITI5bEMABF-WPfhhO382IZA3DeFttkXrnPQ0DaTIHKoqvqabYnAABK-HjDF5AuZLkPYG4HryyN8Vatlz6QYjzcel98OtMo5E0CVy93lvxnvv-xH-E" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/11/09 04:15:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AJHkB1zm2iagPBzcUdIBizxtdLUxoQhQ7udslWKcsmuIoLsqeyN0zgVwigEEgfqGabb8-cLpos6XZhg-rhlmdvalaUzMUN2HfLvTOcsQearCTMJVWUJroTFDje68EYccMUgxk9mz5C7vo5aFC2-YCQ8EvntxMc_pWeAnGFQSemG4FBkee73qaBGGJOGDRYN7auSHhYFe16wZ5D-WcXFJA0F5NNgSgZcao3obIZ4cIccj9fM6oBDdeVOcgp12CJAxHiuG843aRCDv_vC7SvLJ3M3rmYe9TP7YqH-OEGdXb4apdB4A1gmuKhxdgUo5by3ZpDW3pAPH-1wNPplkucRWH_0 2025/11/09 04:15:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/11/09 04:15:46 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/11/09 04:15:46 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AJHkB1zm2iagPBzcUdIBizxtdLUxoQhQ7udslWKcsmuIoLsqeyN0zgVwigEEgfqGabb8-cLpos6XZhg-rhlmdvalaUzMUN2HfLvTOcsQearCTMJVWUJroTFDje68EYccMUgxk9mz5C7vo5aFC2-YCQ8EvntxMc_pWeAnGFQSemG4FBkee73qaBGGJOGDRYN7auSHhYFe16wZ5D-WcXFJA0F5NNgSgZcao3obIZ4cIccj9fM6oBDdeVOcgp12CJAxHiuG843aRCDv_vC7SvLJ3M3rmYe9TP7YqH-OEGdXb4apdB4A1gmuKhxdgUo5by3ZpDW3pAPH-1wNPplkucRWH_0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/11/09 04:15:47 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AChQxPNoKp2GRp2umpC9RAp2xH0Oh_BYuIWwRuT_ePww3M5ZNk45uCY6z9jfoZiLg1yFbZv0j3GI5fefvPUKfSyV3mofBZHYxdcBG-jxbaG6lijDM0407Xd66OS8Ub0L8dDYynKRMVDdh7ZNoVkBGWDtTq_fIQDG-YLs7koQdbLPn3l_ZUSOgzW4P8u3BN76NYSpGv4In8-w7kIkI50-g_0nC6Rit5ag0-EnZrvakRCxs4gxIUP1xb2JBYrcZogSimxFI7UxU8riXxPibaymkpVRyF1zihZM5D_wFk-u0sLlZJ9_Afq_jDsBu53-sqHmDNz5tMMOTQU-hhFXh_fSX54 2025/11/09 04:15:47 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/11/09 04:15:48 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/09 04:15:48 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AChQxPNoKp2GRp2umpC9RAp2xH0Oh_BYuIWwRuT_ePww3M5ZNk45uCY6z9jfoZiLg1yFbZv0j3GI5fefvPUKfSyV3mofBZHYxdcBG-jxbaG6lijDM0407Xd66OS8Ub0L8dDYynKRMVDdh7ZNoVkBGWDtTq_fIQDG-YLs7koQdbLPn3l_ZUSOgzW4P8u3BN76NYSpGv4In8-w7kIkI50-g_0nC6Rit5ag0-EnZrvakRCxs4gxIUP1xb2JBYrcZogSimxFI7UxU8riXxPibaymkpVRyF1zihZM5D_wFk-u0sLlZJ9_Afq_jDsBu53-sqHmDNz5tMMOTQU-hhFXh_fSX54" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/11/09 04:15:49 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AM2jYEULGxbdd00O-XIO07BYPNuZibipO2G2JhOlJEvrYw96IpSQFKf6d2WHawPOcrb9eBI2TQDYsGvP-3zlASTxy0veE1am5WDSbuIO9QuoYLFVmnGpEBZrZaJaSLCcqAdSYLtAYEjLEC_voSi3gV7aEpeWNlq5E-GVdTApRuKW6Lgy8wTeO9_nyqysAAhJsVowopdh_vMNniNuz6WE7369YQCi8x00F5o5FTL140KPzbQUff3qmZ-g9BYvp_xeU-4enSQUqpgTIe6da5n-nB65Lyry5YTpBm26_4dDS_lec3TP5RkgggvA2Z7d371IEEyGvzoYGxvSYaM5ZueEvlc 2025/11/09 04:15:49 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/11/09 04:15:50 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/09 04:15:50 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AM2jYEULGxbdd00O-XIO07BYPNuZibipO2G2JhOlJEvrYw96IpSQFKf6d2WHawPOcrb9eBI2TQDYsGvP-3zlASTxy0veE1am5WDSbuIO9QuoYLFVmnGpEBZrZaJaSLCcqAdSYLtAYEjLEC_voSi3gV7aEpeWNlq5E-GVdTApRuKW6Lgy8wTeO9_nyqysAAhJsVowopdh_vMNniNuz6WE7369YQCi8x00F5o5FTL140KPzbQUff3qmZ-g9BYvp_xeU-4enSQUqpgTIe6da5n-nB65Lyry5YTpBm26_4dDS_lec3TP5RkgggvA2Z7d371IEEyGvzoYGxvSYaM5ZueEvlc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/11/09 04:15:51 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AH7GtHw44uv4xOYJh3wA95LupVX7UslQhyYHySpLyNjzGeyf7hOYSIl8G0J9Xyp4N1Oi36yrV0qoSIXi0w3cfP3cQAZfTPg6hDy6xZHr9znX3te_Jw6dcijIvY1y5jLSBVSI-1uidwC59hgjX5afRNzuSB-dc8mnbEagwh_XMVW5XPokLSRPAZnEIQiXH4H77fRZBasRPrTFpjBOUOFEV3f4tgpcmFTlKq0XJXjszFVH6_ksZPFLC4fvaYgJ1obia6cBBcKWqm_EkJNN92yRyiTkF6Y3K_upIWVnu1waDReYFUlPydQrx1aJdXar8RQtRr6HnLlKJMuuDG4gvGveYT8 2025/11/09 04:15:51 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/11/09 04:15:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/11/09 04:15:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/11/09 04:15:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/09 04:15:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/09 04:15:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/11/09 04:15:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AH7GtHw44uv4xOYJh3wA95LupVX7UslQhyYHySpLyNjzGeyf7hOYSIl8G0J9Xyp4N1Oi36yrV0qoSIXi0w3cfP3cQAZfTPg6hDy6xZHr9znX3te_Jw6dcijIvY1y5jLSBVSI-1uidwC59hgjX5afRNzuSB-dc8mnbEagwh_XMVW5XPokLSRPAZnEIQiXH4H77fRZBasRPrTFpjBOUOFEV3f4tgpcmFTlKq0XJXjszFVH6_ksZPFLC4fvaYgJ1obia6cBBcKWqm_EkJNN92yRyiTkF6Y3K_upIWVnu1waDReYFUlPydQrx1aJdXar8RQtRr6HnLlKJMuuDG4gvGveYT8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/11/09 04:15:54 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AOp65GrXI2BVWee5ifQ0_FvB74pFjqaTHUGPo3t54r69t-qzW1NibVmj36PQlq2tNPJueHwCgUmZWBtzUGkOtq4MPfzwXOqE79OW7AzA37FQMVzpni7tShyWBjYWb3MfCVU5Bs_XnxxubpF6Tcmiev151QaJIRKuqPtXw47_NXQD9Xpmc7KUGfBZGLR3U6vB7dh09lPl3yJyzD87LL9e_jU--KOB7EgmsxwmPZ-fUa206sxzK7FdHWafzRlcjns8NU1LSJPBcES3Y19vSAkBKI6yp73DBb86Ph-mRuLJdN_aalphkzIDaASWOcoraPBTRTXp8aPfP2rK2BrOdNdBQxM 2025/11/09 04:15:54 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/11/09 04:15:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/11/09 04:15:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/11/09 04:15:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/11/09 04:15:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/11/09 04:15:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/11/09 04:15:55 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AOp65GrXI2BVWee5ifQ0_FvB74pFjqaTHUGPo3t54r69t-qzW1NibVmj36PQlq2tNPJueHwCgUmZWBtzUGkOtq4MPfzwXOqE79OW7AzA37FQMVzpni7tShyWBjYWb3MfCVU5Bs_XnxxubpF6Tcmiev151QaJIRKuqPtXw47_NXQD9Xpmc7KUGfBZGLR3U6vB7dh09lPl3yJyzD87LL9e_jU--KOB7EgmsxwmPZ-fUa206sxzK7FdHWafzRlcjns8NU1LSJPBcES3Y19vSAkBKI6yp73DBb86Ph-mRuLJdN_aalphkzIDaASWOcoraPBTRTXp8aPfP2rK2BrOdNdBQxM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/11/09 04:15:58 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AEAf4I7OhJbIv8SFCqHxG2vR1jBRC9mwFb4xBYubKT9p-sGdsVsSsnuIEjLKkdLWudJwge192gpjuSoetO3HkZBuYC_IuEiyDFmwnNMrSkgp6nbevb6lWMHt-KPy7I5xU141J4ws5KgGIum_eyRUCoT4h2fifqr2zVl3e8xi9TBMZpdPmOQFvZYYYOiWRod1qgo_khO96p8F49YpodWdqk-oENbzFlX-XwsJiMSmr1HsuDDtA9pwZedEnE4sOLNz5zDxdUYhMtYs4XBE1S2N5gTd_xfL6cDKWohe-wjc7HqdsQ1ragoKW4n5H2ctNC5LSC05QLpBl0ktM_otVY7Pu8k 2025/11/09 04:15:58 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/11/09 04:15:59 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/11/09 04:16:00 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "AEAf4I7OhJbIv8SFCqHxG2vR1jBRC9mwFb4xBYubKT9p-sGdsVsSsnuIEjLKkdLWudJwge192gpjuSoetO3HkZBuYC_IuEiyDFmwnNMrSkgp6nbevb6lWMHt-KPy7I5xU141J4ws5KgGIum_eyRUCoT4h2fifqr2zVl3e8xi9TBMZpdPmOQFvZYYYOiWRod1qgo_khO96p8F49YpodWdqk-oENbzFlX-XwsJiMSmr1HsuDDtA9pwZedEnE4sOLNz5zDxdUYhMtYs4XBE1S2N5gTd_xfL6cDKWohe-wjc7HqdsQ1ragoKW4n5H2ctNC5LSC05QLpBl0ktM_otVY7Pu8k" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/11/09 04:16:01 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: ADsGC1ohEw-wxfu-G9zIL3vCoW0NqeyQ_hL3JE-rJQaLPV-9j271AG2UTNYUamFn-34wlJ7y6Zg9TfwDjVVeC_7I9-KdnKj3HdgeB9OvqLnG39Fr3I41URg4jt8Q3HFP4826oIoMcyVobH8HUAKYIW_NrbP_qmBM4VtHGLJRVO7NP9_OcMdStKcbwVBb3F3DUJywJAmP2LyhLulglYgxrt-2KAiOM4yiBOl_AUJ7ErWwlO7tDC7TUJa40-YEm7E4ndX7OmorFxCckli1u4hMonVk2Zr1LFgxqNvilHEXd8Q7Xei_bHIJqsDsZXSVFPNslCdXruTy5xi31OSCSO83jsI 2025/11/09 04:16:01 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/11/09 04:16:02 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/09 04:16:02 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "ADsGC1ohEw-wxfu-G9zIL3vCoW0NqeyQ_hL3JE-rJQaLPV-9j271AG2UTNYUamFn-34wlJ7y6Zg9TfwDjVVeC_7I9-KdnKj3HdgeB9OvqLnG39Fr3I41URg4jt8Q3HFP4826oIoMcyVobH8HUAKYIW_NrbP_qmBM4VtHGLJRVO7NP9_OcMdStKcbwVBb3F3DUJywJAmP2LyhLulglYgxrt-2KAiOM4yiBOl_AUJ7ErWwlO7tDC7TUJa40-YEm7E4ndX7OmorFxCckli1u4hMonVk2Zr1LFgxqNvilHEXd8Q7Xei_bHIJqsDsZXSVFPNslCdXruTy5xi31OSCSO83jsI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/11/09 04:16:03 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ALPcOZwLJUogk8j1z7X5kpvUNZ788M99_hGdUaGaYhI8orgpMPUrMUlIfPLZK8ZDlfjFzAqWkq2y79vgPgP-aLj0bh7g-sSqqB9GsltTrC6hqVuzL3D4Wa4aEnVAlrO0uXt4TJdK9bxwqNbkIEtRSSRoQzHOGR4QngfY1owAuRN9FWBwEPS9A3g_uNBfmdJTZJ1igfXxFkfWwWv_IFqH80eRXliUCWx4M0t7FTip1zqcrd4wxI3xXu4iO3aMmZ8JPDQZc5QaWgXqJadCQIpsm6caRr8tDF6pY4j370kR1-_rKwxOuERhrGeQpb324gkMts9eBGDxQ08nhxouqgdUCX0 2025/11/09 04:16:03 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/11/09 04:16:04 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/09 04:16:04 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ALPcOZwLJUogk8j1z7X5kpvUNZ788M99_hGdUaGaYhI8orgpMPUrMUlIfPLZK8ZDlfjFzAqWkq2y79vgPgP-aLj0bh7g-sSqqB9GsltTrC6hqVuzL3D4Wa4aEnVAlrO0uXt4TJdK9bxwqNbkIEtRSSRoQzHOGR4QngfY1owAuRN9FWBwEPS9A3g_uNBfmdJTZJ1igfXxFkfWwWv_IFqH80eRXliUCWx4M0t7FTip1zqcrd4wxI3xXu4iO3aMmZ8JPDQZc5QaWgXqJadCQIpsm6caRr8tDF6pY4j370kR1-_rKwxOuERhrGeQpb324gkMts9eBGDxQ08nhxouqgdUCX0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/11/09 04:16:05 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: AHsQi0HIfOOte8S4pLMNWCxpPYJMXbvYN9-1hNLn0rdiIJIKDle5F8jUdjpNd65AvpxUIm2oJMLELr6442oNJ4fmg2N2YFMibvkq87Zfr46dgCeHUbN7VhsrqudZp1Hh2OzRKNjl4qpzEdETj0bKNGkJc09d_7nHHXjVp0qUPmSgyEV0Bs0MBkKTbcOX70Z6HojsqS5ys3Q4eLGnnYcAJQLbxQQStu0EMe99RjkQ0pWnHkcM_YdVDVxRMJlf6ggJtDTmkud6mI4tJO9iusikOPjKrQBOk1wnAOmLT4jCGoncR8hlBMmREvBIF5cK0cb2yEn-dwPEDEUBF8P15AnZKek 2025/11/09 04:16:05 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/11/09 04:16:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/11/09 04:16:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/11/09 04:16:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/09 04:16:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/11/09 04:16:07 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/11/09 04:16:07 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "AHsQi0HIfOOte8S4pLMNWCxpPYJMXbvYN9-1hNLn0rdiIJIKDle5F8jUdjpNd65AvpxUIm2oJMLELr6442oNJ4fmg2N2YFMibvkq87Zfr46dgCeHUbN7VhsrqudZp1Hh2OzRKNjl4qpzEdETj0bKNGkJc09d_7nHHXjVp0qUPmSgyEV0Bs0MBkKTbcOX70Z6HojsqS5ys3Q4eLGnnYcAJQLbxQQStu0EMe99RjkQ0pWnHkcM_YdVDVxRMJlf6ggJtDTmkud6mI4tJO9iusikOPjKrQBOk1wnAOmLT4jCGoncR8hlBMmREvBIF5cK0cb2yEn-dwPEDEUBF8P15AnZKek" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/11/09 04:16:08 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: ADVyYmCxIpKtxiKjHIWTlLjXlH1HyE-0_f3n9Vbj6GNJ5csvunzqQGuJTdauheySv3u-rcT9q8WCGhFnMI0PaRgSVCQM2zXIYWixFU1Q-xaY3huOdoQqwWkqm08V8AWk1P3DqtRGf6BvgbzYGP24Q5ADEHbDMuLTA0t-CzKvh6sdtLHtmpu9kC9H6eWgMl8FkvOu-fZADLUHYwTWbmCM0TNWJCBDS45nVkpexpDCw6qhviVEB30I6GtY0jqRB45YZMwNnXQmspW3otZ9iSZ_lwWfOOIv-YyVmV0xo59GnwUqs8LVo2blDO841ZoqPf4Y94LMjcvFiWA2qCjlUhQrde8 2025/11/09 04:16:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/11/09 04:16:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/11/09 04:16:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/11/09 04:16:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/11/09 04:16:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/11/09 04:16:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/11/09 04:16:10 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "ADVyYmCxIpKtxiKjHIWTlLjXlH1HyE-0_f3n9Vbj6GNJ5csvunzqQGuJTdauheySv3u-rcT9q8WCGhFnMI0PaRgSVCQM2zXIYWixFU1Q-xaY3huOdoQqwWkqm08V8AWk1P3DqtRGf6BvgbzYGP24Q5ADEHbDMuLTA0t-CzKvh6sdtLHtmpu9kC9H6eWgMl8FkvOu-fZADLUHYwTWbmCM0TNWJCBDS45nVkpexpDCw6qhviVEB30I6GtY0jqRB45YZMwNnXQmspW3otZ9iSZ_lwWfOOIv-YyVmV0xo59GnwUqs8LVo2blDO841ZoqPf4Y94LMjcvFiWA2qCjlUhQrde8" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/11/09 04:16:12 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/11/09 04:16:14 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/11/09 04:16:17 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/11/09 04:16:20 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/11/09 04:16:23 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/11/09 04:16:25 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AOKqgXPkdP1fDwQuL-9D3zAjk3Nw7HkU4ArASDiWiUL_gob4TM07DeJgB5AdTx63v3P9hFe7zWj37-Tff3tQ-ztaC3FA5ZFG-PCxzVNAoa5kyodxB_1wr00FZ5-Dgp40YQzJ0nYoIZz8tzEOVbNvdK73sQNt5L46mwj0ys0N6WrMYpguZmy8TksNQ9l2spKER1B02nRPrnpRTcq8YWRh4sL8Kgk52zEgFZu6xLkSuxry8i_g3TT3dj2xcDrVggyYrHBpqc7TY1MzKU6ph2Tp60eRmKVLf9DL-2CPb7lHszbaxYrm-dnbcBXjhFECV4Sv6dZ5-cUCUHGMH3jlxatGtSc 2025/11/09 04:16:25 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/11/09 04:16:25 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "7d1108b2da0ca2a8d729f7ef340e25e7" 2025/11/09 04:16:25 DEBUG : unknown-size-put.txt: multipart upload "AOKqgXPkdP1fDwQuL-9D3zAjk3Nw7HkU4ArASDiWiUL_gob4TM07DeJgB5AdTx63v3P9hFe7zWj37-Tff3tQ-ztaC3FA5ZFG-PCxzVNAoa5kyodxB_1wr00FZ5-Dgp40YQzJ0nYoIZz8tzEOVbNvdK73sQNt5L46mwj0ys0N6WrMYpguZmy8TksNQ9l2spKER1B02nRPrnpRTcq8YWRh4sL8Kgk52zEgFZu6xLkSuxry8i_g3TT3dj2xcDrVggyYrHBpqc7TY1MzKU6ph2Tp60eRmKVLf9DL-2CPb7lHszbaxYrm-dnbcBXjhFECV4Sv6dZ5-cUCUHGMH3jlxatGtSc" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/11/09 04:16:26 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AIcdNtoZpP72XojB0ayTsk7WshCM206MGVQXGW1XkkH14-SgJrmFEoPxUUUJPEkDP4e-erc8DUWEadMC6PiFMdREZnNeK6vjIfla2xQ0QnUYTtJH9TyJXEAcOflLWVyoelnReodiHlws_1ZNY62W38GQOWjvCRqFQeYua4Myr6Nh39B5gUZQ0_CIG-CnO1PYldYnd_zMLjEeP6VdYuXGHbOi-cOnHP4_Kvst18U6lQ8vibmpFo2VW30mrpwglWqSp66lp6JMQLhfsLDb8dSY_AkgtZkA3npotjRUKmLUgpzKPdV2IU_bL4wJ4oy_TJbF2FQ4WDOaT1sKiuXIraCL72k 2025/11/09 04:16:26 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/11/09 04:16:26 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "551103e29eb12db9a2c8d04a8c9a8fa2" 2025/11/09 04:16:26 DEBUG : unknown-size-update.txt: multipart upload "AIcdNtoZpP72XojB0ayTsk7WshCM206MGVQXGW1XkkH14-SgJrmFEoPxUUUJPEkDP4e-erc8DUWEadMC6PiFMdREZnNeK6vjIfla2xQ0QnUYTtJH9TyJXEAcOflLWVyoelnReodiHlws_1ZNY62W38GQOWjvCRqFQeYua4Myr6Nh39B5gUZQ0_CIG-CnO1PYldYnd_zMLjEeP6VdYuXGHbOi-cOnHP4_Kvst18U6lQ8vibmpFo2VW30mrpwglWqSp66lp6JMQLhfsLDb8dSY_AkgtZkA3npotjRUKmLUgpzKPdV2IU_bL4wJ4oy_TJbF2FQ4WDOaT1sKiuXIraCL72k" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/11/09 04:16:27 DEBUG : Creating backend with remote "TestS3R2:rclone-test-dafepey9mule/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/09 04:16:27 DEBUG : Waiting for deletions to finish 2025/11/09 04:16:27 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/11/09 04:16:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/11/09 04:16:27 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/11/09 04:16:28 INFO : S3 bucket rclone-test-dafepey9mule: Bucket "rclone-test-dafepey9mule" deleted 2025/11/09 04:16:28 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (138.06s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.29s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.34s) --- PASS: TestIntegration/FsMkdir (135.72s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.23s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.12s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.09s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.09s) --- PASS: TestIntegration/FsMkdir/FsEncoding (15.26s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.74s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.92s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.84s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.77s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.73s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.74s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.79s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.51s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (2.72s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (24.80s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.47s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.08s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.96s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.58s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.74s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.65s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.69s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (4.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.44s) --- 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.37s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.93s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.73s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.42s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (74.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (11.20s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (3.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (4.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.81s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (4.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.11s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (11.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (2.96s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.68s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.74s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (5.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (10.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (3.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (1.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (3.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (4.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (12.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (3.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (2.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (4.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (2.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (4.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (2.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (13.31s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (3.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (4.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (1.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (5.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (14.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (4.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (2.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (4.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (2.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (5.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (2.71s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (13.84s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (2.24s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (2.25s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (3.04s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (3.24s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (3.07s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.06s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.79s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.27s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.17s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 s3_test.go:44: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2025/11/09 04:16:28 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/11/09 04:16:28 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 138.119s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 2m19.834574723s (try 1/5)