"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/08/19 04:53:41 NOTICE: TestS3R2: Starting server 2025/08/19 04:53:41 DEBUG : Creating backend with remote "TestS3R2:rclone-test-tijogip9lebe" 2025/08/19 04:53:41 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/08/19 04:53:42 INFO : S3 bucket rclone-test-tijogip9lebe: Bucket "rclone-test-tijogip9lebe" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/08/19 04:53:45 INFO : S3 bucket rclone-test-tijogip9lebe: Bucket "rclone-test-tijogip9lebe" deleted === RUN TestIntegration/FsMkdir 2025/08/19 04:53:46 INFO : S3 bucket rclone-test-tijogip9lebe: Bucket "rclone-test-tijogip9lebe" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/08/19 04:53:46 INFO : dir/subdir: Making directory fstest.go:247: Filtering empty directory "dir" fstest.go:247: Filtering empty directory "dir/subdir" 2025/08/19 04:53:46 INFO : dir/subdir: Removing directory fstest.go:247: Filtering empty directory "dir" 2025/08/19 04:53:46 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/08/19 04:54:27 NOTICE: S3 bucket rclone-test-tijogip9lebe: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/08/19 04:54:27 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: ACtFetwNn_lWRB2_uPRZPZ7EI5-WXpPvTZu7_0eaEWzNTxjTZN6HTpkAOAz51GviA8ZkTjz8qwgvHaLlWIijsTzDAETBVCNAbqPd59ghmMKWO-bg2is6ZnwN_e1N4ULtxoPfNXCpkJr0NzQcRG2w40RfxdQT-YpRaDXQmN6YgnkYLUHlmOZt_N3wGx4FLygYJg8shmEhCwp6jLV9EWAQDx2V-277QsD8C1lTqyMKyQsCSSjOtel_vgLLZO115xIhoCWwUj1xhwBEAHYNMoT29Nycyqncks2fTlx-qrMnaKc_P_SD2IhwJLW5wniB0NyfaM-HEAqMS1bCGnMM7wpyuU8 2025/08/19 04:54:28 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "038e85ae6fba56fea34f77e1aa3ac6d7" 2025/08/19 04:54:28 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "018b6516573ffa609b4bf4dcc3824e33" 2025/08/19 04:54:29 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "72f36ae935ad0143a2f334bcb6e3ded2" 2025/08/19 04:54:30 DEBUG : writer-at-subdir/writer-at-file: multipart upload "ACtFetwNn_lWRB2_uPRZPZ7EI5-WXpPvTZu7_0eaEWzNTxjTZN6HTpkAOAz51GviA8ZkTjz8qwgvHaLlWIijsTzDAETBVCNAbqPd59ghmMKWO-bg2is6ZnwN_e1N4ULtxoPfNXCpkJr0NzQcRG2w40RfxdQT-YpRaDXQmN6YgnkYLUHlmOZt_N3wGx4FLygYJg8shmEhCwp6jLV9EWAQDx2V-277QsD8C1lTqyMKyQsCSSjOtel_vgLLZO115xIhoCWwUj1xhwBEAHYNMoT29Nycyqncks2fTlx-qrMnaKc_P_SD2IhwJLW5wniB0NyfaM-HEAqMS1bCGnMM7wpyuU8" 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/08/19 04:54:36 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/08/19 04:54:36 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/08/19 04:54:40 DEBUG : S3 bucket rclone-test-tijogip9lebe: bucket is versioned: false 2025/08/19 04:54:40 DEBUG : Waiting for deletions to finish 2025/08/19 04:54:41 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/08/19 04:54:41 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/08/19 04:54:41 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/08/19 04:54:43 DEBUG : Creating backend with remote "TestS3R2:rclone-test-tijogip9lebe/dirToPurgeFromRoot" 2025/08/19 04:54:43 DEBUG : S3 bucket rclone-test-tijogip9lebe path dirToPurgeFromRoot: bucket is versioned: false 2025/08/19 04:54:43 DEBUG : Waiting for deletions to finish 2025/08/19 04:54:43 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/08/19 04:54:43 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/08/19 04:54:44 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/08/19 04:54:44 DEBUG : Creating backend with remote "TestS3R2:rclone-test-tijogip9lebe/hello? sausage/êé" 2025/08/19 04:54:47 DEBUG : S3 bucket rclone-test-tijogip9lebe path hello? sausage/êé: bucket is versioned: false 2025/08/19 04:54:47 DEBUG : Waiting for deletions to finish 2025/08/19 04:54:47 DEBUG : "a/b/c/d/e.txt" version false 2025/08/19 04:54:47 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/08/19 04:54:48 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/08/19 04:55:02 DEBUG : Creating backend with remote "TestS3R2:rclone-test-tijogip9lebe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/08/19 04:55:02 DEBUG : Config file has changed externally - reloading === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/08/19 04:55:03 DEBUG : Creating backend with remote "TestS3R2:rclone-test-tijogip9lebe/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-tijogip9lebe" from "TestS3R2:rclone-test-tijogip9lebe" 2025/08/19 04:55:03 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2052: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2131: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2281: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/08/19 04:55:13 DEBUG : piped data.txt: open chunk writer: started multipart upload: AIMX03Kt6-GxnCSnIkxJ8JIsvCaJ3IYNpV_nH53vNLH8kQWH4VbiGPhOBk4G0tk2YXZ0nDZ9ucHWYWWH--QSBnUqVL0w61LjwVqkoRZTCw8LlWfqQ6T8m_qV7wHO8Ng0AO4pfPa-yCLA-04F7LgooZbJe___bPXbzR9EVJIrVxpIhCBKgBZmjOieVyMOR55E0MglFXrjvgIiT46-_yy57bGE5BdEi4A9x3K4e7obqEXdjG3Os95yRTkvJUdgYQoeL07mr2giopTOQXWS6F6FMliF3cNBI1G8nvU_OCtHt13_psKmxZZj8rvK1xR6_K5OFh12MSXE8au9r-WWRyNcZZ0 2025/08/19 04:55:13 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/08/19 04:55:14 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/08/19 04:55:14 DEBUG : piped data.txt: multipart upload "AIMX03Kt6-GxnCSnIkxJ8JIsvCaJ3IYNpV_nH53vNLH8kQWH4VbiGPhOBk4G0tk2YXZ0nDZ9ucHWYWWH--QSBnUqVL0w61LjwVqkoRZTCw8LlWfqQ6T8m_qV7wHO8Ng0AO4pfPa-yCLA-04F7LgooZbJe___bPXbzR9EVJIrVxpIhCBKgBZmjOieVyMOR55E0MglFXrjvgIiT46-_yy57bGE5BdEi4A9x3K4e7obqEXdjG3Os95yRTkvJUdgYQoeL07mr2giopTOQXWS6F6FMliF3cNBI1G8nvU_OCtHt13_psKmxZZj8rvK1xR6_K5OFh12MSXE8au9r-WWRyNcZZ0" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/08/19 04:55:16 DEBUG : piped data.txt: open chunk writer: started multipart upload: AOhV0-BUP16cVyEPlzchGFC4VjdeqgSxQacQJouZw4jtaQbKR38KDvnlt4amZB_yyLP-VqoCZqITzyJqW85i96Fbd3HiJAH0TKfanRHgsY1dtgbYnyVRrLWM5ZSbAMCboM7VO7aDBO3X38yf966Z0JJS3KiIPYIPVFstno_yDrwEZdOgECzbnHifUhsb_CjGeS2a1e_3bzfoqw0VaAMaFIfV1W3mNKpRy4wPVtbpY3U5l8siF_t4GiC1jD4NnbkAYoY7-YQa8L6idN8mY_EXZdQCT3g6o_HRDIvjvAvn28h-LKJyI8PVagiA0rDR0PflJZRspTsd7h8kWDK6byA__wo 2025/08/19 04:55:16 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/19 04:55:16 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "c608cd76c4454ffd52f7c1df37f2ac1c" 2025/08/19 04:55:17 DEBUG : piped data.txt: multipart upload "AOhV0-BUP16cVyEPlzchGFC4VjdeqgSxQacQJouZw4jtaQbKR38KDvnlt4amZB_yyLP-VqoCZqITzyJqW85i96Fbd3HiJAH0TKfanRHgsY1dtgbYnyVRrLWM5ZSbAMCboM7VO7aDBO3X38yf966Z0JJS3KiIPYIPVFstno_yDrwEZdOgECzbnHifUhsb_CjGeS2a1e_3bzfoqw0VaAMaFIfV1W3mNKpRy4wPVtbpY3U5l8siF_t4GiC1jD4NnbkAYoY7-YQa8L6idN8mY_EXZdQCT3g6o_HRDIvjvAvn28h-LKJyI8PVagiA0rDR0PflJZRspTsd7h8kWDK6byA__wo" 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/08/19 04:55:19 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/08/19 04:55:24 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: APvbhlsiwZSlkXhiTWrdWUMQDNrOFnDxAXgulxWG5PpFSCx2IGb8ntdizWZAcIyQy5YhWFvo5yaQejBBbld0nwUdGyHHM-LDk-O3O0u_CDESJHTzRMx7XGoQqBYJqo3tQyvyLUNinA9cXf3VlgDLV_Z7hHGRSqn1mJ5nvAU0K8lo_GATyXPvCpxE0xp1OMDKmDU1uDP6oTA7ujvf-n0dZJVPlpAeF1-Xpz3RjbTxvVpSho7YZIzYneVmGZcPxsZWxAutW5eyXNLIc5H-Q8Keu33QmP5KfGmpSSu3g-CZRPaaMYgfUmuOAqED3XW2jn3U0pdCwED7mBYYXnlbBs-bLJM 2025/08/19 04:55:24 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/08/19 04:55:25 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/08/19 04:55:26 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "APvbhlsiwZSlkXhiTWrdWUMQDNrOFnDxAXgulxWG5PpFSCx2IGb8ntdizWZAcIyQy5YhWFvo5yaQejBBbld0nwUdGyHHM-LDk-O3O0u_CDESJHTzRMx7XGoQqBYJqo3tQyvyLUNinA9cXf3VlgDLV_Z7hHGRSqn1mJ5nvAU0K8lo_GATyXPvCpxE0xp1OMDKmDU1uDP6oTA7ujvf-n0dZJVPlpAeF1-Xpz3RjbTxvVpSho7YZIzYneVmGZcPxsZWxAutW5eyXNLIc5H-Q8Keu33QmP5KfGmpSSu3g-CZRPaaMYgfUmuOAqED3XW2jn3U0pdCwED7mBYYXnlbBs-bLJM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/08/19 04:55:27 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: AEX5c2wwgpzLHvkWZ1QUTWuf3dl12RrCkWCKDGr891B5jcM677bB93A5DDN6MCQotM7eino1TnEswPHRjsQXtPwPuK15Kf_K2aAsqFiXsGcD2JCRqHOs2c43SUg3Xc5H1I6E330Q7ZQtWCwENdBUk39D1Vv5KG_GqC0YGP0COKPcAAeHfLZoZUqkwnVONQzhsIodRls12dyafqQxT_uVDsg3t--40ki6VwcYmhH6CXtIQcYTN52oKde96V06q4eAUYtZk-qRlmJuKCQKwCP4wcRIgAOsDh26ZMIJNMyQuQErJodKBNcvY9WjOrXsRH02fu-KFTF_8wbghjffJva0rqw 2025/08/19 04:55:28 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/08/19 04:55:28 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/19 04:55:29 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "AEX5c2wwgpzLHvkWZ1QUTWuf3dl12RrCkWCKDGr891B5jcM677bB93A5DDN6MCQotM7eino1TnEswPHRjsQXtPwPuK15Kf_K2aAsqFiXsGcD2JCRqHOs2c43SUg3Xc5H1I6E330Q7ZQtWCwENdBUk39D1Vv5KG_GqC0YGP0COKPcAAeHfLZoZUqkwnVONQzhsIodRls12dyafqQxT_uVDsg3t--40ki6VwcYmhH6CXtIQcYTN52oKde96V06q4eAUYtZk-qRlmJuKCQKwCP4wcRIgAOsDh26ZMIJNMyQuQErJodKBNcvY9WjOrXsRH02fu-KFTF_8wbghjffJva0rqw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/08/19 04:55:31 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AKplbjJcuRr5wyvDyAgJkT-HNGYIzYWDP0zpkOa4EsxfdREB_E9y4M9jD4cRPIu-T7bFE6FfDndocmlrlMLL7oY8tb5qMlSZis_bLSRGNbxnX7YHJumVMfNtCfTNqg4TCgiknOedkUkNAtA2wy2ClvTV3SA01QokW8Uc23wP7m_ZrhSRa_k9N_qNRngFustJF0lrANbA7Im-I03QhKU1GEVv2L7ca6C3Uwaox5EFAz-VcdVLNnLLOJCdQEPbe6x2ndZW82j63BD6N0TsrSuoOB-wTJVMg2vudhDbp6tJqm67KNMuDli3SywaqaHiCZUxF0AVYYr_AKG36nXiv8d5s2w 2025/08/19 04:55:31 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/19 04:55:32 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/19 04:55:33 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AKplbjJcuRr5wyvDyAgJkT-HNGYIzYWDP0zpkOa4EsxfdREB_E9y4M9jD4cRPIu-T7bFE6FfDndocmlrlMLL7oY8tb5qMlSZis_bLSRGNbxnX7YHJumVMfNtCfTNqg4TCgiknOedkUkNAtA2wy2ClvTV3SA01QokW8Uc23wP7m_ZrhSRa_k9N_qNRngFustJF0lrANbA7Im-I03QhKU1GEVv2L7ca6C3Uwaox5EFAz-VcdVLNnLLOJCdQEPbe6x2ndZW82j63BD6N0TsrSuoOB-wTJVMg2vudhDbp6tJqm67KNMuDli3SywaqaHiCZUxF0AVYYr_AKG36nXiv8d5s2w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/08/19 04:55:35 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ADOlseWNu_NzmmsrjkcYt-BDXomHmtqF03-renl_SaenaxfC-lLhmLw5gEqoUdGRSJPL7PqHbf4osTtIupZ8wrh5kIKpFDg2gN8G4NU44_n4dUUosUxo5PfOHXCkgps_4qUmr0RZ54YG1YxhHvBeYpfSBS1zOOtgypTrgnbilW35-QFavzyzJUnVAElERF99yhvwXdftiakJdELkj4rw5tpRTSIshMAUJWKsY0J-XKZgCMKZTOe2nGBNWBwE00-gFAOvd60DsOAGHya7uMAjNY_AAsc2eo38zlS4jNuKUYDVzrpnEeO6Orb_brWcu6ZisGEhI-KGVKzYqLmtgSxn674 2025/08/19 04:55:35 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/08/19 04:55:35 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/08/19 04:55:35 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/08/19 04:55:35 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/19 04:55:35 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/19 04:55:36 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/19 04:55:37 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ADOlseWNu_NzmmsrjkcYt-BDXomHmtqF03-renl_SaenaxfC-lLhmLw5gEqoUdGRSJPL7PqHbf4osTtIupZ8wrh5kIKpFDg2gN8G4NU44_n4dUUosUxo5PfOHXCkgps_4qUmr0RZ54YG1YxhHvBeYpfSBS1zOOtgypTrgnbilW35-QFavzyzJUnVAElERF99yhvwXdftiakJdELkj4rw5tpRTSIshMAUJWKsY0J-XKZgCMKZTOe2nGBNWBwE00-gFAOvd60DsOAGHya7uMAjNY_AAsc2eo38zlS4jNuKUYDVzrpnEeO6Orb_brWcu6ZisGEhI-KGVKzYqLmtgSxn674" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/08/19 04:55:39 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ANUzVWUbHbK5CihBvkOM4wNtese248jCM3ITDvDAt3sm3nKyETowWIgwpD2DIHUwDTubj17kBQrui86mv9Ysu9qi9y0vMnANF10OthHal0otDCy8H32Kg9XjKyyKHVIotxiYWv5Cv8Nf-_v0grA_Fq1o_29CHI3zOUYEwlEkLCJtJpvyGHhPxIdBzvN7c2HFPEfBkdNBNzi5qZJu-ubq8JJyHFAo-3HKZMNwDrw0aTBhk4IbDNgKfk6PJynB6YynRtL2_Z_BKJqHkhHlSp7yhKDsXHCXjN3aQPfKV-07g_PEoxyxkNde8cxN9U-djUuePaNgVfdPFauSL9MzOHj7kyI 2025/08/19 04:55:39 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/19 04:55:39 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/08/19 04:55:39 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/08/19 04:55:40 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/19 04:55:40 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/19 04:55:40 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/19 04:55:41 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ANUzVWUbHbK5CihBvkOM4wNtese248jCM3ITDvDAt3sm3nKyETowWIgwpD2DIHUwDTubj17kBQrui86mv9Ysu9qi9y0vMnANF10OthHal0otDCy8H32Kg9XjKyyKHVIotxiYWv5Cv8Nf-_v0grA_Fq1o_29CHI3zOUYEwlEkLCJtJpvyGHhPxIdBzvN7c2HFPEfBkdNBNzi5qZJu-ubq8JJyHFAo-3HKZMNwDrw0aTBhk4IbDNgKfk6PJynB6YynRtL2_Z_BKJqHkhHlSp7yhKDsXHCXjN3aQPfKV-07g_PEoxyxkNde8cxN9U-djUuePaNgVfdPFauSL9MzOHj7kyI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/08/19 04:55:45 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AIqQECM6fsFKeATK0TNzUyyKvb1x9-HNCYl5Hb_gAlFvThANNyJ8yBIoHZdV1AuAobQ5lRxWpbUuHjEOng5Gi25SDrQxsoNUWiKrE9Z8Cy6uOCivX74CC4sTA7o4foHpu_YHJeUUKij96u84-mfKR5_UVApuEDK88WxCFNwogIVC9HP1cmK7K-PpYQC2MMH0BEagNSrDT0HKu0WUWFSPlk6JUyBPNfwQgK5ycEnXA4qHhJkTKZxKoGsB-k_iNto2RB0tdCKcyJsGD_i0JEEjP58CQ0XNZdvWcF5o6xtSnPU2pJEb6GKe8EBMDw-lMKZ9m4tMf2wI1WyDUNIqvjZ1kCA 2025/08/19 04:55:45 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/19 04:55:46 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/08/19 04:55:47 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AIqQECM6fsFKeATK0TNzUyyKvb1x9-HNCYl5Hb_gAlFvThANNyJ8yBIoHZdV1AuAobQ5lRxWpbUuHjEOng5Gi25SDrQxsoNUWiKrE9Z8Cy6uOCivX74CC4sTA7o4foHpu_YHJeUUKij96u84-mfKR5_UVApuEDK88WxCFNwogIVC9HP1cmK7K-PpYQC2MMH0BEagNSrDT0HKu0WUWFSPlk6JUyBPNfwQgK5ycEnXA4qHhJkTKZxKoGsB-k_iNto2RB0tdCKcyJsGD_i0JEEjP58CQ0XNZdvWcF5o6xtSnPU2pJEb6GKe8EBMDw-lMKZ9m4tMf2wI1WyDUNIqvjZ1kCA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/08/19 04:55:48 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ALHJGxv5CK0sVpR_VKMYY2ztehmvdYKQ1c0AcJiRapefffOdz_FYf65zpNNXeMcH2mgGc8RQpOpUo80O6HPyBv2an9fM7FgBHm7iLEGRdxzJEAL0qJbhxXDnd2mQ00cyHATyG7ux5umCmxZPDsGkD_ojZzcTCXaIjXceODQ1bElc76MCAW54LuITVEfQ-K-O3XFgU0r8mZwM73TV2-NhEVLowhzlSozH2VXsE7imAu4nYOfmHgYVfPosMeYgVzFHNdbCDKawyK8CAzyIvT_Gz9nRRS-Gz6JSsfOZDVXUreXPr0QGwcL_O6g7M11juffzSY2YVAfHJymbawtRjIB_k04 2025/08/19 04:55:49 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/08/19 04:55:49 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/19 04:55:50 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ALHJGxv5CK0sVpR_VKMYY2ztehmvdYKQ1c0AcJiRapefffOdz_FYf65zpNNXeMcH2mgGc8RQpOpUo80O6HPyBv2an9fM7FgBHm7iLEGRdxzJEAL0qJbhxXDnd2mQ00cyHATyG7ux5umCmxZPDsGkD_ojZzcTCXaIjXceODQ1bElc76MCAW54LuITVEfQ-K-O3XFgU0r8mZwM73TV2-NhEVLowhzlSozH2VXsE7imAu4nYOfmHgYVfPosMeYgVzFHNdbCDKawyK8CAzyIvT_Gz9nRRS-Gz6JSsfOZDVXUreXPr0QGwcL_O6g7M11juffzSY2YVAfHJymbawtRjIB_k04" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/08/19 04:55:52 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AG-0IBwJPKbOPvr3jTI26XoUS8eW-kWUH_zLfB3XXLDl38RlMSNATnolU-Vd1dMatOIqAaJtzkP1rRgd6Q9GZwxaW8u6ZGOvIHxHVtXnaEV02jFopKt76-7ikAmTVCWpqoObivjcjTztNtH5l5medVpzKPbuzL1siBTZWUCSlSQh7iVsHp7qJLl0gBWEI1CdKSuO3wyEoiigRhTHPySqa0vz2Uu8Ypg2wmZJasytndvPsdPau7D83STbEci0BntVhHdYUsbxFpLBxrxs-jP6fs-WxxkeppdV2X8zJs5kb17JN7SLGipjqYYKYVvCXE00yysOzk_WyDqU9BXAqzbXh1c 2025/08/19 04:55:52 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/19 04:55:53 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/19 04:55:54 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AG-0IBwJPKbOPvr3jTI26XoUS8eW-kWUH_zLfB3XXLDl38RlMSNATnolU-Vd1dMatOIqAaJtzkP1rRgd6Q9GZwxaW8u6ZGOvIHxHVtXnaEV02jFopKt76-7ikAmTVCWpqoObivjcjTztNtH5l5medVpzKPbuzL1siBTZWUCSlSQh7iVsHp7qJLl0gBWEI1CdKSuO3wyEoiigRhTHPySqa0vz2Uu8Ypg2wmZJasytndvPsdPau7D83STbEci0BntVhHdYUsbxFpLBxrxs-jP6fs-WxxkeppdV2X8zJs5kb17JN7SLGipjqYYKYVvCXE00yysOzk_WyDqU9BXAqzbXh1c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/08/19 04:55:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: AAHYA8Hp6r5bdDpzh86qAYqKVsIwi8bJ4RLzuCYszcdmKXEyAcQr6OStgYAssXrcYQKJu4ZgCjgBhkl7AlQO0AemVyeCCgrWOpCoO2Kuo_drnXtLte94D11Zx-2M9ZuutQM1syaYqPwtND9gkK9x4yrreajFPXvYoO0MBcqwAUmTqMTo3uEoFx0pvrr-QaprYogeoG_bZs8IprMsQg4k2O0VYZoqullTMOKzTEb5_xXH02sQ7VQbEuUGVd_-hUxeDOmKjD7JVUJ2i-tQUfBF8wgtki2hdDDoe_EBs9pFZGyyoJaN-LaIyeSAbd4DgeQsh91XVcI_iGc4BVrVxa1Mxbw 2025/08/19 04:55:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/08/19 04:55:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/08/19 04:55:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/19 04:55:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/19 04:55:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/19 04:55:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/19 04:55:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "AAHYA8Hp6r5bdDpzh86qAYqKVsIwi8bJ4RLzuCYszcdmKXEyAcQr6OStgYAssXrcYQKJu4ZgCjgBhkl7AlQO0AemVyeCCgrWOpCoO2Kuo_drnXtLte94D11Zx-2M9ZuutQM1syaYqPwtND9gkK9x4yrreajFPXvYoO0MBcqwAUmTqMTo3uEoFx0pvrr-QaprYogeoG_bZs8IprMsQg4k2O0VYZoqullTMOKzTEb5_xXH02sQ7VQbEuUGVd_-hUxeDOmKjD7JVUJ2i-tQUfBF8wgtki2hdDDoe_EBs9pFZGyyoJaN-LaIyeSAbd4DgeQsh91XVcI_iGc4BVrVxa1Mxbw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/08/19 04:56:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ACEtuRt5zrG-1V24ylNQQsJj6d22zmi8KLJRc8EQBuAT_0Tp4VRCUqX2N8HxcO6D6GzBgx4pGOrCtDral8BYpvIp3lAL8lCRwnPQGHyvOTrX2tiRkGIlGPzf-l4phdTgz1rEkF7dDbO_ckbxCvvCe4Ft9FSOTpPajLO29C4fZYJGDDBGuqkfs1uzhMh2V3EYozlQExbq12U0of0D1ywdiUOx0c-EIUKCn_VlSfo0WTMc2c0dK1DqdQSXnRoQwJFCYBp8ftthslDmc4aS9lIoK4lJaOlzs3tA6PMkHXOjyotpG-j3U0SKC4YYcVzFSTlwfjOZ7u7qEn1UI_vrbw5rs78 2025/08/19 04:56:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/19 04:56:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/19 04:56:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/08/19 04:56:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/19 04:56:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/19 04:56:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/19 04:56:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ACEtuRt5zrG-1V24ylNQQsJj6d22zmi8KLJRc8EQBuAT_0Tp4VRCUqX2N8HxcO6D6GzBgx4pGOrCtDral8BYpvIp3lAL8lCRwnPQGHyvOTrX2tiRkGIlGPzf-l4phdTgz1rEkF7dDbO_ckbxCvvCe4Ft9FSOTpPajLO29C4fZYJGDDBGuqkfs1uzhMh2V3EYozlQExbq12U0of0D1ywdiUOx0c-EIUKCn_VlSfo0WTMc2c0dK1DqdQSXnRoQwJFCYBp8ftthslDmc4aS9lIoK4lJaOlzs3tA6PMkHXOjyotpG-j3U0SKC4YYcVzFSTlwfjOZ7u7qEn1UI_vrbw5rs78" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/08/19 04:56:06 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ADuNmtLR-3EmXjRAj1dvCL0Nh87N3GGjYvfnN4E7wb8LYZCpwBs_rZmUSjqfr6efi8ZzwUC5D6rl-tlsvF6_0pkq27ia2W3_mXgF4YesMJ31EPjOTW6GP1vQm_6H6CeRg5fXocSZeDx_VXjBz-riNpiROICiY_6zPzoX2DL6ysLl6WM6kMcw-ScdQPhYiQU5i5LeEK8urPPRVYURkm8Z1PGui9OSLZrjft3NEo3EEMs3Z6pZR_NapY6lZdw04DfOieAjmi9f42pWcTfNJSFJz7ZJVKSLBlM1hOUbWNY4yrADoG8jpsaMdhpuV3JQHJwsnEohg6--ZoVmKQbo3WqUv_w 2025/08/19 04:56:07 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/19 04:56:07 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/08/19 04:56:08 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ADuNmtLR-3EmXjRAj1dvCL0Nh87N3GGjYvfnN4E7wb8LYZCpwBs_rZmUSjqfr6efi8ZzwUC5D6rl-tlsvF6_0pkq27ia2W3_mXgF4YesMJ31EPjOTW6GP1vQm_6H6CeRg5fXocSZeDx_VXjBz-riNpiROICiY_6zPzoX2DL6ysLl6WM6kMcw-ScdQPhYiQU5i5LeEK8urPPRVYURkm8Z1PGui9OSLZrjft3NEo3EEMs3Z6pZR_NapY6lZdw04DfOieAjmi9f42pWcTfNJSFJz7ZJVKSLBlM1hOUbWNY4yrADoG8jpsaMdhpuV3JQHJwsnEohg6--ZoVmKQbo3WqUv_w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/08/19 04:56:10 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: AC9zNMLzqN5pIhkauNUEiHesK-1ZUJID-uw_ABYn1TShWZ7ET5cqI_J-v2lTGXg2RescNp2O4QyRHWd3AzJXJ-YMjOwomWD_4V98Fh8Q_li3vVby7GLARWW25LCnVs7MgH8-5mRJpEY1u8osDXvkUADiqYyyDQ6UMeSqvO_ixdwZ2MBc9BllaH4sDmVSI4-SEwYxh3676p_ujGLyjqBz2LjY7zYbNzlMfnOkCP5eksryHouSH3NEUCE9HEyNhvjkKN-fOUD2IvRc1PPFZraTg1EQmDQTSMXMp0RkId6LmplFw2zAMod6vd2EIIc7EW2qpDey9gUJkrXFVABuYuYa-1Y 2025/08/19 04:56:10 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/08/19 04:56:11 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/19 04:56:12 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "AC9zNMLzqN5pIhkauNUEiHesK-1ZUJID-uw_ABYn1TShWZ7ET5cqI_J-v2lTGXg2RescNp2O4QyRHWd3AzJXJ-YMjOwomWD_4V98Fh8Q_li3vVby7GLARWW25LCnVs7MgH8-5mRJpEY1u8osDXvkUADiqYyyDQ6UMeSqvO_ixdwZ2MBc9BllaH4sDmVSI4-SEwYxh3676p_ujGLyjqBz2LjY7zYbNzlMfnOkCP5eksryHouSH3NEUCE9HEyNhvjkKN-fOUD2IvRc1PPFZraTg1EQmDQTSMXMp0RkId6LmplFw2zAMod6vd2EIIc7EW2qpDey9gUJkrXFVABuYuYa-1Y" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/08/19 04:56:13 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AHYrfGvk9WnQK4E9n3w6sSkg-xQMr_yUZYGnfAiu1V2KznWQZWD7qT5wa4rx7RDQewyUuGqjb6MCXrtwmUxoINSm5057_M9T40FIKxIhuYSaOCbl1uO6_gOdW7QziXMD0ZrzMKE5yWScoYPQvvxDqHNPDItchCsyO3KyKmTc-dcqFbQeafOW4ZRa-y2diIJ6DB985YQnlgyvGVrnwpmQXcLS9gkrn5wUNh5zCjn5rm0tpj0-BQeJ-9l3Y2oUHaNPhjvOOp7KRBHd6AQR-vp0-TVv7SYFNNl5sUJFTSXYXdhRTfIDw9uvaOIwM62uGhwqfu8OY8OH89_uEJp-wkCBIXc 2025/08/19 04:56:14 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/19 04:56:14 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/19 04:56:15 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AHYrfGvk9WnQK4E9n3w6sSkg-xQMr_yUZYGnfAiu1V2KznWQZWD7qT5wa4rx7RDQewyUuGqjb6MCXrtwmUxoINSm5057_M9T40FIKxIhuYSaOCbl1uO6_gOdW7QziXMD0ZrzMKE5yWScoYPQvvxDqHNPDItchCsyO3KyKmTc-dcqFbQeafOW4ZRa-y2diIJ6DB985YQnlgyvGVrnwpmQXcLS9gkrn5wUNh5zCjn5rm0tpj0-BQeJ-9l3Y2oUHaNPhjvOOp7KRBHd6AQR-vp0-TVv7SYFNNl5sUJFTSXYXdhRTfIDw9uvaOIwM62uGhwqfu8OY8OH89_uEJp-wkCBIXc" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/08/19 04:56:17 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: ACDYu1D9KS1zWMr1yb7wEVGgg6xro2j1MU0jJxgfUz2v5rPGKGEsvuVgR2of5JWr1rF-bBupg_1WKE4fVxKjI-bfS0AFC0z_0jjFkVinnVtJ73G0aJQiEjwfkfCMojDQj9d8cc0Z4Y1le126tKbvvvbLj1SNUeOAhu3HDmuMCevY2xEhWQuZ8fKR9lD6udahk8f296-1P416hShUajWBATpzHdqL2V8i5hlzRTCefdxdIuwPq1GLbXWrb4fR7l_wglO8WilrPy9lXFIIR0eRqdnJyY3sQCK4m7v2wTxPP3gnwjTZCfvKM340gGP1W4phpmp5QV4krkiXH8s1_kbgi2A 2025/08/19 04:56:17 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/08/19 04:56:17 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/08/19 04:56:17 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/19 04:56:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/19 04:56:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/19 04:56:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/19 04:56:19 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "ACDYu1D9KS1zWMr1yb7wEVGgg6xro2j1MU0jJxgfUz2v5rPGKGEsvuVgR2of5JWr1rF-bBupg_1WKE4fVxKjI-bfS0AFC0z_0jjFkVinnVtJ73G0aJQiEjwfkfCMojDQj9d8cc0Z4Y1le126tKbvvvbLj1SNUeOAhu3HDmuMCevY2xEhWQuZ8fKR9lD6udahk8f296-1P416hShUajWBATpzHdqL2V8i5hlzRTCefdxdIuwPq1GLbXWrb4fR7l_wglO8WilrPy9lXFIIR0eRqdnJyY3sQCK4m7v2wTxPP3gnwjTZCfvKM340gGP1W4phpmp5QV4krkiXH8s1_kbgi2A" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/08/19 04:56:21 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: APOOijxjo28gcPoqNKQC2PkOhovMc8_RbOCJGBgP6fnHzxhwUlkOaxbK2T3LNroseKO3vmLBD9JvJJ1tfgFFLJxEsABvIOgTRvPqNxIkswpnw51YCR2UsIraN_ObwgrUIfZfJ2TdbYv18pAgpgX6ntaJ02UYnmX_TmrHT0TpTpffAwQbck6G1j2D9F3iNTgqHgu8xFiKgFcLJiuytrwLZ_dUp3c-PtnBJnJuE9CgR5QbjvhoHYKhmJinESyK_0LUOGIvggEMnaMFKimUc5U1ySI-C0L3POKMb5uTf3j0XPigTI8cis9t2HETHuRF-RxJLnwN7JbS8civH3nhv_8Qv80 2025/08/19 04:56:21 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/19 04:56:22 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/19 04:56:22 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/08/19 04:56:22 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/19 04:56:22 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/19 04:56:22 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/19 04:56:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "APOOijxjo28gcPoqNKQC2PkOhovMc8_RbOCJGBgP6fnHzxhwUlkOaxbK2T3LNroseKO3vmLBD9JvJJ1tfgFFLJxEsABvIOgTRvPqNxIkswpnw51YCR2UsIraN_ObwgrUIfZfJ2TdbYv18pAgpgX6ntaJ02UYnmX_TmrHT0TpTpffAwQbck6G1j2D9F3iNTgqHgu8xFiKgFcLJiuytrwLZ_dUp3c-PtnBJnJuE9CgR5QbjvhoHYKhmJinESyK_0LUOGIvggEMnaMFKimUc5U1ySI-C0L3POKMb5uTf3j0XPigTI8cis9t2HETHuRF-RxJLnwN7JbS8civH3nhv_8Qv80" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/08/19 04:56:27 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AIhlxxi2n3hrjt0vre_tu_l7B0sWdCEtnjfDaciMVey79RXkIT3Gzn3KJiLU26Ied8hDZB6jsyiPu0vj8J3x2WwZ_oDJawv5_Mgi-WMUIgikSdAjxrw7ZbipQ-sNPdKk1ryTo-nBMC3_KiU4zpROOAP2Ys5LmdWl3FxmEmrKl5uxGVXWojnkaxFc-lWDOvsN_PMb0YxN2eQujlYbPD7px6PbAuOY3hWBgdF5BJMnJbFSEZ6Ofvt_jLyVPFQIDitWL7SnHaAGTls5QqAZhiXJOftIfQFFyWEgHwxnzOsYCx23IR03X8XD6kep8R-g5B2Z1R2MqQF7H7POqRznQqHjV3k 2025/08/19 04:56:28 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/19 04:56:28 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/08/19 04:56:29 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AIhlxxi2n3hrjt0vre_tu_l7B0sWdCEtnjfDaciMVey79RXkIT3Gzn3KJiLU26Ied8hDZB6jsyiPu0vj8J3x2WwZ_oDJawv5_Mgi-WMUIgikSdAjxrw7ZbipQ-sNPdKk1ryTo-nBMC3_KiU4zpROOAP2Ys5LmdWl3FxmEmrKl5uxGVXWojnkaxFc-lWDOvsN_PMb0YxN2eQujlYbPD7px6PbAuOY3hWBgdF5BJMnJbFSEZ6Ofvt_jLyVPFQIDitWL7SnHaAGTls5QqAZhiXJOftIfQFFyWEgHwxnzOsYCx23IR03X8XD6kep8R-g5B2Z1R2MqQF7H7POqRznQqHjV3k" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/08/19 04:56:31 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AHfF9hVDuGF9Xci2yeqjqZWotGAwfVwtmIUBMWPrdJFVm_0qJTlS44DkYY42T0kaTTwHKtFqkmmIoST0gEfRT8p64ngr8Er1hIdHNI8vQES757n5-GOfgkkBrFUf8p5Xpe65DTGKXuuQaXTuwI_4YvaC4LW_a3x0EjVftpCs2BwYnSoNMA4o5PhwG2C37qm3Ae-2qOGjqR_qHSxNY0pMCHdqdNusD2AvWHzWIyFl31iSBmNu1jqGWIMgpjk34zlnbF7LDRHWQBReDGMde3_gjlSWlL6Nfk0Nz07FSatQwZDMpLI-rFlIqngQMffvmJVFfeNCwIr-_e5lrTcT0z8ZBCM 2025/08/19 04:56:31 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/08/19 04:56:32 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/19 04:56:33 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AHfF9hVDuGF9Xci2yeqjqZWotGAwfVwtmIUBMWPrdJFVm_0qJTlS44DkYY42T0kaTTwHKtFqkmmIoST0gEfRT8p64ngr8Er1hIdHNI8vQES757n5-GOfgkkBrFUf8p5Xpe65DTGKXuuQaXTuwI_4YvaC4LW_a3x0EjVftpCs2BwYnSoNMA4o5PhwG2C37qm3Ae-2qOGjqR_qHSxNY0pMCHdqdNusD2AvWHzWIyFl31iSBmNu1jqGWIMgpjk34zlnbF7LDRHWQBReDGMde3_gjlSWlL6Nfk0Nz07FSatQwZDMpLI-rFlIqngQMffvmJVFfeNCwIr-_e5lrTcT0z8ZBCM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/08/19 04:56:35 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AOu0OM3FRvynJw4zHdHF0TotjLXrarM87SvLMHfnqnz2HeMBNa6LiLDOtR_bTAvo6Ni9lgyL62TX6-Sa5QqDuRAQKlTPoZoBBbFGRPmf_-JO49aayOtYWLUSD8ZOk1jyJWQnNdmix2Wq5sPMcXouhisk9SObRIXqmBphw0tkCH-_1VB2jd-b_5qCNXBK6hGQREMzJxPtx7yTlcNxdKqRB8oVRdgHhTCeptGWj_LZfJ2YxTxqBEV95qeZYLNnKTycRXnWTm2VxUyVoH9lQO-Ay1cPy9vda5KVHXtZnWwXquj6NVfeLuSPeQGBHqP4twc67w6jvOODluXoNYdeoDfr7v8 2025/08/19 04:56:35 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/19 04:56:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/19 04:56:36 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AOu0OM3FRvynJw4zHdHF0TotjLXrarM87SvLMHfnqnz2HeMBNa6LiLDOtR_bTAvo6Ni9lgyL62TX6-Sa5QqDuRAQKlTPoZoBBbFGRPmf_-JO49aayOtYWLUSD8ZOk1jyJWQnNdmix2Wq5sPMcXouhisk9SObRIXqmBphw0tkCH-_1VB2jd-b_5qCNXBK6hGQREMzJxPtx7yTlcNxdKqRB8oVRdgHhTCeptGWj_LZfJ2YxTxqBEV95qeZYLNnKTycRXnWTm2VxUyVoH9lQO-Ay1cPy9vda5KVHXtZnWwXquj6NVfeLuSPeQGBHqP4twc67w6jvOODluXoNYdeoDfr7v8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/08/19 04:56:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: AP-AY2wPBCaZWLoMTW6KWzh6DopuEaaG6JoQnVAtP8_3RyafGgkZGDMvvylEisQjte3q3sNmdODhMU4tX7iK9Cym2vmEle4Sxeo450Ck_EQSZFuRh5Uv16ZjcEiRz2FHx0w0VnrQ0Sv2VcFCzK1S93C1aTUp-9zzQ-ela8ucxGDS3AKZt1O3UxVN1c11JSU_Sk3aL-VjQ0Tn7Jr_GlVYzJbY2gO_EUhc8RKQ9w89Di0vwEWmNBlNZb8K0LFz9pUS6dwn91IyNPNVT0XRiUrSBo9faw08rsJRJDSw7Qj8PO-v9DXDHeHlgnkZ_UOgBZuQUM1eZNadhodF84zu2nab_VA 2025/08/19 04:56:38 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/08/19 04:56:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/08/19 04:56:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/08/19 04:56:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/19 04:56:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/19 04:56:40 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/19 04:56:40 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "AP-AY2wPBCaZWLoMTW6KWzh6DopuEaaG6JoQnVAtP8_3RyafGgkZGDMvvylEisQjte3q3sNmdODhMU4tX7iK9Cym2vmEle4Sxeo450Ck_EQSZFuRh5Uv16ZjcEiRz2FHx0w0VnrQ0Sv2VcFCzK1S93C1aTUp-9zzQ-ela8ucxGDS3AKZt1O3UxVN1c11JSU_Sk3aL-VjQ0Tn7Jr_GlVYzJbY2gO_EUhc8RKQ9w89Di0vwEWmNBlNZb8K0LFz9pUS6dwn91IyNPNVT0XRiUrSBo9faw08rsJRJDSw7Qj8PO-v9DXDHeHlgnkZ_UOgBZuQUM1eZNadhodF84zu2nab_VA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/08/19 04:56:43 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: ABug7-wwbtB5uuIS0EnU5NDmWQk-wgPW89auvHuD5pmd2mbm9yDq9PkMmxdGDF1QGIpjBPhqFFAv1eYPEuImimF4cP-6x-3hmgV147r0M9EqM41HndP0I5NoYOZrbCkzUjEU_VoKpV8k4uhZAMP_QzAGURJM2qKagpYghu91m413i6jEV59cQivrUXgG6t6qDnKj1zZohgpxVogtxZ-TwNVUbPoit6s9JcqRosCZqCGJo3RQjgOQcgoRT_YWJpXHTjBwZgoXVeLY6YzSRbmADjovPZdB_Z5s5xjFQE85IG8K3eMwmAmhWSU85DT3inR9HL17tyPGqBBFpVRYj1Vt2-o 2025/08/19 04:56:43 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/19 04:56:43 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/08/19 04:56:43 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/08/19 04:56:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/19 04:56:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/19 04:56:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/19 04:56:45 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "ABug7-wwbtB5uuIS0EnU5NDmWQk-wgPW89auvHuD5pmd2mbm9yDq9PkMmxdGDF1QGIpjBPhqFFAv1eYPEuImimF4cP-6x-3hmgV147r0M9EqM41HndP0I5NoYOZrbCkzUjEU_VoKpV8k4uhZAMP_QzAGURJM2qKagpYghu91m413i6jEV59cQivrUXgG6t6qDnKj1zZohgpxVogtxZ-TwNVUbPoit6s9JcqRosCZqCGJo3RQjgOQcgoRT_YWJpXHTjBwZgoXVeLY6YzSRbmADjovPZdB_Z5s5xjFQE85IG8K3eMwmAmhWSU85DT3inR9HL17tyPGqBBFpVRYj1Vt2-o" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/08/19 04:56:49 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: AN_Ksu1Wom3F5b18era2k7XEgi7xbyx95M2UJ0MeTA2DAQyjMHl8VtKFwTLnfdeea021UrI-QM80buHiUdW_1LWyZK_aDMewxRxMn0QRRX0LFaOmgHT2aAXXhaN3gGXBK9xmrnah_5bJJKGf_A6f4oh8FirkplTDCJ17mhEwU53T0UinW9Q67E7354PiLkdKPDRGBrgqpuKs7UCc_pITS9XbHS4Veu3GbVLmyaRq9ToC_CeFYQCPuaxCqkrtEx2ll3CgFdc2c3e3AwwDkIkaBsW014VHz0aNyazHaNS4GfxeZpbOYakMSI1kex-Yg0FFU2u6VoIGO04gFPE3c2Tr3v8 2025/08/19 04:56:50 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/08/19 04:56:51 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/08/19 04:56:51 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "AN_Ksu1Wom3F5b18era2k7XEgi7xbyx95M2UJ0MeTA2DAQyjMHl8VtKFwTLnfdeea021UrI-QM80buHiUdW_1LWyZK_aDMewxRxMn0QRRX0LFaOmgHT2aAXXhaN3gGXBK9xmrnah_5bJJKGf_A6f4oh8FirkplTDCJ17mhEwU53T0UinW9Q67E7354PiLkdKPDRGBrgqpuKs7UCc_pITS9XbHS4Veu3GbVLmyaRq9ToC_CeFYQCPuaxCqkrtEx2ll3CgFdc2c3e3AwwDkIkaBsW014VHz0aNyazHaNS4GfxeZpbOYakMSI1kex-Yg0FFU2u6VoIGO04gFPE3c2Tr3v8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/08/19 04:56:53 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: ACw_bKOQxkOJ8iFmB8LGOSQjGQ_rDAMF8XoCd5v8oH4CukaljJtn4IdWEPqZsUjLRVQj21rFKujDtdmZFG9SrmcpXqcdGDEMB8lRYbsK7aJ_kKNUBPtrT0Hyu_Pnl2MHM_039wqGJOFtgOdtYv0bKor60DqEObb7mrDI7glicowE2shmGEX0UPIHm2Vo5Qdw7GdmQMLGXIsSkVnl5IJmNPTMxsIJ6Rlr_S9orv2J5_z6m5Re6NJcVIhb_mQ5u59OFvOxuh06kyEiR6YY6nmyDNhOeYHqkgmcZRewRSW8Cq0MhoAlYhzU7jwA3H8lkxEyS39I_DQFBY4pZEMqyxnRdx4 2025/08/19 04:56:54 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/08/19 04:56:55 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/19 04:56:55 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "ACw_bKOQxkOJ8iFmB8LGOSQjGQ_rDAMF8XoCd5v8oH4CukaljJtn4IdWEPqZsUjLRVQj21rFKujDtdmZFG9SrmcpXqcdGDEMB8lRYbsK7aJ_kKNUBPtrT0Hyu_Pnl2MHM_039wqGJOFtgOdtYv0bKor60DqEObb7mrDI7glicowE2shmGEX0UPIHm2Vo5Qdw7GdmQMLGXIsSkVnl5IJmNPTMxsIJ6Rlr_S9orv2J5_z6m5Re6NJcVIhb_mQ5u59OFvOxuh06kyEiR6YY6nmyDNhOeYHqkgmcZRewRSW8Cq0MhoAlYhzU7jwA3H8lkxEyS39I_DQFBY4pZEMqyxnRdx4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/08/19 04:56:57 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: APoxbLxlMvSF9TQOKfZuXechbBeUYZTFXF54xi978xiW1lMLmM9lAmc-hQJEqS9_eBhFKemaHTEzn-Z1HJP1zLSXcTov2lywM-d1eXGsFJwXPxOZ8Fwlt6cgEToQRBE4F2sKtRb1hOq8Oe4Zsur0_9RRChJjKjzms_iEVizMGWcbL0vHpqDsx68Of45GUqE_PyAXSTfwxiohG3Dj10RSI1Js2zR0Iu6AsxZZhExqTn21CDIfm0cYWwVHFgLNTlMaEY8ZEuaSpxuR_kftN92sysMM_-23B0jzSnyYLZBAlGPvO5Jwm7l1F7ZykEZIbtsNvyNFNKjGdMlncbFv62oz5WM 2025/08/19 04:56:57 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/19 04:56:58 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/19 04:56:59 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "APoxbLxlMvSF9TQOKfZuXechbBeUYZTFXF54xi978xiW1lMLmM9lAmc-hQJEqS9_eBhFKemaHTEzn-Z1HJP1zLSXcTov2lywM-d1eXGsFJwXPxOZ8Fwlt6cgEToQRBE4F2sKtRb1hOq8Oe4Zsur0_9RRChJjKjzms_iEVizMGWcbL0vHpqDsx68Of45GUqE_PyAXSTfwxiohG3Dj10RSI1Js2zR0Iu6AsxZZhExqTn21CDIfm0cYWwVHFgLNTlMaEY8ZEuaSpxuR_kftN92sysMM_-23B0jzSnyYLZBAlGPvO5Jwm7l1F7ZykEZIbtsNvyNFNKjGdMlncbFv62oz5WM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/08/19 04:57:01 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AIc_zl2TNHXgkM07RQa692KhSyAxmRdcE7OaPu133LV94mxLPPrmf8v9WfiuK18VUcose6vuvGc_fwGZboEbbJlGIvYGexzx0cnkGj6clPRnY0mdafmFg3PDsiOdLiCPTzTfJlfRqgwidGHskxplkdqJoRkPG4MYpyqnybf6utOpXJcMcnJyg5sJjPy3cyuA9O40d4Rytgo6JXVBVK4R7KySiQA-wIXU3TnmrB5nvBC1ToyvXn9Pa27BaRB3GvAkgsdn3L8MEHh1nbf3i4xygHW_ZL9kXgyPtlc9RWNYhOJeWhk_6wWiqKyxtNBRUVHA4tPnRpwT97DsST07wVuCu3I 2025/08/19 04:57:01 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/08/19 04:57:02 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/08/19 04:57:02 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/08/19 04:57:02 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/19 04:57:02 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/19 04:57:02 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/19 04:57:03 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AIc_zl2TNHXgkM07RQa692KhSyAxmRdcE7OaPu133LV94mxLPPrmf8v9WfiuK18VUcose6vuvGc_fwGZboEbbJlGIvYGexzx0cnkGj6clPRnY0mdafmFg3PDsiOdLiCPTzTfJlfRqgwidGHskxplkdqJoRkPG4MYpyqnybf6utOpXJcMcnJyg5sJjPy3cyuA9O40d4Rytgo6JXVBVK4R7KySiQA-wIXU3TnmrB5nvBC1ToyvXn9Pa27BaRB3GvAkgsdn3L8MEHh1nbf3i4xygHW_ZL9kXgyPtlc9RWNYhOJeWhk_6wWiqKyxtNBRUVHA4tPnRpwT97DsST07wVuCu3I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/08/19 04:57:06 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: AKCayJFqc_yR1EiLn9KGQ2VZU2X_z_XMTLlozfJqZ3lJe9hyn5sV3q7KejFJaMfyRwKfeHLye-IxNPZNoihEn_uS0IqxJJNXDMy2MohL_lVODoR0mPAcd736acmG1vIpoGK81WsX_BYTVQDJFjKTOGMF49bFVKl3bOv65laaNPmUB1feLVCiejMhJFhQjPcAcpmyzucnXgXMjDekYagTGAxm-zYyUiZki0hw6mMwnKI3SB1glQ-YzEKEyAQYIa4VNgkNjIm9Qgdfsk-kMFg-lSfuLzOiOT1viFjxw4-RPJEiiWZPlEGB-qDuOkhmgtU-xHdbjDLYtlfMaIPFaEqh4uM 2025/08/19 04:57:06 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/19 04:57:06 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/08/19 04:57:06 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/08/19 04:57:07 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/19 04:57:07 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/19 04:57:07 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/19 04:57:08 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "AKCayJFqc_yR1EiLn9KGQ2VZU2X_z_XMTLlozfJqZ3lJe9hyn5sV3q7KejFJaMfyRwKfeHLye-IxNPZNoihEn_uS0IqxJJNXDMy2MohL_lVODoR0mPAcd736acmG1vIpoGK81WsX_BYTVQDJFjKTOGMF49bFVKl3bOv65laaNPmUB1feLVCiejMhJFhQjPcAcpmyzucnXgXMjDekYagTGAxm-zYyUiZki0hw6mMwnKI3SB1glQ-YzEKEyAQYIa4VNgkNjIm9Qgdfsk-kMFg-lSfuLzOiOT1viFjxw4-RPJEiiWZPlEGB-qDuOkhmgtU-xHdbjDLYtlfMaIPFaEqh4uM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/08/19 04:57:13 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ACASbvFcu4E0gHjSC_GTf9EftPfCRxlAiS9l5_lMsLQGEmP_itwmluCwJi5c1NnczTf0p6nGBzTeuKk8l76HGWOAgQsUab_9O_nS0wHrdC0rjFYBE7MZotvegbGwgMTVt0KjSrPucwHPdsY5tWP3GiMenv1kK5rZkilcEIFTuM2DfuEXmiX1tx_zFewWatGsMIlT83v5BalVuwILlESSZ_I1liL6oLlZKnK_FpDhhMVnGcldIDUZne0TltnJVjVzATf71jjurxENnLLhzrNaAohQBD19vbH__wn3Q7XuUNENfvaSHDrbMfeIe4FfMQSq8F_3jlIVKCVXVSZKX6RK644 2025/08/19 04:57:13 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/08/19 04:57:14 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/08/19 04:57:15 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "ACASbvFcu4E0gHjSC_GTf9EftPfCRxlAiS9l5_lMsLQGEmP_itwmluCwJi5c1NnczTf0p6nGBzTeuKk8l76HGWOAgQsUab_9O_nS0wHrdC0rjFYBE7MZotvegbGwgMTVt0KjSrPucwHPdsY5tWP3GiMenv1kK5rZkilcEIFTuM2DfuEXmiX1tx_zFewWatGsMIlT83v5BalVuwILlESSZ_I1liL6oLlZKnK_FpDhhMVnGcldIDUZne0TltnJVjVzATf71jjurxENnLLhzrNaAohQBD19vbH__wn3Q7XuUNENfvaSHDrbMfeIe4FfMQSq8F_3jlIVKCVXVSZKX6RK644" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/08/19 04:57:17 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AGIZY-fztulxQlnmVN36fEZvvrKYStxVAzmONlUg8sKkahxaoYDtGVU_b1g3EGhQyp9MaNxXds_w8Qydrr2a7314iFtBBj-KyS6lHiHl_MNMM2A1_N0Vv1DVTBGdrzykvPkIcUuwYRqlyEdUH9vqcLmPYr--_7IkgE-eDlag14YkNNz6eq6TY0Ns0eSsVd0IpEKT2a6-_dpHqSqfj6qOB8XPyZAYrehUK7agw_wsz9CWU63wm9PgJSu3lOWOqApH1sSGhngU8sovC58tug2WJE93rWFxqV-PjhZ3oBpaxg6vObVV7prfTLtICHuOl_b1qR38FsGpwixnuDM4ps5c11s 2025/08/19 04:57:17 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/08/19 04:57:18 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/19 04:57:19 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AGIZY-fztulxQlnmVN36fEZvvrKYStxVAzmONlUg8sKkahxaoYDtGVU_b1g3EGhQyp9MaNxXds_w8Qydrr2a7314iFtBBj-KyS6lHiHl_MNMM2A1_N0Vv1DVTBGdrzykvPkIcUuwYRqlyEdUH9vqcLmPYr--_7IkgE-eDlag14YkNNz6eq6TY0Ns0eSsVd0IpEKT2a6-_dpHqSqfj6qOB8XPyZAYrehUK7agw_wsz9CWU63wm9PgJSu3lOWOqApH1sSGhngU8sovC58tug2WJE93rWFxqV-PjhZ3oBpaxg6vObVV7prfTLtICHuOl_b1qR38FsGpwixnuDM4ps5c11s" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/08/19 04:57:21 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ANtCIAZwHXs6Zzf9okCs3as-zMPuOhhfwy6gAcuBp2jZGIVcApLApVyg0BtXeHTDnJgUKR3YUwxMosXFeDaBQ0Q6heMO4aADJIb8xtPcUQaaV6Ac0DH3nGyUl7tmhKwTsOHZBlBk1W766UFs4ZZWJdyg5REMyraWch08yWXja9v_hCORHYz0t8dlDDyAQ82xe5J_dpggUzB5HoXxK-8Brlr45ZtXicFFRu4-KJ6SVrOaONwY6fqS-XHVuVPdjuTbc0IY6Q5iNg0MTHqFknHfS73tABLbZYaMLgtmJkm51AXNol0DUjhcL3WrgddwoWXaHMK1v0xqeYW6Ybjp3fCpsnU 2025/08/19 04:57:21 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/19 04:57:22 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/19 04:57:23 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ANtCIAZwHXs6Zzf9okCs3as-zMPuOhhfwy6gAcuBp2jZGIVcApLApVyg0BtXeHTDnJgUKR3YUwxMosXFeDaBQ0Q6heMO4aADJIb8xtPcUQaaV6Ac0DH3nGyUl7tmhKwTsOHZBlBk1W766UFs4ZZWJdyg5REMyraWch08yWXja9v_hCORHYz0t8dlDDyAQ82xe5J_dpggUzB5HoXxK-8Brlr45ZtXicFFRu4-KJ6SVrOaONwY6fqS-XHVuVPdjuTbc0IY6Q5iNg0MTHqFknHfS73tABLbZYaMLgtmJkm51AXNol0DUjhcL3WrgddwoWXaHMK1v0xqeYW6Ybjp3fCpsnU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/08/19 04:57:25 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ALPCBZXxwPkVM0mJtOxJPjuYUo9UlFnKf3IzUEDnyZy8tPaocZre9TVGCF_KFxt68958CCPzAoAL2PhTqRWIAC1eMp2m_UR_SStEAD7ofLeWPpWONEs3_CMZTyg8Mdl1ygAEpIF3opdUMRHP--Ap6_fEBB_Y46gq3e_J_EmVu2Xlxmfs-1MDs9TIgl9eK_T5GBTjN5nOittb9y7WDMsxiYv1p7ceEXwDozKxsJ3fHx4yJ2KEjAmmUpjvzSWvWfbmzr2C0SglvtT7BBWzqVeJmhU4Bz7zRfukFDVKnlgzuVbqs_n7QiOnT6TDYJgSKdWmZIkmK3-8CdCUpMHBPqzhqd0 2025/08/19 04:57:25 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/08/19 04:57:25 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/08/19 04:57:25 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/08/19 04:57:26 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/19 04:57:27 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/19 04:57:27 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/19 04:57:28 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ALPCBZXxwPkVM0mJtOxJPjuYUo9UlFnKf3IzUEDnyZy8tPaocZre9TVGCF_KFxt68958CCPzAoAL2PhTqRWIAC1eMp2m_UR_SStEAD7ofLeWPpWONEs3_CMZTyg8Mdl1ygAEpIF3opdUMRHP--Ap6_fEBB_Y46gq3e_J_EmVu2Xlxmfs-1MDs9TIgl9eK_T5GBTjN5nOittb9y7WDMsxiYv1p7ceEXwDozKxsJ3fHx4yJ2KEjAmmUpjvzSWvWfbmzr2C0SglvtT7BBWzqVeJmhU4Bz7zRfukFDVKnlgzuVbqs_n7QiOnT6TDYJgSKdWmZIkmK3-8CdCUpMHBPqzhqd0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/08/19 04:57:30 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AGiTpgfZ9PwwVLUP6FkE4Bi-CfX5qt91V3v4lvh__IgUohl3p_XaB5xpTrBLDH9Eo23J9lVKVGD4F8JNIX_UYOfw4XHcb9eBlSeT2mJKPRWQD9VRLyqPGk222NbJ4IBuZUd_JNnubvz13Or-pP0k8SKjFErLkznay9DMMK-9lhXaM4C0SdV-c2IDRNRw7EEMusTsr5JlVGMLINepG7ePuvzejmhhvBsaCu2jMgg7JqhU6_s5xlQrObHKSaUl2G3zyCAI4Z58jrlpnGiP-0vsoHushRBoa7QGTmnM51zt_YPU-_fCNgWXDr3Z5nlpBFZjl437ltC7p7S4EkqLOrta_c0 2025/08/19 04:57:30 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/19 04:57:31 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/08/19 04:57:31 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/08/19 04:57:31 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/19 04:57:31 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/19 04:57:32 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/19 04:57:33 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AGiTpgfZ9PwwVLUP6FkE4Bi-CfX5qt91V3v4lvh__IgUohl3p_XaB5xpTrBLDH9Eo23J9lVKVGD4F8JNIX_UYOfw4XHcb9eBlSeT2mJKPRWQD9VRLyqPGk222NbJ4IBuZUd_JNnubvz13Or-pP0k8SKjFErLkznay9DMMK-9lhXaM4C0SdV-c2IDRNRw7EEMusTsr5JlVGMLINepG7ePuvzejmhhvBsaCu2jMgg7JqhU6_s5xlQrObHKSaUl2G3zyCAI4Z58jrlpnGiP-0vsoHushRBoa7QGTmnM51zt_YPU-_fCNgWXDr3Z5nlpBFZjl437ltC7p7S4EkqLOrta_c0" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/08/19 04:57:38 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/08/19 04:57:44 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/08/19 04:57:50 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/08/19 04:57:57 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/08/19 04:58:04 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/08/19 04:58:09 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: AKfwcxwInm3NyZhRRE9RmCHtrLd8yVUImYgiv6DBA2TZO8rT3FJDs0QCfd2E-Z5PmgR31EbdNva5-sqobdTjpyIDwKsAgiXfOT1ZNodQI5atETk4hRom7ZTwFUiHH2JmSoExfU-gBAfpLbjdDs_m0w7QHQlY9uP3DrBT50d8N_5XMq7oj0oIY-Uf9oQE4efV18eC4iDEIrOBgYfleTqQPu-CRMis0UZj_48ktQYrWb6zCTjhDV355O0YrMmQuTdLkAakMJwTOziEWaE73UPXS4__hZMxFbOVCsV4Zjd_mK2ZXILoW_qrO9pV8keiOPlPrJHVnbaLart85C4wt2yJlNc 2025/08/19 04:58:09 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/19 04:58:10 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "44b572cef71682fb0a78999a38a463be" 2025/08/19 04:58:11 DEBUG : unknown-size-put.txt: multipart upload "AKfwcxwInm3NyZhRRE9RmCHtrLd8yVUImYgiv6DBA2TZO8rT3FJDs0QCfd2E-Z5PmgR31EbdNva5-sqobdTjpyIDwKsAgiXfOT1ZNodQI5atETk4hRom7ZTwFUiHH2JmSoExfU-gBAfpLbjdDs_m0w7QHQlY9uP3DrBT50d8N_5XMq7oj0oIY-Uf9oQE4efV18eC4iDEIrOBgYfleTqQPu-CRMis0UZj_48ktQYrWb6zCTjhDV355O0YrMmQuTdLkAakMJwTOziEWaE73UPXS4__hZMxFbOVCsV4Zjd_mK2ZXILoW_qrO9pV8keiOPlPrJHVnbaLart85C4wt2yJlNc" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/08/19 04:58:13 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AHu7UuyOEoBgmwgxEXhJl0WemT8kE4lSDgD0UHQVNGtAT4FYAP9aRK56Jakwh39WDNMgyIP2eNao0ciRGvwX9bbxo59kSpXny2ri6hilLVmhek07y6pgQjnDS-D3ZeIal5DXl6xKnZ9PB5ViJqs2sYzwt3Kx8Yj2YE7Do51n9_WxRYdgSG9UChozzcyDYCW9eBuJSBuLanvdv7fkVwIRuT0m-Ew9SSKPBtuNgrgPNC8SAGdzBfhAcJZ6R90qlCGIHRAatPISwKh-Z8fKtOXjAE9bB22RSoziSIkt6qYNashspJn7GoIgQxCsOeiuAFVPg2aBdMBeQKiEDhfS33pSGuc 2025/08/19 04:58:13 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/08/19 04:58:13 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "fd74115ae8da511ba60501f4a32f78bd" 2025/08/19 04:58:14 DEBUG : unknown-size-update.txt: multipart upload "AHu7UuyOEoBgmwgxEXhJl0WemT8kE4lSDgD0UHQVNGtAT4FYAP9aRK56Jakwh39WDNMgyIP2eNao0ciRGvwX9bbxo59kSpXny2ri6hilLVmhek07y6pgQjnDS-D3ZeIal5DXl6xKnZ9PB5ViJqs2sYzwt3Kx8Yj2YE7Do51n9_WxRYdgSG9UChozzcyDYCW9eBuJSBuLanvdv7fkVwIRuT0m-Ew9SSKPBtuNgrgPNC8SAGdzBfhAcJZ6R90qlCGIHRAatPISwKh-Z8fKtOXjAE9bB22RSoziSIkt6qYNashspJn7GoIgQxCsOeiuAFVPg2aBdMBeQKiEDhfS33pSGuc" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/08/19 04:58:15 DEBUG : Creating backend with remote "TestS3R2:rclone-test-tijogip9lebe/deeper/nonexisting/directory" 2025/08/19 04:58:15 DEBUG : Config file has changed externally - reloading === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2625: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2717: Can't test if can't have empty directories 2025/08/19 04:58:15 DEBUG : Waiting for deletions to finish 2025/08/19 04:58:16 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/08/19 04:58:16 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/08/19 04:58:16 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/08/19 04:58:17 INFO : S3 bucket rclone-test-tijogip9lebe: Bucket "rclone-test-tijogip9lebe" deleted 2025/08/19 04:58:18 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (276.60s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.30s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (2.50s) --- PASS: TestIntegration/FsMkdir (272.58s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.43s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.17s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.16s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.16s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.18s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.15s) --- PASS: TestIntegration/FsMkdir/FsEncoding (37.11s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (2.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.96s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.94s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (2.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (2.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.87s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.94s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.91s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.88s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.87s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.93s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.88s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.97s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (2.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (2.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (2.04s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.61s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (4.55s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (50.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.17s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (2.56s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (2.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (3.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (6.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (4.12s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (1.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (1.53s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.94s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (6.87s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (2.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.97s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.82s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (1.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (4.98s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (2.47s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (2.51s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (3.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (1.93s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (1.47s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (134.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (21.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (5.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (3.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (7.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (3.49s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (8.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (4.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (21.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (5.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (3.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (7.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (3.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (8.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (20.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (5.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (3.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (6.98s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (3.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (8.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (3.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (21.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (6.08s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (3.68s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (7.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (3.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (8.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (4.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (23.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (6.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (3.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (7.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (3.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (9.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (4.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (25.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (6.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (8.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (4.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (11.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (6.07s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (33.43s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (5.91s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (6.27s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (7.05s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (6.45s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (7.74s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (6.20s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (2.50s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (3.70s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.48s) --- 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/08/19 04:58:18 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/08/19 04:58:18 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 276.644s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 4m38.011652858s (try 1/5)